Skip to content

Commit 4484d25

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 2b37392..5facb37
5facb37 Update soil-biology-and-biochemistry.csl (#5630) dba7c17 Change representation of locators (#5629) 38c5b99 change et-al settings (#5628) 634b5e0 Create netherlands-journal-of-geosciences.csl (#5624) fa2cce2 Create journal-of-information-literacy.csl (#5622) c0d2bf1 Add legislation to AZR & Austrian Legal (#5625) 9724c6e UACJ: Fix op. cit. b12f90f Update style-manual-australian-government.csl (#5603) 94dba2c Create sports-health.csl (#5620) 2ca5cd8 Update urad-rs-za-makroekonomske-analize-in-razvoj.csl (#5619) 32ef9ba Create annals-of-eye-science.csl (#5615) 928e5a6 Create journal-of-microbiology.csl (#5616) a829c84 Update harvard-cite-them-right-no-et-al.csl (#5617) 6182c7b Fix the right _St. York_ Harvard style 1454760 Fix York Harvard title d8c5cef Create harvard-cite-them-right-11.csl (#5612) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 5facb37
1 parent 03cae10 commit 4484d25

20 files changed

+2915
-120
lines changed

annals-of-eye-science.csl

+343
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,343 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal" default-locale="en-US">
3+
<info>
4+
<title>Annals of Eye Science</title>
5+
<title-short>AES</title-short>
6+
<id>http://www.zotero.org/styles/annals-of-eye-science</id>
7+
<link href="http://www.zotero.org/styles/annals-of-eye-science" rel="self"/>
8+
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
9+
<link href="https://aes.amegroups.com/pages/view/guidelines-for-authors" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<eissn>2520-4122</eissn>
16+
<updated>2021-09-01T08:41:13+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<locale xml:lang="en">
20+
<date form="text" delimiter=" ">
21+
<date-part name="year"/>
22+
<date-part name="month" form="short" strip-periods="true"/>
23+
<date-part name="day"/>
24+
</date>
25+
<terms>
26+
<term name="collection-editor" form="long">
27+
<single>editor</single>
28+
<multiple>editors</multiple>
29+
</term>
30+
<term name="presented at">presented at</term>
31+
<term name="available at">available from</term>
32+
<term name="section" form="short">sect.</term>
33+
</terms>
34+
</locale>
35+
<locale xml:lang="fr">
36+
<date form="text" delimiter=" ">
37+
<date-part name="day"/>
38+
<date-part name="month" form="short" strip-periods="true"/>
39+
<date-part name="year"/>
40+
</date>
41+
</locale>
42+
<macro name="author">
43+
<names variable="author">
44+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
45+
<label form="long" prefix=", "/>
46+
<substitute>
47+
<names variable="editor"/>
48+
</substitute>
49+
</names>
50+
</macro>
51+
<macro name="editor">
52+
<names variable="editor" suffix=".">
53+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
54+
<label form="long" prefix=", "/>
55+
</names>
56+
</macro>
57+
<macro name="chapter-marker">
58+
<choose>
59+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
60+
<text term="in" text-case="capitalize-first"/>
61+
</if>
62+
</choose>
63+
</macro>
64+
<macro name="publisher">
65+
<choose>
66+
<if type="article-journal article-magazine article-newspaper" match="none">
67+
<group delimiter=": " suffix=";">
68+
<choose>
69+
<if type="thesis">
70+
<text variable="publisher-place" prefix="[" suffix="]"/>
71+
</if>
72+
<else-if type="speech"/>
73+
<else>
74+
<text variable="publisher-place"/>
75+
</else>
76+
</choose>
77+
<text variable="publisher"/>
78+
</group>
79+
</if>
80+
</choose>
81+
</macro>
82+
<macro name="access">
83+
<choose>
84+
<if variable="URL">
85+
<group delimiter=": ">
86+
<text term="available at" text-case="capitalize-first"/>
87+
<text variable="URL"/>
88+
</group>
89+
</if>
90+
</choose>
91+
</macro>
92+
<macro name="accessed-date">
93+
<choose>
94+
<if variable="URL">
95+
<group prefix="[" suffix="]" delimiter=" ">
96+
<text term="cited" text-case="lowercase"/>
97+
<date variable="accessed" form="text"/>
98+
</group>
99+
</if>
100+
</choose>
101+
</macro>
102+
<macro name="container-title">
103+
<choose>
104+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
105+
<group suffix="." delimiter=" ">
106+
<choose>
107+
<if type="article-journal review review-book" match="any">
108+
<text variable="container-title" form="short" strip-periods="true"/>
109+
</if>
110+
<else>
111+
<text variable="container-title" strip-periods="true"/>
112+
</else>
113+
</choose>
114+
<choose>
115+
<if variable="URL">
116+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
117+
</if>
118+
</choose>
119+
</group>
120+
<text macro="edition" prefix=" "/>
121+
</if>
122+
<else-if type="bill legislation" match="any">
123+
<group delimiter=", ">
124+
<group delimiter=". ">
125+
<text variable="container-title"/>
126+
<group delimiter=" ">
127+
<text term="section" form="short" text-case="capitalize-first"/>
128+
<text variable="section"/>
129+
</group>
130+
</group>
131+
<text variable="number"/>
132+
</group>
133+
</else-if>
134+
<else-if type="speech">
135+
<group delimiter=": " suffix=";">
136+
<group delimiter=" ">
137+
<text variable="genre" text-case="capitalize-first"/>
138+
<text term="presented at"/>
139+
</group>
140+
<text variable="event"/>
141+
</group>
142+
</else-if>
143+
<else>
144+
<group delimiter=", " suffix=".">
145+
<choose>
146+
<if variable="collection-title" match="none">
147+
<group delimiter=" ">
148+
<label variable="volume" form="short" text-case="capitalize-first"/>
149+
<text variable="volume"/>
150+
</group>
151+
</if>
152+
</choose>
153+
<text variable="container-title"/>
154+
</group>
155+
</else>
156+
</choose>
157+
</macro>
158+
<macro name="title">
159+
<text variable="title"/>
160+
<choose>
161+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
162+
<choose>
163+
<if variable="URL">
164+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
165+
</if>
166+
</choose>
167+
<text macro="edition" prefix=". "/>
168+
</if>
169+
</choose>
170+
<choose>
171+
<if type="thesis">
172+
<text variable="genre" prefix=" [" suffix="]"/>
173+
</if>
174+
</choose>
175+
</macro>
176+
<macro name="edition">
177+
<choose>
178+
<if is-numeric="edition">
179+
<group delimiter=" ">
180+
<number variable="edition" form="ordinal"/>
181+
<text term="edition" form="short"/>
182+
</group>
183+
</if>
184+
<else>
185+
<text variable="edition" suffix="."/>
186+
</else>
187+
</choose>
188+
</macro>
189+
<macro name="date">
190+
<choose>
191+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
192+
<group suffix=";" delimiter=" ">
193+
<date variable="issued" form="text"/>
194+
<text macro="accessed-date"/>
195+
</group>
196+
</if>
197+
<else-if type="bill legislation" match="any">
198+
<group delimiter=", ">
199+
<date variable="issued" delimiter=" ">
200+
<date-part name="month" form="short" strip-periods="true"/>
201+
<date-part name="day"/>
202+
</date>
203+
<date variable="issued">
204+
<date-part name="year"/>
205+
</date>
206+
</group>
207+
</else-if>
208+
<else-if type="report">
209+
<date variable="issued" delimiter=" ">
210+
<date-part name="year"/>
211+
<date-part name="month" form="short" strip-periods="true"/>
212+
</date>
213+
<text macro="accessed-date" prefix=" "/>
214+
</else-if>
215+
<else-if type="patent">
216+
<group suffix=".">
217+
<group delimiter=", ">
218+
<text variable="number"/>
219+
<date variable="issued">
220+
<date-part name="year"/>
221+
</date>
222+
</group>
223+
<text macro="accessed-date" prefix=" "/>
224+
</group>
225+
</else-if>
226+
<else-if type="speech">
227+
<group delimiter="; ">
228+
<group delimiter=" ">
229+
<date variable="issued" delimiter=" ">
230+
<date-part name="year"/>
231+
<date-part name="month" form="short" strip-periods="true"/>
232+
<date-part name="day"/>
233+
</date>
234+
<text macro="accessed-date"/>
235+
</group>
236+
<text variable="event-place"/>
237+
</group>
238+
</else-if>
239+
<else>
240+
<group suffix=".">
241+
<date variable="issued">
242+
<date-part name="year"/>
243+
</date>
244+
<text macro="accessed-date" prefix=" "/>
245+
</group>
246+
</else>
247+
</choose>
248+
</macro>
249+
<macro name="pages">
250+
<choose>
251+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
252+
<text variable="page" prefix=":"/>
253+
</if>
254+
<else-if type="book" match="any">
255+
<text variable="number-of-pages" prefix=" "/>
256+
<choose>
257+
<if is-numeric="number-of-pages">
258+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
259+
</if>
260+
</choose>
261+
</else-if>
262+
<else>
263+
<group prefix=" " delimiter=" ">
264+
<label variable="page" form="short" plural="never"/>
265+
<text variable="page"/>
266+
</group>
267+
</else>
268+
</choose>
269+
</macro>
270+
<macro name="journal-location">
271+
<choose>
272+
<if type="article-journal article-magazine review review-book" match="any">
273+
<text variable="volume"/>
274+
<text variable="issue" prefix="(" suffix=")"/>
275+
</if>
276+
</choose>
277+
</macro>
278+
<macro name="collection-details">
279+
<choose>
280+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
281+
<choose>
282+
<if variable="collection-title">
283+
<group delimiter=" " prefix="(" suffix=")">
284+
<names variable="collection-editor" suffix=".">
285+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
286+
<label form="long" prefix=", "/>
287+
</names>
288+
<group delimiter="; ">
289+
<text variable="collection-title"/>
290+
<group delimiter=" ">
291+
<label variable="volume" form="short"/>
292+
<text variable="volume"/>
293+
</group>
294+
</group>
295+
</group>
296+
</if>
297+
</choose>
298+
</if>
299+
</choose>
300+
</macro>
301+
<macro name="report-details">
302+
<choose>
303+
<if type="report">
304+
<text variable="number" prefix="Report No.: "/>
305+
</if>
306+
</choose>
307+
</macro>
308+
<citation collapse="citation-number">
309+
<sort>
310+
<key variable="citation-number"/>
311+
</sort>
312+
<layout prefix="(" suffix=")" delimiter=",">
313+
<text variable="citation-number"/>
314+
</layout>
315+
</citation>
316+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush">
317+
<layout>
318+
<text variable="citation-number" suffix=". "/>
319+
<group delimiter=". " suffix=". ">
320+
<text macro="author"/>
321+
<text macro="title"/>
322+
</group>
323+
<group delimiter=" " suffix=". ">
324+
<group delimiter=": ">
325+
<text macro="chapter-marker"/>
326+
<group delimiter=" ">
327+
<text macro="editor"/>
328+
<text macro="container-title"/>
329+
</group>
330+
</group>
331+
<text macro="publisher"/>
332+
<group>
333+
<text macro="date"/>
334+
<text macro="journal-location"/>
335+
<text macro="pages"/>
336+
</group>
337+
</group>
338+
<text macro="collection-details" suffix=". "/>
339+
<text macro="report-details" suffix=". "/>
340+
<text macro="access"/>
341+
</layout>
342+
</bibliography>
343+
</style>

austrian-legal.csl

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</else>
3535
</choose>
3636
</if>
37-
<else-if type="bill">
37+
<else-if type="bill legislation" match="any">
3838
<!-- move statutes to the bottom -->
3939
<text value="ZZZZ"/>
4040
</else-if>
@@ -99,7 +99,7 @@
9999
</else>
100100
</choose>
101101
</if>
102-
<else-if type="bill">
102+
<else-if type="bill legislation" match="any">
103103
<choose>
104104
<if variable="container-title section" match="all">
105105
<text variable="section" suffix=" "/>
@@ -307,7 +307,7 @@
307307
</else>
308308
</choose>
309309
</if>
310-
<else-if type="bill">
310+
<else-if type="bill legislation" match="any">
311311
<text value=" "/>
312312
</else-if>
313313
<else-if type="article-journal">

azr-abkurzungs-und-zitierregeln-der-osterreichischen-rechtssprache-und-europarechtlicher-rechtsquellen.csl

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</macro>
3737
<macro name="sort-key">
3838
<choose>
39-
<if type="bill" match="any">
39+
<if type="bill legislation" match="any">
4040
<text value="3"/>
4141
</if>
4242
<else-if type="legal_case" match="any">
@@ -75,7 +75,7 @@
7575
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" givenname-disambiguation-rule="all-names-with-initials" disambiguate-add-givenname="true">
7676
<layout suffix="." delimiter="; ">
7777
<choose>
78-
<if type="bill">
78+
<if type="bill legislation" match="any">
7979
<choose>
8080
<if variable="genre" match="all">
8181
<!-- Verordnung oder Richtlinie der Europäischen Union -->
@@ -334,7 +334,7 @@
334334
</sort>
335335
<layout>
336336
<choose>
337-
<if type="bill">
337+
<if type="bill legislation" match="any">
338338
<choose>
339339
<if variable="genre" match="all">
340340
<!-- Verordnung oder Richtlinie der Europäischen Union -->

0 commit comments

Comments
 (0)