-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathjuris-gb.csl
195 lines (194 loc) · 6.29 KB
/
juris-gb.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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.1mlz1" class="note">
<info>
<title>United Kingdom</title>
<id>http://citationstylist.org/modules/juris-gb</id>
<link href="http://citationstylist/modules/juris-gb" rel="self"/>
<link href="http://juris-m.github.io" rel="documentation"/>
<author>
<name>Frank Bennett</name>
<email>biercenator@gmail.com</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>Juris-M style module for the United Kingdom</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="legal_case legislation"/>
</info>
<locale>
<terms>
<term name="paragraph" form="static">[%s]</term>
</terms>
</locale>
<macro name="juris-pretitle">
<text value=""/>
</macro>
<macro name="juris-title">
<choose>
<if type="legislation">
<group delimiter=" ">
<text variable="title"/>
<date variable="issued" form="text" date-parts="year"/>
</group>
</if>
<else-if type="legal_case">
<text variable="title"/>
</else-if>
</choose>
</macro>
<macro name="juris-main">
<choose>
<if type="legal_case">
<group delimiter=" ">
<choose>
<if variable="collection-number">
<number variable="collection-number" prefix="[" suffix="]"/>
</if>
<else-if variable="container-title">
<date variable="issued" form="numeric" date-parts="year" prefix="(" suffix=")"/>
</else-if>
<else>
<!-- unreported cases -->
<group delimiter=", " prefix="(" suffix=")">
<names variable="authority">
<name/>
<institution institution-parts="short" use-first="1"/>
</names>
<number variable="number"/>
<date variable="issued" date-parts="year-month-day" form="text"/>
</group>
</else>
</choose>
<choose>
<if variable="container-title">
<number variable="volume"/>
<text variable="container-title" form="short"/>
</if>
<else-if variable="collection-number">
<names variable="authority">
<name/>
<institution institution-parts="short" use-first="1"/>
</names>
</else-if>
</choose>
<number variable="page-first"/>
<choose>
<if variable="container-title">
<names variable="authority" prefix="(" suffix=")">
<name/>
<institution institution-parts="short" use-first="1"/>
</names>
</if>
<else>
<names variable="authority" prefix="(" suffix=")">
<name/>
<institution institution-parts="short" stop-first="1" use-last="1"/>
</names>
</else>
</choose>
</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) -->
<text value=""/>
</macro>
<macro name="juris-pretitle-short">
<text value=""/>
</macro>
<macro name="juris-title-short">
<choose>
<if type="legal_case">
<choose>
<if variable="title-short">
<text variable="title-short" form="short"/>
</if>
<else>
<text variable="title" form="short"/>
</else>
</choose>
</if>
<else-if type="regulation legislation">
<group delimiter=" ">
<choose>
<if variable="title-short">
<text variable="title-short" form="short"/>
</if>
<else>
<text variable="title" form="short"/>
</else>
</choose>
<choose>
<if disambiguate="true">
<date variable="issued" form="text" date-parts="year"/>
</if>
</choose>
</group>
</else-if>
</choose>
</macro>
<macro name="juris-main-short">
<!-- The body of subsequent citations (of all types) -->
<choose>
<if type="legal_case">
<group delimiter=" ">
<choose>
<if variable="collection-number">
<number variable="collection-number" prefix="[" suffix="]"/>
</if>
<else-if variable="container-title">
<date variable="issued" form="numeric" date-parts="year" prefix="(" suffix=")"/>
</else-if>
<else>
<!-- unreported cases -->
<group delimiter=", " prefix="(" suffix=")">
<names variable="authority">
<name/>
<institution institution-parts="short"/>
</names>
<date variable="issued" date-parts="year-month-day" form="text"/>
</group>
</else>
</choose>
<choose>
<if variable="container-title">
<number variable="volume"/>
<text variable="container-title" form="short"/>
</if>
<else-if variable="collection-number">
<names variable="authority">
<name/>
<institution form="short"/>
</names>
</else-if>
</choose>
<number variable="page-first"/>
</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) -->
<text value=""/>
</macro>
<macro name="juris-locator">
<group delimiter=" ">
<choose>
<if locator="page"/>
<else-if locator="paragraph">
<label variable="locator" form="static"/>
</else-if>
<else>
<label variable="locator"/>
</else>
</choose>
<number variable="locator"/>
</group>
</macro>
<citation>
<layout>
</layout>
</citation>
</style>