|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="chicago" default-locale="en-GB"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="symbol" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" page-range-format="chicago" demote-non-dropping-particle="never" default-locale="en-GB"> |
| 3 | + <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> |
3 | 4 | <info> |
4 | 5 | <title>Antiquity</title> |
5 | 6 | <id>http://www.zotero.org/styles/antiquity</id> |
|
9 | 10 | <author> |
10 | 11 | <name>Sebastian Karcher</name> |
11 | 12 | </author> |
| 13 | + <contributor> |
| 14 | + <name>Víctor Jiménez Jáimez</name> |
| 15 | + </contributor> |
12 | 16 | <category citation-format="author-date"/> |
13 | 17 | <category field="anthropology"/> |
14 | 18 | <issn>0003-598X</issn> |
15 | | - <updated>2014-03-02T18:37:55+00:00</updated> |
| 19 | + <updated>2020-06-03T06:44:38+00:00</updated> |
16 | 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> |
17 | 21 | </info> |
18 | 22 | <locale> |
|
40 | 44 | <text macro="container-prefix" suffix=" " prefix=", "/> |
41 | 45 | <group delimiter=", "> |
42 | 46 | <names variable="container-author" delimiter=", "> |
43 | | - <name initialize-with="." and="symbol" delimiter=", "/> |
| 47 | + <name and="symbol" initialize-with="."/> |
44 | 48 | <label form="short" prefix=" (" suffix=")" plural="never"/> |
45 | 49 | </names> |
46 | 50 | <names variable="editor translator" delimiter=", "> |
47 | | - <name initialize-with="." and="symbol" delimiter=", "/> |
| 51 | + <name and="symbol" initialize-with="."/> |
48 | 52 | <label form="short" prefix=" (" suffix=")" plural="never"/> |
49 | 53 | </names> |
50 | 54 | </group> |
|
72 | 76 | <macro name="contributors"> |
73 | 77 | <group delimiter=". "> |
74 | 78 | <names variable="author"> |
75 | | - <name initialize-with="." and="symbol" name-as-sort-order="first" sort-separator=", " delimiter=", " delimiter-precedes-last="never" suffix="."> |
| 79 | + <name and="symbol" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="first"> |
76 | 80 | <name-part name="family" font-variant="small-caps"/> |
77 | 81 | </name> |
78 | 82 | <label form="short" prefix=" (" suffix=")" plural="never"/> |
|
85 | 89 | <text macro="recipient"/> |
86 | 90 | </group> |
87 | 91 | </macro> |
| 92 | + <macro name="contributors-count"> |
| 93 | + <group delimiter=". "> |
| 94 | + <names variable="author"> |
| 95 | + <name form="count"/> |
| 96 | + <substitute> |
| 97 | + <names variable="editor"/> |
| 98 | + <names variable="translator"/> |
| 99 | + <text macro="title"/> |
| 100 | + </substitute> |
| 101 | + </names> |
| 102 | + <text macro="recipient"/> |
| 103 | + </group> |
| 104 | + </macro> |
88 | 105 | <macro name="contributors-short"> |
89 | 106 | <names variable="author"> |
90 | | - <name initialize-with="." form="short" and="symbol" delimiter=", "/> |
| 107 | + <name form="short" and="symbol" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" initialize-with="." name-as-sort-order="all"/> |
91 | 108 | <et-al font-style="italic"/> |
92 | 109 | <substitute> |
93 | 110 | <names variable="editor"/> |
|
159 | 176 | <else-if type="bill book graphic legal_case legislation motion_picture song" match="any"> |
160 | 177 | <text variable="title" font-style="italic"/> |
161 | 178 | </else-if> |
162 | | - <else> |
| 179 | + <else-if type="chapter" match="any"> |
163 | 180 | <text variable="title"/> |
| 181 | + </else-if> |
| 182 | + <else> |
| 183 | + <text variable="title" suffix="."/> |
164 | 184 | </else> |
165 | 185 | </choose> |
166 | 186 | </macro> |
|
371 | 391 | </group> |
372 | 392 | </else> |
373 | 393 | </choose> |
374 | | - <!--This is for computer programs only. Localization new to 1.0.1, so may be missing in many locales--> |
375 | 394 | <group delimiter=" " prefix=" (" suffix=")"> |
376 | 395 | <text term="version"/> |
377 | 396 | <text variable="version"/> |
|
404 | 423 | </else> |
405 | 424 | </choose> |
406 | 425 | </macro> |
407 | | - <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" givenname-disambiguation-rule="primary-name"> |
| 426 | + <citation name-form="short" and="symbol" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" name-as-sort-order="all" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year-suffix"> |
| 427 | + <sort> |
| 428 | + <key variable="issued"/> |
| 429 | + <key variable="author"/> |
| 430 | + </sort> |
408 | 431 | <layout prefix="(" suffix=")" delimiter="; "> |
409 | 432 | <group delimiter=": "> |
410 | 433 | <group delimiter=" "> |
|
415 | 438 | </group> |
416 | 439 | </layout> |
417 | 440 | </citation> |
418 | | - <bibliography hanging-indent="true" et-al-min="99" et-al-use-first="20" subsequent-author-substitute="—" entry-spacing="0"> |
| 441 | + <bibliography and="symbol" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="10" et-al-use-first="1" et-al-subsequent-min="10" et-al-subsequent-use-first="1" subsequent-author-substitute="—" entry-spacing="0" hanging-indent="true"> |
419 | 442 | <sort> |
420 | | - <key macro="contributors"/> |
| 443 | + <key macro="contributors" names-min="1" names-use-first="1"/> |
| 444 | + <key macro="contributors-count" names-min="3" names-use-first="3"/> |
| 445 | + <key macro="contributors" names-min="3" names-use-first="1"/> |
421 | 446 | <key variable="issued"/> |
422 | 447 | </sort> |
423 | 448 | <layout suffix="."> |
424 | | - <group delimiter=" "> |
| 449 | + <group delimiter=". "> |
425 | 450 | <text macro="contributors"/> |
426 | | - <group delimiter=". "> |
427 | | - <text macro="date"/> |
428 | | - <text macro="title"/> |
429 | | - </group> |
| 451 | + <text macro="date"/> |
| 452 | + <text macro="title"/> |
430 | 453 | </group> |
431 | 454 | <text macro="description"/> |
432 | 455 | <text macro="secondary-contributors" prefix=". "/> |
|
435 | 458 | <text macro="edition"/> |
436 | 459 | <text macro="locators-chapter"/> |
437 | 460 | <text macro="locators"/> |
438 | | - <text macro="collection-title" prefix=". "/> |
| 461 | + <text macro="collection-title" prefix=" (" suffix=")"/> |
439 | 462 | <text macro="issue"/> |
440 | 463 | <text macro="locators-article"/> |
441 | 464 | <text macro="access" prefix=". "/> |
| 465 | + <text variable="DOI" prefix=". https://doi.org/"/> |
442 | 466 | </layout> |
443 | 467 | </bibliography> |
444 | 468 | </style> |
0 commit comments