Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6412083

Browse files
authoredMar 15, 2021
Create stellenbosch-law-review.csl (#5322)
1 parent 30fb68e commit 6412083

File tree

1 file changed

+308
-0
lines changed

1 file changed

+308
-0
lines changed
 

‎stellenbosch-law-review.csl

+308
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only">
3+
<!-- Polyglot; journal publishes in English and Afrikaans -->
4+
<info>
5+
<title>Stellenbosch Law Review</title>
6+
<title-short>SLR</title-short>
7+
<id>http://www.zotero.org/styles/stellenbosch-law-review</id>
8+
<link href="http://www.zotero.org/styles/stellenbosch-law-review" rel="self"/>
9+
<link href="http://www.zotero.org/styles/london-review-of-international-law" rel="template"/>
10+
<link href="https://journals.co.za/journal/jlc.slr/submit" rel="documentation"/>
11+
<link href="http://blogs.sun.ac.za/iplaw/files/2018/02/Stellenbosch-Law-Review-Style-Guide.pdf" rel="documentation"/>
12+
<author>
13+
<name>Patrick O'Brien</name>
14+
</author>
15+
<category citation-format="note"/>
16+
<category field="law"/>
17+
<issn>1016-4359</issn>
18+
<eissn>1996-2193</eissn>
19+
<updated>2021-03-12T14:36:14+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<locale xml:lang="en">
23+
<style-options punctuation-in-quote="false"/>
24+
<terms>
25+
<term name="edition" form="short">edn</term>
26+
<term name="translator" form="short">trans.</term>
27+
<term name="editortranslator" form="short">ed. and trans.</term>
28+
<term name="chapter" form="short">c.</term>
29+
</terms>
30+
</locale>
31+
<macro name="author">
32+
<names variable="author">
33+
<name and="symbol" initialize-with=""/>
34+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
35+
<substitute>
36+
<names variable="translator"/>
37+
<names variable="editor"/>
38+
</substitute>
39+
</names>
40+
</macro>
41+
<macro name="author-short">
42+
<names variable="author">
43+
<name form="short" and="text"/>
44+
<label form="short" prefix=" (" suffix=")" strip-periods="false"/>
45+
<substitute>
46+
<names variable="translator"/>
47+
<names variable="editor"/>
48+
</substitute>
49+
</names>
50+
</macro>
51+
<macro name="editor-translator">
52+
<choose>
53+
<if variable="editor translator" match="any">
54+
<names variable="editor translator">
55+
<label form="short" suffix=". " strip-periods="false"/>
56+
<name and="text" initialize-with="."/>
57+
</names>
58+
</if>
59+
</choose>
60+
</macro>
61+
<macro name="container-editor">
62+
<group delimiter=" ">
63+
<text term="in" suffix=" "/>
64+
<names variable="editor">
65+
<name and="symbol" initialize-with=""/>
66+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
67+
<substitute>
68+
<names variable="editor"/>
69+
<names variable="translator"/>
70+
<names variable="container-author"/>
71+
<text macro="title"/>
72+
</substitute>
73+
</names>
74+
</group>
75+
</macro>
76+
<macro name="container-editor-short">
77+
<group delimiter=" ">
78+
<text term="in" suffix=" "/>
79+
<names variable="editor">
80+
<name form="short" and="text" initialize-with=". "/>
81+
<label form="short" prefix=" (" suffix=")" strip-periods="false"/>
82+
<substitute>
83+
<names variable="editor"/>
84+
<names variable="translator"/>
85+
<names variable="container-author"/>
86+
<text macro="title"/>
87+
</substitute>
88+
</names>
89+
</group>
90+
</macro>
91+
<macro name="title">
92+
<choose>
93+
<if type="bill book graphic legal_case motion_picture report song thesis" match="any">
94+
<text variable="title" font-style="italic"/>
95+
</if>
96+
<else>
97+
<text variable="title" quotes="true"/>
98+
</else>
99+
</choose>
100+
</macro>
101+
<macro name="collection">
102+
<text variable="collection-title"/>
103+
<text variable="collection-number" prefix=" "/>
104+
</macro>
105+
<macro name="publisher">
106+
<choose>
107+
<if type="paper-conference">
108+
<group delimiter=" ">
109+
<text term="presented at"/>
110+
<text variable="event"/>
111+
</group>
112+
<text variable="event-place" prefix=", "/>
113+
</if>
114+
</choose>
115+
</macro>
116+
<macro name="date">
117+
<choose>
118+
<if type="webpage post post-weblog" match="any">
119+
<date form="text" date-parts="year-month-day" variable="issued"/>
120+
</if>
121+
<else>
122+
<date variable="issued">
123+
<date-part name="year"/>
124+
</date>
125+
</else>
126+
</choose>
127+
</macro>
128+
<macro name="volumes">
129+
<group delimiter=" ">
130+
<text variable="number-of-volumes"/>
131+
<text term="volume" form="short" plural="true" strip-periods="true"/>
132+
</group>
133+
</macro>
134+
<macro name="pageno">
135+
<choose>
136+
<if variable="locator" match="none">
137+
<text variable="page-first"/>
138+
</if>
139+
</choose>
140+
</macro>
141+
<macro name="pageref">
142+
<choose>
143+
<if variable="locator">
144+
<group delimiter=", ">
145+
<choose>
146+
<if variable="page-first">
147+
<text variable="page-first"/>
148+
</if>
149+
</choose>
150+
<text variable="locator"/>
151+
</group>
152+
</if>
153+
</choose>
154+
</macro>
155+
<macro name="pageref-subsequent">
156+
<label variable="locator" form="short" suffix=" "/>
157+
<text variable="locator"/>
158+
</macro>
159+
<macro name="volref">
160+
<group delimiter=" ">
161+
<text variable="volume"/>
162+
<text term="number" form="short" text-case="capitalize-first" suffix="."/>
163+
</group>
164+
</macro>
165+
<macro name="container">
166+
<choose>
167+
<if type="chapter paper-conference" match="any">
168+
<text variable="container-title" font-style="italic"/>
169+
</if>
170+
<else>
171+
<text variable="container-title" form="short" font-style="italic"/>
172+
</else>
173+
</choose>
174+
</macro>
175+
<macro name="container-short">
176+
<choose>
177+
<if type="chapter paper-conference" match="any">
178+
<group delimiter=" ">
179+
<text macro="container-editor-short"/>
180+
<text variable="container-title" font-style="italic"/>
181+
<text macro="pageno"/>
182+
</group>
183+
</if>
184+
<else-if type="article-journal" match="any">
185+
<group delimiter=", ">
186+
<group delimiter=" ">
187+
<text variable="container-title" form="short"/>
188+
<text macro="volref"/>
189+
</group>
190+
<text macro="pageno"/>
191+
</group>
192+
</else-if>
193+
<else-if type="bill book graphic legal_case motion_picture song thesis" match="any">
194+
<group delimiter=" ">
195+
<text variable="title" font-style="italic"/>
196+
<number vertical-align="sup" variable="edition"/>
197+
</group>
198+
</else-if>
199+
<else>
200+
<text variable="container-title" form="short" font-style="italic"/>
201+
</else>
202+
</choose>
203+
</macro>
204+
<macro name="access">
205+
<choose>
206+
<if type="webpage post post-weblog" match="any">
207+
<group delimiter=" ">
208+
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
209+
<group delimiter=" " prefix="(" suffix=")">
210+
<text term="accessed" suffix=" "/>
211+
<date variable="accessed">
212+
<date-part name="day" suffix="-"/>
213+
<date-part name="month" form="numeric" suffix="-"/>
214+
<date-part name="year"/>
215+
</date>
216+
</group>
217+
</group>
218+
</if>
219+
</choose>
220+
</macro>
221+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-names="true">
222+
<layout suffix="." delimiter="; ">
223+
<choose>
224+
<if position="subsequent">
225+
<group delimiter=" ">
226+
<text macro="author-short"/>
227+
<text macro="container-short"/>
228+
<text macro="pageref-subsequent"/>
229+
</group>
230+
</if>
231+
<else>
232+
<text macro="author" suffix=" "/>
233+
<choose>
234+
<if type="report thesis" match="any">
235+
<group delimiter=" ">
236+
<text macro="title"/>
237+
<text variable="genre"/>
238+
<text variable="collection-title"/>
239+
<text variable="number" prefix=" "/>
240+
<text variable="publisher"/>
241+
<text macro="date" prefix="(" suffix=")"/>
242+
<text macro="pageref"/>
243+
</group>
244+
</if>
245+
<else-if type="bill book graphic legal_case motion_picture song" match="any">
246+
<group delimiter=", ">
247+
<text macro="title"/>
248+
<text macro="editor-translator"/>
249+
<text macro="container"/>
250+
<text macro="volumes"/>
251+
<text macro="volref"/>
252+
</group>
253+
<group delimiter=", ">
254+
<group delimiter="; " prefix=" (" suffix=")">
255+
<text macro="collection"/>
256+
<group delimiter=", ">
257+
<group delimiter=" ">
258+
<number variable="edition"/>
259+
<label strip-periods="true" variable="edition" form="short"/>
260+
</group>
261+
<text macro="date"/>
262+
</group>
263+
</group>
264+
<text macro="pageref"/>
265+
</group>
266+
</else-if>
267+
<else-if type="chapter paper-conference" match="any">
268+
<group delimiter=" ">
269+
<text macro="title"/>
270+
<text macro="container-editor"/>
271+
<text macro="container"/>
272+
<text macro="collection"/>
273+
<text macro="volref"/>
274+
<text macro="volumes"/>
275+
</group>
276+
<group delimiter=" ">
277+
<group prefix=" (" suffix=")" delimiter=", ">
278+
<text macro="publisher"/>
279+
<text macro="date"/>
280+
</group>
281+
<text macro="pageno"/>
282+
<text macro="pageref"/>
283+
</group>
284+
</else-if>
285+
<else-if type="post post-weblog webpage" match="any">
286+
<group delimiter=", ">
287+
<text macro="title"/>
288+
<text macro="container"/>
289+
<text macro="date"/>
290+
<text macro="access"/>
291+
</group>
292+
</else-if>
293+
<else>
294+
<group delimiter=" ">
295+
<text macro="title"/>
296+
<text macro="date" prefix=" (" suffix=")"/>
297+
<text macro="volref"/>
298+
<text macro="container"/>
299+
<text macro="pageno"/>
300+
<text macro="pageref"/>
301+
</group>
302+
</else>
303+
</choose>
304+
</else>
305+
</choose>
306+
</layout>
307+
</citation>
308+
</style>

0 commit comments

Comments
 (0)
Please sign in to comment.