|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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/) --> |
4 | 3 | <info>
|
5 | 4 | <title>Avian Diseases</title>
|
6 | 5 | <id>http://www.zotero.org/styles/avian-diseases</id>
|
7 | 6 | <link href="http://www.zotero.org/styles/avian-diseases" rel="self"/>
|
8 | 7 | <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"/> |
10 | 9 | <author>
|
11 | 10 | <name>Sebastian Karcher</name>
|
12 | 11 | </author>
|
| 12 | + <contributor> |
| 13 | + <name>Patrick O'Brien</name> |
| 14 | + </contributor> |
13 | 15 | <category citation-format="numeric"/>
|
14 | 16 | <category field="biology"/>
|
15 | 17 | <issn>0005-2086</issn>
|
16 | 18 | <eissn>1938-4351</eissn>
|
17 |
| - <updated>2012-09-14T21:22:32+00:00</updated> |
| 19 | + <updated>2025-04-10T18:59:49+00:00</updated> |
18 | 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>
|
19 | 21 | </info>
|
20 | 22 | <macro name="author">
|
21 | 23 | <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"/> |
23 | 25 | </names>
|
24 | 26 | </macro>
|
25 | 27 | <macro name="editor">
|
26 | 28 | <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=", "/> |
29 | 31 | </names>
|
30 | 32 | </macro>
|
31 | 33 | <macro name="publisher">
|
|
47 | 49 | </else>
|
48 | 50 | </choose>
|
49 | 51 | </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> |
50 | 67 | <citation collapse="citation-number">
|
51 | 68 | <sort>
|
52 | 69 | <key variable="citation-number"/>
|
|
57 | 74 | </citation>
|
58 | 75 | <bibliography entry-spacing="0">
|
59 | 76 | <sort>
|
60 |
| - <key macro="author"/> |
61 |
| - <key variable="issued"/> |
| 77 | + <key variable="citation-number"/> |
62 | 78 | </sort>
|
63 | 79 | <layout suffix=".">
|
64 | 80 | <group delimiter=". " prefix=" ">
|
65 | 81 | <text variable="citation-number" form="long"/>
|
66 | 82 | <text macro="author"/>
|
67 | 83 | <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"> |
69 | 85 | <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> |
71 | 94 | <text macro="edition" prefix=" "/>
|
72 | 95 | <text macro="editor" prefix=" (" suffix=")"/>
|
73 | 96 | </group>
|
74 | 97 | <text prefix=" " macro="publisher"/>
|
| 98 | + <text macro="year-date"/> |
75 | 99 | </if>
|
76 | 100 | <else-if type="chapter paper-conference" match="any">
|
77 | 101 | <group delimiter=". ">
|
78 | 102 | <text variable="title" form="long"/>
|
79 | 103 | <group delimiter=": ">
|
80 | 104 | <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. "/> |
88 | 105 | <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="; "> |
90 | 112 | <group delimiter=" ">
|
91 |
| - <label variable="page" form="short"/> |
| 113 | + <label plural="never" variable="page" form="short"/> |
92 | 114 | <text variable="page"/>
|
93 | 115 | </group>
|
| 116 | + <text macro="year-date"/> |
94 | 117 | </group>
|
95 | 118 | </group>
|
96 | 119 | </else-if>
|
97 | 120 | <else>
|
98 | 121 | <text variable="title" form="long"/>
|
99 |
| - <group delimiter=": "> |
| 122 | + <group delimiter=":"> |
100 | 123 | <group delimiter=" ">
|
101 |
| - <text variable="container-title" form="short" font-style="normal"/> |
| 124 | + <text variable="container-title" form="short" font-style="italic"/> |
102 | 125 | <text variable="volume"/>
|
103 | 126 | </group>
|
104 |
| - <text variable="page"/> |
| 127 | + <group delimiter="; "> |
| 128 | + <text variable="page"/> |
| 129 | + <text macro="year-date"/> |
| 130 | + </group> |
105 | 131 | </group>
|
106 | 132 | </else>
|
107 | 133 | </choose>
|
108 |
| - <date variable="issued"> |
109 |
| - <date-part name="year"/> |
110 |
| - </date> |
| 134 | + <text macro="access"/> |
111 | 135 | </group>
|
112 | 136 | </layout>
|
113 | 137 | </bibliography>
|
|
0 commit comments