|
| 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>Pacific Conservation Biology</title> |
| 5 | + <id>http://www.zotero.org/styles/pacific-conservation-biology</id> |
| 6 | + <link href="http://www.zotero.org/styles/pacific-conservation-biology" rel="self"/> |
| 7 | + <link href="http://www.zotero.org/styles/emu-austral-ornithology" rel="template"/> |
| 8 | + <link href="https://www.publish.csiro.au/pc/forauthors/AuthorInstructions#13" rel="documentation"/> |
| 9 | + <author> |
| 10 | + <name>Patrick O'Brien</name> |
| 11 | + </author> |
| 12 | + <category citation-format="author-date"/> |
| 13 | + <category field="biology"/> |
| 14 | + <issn>1038-2097</issn> |
| 15 | + <eissn>2204-4604</eissn> |
| 16 | + <updated>2020-06-22T11:05:28+00:00</updated> |
| 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 | + </info> |
| 19 | + <macro name="editor"> |
| 20 | + <names variable="editor" delimiter=", "> |
| 21 | + <label form="short" text-case="sentence" suffix=" " strip-periods="true"/> |
| 22 | + <name and="text" initialize-with=". " delimiter=", "/> |
| 23 | + </names> |
| 24 | + </macro> |
| 25 | + <macro name="anon"> |
| 26 | + <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/> |
| 27 | + </macro> |
| 28 | + <macro name="author"> |
| 29 | + <names variable="author"> |
| 30 | + <name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter-precedes-last="always" delimiter=", "/> |
| 31 | + <label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/> |
| 32 | + <substitute> |
| 33 | + <names variable="editor"/> |
| 34 | + <text macro="anon"/> |
| 35 | + </substitute> |
| 36 | + </names> |
| 37 | + </macro> |
| 38 | + <macro name="author-short"> |
| 39 | + <names variable="author"> |
| 40 | + <name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/> |
| 41 | + <et-al font-style="italic"/> |
| 42 | + <substitute> |
| 43 | + <names variable="editor"/> |
| 44 | + <names variable="translator"/> |
| 45 | + <text macro="anon"/> |
| 46 | + </substitute> |
| 47 | + </names> |
| 48 | + </macro> |
| 49 | + <macro name="access"> |
| 50 | + <choose> |
| 51 | + <if variable="DOI"> |
| 52 | + <group delimiter=":"> |
| 53 | + <text value="doi"/> |
| 54 | + <text variable="DOI"/> |
| 55 | + </group> |
| 56 | + </if> |
| 57 | + <else-if variable="URL"> |
| 58 | + <text value="Available at:" suffix=" "/> |
| 59 | + <text variable="URL"/> |
| 60 | + <group prefix=" [" suffix="]"> |
| 61 | + <text term="accessed" suffix=" "/> |
| 62 | + <date variable="accessed"> |
| 63 | + <date-part name="day" suffix=" "/> |
| 64 | + <date-part name="month" suffix=" "/> |
| 65 | + <date-part name="year"/> |
| 66 | + </date> |
| 67 | + </group> |
| 68 | + </else-if> |
| 69 | + </choose> |
| 70 | + </macro> |
| 71 | + <macro name="title"> |
| 72 | + <choose> |
| 73 | + <if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> |
| 74 | + <text variable="title"/> |
| 75 | + </if> |
| 76 | + <else> |
| 77 | + <text variable="title"/> |
| 78 | + </else> |
| 79 | + </choose> |
| 80 | + </macro> |
| 81 | + <macro name="publisher"> |
| 82 | + <group delimiter=": "> |
| 83 | + <text variable="publisher"/> |
| 84 | + <text variable="publisher-place"/> |
| 85 | + </group> |
| 86 | + </macro> |
| 87 | + <macro name="year-date"> |
| 88 | + <choose> |
| 89 | + <if variable="issued"> |
| 90 | + <date variable="issued"> |
| 91 | + <date-part name="year"/> |
| 92 | + </date> |
| 93 | + </if> |
| 94 | + <else> |
| 95 | + <text term="no date" form="short"/> |
| 96 | + </else> |
| 97 | + </choose> |
| 98 | + </macro> |
| 99 | + <macro name="edition"> |
| 100 | + <choose> |
| 101 | + <if is-numeric="edition"> |
| 102 | + <group delimiter=" "> |
| 103 | + <number variable="edition" form="ordinal"/> |
| 104 | + <text term="edition" form="short"/> |
| 105 | + </group> |
| 106 | + </if> |
| 107 | + <else> |
| 108 | + <text variable="edition" suffix="."/> |
| 109 | + </else> |
| 110 | + </choose> |
| 111 | + </macro> |
| 112 | + <macro name="pages"> |
| 113 | + <group> |
| 114 | + <label variable="page" form="short" plural="always" suffix=". "/> |
| 115 | + <text variable="page"/> |
| 116 | + </group> |
| 117 | + </macro> |
| 118 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true"> |
| 119 | + <sort> |
| 120 | + <key macro="year-date"/> |
| 121 | + </sort> |
| 122 | + <layout prefix="(" suffix=")" delimiter="; "> |
| 123 | + <group delimiter=", "> |
| 124 | + <group delimiter=" "> |
| 125 | + <text macro="author-short"/> |
| 126 | + <text macro="year-date"/> |
| 127 | + </group> |
| 128 | + <group> |
| 129 | + <label variable="locator" form="short"/> |
| 130 | + <text variable="locator"/> |
| 131 | + </group> |
| 132 | + </group> |
| 133 | + </layout> |
| 134 | + </citation> |
| 135 | + <bibliography hanging-indent="true"> |
| 136 | + <sort> |
| 137 | + <key macro="author"/> |
| 138 | + <key variable="title"/> |
| 139 | + </sort> |
| 140 | + <layout> |
| 141 | + <text macro="author" suffix=" "/> |
| 142 | + <date variable="issued" prefix="(" suffix=")."> |
| 143 | + <date-part name="year"/> |
| 144 | + </date> |
| 145 | + <choose> |
| 146 | + <if type="bill book graphic legal_case legislation motion_picture song" match="any"> |
| 147 | + <group prefix=" " delimiter=" " suffix="."> |
| 148 | + <text macro="title" quotes="true"/> |
| 149 | + <text macro="edition"/> |
| 150 | + <text macro="editor"/> |
| 151 | + </group> |
| 152 | + <text prefix=" (" suffix=".)" macro="publisher"/> |
| 153 | + </if> |
| 154 | + <else-if type="chapter paper-conference" match="any"> |
| 155 | + <text macro="title" prefix=" " suffix="."/> |
| 156 | + <group prefix=" " delimiter=" "> |
| 157 | + <text term="in" text-case="capitalize-first"/> |
| 158 | + <text variable="container-title" quotes="true" suffix="."/> |
| 159 | + <text macro="editor" prefix="(" suffix=".)"/> |
| 160 | + <text variable="collection-title" suffix="."/> |
| 161 | + <text variable="event" suffix="."/> |
| 162 | + <group delimiter=". "> |
| 163 | + <text macro="pages" prefix=" "/> |
| 164 | + <text macro="publisher" prefix="(" suffix=".)"/> |
| 165 | + </group> |
| 166 | + </group> |
| 167 | + </else-if> |
| 168 | + <else-if type="thesis"> |
| 169 | + <group prefix=" " suffix="." delimiter=" "> |
| 170 | + <text macro="title" suffix="."/> |
| 171 | + <text variable="genre" text-case="capitalize-first" suffix=","/> |
| 172 | + <text variable="publisher"/> |
| 173 | + <text variable="publisher-place"/> |
| 174 | + </group> |
| 175 | + </else-if> |
| 176 | + <else-if type="report"> |
| 177 | + <group delimiter=". " prefix=" " suffix="."> |
| 178 | + <text macro="title"/> |
| 179 | + <group delimiter=" "> |
| 180 | + <choose> |
| 181 | + <if match="any" variable="collection-title"> |
| 182 | + <text variable="collection-title"/> |
| 183 | + </if> |
| 184 | + <else> |
| 185 | + <text variable="genre"/> |
| 186 | + </else> |
| 187 | + </choose> |
| 188 | + <choose> |
| 189 | + <if match="any" is-numeric="number"> |
| 190 | + <group delimiter=" "> |
| 191 | + <text value="No."/> |
| 192 | + <text variable="number"/> |
| 193 | + </group> |
| 194 | + </if> |
| 195 | + <else> |
| 196 | + <text variable="number"/> |
| 197 | + </else> |
| 198 | + </choose> |
| 199 | + </group> |
| 200 | + <group delimiter=", "> |
| 201 | + <text variable="publisher"/> |
| 202 | + <text variable="publisher-place"/> |
| 203 | + </group> |
| 204 | + </group> |
| 205 | + </else-if> |
| 206 | + <else> |
| 207 | + <group suffix="."> |
| 208 | + <text macro="title" prefix=" "/> |
| 209 | + <text macro="editor" prefix=" "/> |
| 210 | + </group> |
| 211 | + <group prefix=" " suffix="."> |
| 212 | + <text variable="container-title" font-style="italic"/> |
| 213 | + <text variable="volume" font-weight="bold" prefix=" "/> |
| 214 | + <text variable="page" prefix=", "/> |
| 215 | + </group> |
| 216 | + </else> |
| 217 | + </choose> |
| 218 | + <text prefix=" " macro="access"/> |
| 219 | + </layout> |
| 220 | + </bibliography> |
| 221 | +</style> |
0 commit comments