|
14 | 14 | <category citation-format="author-date"/> |
15 | 15 | <category field="history"/> |
16 | 16 | <category field="anthropology"/> |
17 | | - <updated>2020-01-22T01:24:22+00:00</updated> |
| 17 | + <updated>2020-03-05T03:30:20+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> |
|
31 | 31 | </locale> |
32 | 32 | <macro name="author"> |
33 | 33 | <names variable="author"> |
34 | | - <name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". "> |
| 34 | + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". "> |
35 | 35 | <name-part name="family"/> |
36 | 36 | <name-part name="given"/> |
37 | 37 | </name> |
|
71 | 71 | </macro> |
72 | 72 | <macro name="editor"> |
73 | 73 | <names variable="editor"> |
74 | | - <name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". "> |
| 74 | + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". "> |
75 | 75 | <name-part name="family"/> |
76 | 76 | <name-part name="given"/> |
77 | 77 | </name> |
|
81 | 81 | <macro name="collection-editor"> |
82 | 82 | <group> |
83 | 83 | <names variable="collection-editor"> |
84 | | - <name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". "> |
| 84 | + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". "> |
85 | 85 | <name-part name="family"/> |
86 | 86 | <name-part name="given"/> |
87 | 87 | </name> |
|
91 | 91 | </macro> |
92 | 92 | <macro name="translator"> |
93 | 93 | <names variable="translator"> |
94 | | - <name name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with=". "> |
| 94 | + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". "> |
95 | 95 | <name-part name="family"/> |
96 | 96 | <name-part name="given"/> |
97 | 97 | </name> |
|
273 | 273 | <macro name="issue"> |
274 | 274 | <text variable="volume" prefix=" "/> |
275 | 275 | <group delimiter=", "> |
276 | | - <text variable="issue" prefix="-"/> |
| 276 | + <text variable="issue" prefix=" (" suffix=")"/> |
277 | 277 | <group delimiter=" "> |
278 | 278 | <text variable="page" prefix=", "/> |
279 | 279 | </group> |
|
317 | 317 | </if> |
318 | 318 | </choose> |
319 | 319 | </macro> |
| 320 | + <macro name="accessed"> |
| 321 | + <choose> |
| 322 | + <if variable="URL"> |
| 323 | + <group> |
| 324 | + <text term="accessed"/> |
| 325 | + <date variable="accessed"> |
| 326 | + <date-part name="day" prefix=" "/> |
| 327 | + <date-part name="month" prefix=" "/> |
| 328 | + <date-part name="year" prefix=" "/> |
| 329 | + </date> |
| 330 | + </group> |
| 331 | + </if> |
| 332 | + </choose> |
| 333 | + </macro> |
320 | 334 | <macro name="archive"> |
321 | 335 | <choose> |
322 | 336 | <if type="map" match="any"> |
|
383 | 397 | <group delimiter=", "> |
384 | 398 | <text macro="title"/> |
385 | 399 | <text macro="URLaccess"/> |
| 400 | + <text macro="accessed"/> |
386 | 401 | <text macro="edition"/> |
387 | 402 | <text macro="archive"/> |
388 | 403 | </group> |
|
432 | 447 | <text macro="genre"/> |
433 | 448 | <text macro="edition" suffix=". "/> |
434 | 449 | <group delimiter=", "> |
435 | | - <text macro="publi_place"/> |
| 450 | + <text macro="publisher"/> |
436 | 451 | <text macro="archive"/> |
437 | 452 | <text variable="note"/> |
438 | 453 | </group> |
|
0 commit comments