Skip to content

Commit d6d400b

Browse files
authored
Create london-review-of-international-law.csl (JabRef#4966)
1 parent d2a5ae1 commit d6d400b

File tree

1 file changed

+323
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)