|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="en-GB"> |
| 3 | + <info> |
| 4 | + <title>Journal of the Royal Society of Western Australia</title> |
| 5 | + <title-short>RSWA</title-short> |
| 6 | + <id>http://www.zotero.org/styles/journal-of-the-royal-society-of-western-australia</id> |
| 7 | + <link href="http://www.zotero.org/styles/journal-of-the-royal-society-of-western-australia" rel="self"/> |
| 8 | + <link href="http://www.zotero.org/styles/antarctic-science" rel="template"/> |
| 9 | + <link href="https://www.rswa.org.au/publications/RSWA%20Guide%20to%20authors%202019.pdf" rel="documentation"/> |
| 10 | + <author> |
| 11 | + <name>Patrick O'Brien</name> |
| 12 | + </author> |
| 13 | + <category citation-format="author-date"/> |
| 14 | + <category field="geography"/> |
| 15 | + <issn>0035-922X</issn> |
| 16 | + <updated>2020-05-07T14:13:27+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 | + <name and="symbol" delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all" sort-separator=" "/> |
| 22 | + <label prefix=", "/> |
| 23 | + </names> |
| 24 | + </macro> |
| 25 | + <macro name="anon"> |
| 26 | + <text term="anonymous" form="short" text-case="capitalize-first"/> |
| 27 | + </macro> |
| 28 | + <macro name="author"> |
| 29 | + <names variable="author"> |
| 30 | + <name and="symbol" delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all" sort-separator=" "> |
| 31 | + <name-part name="family" font-variant="small-caps"/> |
| 32 | + <name-part name="given" font-variant="small-caps"/> |
| 33 | + </name> |
| 34 | + <label prefix=", "/> |
| 35 | + <substitute> |
| 36 | + <names variable="editor"/> |
| 37 | + <text macro="anon"/> |
| 38 | + </substitute> |
| 39 | + </names> |
| 40 | + </macro> |
| 41 | + <macro name="author-short"> |
| 42 | + <names variable="author"> |
| 43 | + <name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never"/> |
| 44 | + <et-al font-style="italic"/> |
| 45 | + <substitute> |
| 46 | + <names variable="editor"/> |
| 47 | + <names variable="translator"/> |
| 48 | + <text macro="anon"/> |
| 49 | + </substitute> |
| 50 | + </names> |
| 51 | + </macro> |
| 52 | + <macro name="access"> |
| 53 | + <choose> |
| 54 | + <if variable="DOI" match="any"> |
| 55 | + <text variable="DOI" prefix=", "/> |
| 56 | + </if> |
| 57 | + <else-if variable="URL"> |
| 58 | + <text value="Available at:" prefix=" " suffix=" "/> |
| 59 | + <text variable="URL"/> |
| 60 | + <group prefix=" [" suffix="]"> |
| 61 | + <text term="accessed" text-case="capitalize-first" suffix=" "/> |
| 62 | + <date variable="accessed"> |
| 63 | + <date-part name="month" suffix=" "/> |
| 64 | + <date-part name="day" 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="report" match="any"> |
| 74 | + <choose> |
| 75 | + <if variable="event-place publisher-place" match="any"> |
| 76 | + <text variable="title" font-style="italic"/> |
| 77 | + </if> |
| 78 | + <else> |
| 79 | + <text variable="title"/> |
| 80 | + </else> |
| 81 | + </choose> |
| 82 | + </if> |
| 83 | + <else-if type="bill book graphic legal_case legislation map motion_picture report song thesis" match="any"> |
| 84 | + <text variable="title" font-style="italic"/> |
| 85 | + </else-if> |
| 86 | + <else> |
| 87 | + <text variable="title"/> |
| 88 | + </else> |
| 89 | + </choose> |
| 90 | + </macro> |
| 91 | + <macro name="publisher"> |
| 92 | + <group delimiter=", "> |
| 93 | + <text variable="publisher"/> |
| 94 | + <text variable="publisher-place"/> |
| 95 | + </group> |
| 96 | + </macro> |
| 97 | + <macro name="year-date"> |
| 98 | + <choose> |
| 99 | + <if variable="issued"> |
| 100 | + <date variable="issued"> |
| 101 | + <date-part name="year"/> |
| 102 | + </date> |
| 103 | + </if> |
| 104 | + <else> |
| 105 | + <text term="no date" form="short"/> |
| 106 | + </else> |
| 107 | + </choose> |
| 108 | + </macro> |
| 109 | + <macro name="edition"> |
| 110 | + <choose> |
| 111 | + <if is-numeric="edition"> |
| 112 | + <group delimiter=" "> |
| 113 | + <number variable="edition" form="ordinal"/> |
| 114 | + <text term="edition" form="short" suffix="."/> |
| 115 | + </group> |
| 116 | + </if> |
| 117 | + <else> |
| 118 | + <text variable="edition" suffix="."/> |
| 119 | + </else> |
| 120 | + </choose> |
| 121 | + </macro> |
| 122 | + <macro name="year"> |
| 123 | + <choose> |
| 124 | + <if variable="issued" match="any"> |
| 125 | + <date variable="issued" form="text" date-parts="year"/> |
| 126 | + </if> |
| 127 | + <else-if variable="status"> |
| 128 | + <text variable="status" text-case="capitalize-first"/> |
| 129 | + </else-if> |
| 130 | + </choose> |
| 131 | + </macro> |
| 132 | + <macro name="number-non-map-non-numeric"> |
| 133 | + <choose> |
| 134 | + <if type="map" is-numeric="number" match="none"> |
| 135 | + <text variable="number" prefix=" (" suffix=")"/> |
| 136 | + </if> |
| 137 | + </choose> |
| 138 | + </macro> |
| 139 | + <macro name="number-map"> |
| 140 | + <choose> |
| 141 | + <if type="map" match="any"> |
| 142 | + <group delimiter=", "> |
| 143 | + <group delimiter=" "> |
| 144 | + <text value="no." text-case="capitalize-first"/> |
| 145 | + <text variable="number"/> |
| 146 | + </group> |
| 147 | + <text variable="genre"/> |
| 148 | + </group> |
| 149 | + </if> |
| 150 | + </choose> |
| 151 | + </macro> |
| 152 | + <macro name="number-non-map-or-number"> |
| 153 | + <choose> |
| 154 | + <if type="map" match="none"> |
| 155 | + <choose> |
| 156 | + <if is-numeric="number"> |
| 157 | + <text variable="number"/> |
| 158 | + </if> |
| 159 | + </choose> |
| 160 | + </if> |
| 161 | + </choose> |
| 162 | + </macro> |
| 163 | + <macro name="container-collection-event-volume"> |
| 164 | + <choose> |
| 165 | + <if type="paper-conference"> |
| 166 | + <group delimiter=". "> |
| 167 | + <group delimiter=" – "> |
| 168 | + <text variable="container-title" font-style="italic"/> |
| 169 | + <text variable="collection-title"/> |
| 170 | + <text variable="event"/> |
| 171 | + </group> |
| 172 | + <text variable="number"/> |
| 173 | + </group> |
| 174 | + </if> |
| 175 | + <else> |
| 176 | + <group delimiter=". "> |
| 177 | + <text variable="container-title" font-style="italic"/> |
| 178 | + <text variable="collection-title"/> |
| 179 | + <text variable="event"/> |
| 180 | + </group> |
| 181 | + </else> |
| 182 | + </choose> |
| 183 | + </macro> |
| 184 | + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-givenname="true"> |
| 185 | + <sort> |
| 186 | + <key macro="year-date"/> |
| 187 | + <key macro="author-short"/> |
| 188 | + </sort> |
| 189 | + <layout delimiter="; " prefix="(" suffix=")"> |
| 190 | + <group delimiter=", "> |
| 191 | + <group delimiter=" "> |
| 192 | + <text macro="author-short"/> |
| 193 | + <text macro="year-date"/> |
| 194 | + </group> |
| 195 | + <group delimiter=" "> |
| 196 | + <label variable="locator" form="short"/> |
| 197 | + <text variable="locator"/> |
| 198 | + </group> |
| 199 | + </group> |
| 200 | + </layout> |
| 201 | + </citation> |
| 202 | + <bibliography name-delimiter=", " and="symbol" et-al-min="11" et-al-use-first="7" hanging-indent="true"> |
| 203 | + <sort> |
| 204 | + <key macro="author"/> |
| 205 | + <key variable="title"/> |
| 206 | + </sort> |
| 207 | + <layout> |
| 208 | + <group suffix="."> |
| 209 | + <group delimiter=". "> |
| 210 | + <group delimiter=" "> |
| 211 | + <text macro="author"/> |
| 212 | + <text macro="year"/> |
| 213 | + </group> |
| 214 | + <choose> |
| 215 | + <if type="bill book graphic legal_case legislation map motion_picture report song" match="any"> |
| 216 | + <group prefix=" " delimiter=", "> |
| 217 | + <group delimiter=". "> |
| 218 | + <group> |
| 219 | + <text macro="title"/> |
| 220 | + <text macro="number-non-map-non-numeric"/> |
| 221 | + </group> |
| 222 | + <text macro="number-map"/> |
| 223 | + <text macro="edition"/> |
| 224 | + <text macro="editor"/> |
| 225 | + <text macro="publisher"/> |
| 226 | + </group> |
| 227 | + </group> |
| 228 | + <text macro="number-non-map-or-number" font-style="italic"/> |
| 229 | + </if> |
| 230 | + <else-if type="chapter paper-conference" match="any"> |
| 231 | + <group delimiter=". "> |
| 232 | + <text macro="title" prefix=" "/> |
| 233 | + <group prefix=" " delimiter=" "> |
| 234 | + <group delimiter=" "> |
| 235 | + <label text-case="capitalize-first" variable="page"/> |
| 236 | + <text variable="page"/> |
| 237 | + </group> |
| 238 | + <text term="in" font-style="italic"/> |
| 239 | + <text macro="editor"/> |
| 240 | + <text macro="container-collection-event-volume"/> |
| 241 | + </group> |
| 242 | + <text macro="publisher"/> |
| 243 | + </group> |
| 244 | + </else-if> |
| 245 | + <else-if type="thesis"> |
| 246 | + <group prefix=" " suffix="." delimiter=". "> |
| 247 | + <text macro="title"/> |
| 248 | + <group delimiter=" "> |
| 249 | + <group delimiter=", "> |
| 250 | + <text variable="genre"/> |
| 251 | + <text macro="publisher"/> |
| 252 | + </group> |
| 253 | + <text variable="status" prefix="[" suffix="]"/> |
| 254 | + </group> |
| 255 | + </group> |
| 256 | + </else-if> |
| 257 | + <else> |
| 258 | + <group> |
| 259 | + <text macro="title"/> |
| 260 | + <text macro="editor" prefix=" "/> |
| 261 | + </group> |
| 262 | + <group delimiter=" "> |
| 263 | + <text variable="container-title" font-style="italic"/> |
| 264 | + <group delimiter=", "> |
| 265 | + <text variable="volume" font-weight="bold"/> |
| 266 | + <text variable="page"/> |
| 267 | + </group> |
| 268 | + </group> |
| 269 | + </else> |
| 270 | + </choose> |
| 271 | + </group> |
| 272 | + </group> |
| 273 | + <text macro="access"/> |
| 274 | + </layout> |
| 275 | + </bibliography> |
| 276 | +</style> |
0 commit comments