Skip to content

Commit 07ce91e

Browse files
authored
1 parent 349a5d6 commit 07ce91e

File tree

1 file changed

+66
-55
lines changed

1 file changed

+66
-55
lines changed

journal-of-avian-biology.csl

+66-55
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<category field="biology"/>
1414
<issn>0908-8857</issn>
1515
<eissn>1600-048X</eissn>
16-
<updated>2014-06-10T12:00:00+00:00</updated>
16+
<updated>2022-03-26T13:07:33+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<macro name="editor-translator">
@@ -39,6 +39,9 @@
3939
<names variable="author">
4040
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="never"/>
4141
<label form="short" text-case="capitalize-first"/>
42+
<substitute>
43+
<names variable="editor"/>
44+
</substitute>
4245
</names>
4346
</macro>
4447
<macro name="author-count">
@@ -121,62 +124,70 @@
121124
<key macro="author-count" names-min="3" names-use-first="3"/>
122125
<key variable="issued"/>
123126
</sort>
124-
<layout>
125-
<text macro="author"/>
126-
<date variable="issued" prefix=" " suffix=".">
127-
<date-part name="year"/>
128-
</date>
129-
<choose>
130-
<if type="book">
131-
<group suffix=".">
132-
<text macro="title" prefix=" "/>
133-
<text macro="editor-translator" prefix=" "/>
134-
</group>
135-
<text prefix=" - " suffix="." macro="publisher"/>
136-
</if>
137-
<else-if type="chapter">
138-
<text macro="title" prefix=" "/>
139-
<group prefix=". - ">
140-
<text term="in" text-case="capitalize-first" suffix=": "/>
141-
<names variable="editor translator">
142-
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"/>
143-
<label form="short" prefix=" (" suffix=")," strip-periods="true"/>
144-
</names>
145-
<text variable="container-title" prefix=" " suffix="."/>
146-
<text macro="edition" prefix=" "/>
147-
<text variable="collection-title" prefix=" " suffix="."/>
148-
<group suffix=".">
149-
<text macro="publisher" prefix=" " suffix=","/>
150-
<text macro="page-chapter" prefix=" "/>
127+
<layout suffix=".">
128+
<group delimiter=". ">
129+
<text macro="author"/>
130+
<date variable="issued">
131+
<date-part name="year"/>
132+
</date>
133+
<text macro="title" prefix=" "/>
134+
<choose>
135+
<if type="book">
136+
<group delimiter=". ">
137+
<text macro="editor-translator"/>
138+
<text prefix="&#8211; " macro="publisher"/>
151139
</group>
152-
</group>
153-
</else-if>
154-
<else-if type="article article-journal review" match="any">
155-
<group suffix=".">
156-
<text macro="title" prefix=" "/>
157-
<text macro="editor-translator" prefix=" "/>
158-
</group>
159-
<text variable="container-title" form="short" prefix=" - "/>
160-
<choose>
161-
<if variable="page">
162-
<text variable="volume" prefix=" "/>
163-
<text variable="page" prefix=": " suffix="."/>
164-
</if>
165-
<else>
166-
<text term="in press" prefix=" " suffix="."/>
167-
</else>
168-
</choose>
169-
</else-if>
170-
<else>
171-
<group suffix=".">
172-
<text macro="title" prefix=" "/>
140+
</if>
141+
<else-if type="chapter">
142+
<group delimiter=". ">
143+
<group delimiter=", " prefix=" &#8211; ">
144+
<group delimiter=": ">
145+
<text term="in" text-case="capitalize-first"/>
146+
<names variable="editor translator">
147+
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"/>
148+
<label form="short" prefix=" (" suffix=")," strip-periods="true"/>
149+
</names>
150+
</group>
151+
<text variable="container-title"/>
152+
<text macro="edition"/>
153+
<text variable="collection-title"/>
154+
</group>
155+
<group delimiter=", ">
156+
<text macro="publisher"/>
157+
<text macro="page-chapter"/>
158+
</group>
159+
</group>
160+
</else-if>
161+
<else-if type="article article-journal review" match="any">
162+
<group delimiter=" ">
163+
<text variable="container-title" form="short" prefix=" &#8211; "/>
164+
<choose>
165+
<if variable="page">
166+
<group delimiter=": ">
167+
<text variable="volume"/>
168+
<text variable="page"/>
169+
</group>
170+
</if>
171+
<else>
172+
<text variable="DOI" prefix=" &lt;https://doi.org/" suffix=">"/>
173+
</else>
174+
</choose>
175+
</group>
176+
</else-if>
177+
<else-if type="thesis" match="any">
178+
<group delimiter=", " prefix=" &#8211; ">
179+
<text variable="genre"/>
180+
<text variable="publisher"/>
181+
</group>
182+
</else-if>
183+
<else>
173184
<text macro="editor-translator" prefix=" "/>
174-
</group>
175-
<text variable="container-title" form="short" prefix=" - "/>
176-
<text variable="volume" prefix=" "/>
177-
<text variable="page" prefix=": " suffix="."/>
178-
</else>
179-
</choose>
185+
<text variable="container-title" form="short" prefix=" &#8211; "/>
186+
<text variable="volume" prefix=" "/>
187+
<text variable="page" prefix=": "/>
188+
</else>
189+
</choose>
190+
</group>
180191
</layout>
181192
</bibliography>
182193
</style>

0 commit comments

Comments
 (0)