forked from Juris-M/style-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjuris-de.csl
248 lines (238 loc) · 8.74 KB
/
juris-de.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.1mlz1" class="note">
<info>
<title>Federal Republic of Germany</title>
<id>http://citationstylist.org/modules/juris-de</id>
<link href="http://citationstylist/modules/juris-de" rel="self"/>
<link href="http://juris-m.github.io" rel="documentation"/>
<author>
<name>Frank Bennett</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>Juris-M style module for Federal Republic of Germany</summary>
<updated>2021-04-07T17:27:23+02: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>
<law-module types="legal_case"/>
</info>
<locale xmlns="http://purl.org/net/xbiblio/csl" xml:lang="de">
<court-class name="a1" country="de" courts="bag"/>
<court-class name="a2" country="de" courts="lag"/>
<court-class name="a3" country="de" courts="arbg"/>
<court-class name="d1" country="de" courts="bdig"/>
<court-class name="f1" country="de" courts="bfh"/>
<court-class name="f2" country="de" courts="fg"/>
<court-class name="o1" country="de" courts="bgh"/>
<court-class name="o2" country="de" courts="olg kg bpatg"/>
<court-class name="o3" country="de" courts="lg"/>
<court-class name="o4" country="de" courts="ag"/>
<court-class name="s1" country="de" courts="bsg"/>
<court-class name="s2" country="de" courts="lsg"/>
<court-class name="s3" country="de" courts="sg"/>
<court-class name="v1" country="de" courts="bverfg"/>
<court-class name="v2" country="de" courts="lverfg stgh verfg verfgh"/>
<court-class name="w1" country="de" courts="bverwg"/>
<court-class name="w2" country="de" courts="ovg vgh trdg.nord trdg.sud"/>
<court-class name="w3" country="de" courts="vg"/>
<court-class name="gs" country="de" courts="gms-ogb"/>
</locale>
<macro name="juris-pretitle">
<!-- Fragment to precede title (rare) -->
<text value=""/>
</macro>
<macro name="juris-title">
<!-- The title form for full citations (of all types) -->
<text value=""/>
</macro>
<macro name="juris-main">
<choose>
<if type="legal_case">
<group delimiter=", ">
<choose>
<if>
<conditions match="all">
<condition variable="page volume"/>
<condition variable="container-title archive" match="none"/>
</conditions>
<group delimiter=" ">
<group no-repeat="authority">
<names variable="authority">
<name/>
<institution institution-parts="short">
<institution-part name="short"/>
</institution>
</names>
</group>
<number variable="volume"/>
</group>
</if>
<else>
<group no-repeat="authority">
<names variable="authority">
<name/>
<institution form="short"/>
</names>
</group>
<choose>
<if>
<conditions match="any">
<condition variable="archive URL" match="any"/>
<condition variable="container-title" match="none"/>
</conditions>
<group delimiter=" v. ">
<text variable="genre"/>
<group delimiter=" – ">
<date variable="issued" form="text"/>
<number variable="number"/>
</group>
</group>
</if>
</choose>
<group delimiter=" ">
<choose>
<if variable="archive">
<text variable="archive"/>
</if>
<else-if variable="URL">
<text variable="URL"/>
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</else-if>
<else>
<text variable="container-title"/>
<number variable="volume"/>
<date variable="publication-date" date-parts="year" form="numeric" prefix="(" suffix=")"/>
</else>
</choose>
</group>
</else>
</choose>
<number variable="page"/>
</group>
</if>
</choose>
</macro>
<macro name="juris-tail">
<!-- Full form of the portion of the citation that follows a pinpoint locator, if any (for all types) -->
<choose>
<if type="legal_case">
<choose>
<if variable="container-title archive URL page volume" match="none">
<text value="n. v." prefix="(" suffix=")"/>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="juris-pretitle-short">
<!-- Fragment to precede short title (rare) -->
<text value=""/>
</macro>
<macro name="juris-title-short">
<!-- The title form for subsequent citations (of all types) -->
<text value=""/>
</macro>
<macro name="juris-main-short">
<choose>
<if type="legal_case">
<group delimiter=", ">
<choose>
<if>
<!-- Official reporter omitted -->
<conditions match="all">
<condition variable="page volume"/>
<condition variable="container-title archive" match="none"/>
</conditions>
<group delimiter=" ">
<group no-repeat="authority">
<names variable="authority">
<name/>
<institution institution-parts="short">
<institution-part name="short"/>
</institution>
</names>
</group>
<number variable="volume"/>
</group>
</if>
<else>
<!-- Standard form -->
<group no-repeat="authority">
<names variable="authority">
<name/>
<institution form="short"/>
</names>
</group>
<choose>
<if>
<!-- Special reporter, online reporter or unpublished -->
<conditions match="any">
<condition variable="archive URL" match="any"/>
<condition variable="container-title" match="none"/>
</conditions>
<group delimiter=" v. ">
<text variable="genre"/>
<group delimiter=" – ">
<date variable="issued" form="text"/>
<number variable="number"/>
</group>
</group>
</if>
</choose>
<group delimiter=" ">
<choose>
<if variable="archive">
<text variable="archive"/>
</if>
<else-if variable="URL">
<text variable="URL"/>
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</else-if>
<else>
<text variable="container-title"/>
<number variable="volume"/>
<date variable="publication-date" date-parts="year" form="numeric" prefix="(" suffix=")"/>
</else>
</choose>
</group>
</else>
</choose>
<number variable="page"/>
</group>
</if>
</choose>
</macro>
<macro name="juris-tail-short">
<!-- Short form of the portion of the citation that follows a pinpoint locator, if any (for all types) -->
<choose>
<if type="legal_case">
<choose>
<if variable="container-title archive URL page volume" match="none">
<text value="n. v." prefix="(" suffix=")"/>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="juris-locator">
<group delimiter=" ">
<choose>
<if locator="page"/>
<else>
<label variable="locator" form="short"/>
</else>
</choose>
<number variable="locator"/>
</group>
</macro>
<citation>
<layout>
</layout>
</citation>
</style>