forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathancilla-iuris.csl
160 lines (160 loc) · 6.26 KB
/
ancilla-iuris.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note">
<!-- Polyglot; journal publishes in German and English -->
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Ancilla Iuris</title>
<title-short>Anci</title-short>
<id>http://www.zotero.org/styles/ancilla-iuris</id>
<link href="http://www.zotero.org/styles/ancilla-iuris" rel="self"/>
<link href="http://www.zotero.org/styles/juristische-zitierweise-schweizer" rel="template"/>
<link href="https://www.anci.ch/about" rel="documentation"/>
<author>
<name>Pascal Gutknecht</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<issn>1866-1149</issn>
<eissn>1661-8610</eissn>
<summary>The Ancilla Iuris citation style (based on its Style Guide for Authors)</summary>
<updated>2019-03-27T16:27:00+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="de">
<terms>
<term name="editor" form="short">Hg.</term>
<term name="accessed">letzter Zugriff</term>
<term name="ibid">Ibid.</term>
<term name="et-al">et al.</term>
</terms>
</locale>
<locale xml:lang="en">
<terms>
<term name="accessed">last access</term>
</terms>
</locale>
<macro name="authors">
<names variable="author">
<name font-style="italic" delimiter="/" delimiter-precedes-last="always"/>
</names>
</macro>
<macro name="editors">
<names variable="editor">
<name form="short" delimiter="/" delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
<et-al font-style="italic" term="et-al"/>
</names>
<text prefix=" (" form="short" suffix=")" font-style="normal" term="editor"/>
</macro>
<macro name="editor-book">
<names variable="editor">
<name initialize="false" delimiter="/" font-style="italic"/>
</names>
<text term="editor" form="short" prefix=" (" suffix=")"/>
</macro>
<citation et-al-use-first="1" et-al-min="5" disambiguate-add-givenname="true" givenname-disambiguation-rule="all-names-with-initials" disambiguate-add-names="true">
<layout suffix="." delimiter="; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=" ">
<text term="ibid"/>
<text variable="locator"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else>
<group delimiter=", ">
<choose>
<if type="article-journal" match="any">
<text macro="authors"/>
<text variable="title"/>
<group>
<text suffix=" " variable="container-title"/>
<text suffix=" " variable="volume"/>
<date prefix="(" suffix=")" variable="issued">
<date-part name="year" form="long"/>
</date>
</group>
<text variable="page"/>
</if>
<else-if type="book">
<choose>
<if variable="author" match="any">
<text macro="authors" font-style="italic"/>
</if>
<else>
<text macro="editor-book"/>
</else>
</choose>
<group>
<text variable="title"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text form="short" variable="publisher-place"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</group>
</else-if>
<else-if type="chapter">
<text macro="authors" font-style="italic"/>
<text prefix=" " variable="title"/>
<text prefix=" in: " macro="editors"/>
<group delimiter=" ">
<text variable="container-title"/>
<group prefix="(" suffix=")" delimiter=" ">
<text variable="publisher-place"/>
<date form="text" variable="issued" date-parts="year"/>
</group>
</group>
<text form="short" variable="page"/>
</else-if>
<else-if type="thesis">
<text macro="authors"/>
<text variable="title"/>
<group delimiter=" ">
<text variable="genre"/>
<text variable="publisher"/>
<group prefix="(" suffix=")" delimiter=" ">
<text variable="publisher-place"/>
<date variable="issued">
<date-part name="year" form="long"/>
</date>
</group>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=", ">
<text macro="authors"/>
<text variable="title"/>
<group suffix="." delimiter=", ">
<text variable="URL"/>
<group delimiter=": ">
<text term="accessed"/>
<date form="text" variable="accessed"/>
</group>
</group>
</group>
</else-if>
<else>
<group suffix="." delimiter=", ">
<text macro="authors" font-style="italic"/>
<group delimiter=" ">
<text variable="title"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="publisher-place"/>
<date form="numeric" variable="issued"/>
</group>
</group>
</group>
</else>
</choose>
<text form="short" variable="locator"/>
</group>
</else>
</choose>
</layout>
</citation>
</style>