|
| 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="sort-only" default-locale="en-GB"> |
| 3 | + <info> |
| 4 | + <title>Journal of Plankton Research</title> |
| 5 | + <title-short>JPR</title-short> |
| 6 | + <id>http://www.zotero.org/styles/journal-of-plankton-research</id> |
| 7 | + <link href="http://www.zotero.org/styles/journal-of-plankton-research" rel="self"/> |
| 8 | + <link href="http://www.zotero.org/styles/toxicological-sciences" rel="template"/> |
| 9 | + <link href="https://academic.oup.com/plankt/pages/ms_prep_submission#references" rel="documentation"/> |
| 10 | + <author> |
| 11 | + <name>Patrick O'Brien</name> |
| 12 | + </author> |
| 13 | + <category citation-format="author-date"/> |
| 14 | + <category field="biology"/> |
| 15 | + <issn>0142-7873</issn> |
| 16 | + <eissn>1464-3774</eissn> |
| 17 | + <updated>2020-02-25T14:41:53+00:00</updated> |
| 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 | + </info> |
| 20 | + <macro name="editor"> |
| 21 | + <names variable="editor" delimiter=", "> |
| 22 | + <name and="text" initialize-with=". " name-as-sort-order="all"/> |
| 23 | + <label form="short" prefix=" (" suffix=")" strip-periods="true"/> |
| 24 | + <et-al font-style="italic"/> |
| 25 | + </names> |
| 26 | + </macro> |
| 27 | + <macro name="author"> |
| 28 | + <names variable="author"> |
| 29 | + <name and="text" initialize-with=". " name-as-sort-order="all"/> |
| 30 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
| 31 | + <et-al font-style="italic"/> |
| 32 | + <substitute> |
| 33 | + <names variable="editor"/> |
| 34 | + <text variable="title"/> |
| 35 | + </substitute> |
| 36 | + </names> |
| 37 | + </macro> |
| 38 | + <macro name="author-short"> |
| 39 | + <names variable="author"> |
| 40 | + <name form="short" and="text" delimiter=", " initialize-with=". "/> |
| 41 | + <et-al font-style="italic"/> |
| 42 | + <substitute> |
| 43 | + <names variable="editor"/> |
| 44 | + <names variable="translator"/> |
| 45 | + <text variable="title"/> |
| 46 | + </substitute> |
| 47 | + </names> |
| 48 | + </macro> |
| 49 | + <macro name="title"> |
| 50 | + <choose> |
| 51 | + <if type="book" match="any"> |
| 52 | + <text variable="title" font-style="italic"/> |
| 53 | + </if> |
| 54 | + <else> |
| 55 | + <text variable="title"/> |
| 56 | + </else> |
| 57 | + </choose> |
| 58 | + </macro> |
| 59 | + <macro name="publisher"> |
| 60 | + <group delimiter=", "> |
| 61 | + <text variable="publisher"/> |
| 62 | + <text variable="publisher-place"/> |
| 63 | + </group> |
| 64 | + </macro> |
| 65 | + <macro name="year-date"> |
| 66 | + <date variable="issued"> |
| 67 | + <date-part name="year"/> |
| 68 | + </date> |
| 69 | + </macro> |
| 70 | + <macro name="edition"> |
| 71 | + <choose> |
| 72 | + <if is-numeric="edition"> |
| 73 | + <group delimiter=" "> |
| 74 | + <number variable="edition" form="ordinal"/> |
| 75 | + <text term="edition" form="short"/> |
| 76 | + </group> |
| 77 | + </if> |
| 78 | + <else> |
| 79 | + <text variable="edition" suffix="."/> |
| 80 | + </else> |
| 81 | + </choose> |
| 82 | + </macro> |
| 83 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year"> |
| 84 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 85 | + <group delimiter=", "> |
| 86 | + <text macro="author-short"/> |
| 87 | + <text macro="year-date"/> |
| 88 | + <text variable="locator"/> |
| 89 | + </group> |
| 90 | + </layout> |
| 91 | + </citation> |
| 92 | + <bibliography hanging-indent="true" et-al-min="3" et-al-use-first="1" entry-spacing="0"> |
| 93 | + <sort> |
| 94 | + <key macro="author"/> |
| 95 | + <key variable="title"/> |
| 96 | + </sort> |
| 97 | + <layout suffix="."> |
| 98 | + <text macro="author"/> |
| 99 | + <date variable="issued" prefix=" (" suffix=")"> |
| 100 | + <date-part name="year"/> |
| 101 | + </date> |
| 102 | + <choose> |
| 103 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
| 104 | + <group delimiter=". " prefix=" "> |
| 105 | + <text macro="title"/> |
| 106 | + <text macro="edition"/> |
| 107 | + <text macro="editor"/> |
| 108 | + <text macro="publisher"/> |
| 109 | + </group> |
| 110 | + </if> |
| 111 | + <else-if type="chapter paper-conference" match="any"> |
| 112 | + <group delimiter=". "> |
| 113 | + <text macro="title" prefix=" "/> |
| 114 | + <group delimiter=", "> |
| 115 | + <group delimiter=" "> |
| 116 | + <text term="in" text-case="capitalize-first"/> |
| 117 | + <text macro="editor"/> |
| 118 | + </group> |
| 119 | + <text variable="container-title" font-style="italic"/> |
| 120 | + <text variable="collection-title" prefix=" " suffix="."/> |
| 121 | + </group> |
| 122 | + <group delimiter=", "> |
| 123 | + <text macro="publisher"/> |
| 124 | + <group delimiter=" "> |
| 125 | + <label variable="page" form="short"/> |
| 126 | + <text variable="page"/> |
| 127 | + </group> |
| 128 | + </group> |
| 129 | + </group> |
| 130 | + </else-if> |
| 131 | + <else> |
| 132 | + <group delimiter=". " prefix=" "> |
| 133 | + <text macro="title"/> |
| 134 | + <group delimiter=", "> |
| 135 | + <text variable="container-title" form="short" font-style="italic"/> |
| 136 | + <text variable="volume" font-weight="bold"/> |
| 137 | + <text variable="page"/> |
| 138 | + </group> |
| 139 | + </group> |
| 140 | + </else> |
| 141 | + </choose> |
| 142 | + </layout> |
| 143 | + </bibliography> |
| 144 | +</style> |
0 commit comments