|
13 | 13 | <category field="social_science"/> |
14 | 14 | <issn>1465-4466</issn> |
15 | 15 | <eissn>1569-206X</eissn> |
16 | | - <updated>2020-08-03T08:43:23+00:00</updated> |
| 16 | + <updated>2020-08-10T08:06:15+00:00</updated> |
17 | 17 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
18 | 18 | </info> |
19 | 19 | <locale xml:lang="en"> |
|
30 | 30 | <choose> |
31 | 31 | <if variable="author"> |
32 | 32 | <names variable="editor"> |
33 | | - <label form="verb-short" text-case="capitalize-first" suffix=". "/> |
| 33 | + <label form="verb" suffix=" "/> |
34 | 34 | <name and="text" delimiter=", "/> |
35 | 35 | </names> |
36 | 36 | </if> |
37 | 37 | </choose> |
38 | 38 | <choose> |
39 | 39 | <if variable="author editor" match="any"> |
40 | 40 | <names variable="translator"> |
41 | | - <label form="verb-short" text-case="capitalize-first" suffix=". "/> |
| 41 | + <label form="verb" suffix=" "/> |
42 | 42 | <name and="text" delimiter=", "/> |
43 | 43 | </names> |
44 | 44 | </if> |
|
91 | 91 | <macro name="editor"> |
92 | 92 | <names variable="editor"> |
93 | 93 | <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/> |
94 | | - <label form="short" prefix=", " suffix="."/> |
| 94 | + <label form="short" prefix=" (" suffix=")"/> |
95 | 95 | </names> |
96 | 96 | </macro> |
97 | 97 | <macro name="translator"> |
|
121 | 121 | <macro name="contributors"> |
122 | 122 | <names variable="author"> |
123 | 123 | <name and="text" name-as-sort-order="first"/> |
124 | | - <label form="verb-short" prefix=", " suffix="."/> |
| 124 | + <label form="verb-short" prefix=" (" suffix=")"/> |
125 | 125 | <substitute> |
126 | 126 | <text macro="editor"/> |
127 | 127 | <text macro="translator"/> |
|
133 | 133 | <macro name="contributors-short"> |
134 | 134 | <names variable="author"> |
135 | 135 | <name form="short" and="text" delimiter=", "/> |
| 136 | + <label form="short" prefix=" (" suffix=")"/> |
136 | 137 | <substitute> |
137 | 138 | <names variable="editor"/> |
138 | 139 | <names variable="translator"/> |
|
159 | 160 | <text variable="title"/> |
160 | 161 | </else-if> |
161 | 162 | <else-if type="book"> |
162 | | - <text variable="title" font-style="italic" text-case="title"/> |
| 163 | + <group delimiter=" "> |
| 164 | + <text variable="title" font-style="italic" text-case="title"/> |
| 165 | + <group> |
| 166 | + <text term="volume" form="short" text-case="capitalize-first" suffix=". "/> |
| 167 | + <number variable="volume" form="numeric"/> |
| 168 | + </group> |
| 169 | + </group> |
163 | 170 | </else-if> |
164 | 171 | <else> |
165 | 172 | <text variable="title" quotes="true"/> |
|
194 | 201 | <text variable="container-title" prefix=" "/> |
195 | 202 | <text variable="page" prefix=" "/> |
196 | 203 | </else-if> |
197 | | - <else-if type="book"> |
198 | | - <group delimiter=". "> |
199 | | - <group> |
200 | | - <text term="volume" form="short" text-case="capitalize-first" suffix=". "/> |
201 | | - <number variable="volume" form="numeric"/> |
202 | | - </group> |
203 | | - <group> |
204 | | - <number variable="number-of-volumes" form="numeric"/> |
205 | | - <text term="volume" form="short" prefix=" " suffix="." plural="true"/> |
206 | | - </group> |
207 | | - </group> |
208 | | - </else-if> |
209 | 204 | <else-if type="chapter"> |
210 | 205 | <choose> |
211 | 206 | <if variable="page" match="none"> |
|
325 | 320 | </choose> |
326 | 321 | </macro> |
327 | 322 | <citation et-al-min="4" et-al-use-first="1"> |
328 | | - <layout delimiter="; "> |
| 323 | + <layout delimiter="; " suffix="."> |
329 | 324 | <choose> |
330 | 325 | <if match="any" position="ibid-with-locator"> |
331 | 326 | <group delimiter=", "> |
|
348 | 343 | </choose> |
349 | 344 | </layout> |
350 | 345 | </citation> |
351 | | - <bibliography subsequent-author-substitute="———"> |
| 346 | + <bibliography subsequent-author-substitute="———"> |
352 | 347 | <sort> |
353 | 348 | <key macro="contributors"/> |
354 | 349 | <key variable="issued"/> |
|
364 | 359 | <text macro="container-title"/> |
365 | 360 | <text macro="secondary-contributors"/> |
366 | 361 | <text macro="container-contributors"/> |
367 | | - <text macro="edition"/> |
368 | 362 | <text macro="locators"/> |
| 363 | + <text macro="edition"/> |
369 | 364 | <text macro="collection-title" prefix=". "/> |
370 | 365 | <text macro="locators-article"/> |
371 | 366 | <text macro="publisher"/> |
|
0 commit comments