|
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" default-locale="en-GB"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-US"> |
3 | 3 | <info>
|
4 | 4 | <title>Taxon</title>
|
5 | 5 | <id>http://www.zotero.org/styles/taxon</id>
|
|
10 | 10 | <name>Patrick O'Brien, PhD</name>
|
11 | 11 |
|
12 | 12 | </author>
|
| 13 | + <contributor> |
| 14 | + <name>Mark A. Garland</name> |
| 15 | + |
| 16 | + </contributor> |
13 | 17 | <category citation-format="author-date"/>
|
14 | 18 | <category field="botany"/>
|
15 | 19 | <issn>0040-0262</issn>
|
16 | 20 | <eissn>1996-8175</eissn>
|
17 |
| - <updated>2017-02-16T17:39:38+00:00</updated> |
| 21 | + <updated>2020-08-20T12:00:00+00:00</updated> |
18 | 22 | <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 | 23 | </info>
|
20 | 24 | <locale xml:lang="en">
|
|
32 | 36 | <if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
|
33 | 37 | <group delimiter=", ">
|
34 | 38 | <names variable="container-author" delimiter=", ">
|
35 |
| - <name and="symbol" initialize-with=". " delimiter=", "/> |
| 39 | + <name and="symbol" initialize-with="." delimiter=", "/> |
36 | 40 | <label form="short" prefix=" (" text-case="title" suffix=")"/>
|
37 | 41 | </names>
|
38 | 42 | <names variable="editor translator" delimiter=", ">
|
39 |
| - <name and="symbol" initialize-with=". " delimiter=", "/> |
| 43 | + <name and="symbol" initialize-with="." delimiter=", "/> |
40 | 44 | <label form="short" prefix=" (" suffix=")"/>
|
41 | 45 | </names>
|
42 | 46 | </group>
|
|
48 | 52 | <if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
|
49 | 53 | <group delimiter=", " prefix=" ">
|
50 | 54 | <names variable="container-author" delimiter=", ">
|
51 |
| - <name and="symbol" initialize-with=". " delimiter=", "/> |
| 55 | + <name and="symbol" initialize-with="." delimiter=", "/> |
52 | 56 | <label form="short" prefix=", " text-case="title"/>
|
53 | 57 | </names>
|
54 | 58 | <names variable="editor translator" delimiter=", ">
|
55 |
| - <name and="symbol" initialize-with=". " delimiter=", "/> |
| 59 | + <name and="symbol" initialize-with="." delimiter=", "/> |
56 | 60 | <label form="short" prefix=", " text-case="title"/>
|
57 | 61 | </names>
|
58 | 62 | </group>
|
|
61 | 65 | </macro>
|
62 | 66 | <macro name="author">
|
63 | 67 | <names variable="author" font-weight="bold">
|
64 |
| - <name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/> |
65 |
| - <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/> |
| 68 | + <name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/> |
| 69 | + <label form="short" prefix=" (" suffix=")" text-case="lowercase"/> |
66 | 70 | <substitute>
|
67 | 71 | <names variable="editor"/>
|
68 | 72 | <names variable="translator"/>
|
|
80 | 84 | </macro>
|
81 | 85 | <macro name="author-short">
|
82 | 86 | <names variable="author">
|
83 |
| - <name form="short" and="symbol" delimiter=", " initialize-with=". "/> |
| 87 | + <name form="short" and="symbol" delimiter=", " initialize-with="."/> |
84 | 88 | <substitute>
|
85 | 89 | <names variable="editor"/>
|
86 | 90 | <names variable="translator"/>
|
|
146 | 150 | <if type="webpage">
|
147 | 151 | <group delimiter=" ">
|
148 | 152 | <text variable="URL"/>
|
149 |
| - <group delimiter=" " prefix="(" suffix=")"> |
| 153 | + <group delimiter=" " prefix="(" suffix="). "> |
150 | 154 | <text term="accessed"/>
|
151 |
| - <date form="text" variable="accessed"/> |
| 155 | + <date variable="accessed" delimiter=" "> |
| 156 | + <date-part name="day"/> |
| 157 | + <date-part name="month" form="short" strip-periods="true"/> |
| 158 | + <date-part name="year"/> |
| 159 | + </date> |
152 | 160 | </group>
|
153 | 161 | </group>
|
154 | 162 | </if>
|
|
186 | 194 | <text variable="reviewed-title" font-style="italic" prefix="Review of "/>
|
187 | 195 | <names variable="reviewed-author" delimiter=", ">
|
188 | 196 | <label form="verb-short" suffix=" "/>
|
189 |
| - <name and="symbol" initialize-with=". " delimiter=", "/> |
| 197 | + <name and="symbol" initialize-with="." delimiter=", "/> |
190 | 198 | </names>
|
191 | 199 | </group>
|
192 | 200 | </group>
|
|
196 | 204 | <text variable="title" font-style="italic" prefix="Review of "/>
|
197 | 205 | <names variable="reviewed-author" delimiter=", ">
|
198 | 206 | <label form="verb-short" suffix=" "/>
|
199 |
| - <name and="symbol" initialize-with=". " delimiter=", "/> |
| 207 | + <name and="symbol" initialize-with="." delimiter=", "/> |
200 | 208 | </names>
|
201 | 209 | </group>
|
202 | 210 | </else>
|
|
414 | 422 | <macro name="locators">
|
415 | 423 | <choose>
|
416 | 424 | <if type="article-journal article-magazine" match="any">
|
417 |
| - <group delimiter=": " prefix=", "> |
| 425 | + <group delimiter=": " prefix=" "> |
418 | 426 | <group>
|
419 | 427 | <text variable="volume" font-style="normal"/>
|
420 | 428 | </group>
|
|
437 | 445 | </group>
|
438 | 446 | </else-if>
|
439 | 447 | <else-if type="book graphic motion_picture report song chapter paper-conference entry-encyclopedia entry-dictionary" match="any">
|
440 |
| - <group prefix=" (" suffix=")" delimiter=", "> |
| 448 | + <group prefix=", " delimiter=", "> |
441 | 449 | <choose>
|
442 | 450 | <if type="report" match="none">
|
443 | 451 | <text macro="edition"/>
|
|
446 | 454 | <choose>
|
447 | 455 | <if variable="volume" match="any">
|
448 | 456 | <group>
|
449 |
| - <text term="volume" form="short" text-case="capitalize-first" suffix=" "/> |
| 457 | + <text term="volume" form="short" text-case="lowercase" suffix=" "/> |
450 | 458 | <number variable="volume" form="numeric"/>
|
451 | 459 | </group>
|
452 | 460 | </if>
|
453 | 461 | <else>
|
454 | 462 | <group>
|
455 |
| - <text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/> |
| 463 | + <text term="volume" form="short" plural="true" text-case="lowercase" suffix=" "/> |
456 | 464 | <number variable="number-of-volumes" form="numeric" prefix="1–"/>
|
457 | 465 | </group>
|
458 | 466 | </else>
|
|
478 | 486 | <if locator="chapter">
|
479 | 487 | <label variable="locator" form="long" text-case="capitalize-first"/>
|
480 | 488 | </if>
|
481 |
| - <else> |
482 |
| - <label variable="locator" form="short"/> |
483 |
| - </else> |
| 489 | + <else-if locator="page" match="none"> |
| 490 | + <label variable="locator" form="short" suffix=" "/> |
| 491 | + </else-if> |
484 | 492 | </choose>
|
485 |
| - <text variable="locator" prefix=" "/> |
| 493 | + <text variable="locator"/> |
486 | 494 | </group>
|
487 | 495 | </macro>
|
488 | 496 | <macro name="container">
|
|
556 | 564 | </if>
|
557 | 565 | </choose>
|
558 | 566 | </macro>
|
| 567 | + <macro name="series"> |
| 568 | + <choose> |
| 569 | + <if type="book chapter"> |
| 570 | + <group delimiter=" "> |
| 571 | + <text variable="collection-title" text-case="title"/> |
| 572 | + <text variable="collection-number"/> |
| 573 | + </group> |
| 574 | + </if> |
| 575 | + </choose> |
| 576 | + </macro> |
559 | 577 | <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" givenname-disambiguation-rule="primary-name">
|
560 | 578 | <sort>
|
561 | 579 | <key macro="issued-sort"/>
|
562 | 580 | <key macro="author"/>
|
563 | 581 | </sort>
|
564 | 582 | <layout prefix="(" suffix=")" delimiter="; ">
|
565 |
| - <group delimiter=", "> |
566 |
| - <text macro="author-short"/> |
567 |
| - <text macro="issued-year"/> |
| 583 | + <group delimiter=": "> |
| 584 | + <group delimiter=", "> |
| 585 | + <text macro="author-short"/> |
| 586 | + <text macro="issued-year"/> |
| 587 | + </group> |
568 | 588 | <text macro="citation-locator"/>
|
569 | 589 | </group>
|
570 | 590 | </layout>
|
|
582 | 602 | <text macro="issued"/>
|
583 | 603 | <text macro="title-plus-extra"/>
|
584 | 604 | <text macro="container"/>
|
| 605 | + <text macro="series"/> |
585 | 606 | </group>
|
586 | 607 | <text macro="legal-cites"/>
|
587 | 608 | <text macro="locators"/>
|
|
0 commit comments