|
12 | 12 | <category citation-format="author-date"/> |
13 | 13 | <category field="biology"/> |
14 | 14 | <eissn>1940-3372</eissn> |
15 | | - <updated>2017-08-16T13:03:54+00:00</updated> |
| 15 | + <updated>2021-05-05T12:00:00+00:00</updated> |
16 | 16 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
17 | 17 | </info> |
18 | 18 | <macro name="editor"> |
19 | 19 | <names variable="editor" delimiter=", "> |
20 | | - <name and="text" initialize-with="." delimiter=", "/> |
21 | | - <label form="short" plural="never" prefix=", "/> |
| 20 | + <name and="symbol" initialize-with="." delimiter=", " delimiter-precedes-last="never"/> |
| 21 | + <label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/> |
22 | 22 | </names> |
23 | 23 | </macro> |
24 | 24 | <macro name="author"> |
25 | 25 | <names variable="author"> |
26 | | - <name name-as-sort-order="first" and="text" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/> |
| 26 | + <name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/> |
27 | 27 | <label form="short" prefix=" "/> |
28 | 28 | <substitute> |
29 | 29 | <names variable="editor"/> |
|
33 | 33 | </macro> |
34 | 34 | <macro name="author-short"> |
35 | 35 | <names variable="author"> |
36 | | - <name form="short" and="text" delimiter=", " initialize-with="."/> |
| 36 | + <name form="short" and="symbol" delimiter=", " initialize-with="."/> |
37 | 37 | <substitute> |
38 | 38 | <names variable="editor"/> |
39 | 39 | <names variable="translator"/> |
|
44 | 44 | <macro name="title"> |
45 | 45 | <choose> |
46 | 46 | <if type="book webpage" match="any"> |
47 | | - <text variable="title" text-case="title"/> |
| 47 | + <text variable="title" text-case="title" font-style="italic"/> |
48 | 48 | </if> |
49 | 49 | <else> |
50 | 50 | <text variable="title"/> |
|
88 | 88 | </group> |
89 | 89 | </layout> |
90 | 90 | </citation> |
91 | | - <bibliography line-spacing="2" hanging-indent="true"> |
| 91 | + <bibliography line-spacing="1" hanging-indent="true"> |
92 | 92 | <sort> |
93 | 93 | <key macro="author" names-use-last="true"/> |
94 | 94 | <key macro="year-date" names-use-last="true"/> |
|
97 | 97 | <group delimiter=". "> |
98 | 98 | <text macro="author"/> |
99 | 99 | <date variable="issued"> |
100 | | - <date-part name="year"/> |
| 100 | + <date-part name="year" prefix="(" suffix=")"/> |
101 | 101 | </date> |
102 | 102 | <choose> |
103 | 103 | <if type="book report chapter" match="any"> |
104 | | - <group delimiter=". " prefix=" "> |
105 | | - <text macro="title"/> |
| 104 | + <group delimiter=" "> |
| 105 | + <text macro="title" suffix="."/> |
106 | 106 | <text macro="edition"/> |
107 | | - <text macro="editor"/> |
108 | | - <text variable="collection-title"/> |
109 | | - <text variable="collection-number" prefix="No. "/> |
| 107 | + <text macro="editor" prefix=" In " suffix=","/> |
| 108 | + <text variable="container-title" font-style="italic"/> |
| 109 | + <text variable="page" prefix="(pp. " suffix=")."/> |
110 | 110 | <text macro="publisher"/> |
111 | 111 | </group> |
112 | 112 | </if> |
|
145 | 145 | </else-if> |
146 | 146 | <else-if type="thesis" match="any"> |
147 | 147 | <group prefix=" "> |
148 | | - <text macro="title" suffix="."/> |
149 | | - <text variable="genre" prefix=" " suffix=" Thesis."/> |
| 148 | + <text macro="title" font-style="italic"/> |
| 149 | + <text variable="genre" prefix=" [" suffix="]."/> |
150 | 150 | <text variable="publisher" form="short" prefix=" " suffix=","/> |
151 | 151 | <text variable="publisher-place" prefix=" "/> |
152 | 152 | </group> |
|
164 | 164 | <else> |
165 | 165 | <group prefix=" "> |
166 | 166 | <text macro="title"/> |
167 | | - <text variable="container-title" form="short" font-style="normal" prefix=". "/> |
168 | | - <group delimiter=":" prefix=" "> |
169 | | - <text variable="volume"/> |
| 167 | + <text variable="container-title" font-style="italic" prefix=". " suffix=", "/> |
| 168 | + <group delimiter=", " prefix=" "> |
| 169 | + <text variable="volume" font-style="italic"/> |
170 | 170 | <text variable="page"/> |
171 | 171 | </group> |
172 | | - <text variable="DOI" prefix=". doi:"/> |
| 172 | + <text variable="DOI" prefix=". https://doi.org/"/> |
173 | 173 | </group> |
174 | 174 | </else> |
175 | 175 | </choose> |
|
0 commit comments