Skip to content

Commit ee4feb9

Browse files
authored
Update avian-diseases.csl (#7509)
1 parent 8c5439e commit ee4feb9

File tree

1 file changed

+49
-25
lines changed

1 file changed

+49
-25
lines changed

avian-diseases.csl

+49-25
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3-
<!-- This style was edited with the Visual CSL Editor (http://steveridout.com/csl/visualEditor/) -->
43
<info>
54
<title>Avian Diseases</title>
65
<id>http://www.zotero.org/styles/avian-diseases</id>
76
<link href="http://www.zotero.org/styles/avian-diseases" rel="self"/>
87
<link href="http://www.zotero.org/styles/the-journal-of-immunology" rel="template"/>
9-
<link href="http://www.aaap.info/guidelines-for-authors" rel="documentation"/>
8+
<link href="https://meridian.allenpress.com/avian-diseases/pages/author-guidelines" rel="documentation"/>
109
<author>
1110
<name>Sebastian Karcher</name>
1211
</author>
12+
<contributor>
13+
<name>Patrick O'Brien</name>
14+
</contributor>
1315
<category citation-format="numeric"/>
1416
<category field="biology"/>
1517
<issn>0005-2086</issn>
1618
<eissn>1938-4351</eissn>
17-
<updated>2012-09-14T21:22:32+00:00</updated>
19+
<updated>2025-04-10T18:59:49+00:00</updated>
1820
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1921
</info>
2022
<macro name="author">
2123
<names variable="author">
22-
<name sort-separator=", " initialize-with=". " and="text" name-as-sort-order="first" delimiter=", " delimiter-precedes-last="always"/>
24+
<name and="text" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="first"/>
2325
</names>
2426
</macro>
2527
<macro name="editor">
2628
<names variable="editor">
27-
<name sort-separator=" " initialize-with=". " and="text" delimiter=", " delimiter-precedes-last="always"/>
28-
<label form="short" prefix=", " strip-periods="true"/>
29+
<name delimiter-precedes-last="always" initialize-with="" sort-separator=" "/>
30+
<label strip-periods="false" prefix=", "/>
2931
</names>
3032
</macro>
3133
<macro name="publisher">
@@ -47,6 +49,21 @@
4749
</else>
4850
</choose>
4951
</macro>
52+
<macro name="year-date">
53+
<date variable="issued">
54+
<date-part name="year"/>
55+
</date>
56+
</macro>
57+
<macro name="access">
58+
<choose>
59+
<if type="article-journal" match="any">
60+
<text variable="DOI" prefix="doi:"/>
61+
</if>
62+
<else-if type="webpage post post-weblog" match="any">
63+
<text variable="URL"/>
64+
</else-if>
65+
</choose>
66+
</macro>
5067
<citation collapse="citation-number">
5168
<sort>
5269
<key variable="citation-number"/>
@@ -57,57 +74,64 @@
5774
</citation>
5875
<bibliography entry-spacing="0">
5976
<sort>
60-
<key macro="author"/>
61-
<key variable="issued"/>
77+
<key variable="citation-number"/>
6278
</sort>
6379
<layout suffix=".">
6480
<group delimiter=". " prefix=" ">
6581
<text variable="citation-number" form="long"/>
6682
<text macro="author"/>
6783
<choose>
68-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
84+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
6985
<group suffix=".">
70-
<text variable="title" form="long" font-style="normal"/>
86+
<group>
87+
<text variable="title" form="long" font-style="normal"/>
88+
<choose>
89+
<if type="thesis" match="any">
90+
<text variable="genre" prefix=" [" suffix="] "/>
91+
</if>
92+
</choose>
93+
</group>
7194
<text macro="edition" prefix=" "/>
7295
<text macro="editor" prefix=" (" suffix=")"/>
7396
</group>
7497
<text prefix=" " macro="publisher"/>
98+
<text macro="year-date"/>
7599
</if>
76100
<else-if type="chapter paper-conference" match="any">
77101
<group delimiter=". ">
78102
<text variable="title" form="long"/>
79103
<group delimiter=": ">
80104
<text term="in" form="long" plural="false" text-case="capitalize-first"/>
81-
<group delimiter=", ">
82-
<text variable="container-title" form="long" font-style="normal"/>
83-
<text macro="edition"/>
84-
</group>
85-
</group>
86-
<group delimiter=". ">
87-
<text variable="volume" form="long" prefix="vol. "/>
88105
<text macro="editor"/>
89-
<text macro="publisher"/>
106+
</group>
107+
<text macro="edition"/>
108+
<text variable="container-title" form="long" font-style="normal"/>
109+
<text variable="volume" form="long" prefix="vol. "/>
110+
<text macro="publisher"/>
111+
<group delimiter="; ">
90112
<group delimiter=" ">
91-
<label variable="page" form="short"/>
113+
<label plural="never" variable="page" form="short"/>
92114
<text variable="page"/>
93115
</group>
116+
<text macro="year-date"/>
94117
</group>
95118
</group>
96119
</else-if>
97120
<else>
98121
<text variable="title" form="long"/>
99-
<group delimiter=": ">
122+
<group delimiter=":">
100123
<group delimiter=" ">
101-
<text variable="container-title" form="short" font-style="normal"/>
124+
<text variable="container-title" form="short" font-style="italic"/>
102125
<text variable="volume"/>
103126
</group>
104-
<text variable="page"/>
127+
<group delimiter="; ">
128+
<text variable="page"/>
129+
<text macro="year-date"/>
130+
</group>
105131
</group>
106132
</else>
107133
</choose>
108-
<date variable="issued">
109-
<date-part name="year"/>
110-
</date>
134+
<text macro="access"/>
111135
</group>
112136
</layout>
113137
</bibliography>

0 commit comments

Comments
 (0)