|
14 | 14 | <category field="biology"/> |
15 | 15 | <issn>1752-9921</issn> |
16 | 16 | <eissn>1752-993X</eissn> |
17 | | - <updated>2017-07-11T13:33:19+00:00</updated> |
| 17 | + <updated>2020-05-31T12:05:03+00:00</updated> |
18 | 18 | <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 | 19 | </info> |
20 | 20 | <locale xml:lang="en"> |
|
23 | 23 | </terms> |
24 | 24 | </locale> |
25 | 25 | <macro name="editor-translator"> |
26 | | - <names variable="editor translator" prefix="(" suffix=")" delimiter=", "> |
| 26 | + <names variable="editor translator" delimiter=", "> |
27 | 27 | <name and="text" initialize-with="" delimiter=", "/> |
28 | | - <label form="short" prefix=", " text-case="capitalize-first"/> |
| 28 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
29 | 29 | </names> |
30 | 30 | </macro> |
31 | 31 | <macro name="author"> |
32 | 32 | <names variable="author"> |
33 | 33 | <name delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
34 | | - <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/> |
| 34 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
35 | 35 | <et-al font-style="italic"/> |
36 | 36 | <substitute> |
37 | 37 | <names variable="editor"/> |
|
64 | 64 | <text variable="title" font-style="italic"/> |
65 | 65 | </if> |
66 | 66 | <else> |
67 | | - <text variable="title" suffix="."/> |
| 67 | + <text variable="title"/> |
68 | 68 | </else> |
69 | 69 | </choose> |
70 | 70 | </macro> |
|
91 | 91 | <choose> |
92 | 92 | <if type="article-journal" match="any"> |
93 | 93 | <choose> |
94 | | - <if match="none" variable="issue"> |
95 | | - <text variable="DOI"/> |
| 94 | + <if match="none" variable="volume page"> |
| 95 | + <text variable="DOI" prefix="doi:"/> |
96 | 96 | </if> |
97 | 97 | </choose> |
98 | 98 | </if> |
|
104 | 104 | <key variable="author"/> |
105 | 105 | </sort> |
106 | 106 | <layout prefix="(" suffix=")" delimiter="; "> |
107 | | - <group delimiter=", "> |
| 107 | + <group delimiter=" "> |
108 | 108 | <text macro="author-short"/> |
109 | 109 | <date variable="issued"> |
110 | 110 | <date-part name="year"/> |
|
122 | 122 | <key variable="issued"/> |
123 | 123 | </sort> |
124 | 124 | <layout suffix="."> |
125 | | - <text macro="author" suffix=" "/> |
126 | | - <date variable="issued" prefix="(" suffix=")"> |
127 | | - <date-part name="year"/> |
128 | | - </date> |
129 | | - <choose> |
130 | | - <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
131 | | - <group suffix="."> |
132 | | - <text macro="title" prefix=" "/> |
133 | | - <text macro="edition" prefix=". "/> |
134 | | - <text macro="editor-translator" prefix=" "/> |
135 | | - </group> |
136 | | - <text prefix=" " suffix="." macro="publisher"/> |
137 | | - </if> |
138 | | - <else-if type="thesis"> |
139 | | - <group> |
140 | | - <text macro="title" prefix=" " suffix="."/> |
141 | | - <text variable="genre" prefix=" "/> |
142 | | - <text prefix=" " variable="publisher"/> |
143 | | - </group> |
144 | | - </else-if> |
145 | | - <else-if type="chapter paper-conference" match="any"> |
146 | | - <text macro="title" prefix=" "/> |
147 | | - <group prefix="."> |
148 | | - <text term="in" text-case="capitalize-first"/> |
| 125 | + <group delimiter=" "> |
| 126 | + <text macro="author"/> |
| 127 | + <date variable="issued" prefix="(" suffix=")"> |
| 128 | + <date-part name="year"/> |
| 129 | + </date> |
| 130 | + <choose> |
| 131 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
149 | 132 | <group delimiter=". "> |
150 | | - <names variable="editor translator"> |
151 | | - <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" prefix=" "/> |
152 | | - <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
153 | | - </names> |
154 | | - <group delimiter=". "> |
155 | | - <text variable="container-title" font-style="italic"/> |
156 | | - <text macro="edition"/> |
157 | | - <group delimiter=", " suffix="."> |
158 | | - <text macro="publisher" prefix=" "/> |
159 | | - <text variable="page"/> |
160 | | - </group> |
| 133 | + <text macro="title"/> |
| 134 | + <text macro="edition"/> |
| 135 | + <text macro="editor-translator"/> |
| 136 | + <text macro="publisher"/> |
| 137 | + </group> |
| 138 | + </if> |
| 139 | + <else-if type="thesis"> |
| 140 | + <group delimiter=". "> |
| 141 | + <text macro="title"/> |
| 142 | + <text variable="genre" prefix=" "/> |
| 143 | + <text prefix=" " variable="publisher"/> |
| 144 | + </group> |
| 145 | + </else-if> |
| 146 | + <else-if type="chapter paper-conference" match="any"> |
| 147 | + <group delimiter=". "> |
| 148 | + <text macro="title"/> |
| 149 | + <group delimiter=" "> |
| 150 | + <text term="in" text-case="capitalize-first"/> |
| 151 | + <text macro="editor-translator"/> |
| 152 | + </group> |
| 153 | + <text variable="container-title" font-style="italic"/> |
| 154 | + <text macro="edition"/> |
| 155 | + <group delimiter=", "> |
| 156 | + <text macro="publisher" prefix=" "/> |
| 157 | + <text variable="page"/> |
161 | 158 | </group> |
162 | 159 | </group> |
163 | | - </group> |
164 | | - </else-if> |
165 | | - <else-if type="webpage post-weblog" match="any"> |
166 | | - <group delimiter=". "> |
167 | | - <text variable="container-title" font-style="italic"/> |
168 | | - <group delimiter=" "> |
169 | | - <text variable="URL"/> |
170 | | - <group delimiter=", " prefix="(" suffix=")"> |
171 | | - <date form="text" variable="accessed"/> |
172 | | - <text term="accessed"/> |
| 160 | + </else-if> |
| 161 | + <else-if type="webpage post-weblog post" match="any"> |
| 162 | + <group delimiter=". "> |
| 163 | + <text variable="container-title" font-style="italic"/> |
| 164 | + <group delimiter=" "> |
| 165 | + <text variable="URL"/> |
| 166 | + <group delimiter=", " prefix="(" suffix=")"> |
| 167 | + <date form="text" variable="accessed"/> |
| 168 | + <text term="accessed"/> |
| 169 | + </group> |
173 | 170 | </group> |
174 | 171 | </group> |
175 | | - </group> |
176 | | - </else-if> |
177 | | - <else> |
178 | | - <group suffix="."> |
179 | | - <text macro="title" prefix=" "/> |
180 | | - <text macro="editor-translator" prefix=" "/> |
181 | | - </group> |
182 | | - <group delimiter=" " prefix=" "> |
183 | | - <text variable="container-title" form="short" font-style="italic" strip-periods="true"/> |
184 | | - <group delimiter=":"> |
185 | | - <text variable="volume" font-weight="bold"/> |
186 | | - <text variable="page"/> |
| 172 | + </else-if> |
| 173 | + <else> |
| 174 | + <group delimiter=". "> |
| 175 | + <text macro="title" prefix=" "/> |
| 176 | + <text macro="editor-translator" prefix=" "/> |
| 177 | + <group prefix=" "> |
| 178 | + <text variable="container-title" form="short" font-style="italic" strip-periods="true"/> |
| 179 | + <group delimiter=":" prefix=" "> |
| 180 | + <text variable="volume" font-weight="bold"/> |
| 181 | + <text variable="page"/> |
| 182 | + </group> |
| 183 | + <text macro="access" prefix=", "/> |
| 184 | + </group> |
187 | 185 | </group> |
188 | | - <text macro="access"/> |
189 | | - </group> |
190 | | - </else> |
191 | | - </choose> |
| 186 | + </else> |
| 187 | + </choose> |
| 188 | + </group> |
192 | 189 | </layout> |
193 | 190 | </bibliography> |
194 | 191 | </style> |
0 commit comments