-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathjuris-jp-authordate.csl
368 lines (367 loc) · 11.8 KB
/
juris-jp-authordate.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.1mlz1" class="note">
<info>
<title>Japan (author-date)</title>
<id>http://citationstylist.org/modules/juris-jp-authordate</id>
<link href="http://citationstylist/modules/juris-jp-authordate" rel="self"/>
<link href="http://juris-m.github.io" rel="documentation"/>
<author>
<name>Frank Bennett</name>
<email>bennett@nagoya-u.jp</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>Juris-M style module for Japan (author-date)</summary>
<updated>2013-01-26T22:06:38+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>
<law-module types="legislation report legal_case hearing"/>
</info>
<locale>
<terms>
<term name="article">article</term>
<term name="article" form="short">
<single>art.</single>
<multiple>arts.</multiple>
</term>
<term name="number">number</term>
<term name="number" form="short">
<single>no.</single>
<multiple>nos.</multiple>
</term>
</terms>
</locale>
<macro name="juris-pretitle">
<choose>
<if type="hearing">
<names variable="author">
<name/>
<institution/>
<substitute>
<names variable="authority"/>
</substitute>
</names>
</if>
<else-if type="legislation">
<names variable="dummy">
<name/>
<institution/>
<substitute>
<text variable="title-short"/>
<text variable="title"/>
</substitute>
</names>
</else-if>
<else-if type="legal_case">
<group delimiter=" " font-variant="normal" font-style="normal">
<names variable="authority">
<name/>
<institution institution-parts="short"/>
</names>
<text value="judgment"/>
</group>
</else-if>
</choose>
</macro>
<macro name="juris-title">
<choose>
<if type="legislation">
<text variable="title"/>
</if>
<else-if type="report">
<text variable="title"/>
</else-if>
</choose>
</macro>
<macro name="juris-main">
<choose>
<if type="legislation"/>
<else-if type="legal_case">
<group delimiter=", ">
<group delimiter=" ">
<group>
<text variable="genre"/>
<date variable="submitted">
<date-part name="year" form="imperial"/>
</date>
</group>
<number variable="call-number" prefix="(" suffix=")"/>
<number variable="number"/>
</group>
<choose>
<if variable="document-name">
<text variable="document-name"/>
</if>
<else>
<group delimiter=" ">
<choose>
<if variable="volume container-title page">
<number variable="volume"/>
<text variable="container-title" form="short"/>
<number variable="page"/>
</if>
</choose>
</group>
</else>
</choose>
</group>
</else-if>
<else-if type="report">
<group delimiter=", ">
<text variable="genre"/>
<group delimiter=" ">
<label variable="number" form="short"/>
<number variable="number"/>
</group>
</group>
</else-if>
<else-if type="hearing">
<group delimiter=", ">
<names variable="authority">
<name/>
<institution/>
</names>
<names variable="committee">
<name/>
<institution/>
</names>
<group delimiter=" ">
<number variable="collection-number" form="ordinal"/>
<text value="Session"/>
</group>
<group delimiter=" ">
<text value="Meeting No."/>
<number variable="chapter-number"/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="juris-tail">
<group delimiter=", ">
<choose>
<if type="legislation">
<group delimiter=" ">
<text variable="country" form="short"/>
<text variable="jurisdiction" form="short"/>
</group>
<group delimiter=" ">
<text value="Law no."/>
<number variable="number"/>
</group>
<date variable="issued" form="text" date-parts="year-month-day"/>
</if>
<else-if type="report">
<group delimiter=" ">
<group delimiter=" ">
<text variable="country" form="short"/>
<text variable="jurisdiction" form="short"/>
</group>
<names variable="authority">
<name/>
<institution institution-parts="short"/>
</names>
</group>
<date variable="issued" form="text" date-parts="month-day"/>
</else-if>
<else-if type="legal_case">
<date variable="issued" form="text" date-parts="month-day"/>
</else-if>
<else-if type="hearing">
<date variable="issued" form="text" date-parts="month-day"/>
</else-if>
</choose>
</group>
</macro>
<macro name="juris-pretitle-short">
<text macro="juris-pretitle"/>
</macro>
<macro name="juris-title-short">
<choose>
<if type="legislation">
<text variable="title"/>
</if>
<else-if type="report">
<choose>
<if variable="title-short">
<text variable="title-short" form="short"/>
</if>
<else>
<text variable="title" form="short"/>
</else>
</choose>
</else-if>
</choose>
</macro>
<macro name="juris-main-short">
<choose>
<if type="legislation">
<choose>
<if disambiguate="true">
<group delimiter=" of ">
<group delimiter=" ">
<text value="Law no."/>
<number variable="number"/>
</group>
<date variable="issued" form="text" date-parts="year"/>
</group>
</if>
</choose>
</if>
<else-if type="legal_case">
<choose>
<if disambiguate="true">
<date variable="issued" form="text" date-parts="year-month-day"/>
</if>
</choose>
</else-if>
<else-if type="report">
<choose>
<if disambiguate="true">
<group delimiter=" ">
<label variable="number" form="short"/>
<number variable="number"/>
</group>
</if>
</choose>
</else-if>
</choose>
</macro>
<macro name="juris-tail-short">
<choose>
<if type="legislation"/>
<else-if type="legal_case"/>
</choose>
</macro>
<macro name="juris-locator">
<group delimiter=" ">
<label variable="locator"/>
<number variable="locator"/>
</group>
</macro>
<citation>
<layout prefix="(" suffix=")">
<group delimiter=", ">
<group delimiter=" ">
<text macro="juris-pretitle"/>
<date variable="issued" form="text" date-parts="year"/>
</group>
<choose>
<if variable="locator">
<group delimiter=" ">
<choose>
<if locator="page" match="none">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<choose>
<if variable="volume">
<group delimiter=" ">
<label variable="volume" form="short"/>
<group delimiter=", ">
<number variable="volume" form="numeric"/>
<label variable="locator" form="short"/>
</group>
</group>
</if>
<else>
<label variable="locator" form="short"/>
</else>
</choose>
</if>
<else>
<label variable="locator" form="short"/>
</else>
</choose>
<text variable="locator"/>
</if>
<else>
<group delimiter=":">
<choose>
<if locator="page" match="any">
<choose>
<if type="bill book graphic legislation motion_picture report song" match="any">
<number variable="volume" form="numeric" suffix=":"/>
</if>
</choose>
</if>
</choose>
<text variable="locator"/>
</group>
</else>
</choose>
</group>
</if>
</choose>
</group>
</layout>
</citation>
<bibliography>
<layout>
<!-- full form -->
<group delimiter=". ">
<group delimiter=", ">
<group delimiter=" ">
<group delimiter=". ">
<text macro="juris-pretitle"/>
<date variable="issued" form="text" date-parts="year"/>
<choose>
<if type="hearing">
<text macro="juris-title" font-style="italic"/>
</if>
<else-if type="report">
<text macro="juris-title" font-variant="small-caps"/>
</else-if>
<else>
<text macro="juris-title"/>
</else>
</choose>
<group delimiter=" ">
<group delimiter=", ">
<choose>
<if>
<conditions match="all">
<condition match="all" type="report"/>
<condition match="none" variable="title committee"/>
</conditions>
<text macro="juris-main" font-variant="small-caps"/>
</if>
<else-if>
<conditions match="all">
<condition match="all" type="hearing"/>
<condition match="none" variable="committee"/>
</conditions>
<text macro="juris-main" font-variant="small-caps"/>
</else-if>
<else>
<text macro="juris-main"/>
</else>
</choose>
<group delimiter=" " require="empty-label">
<text value="at"/>
<text macro="juris-locator" label-form="symbol"/>
</group>
<group require="comma-safe">
<text macro="juris-locator" label-form="symbol"/>
</group>
</group>
</group>
</group>
<group reject="comma-safe">
<text macro="juris-locator" label-form="symbol"/>
</group>
</group>
<choose>
<if type="legislation" variable="container-title page volume gazette-flag" match="all"/>
<else>
<text macro="juris-tail"/>
</else>
</choose>
</group>
<choose>
<if type="legislation" variable="container-title page volume gazette-flag" match="all">
<text macro="juris-tail"/>
</if>
</choose>
</group>
</layout>
</bibliography>
</style>