71e52f6438bbaf9a8368d2690a6bcc877efc49e9
chicago.csl
| ... | ... | @@ -0,0 +1,650 @@ |
| 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"> |
|
| 3 | + <info> |
|
| 4 | + <title>Chicago Manual of Style 16th edition (author-date)</title> |
|
| 5 | + <id>http://www.zotero.org/styles/chicago-author-date</id> |
|
| 6 | + <link href="http://www.zotero.org/styles/chicago-author-date" rel="self"/> |
|
| 7 | + <link href="http://www.chicagomanualofstyle.org/tools_citationguide.html" rel="documentation"/> |
|
| 8 | + <author> |
|
| 9 | + <name>Julian Onions</name> |
|
| 10 | + <email>julian.onions@gmail.com</email> |
|
| 11 | + </author> |
|
| 12 | + <contributor> |
|
| 13 | + <name>Sebastian Karcher</name> |
|
| 14 | + </contributor> |
|
| 15 | + <contributor> |
|
| 16 | + <name>Richard Karnesky</name> |
|
| 17 | + <email>karnesky+zotero@gmail.com</email> |
|
| 18 | + <uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> |
|
| 19 | + </contributor> |
|
| 20 | + <contributor> |
|
| 21 | + <name>Andrew Dunning</name> |
|
| 22 | + <email>andrew.dunning@utoronto.ca</email> |
|
| 23 | + </contributor> |
|
| 24 | + <category citation-format="author-date"/> |
|
| 25 | + <category field="generic-base"/> |
|
| 26 | + <summary>The author-date variant of the Chicago style</summary> |
|
| 27 | + <updated>2015-08-26T07:38:25+00:00</updated> |
|
| 28 | + <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
|
| 29 | + </info> |
|
| 30 | + <locale xml:lang="en"> |
|
| 31 | + <terms> |
|
| 32 | + <term name="editor" form="verb-short">ed.</term> |
|
| 33 | + <term name="container-author" form="verb">by</term> |
|
| 34 | + <term name="translator" form="verb-short">trans.</term> |
|
| 35 | + <term name="editortranslator" form="verb"> |
|
| 36 | + <single>edited and translated by</single> |
|
| 37 | + <multiple>edited and translated by</multiple> |
|
| 38 | + </term> |
|
| 39 | + <term name="translator" form="short">trans.</term> |
|
| 40 | + </terms> |
|
| 41 | + </locale> |
|
| 42 | + <macro name="secondary-contributors"> |
|
| 43 | + <choose> |
|
| 44 | + <if type="chapter paper-conference" match="none"> |
|
| 45 | + <group delimiter=". "> |
|
| 46 | + <names variable="editor translator" delimiter=". "> |
|
| 47 | + <label form="verb" text-case="capitalize-first" suffix=" "/> |
|
| 48 | + <name and="text" delimiter=", "/> |
|
| 49 | + </names> |
|
| 50 | + <names variable="director" delimiter=". "> |
|
| 51 | + <label form="verb" text-case="capitalize-first" suffix=" "/> |
|
| 52 | + <name and="text" delimiter=", "/> |
|
| 53 | + </names> |
|
| 54 | + </group> |
|
| 55 | + </if> |
|
| 56 | + </choose> |
|
| 57 | + </macro> |
|
| 58 | + <macro name="container-contributors"> |
|
| 59 | + <choose> |
|
| 60 | + <if type="chapter paper-conference" match="any"> |
|
| 61 | + <group prefix=", " delimiter=", "> |
|
| 62 | + <names variable="container-author" delimiter=", "> |
|
| 63 | + <label form="verb" suffix=" "/> |
|
| 64 | + <name and="text" delimiter=", "/> |
|
| 65 | + </names> |
|
| 66 | + <names variable="editor translator" delimiter=", "> |
|
| 67 | + <label form="verb" suffix=" "/> |
|
| 68 | + <name and="text" delimiter=", "/> |
|
| 69 | + </names> |
|
| 70 | + </group> |
|
| 71 | + </if> |
|
| 72 | + </choose> |
|
| 73 | + </macro> |
|
| 74 | + <macro name="editor"> |
|
| 75 | + <names variable="editor"> |
|
| 76 | + <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/> |
|
| 77 | + <label form="short" prefix=", "/> |
|
| 78 | + </names> |
|
| 79 | + </macro> |
|
| 80 | + <macro name="translator"> |
|
| 81 | + <names variable="translator"> |
|
| 82 | + <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/> |
|
| 83 | + <label form="short" prefix=", "/> |
|
| 84 | + </names> |
|
| 85 | + </macro> |
|
| 86 | + <macro name="recipient"> |
|
| 87 | + <choose> |
|
| 88 | + <if type="personal_communication"> |
|
| 89 | + <choose> |
|
| 90 | + <if variable="genre"> |
|
| 91 | + <text variable="genre" text-case="capitalize-first"/> |
|
| 92 | + </if> |
|
| 93 | + <else> |
|
| 94 | + <text term="letter" text-case="capitalize-first"/> |
|
| 95 | + </else> |
|
| 96 | + </choose> |
|
| 97 | + </if> |
|
| 98 | + </choose> |
|
| 99 | + <names variable="recipient" delimiter=", "> |
|
| 100 | + <label form="verb" prefix=" " text-case="lowercase" suffix=" "/> |
|
| 101 | + <name and="text" delimiter=", "/> |
|
| 102 | + </names> |
|
| 103 | + </macro> |
|
| 104 | + <macro name="substitute-title"> |
|
| 105 | + <choose> |
|
| 106 | + <if type="article-magazine article-newspaper review review-book" match="any"> |
|
| 107 | + <text macro="container-title"/> |
|
| 108 | + </if> |
|
| 109 | + </choose> |
|
| 110 | + </macro> |
|
| 111 | + <macro name="contributors"> |
|
| 112 | + <group delimiter=". "> |
|
| 113 | + <names variable="author"> |
|
| 114 | + <name and="text" name-as-sort-order="first" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/> |
|
| 115 | + <label form="short" prefix=", "/> |
|
| 116 | + <substitute> |
|
| 117 | + <names variable="editor"/> |
|
| 118 | + <names variable="translator"/> |
|
| 119 | + <names variable="director"/> |
|
| 120 | + <text macro="substitute-title"/> |
|
| 121 | + <text macro="title"/> |
|
| 122 | + </substitute> |
|
| 123 | + </names> |
|
| 124 | + <text macro="recipient"/> |
|
| 125 | + </group> |
|
| 126 | + </macro> |
|
| 127 | + <macro name="contributors-short"> |
|
| 128 | + <names variable="author"> |
|
| 129 | + <name form="short" and="text" delimiter=", " initialize-with=". "/> |
|
| 130 | + <substitute> |
|
| 131 | + <names variable="editor"/> |
|
| 132 | + <names variable="translator"/> |
|
| 133 | + <names variable="director"/> |
|
| 134 | + <text macro="substitute-title"/> |
|
| 135 | + <text macro="title"/> |
|
| 136 | + </substitute> |
|
| 137 | + </names> |
|
| 138 | + </macro> |
|
| 139 | + <macro name="interviewer"> |
|
| 140 | + <names variable="interviewer" delimiter=", "> |
|
| 141 | + <label form="verb" prefix=" " text-case="capitalize-first" suffix=" "/> |
|
| 142 | + <name and="text" delimiter=", "/> |
|
| 143 | + </names> |
|
| 144 | + </macro> |
|
| 145 | + <macro name="archive"> |
|
| 146 | + <group delimiter=". "> |
|
| 147 | + <text variable="archive_location" text-case="capitalize-first"/> |
|
| 148 | + <text variable="archive"/> |
|
| 149 | + <text variable="archive-place"/> |
|
| 150 | + </group> |
|
| 151 | + </macro> |
|
| 152 | + <macro name="access"> |
|
| 153 | + <group delimiter=". "> |
|
| 154 | + <choose> |
|
| 155 | + <if type="graphic report" match="any"> |
|
| 156 | + <text macro="archive"/> |
|
| 157 | + </if> |
|
| 158 | + <else-if type="article-journal bill book chapter legal_case legislation motion_picture paper-conference" match="none"> |
|
| 159 | + <text macro="archive"/> |
|
| 160 | + </else-if> |
|
| 161 | + </choose> |
|
| 162 | + <choose> |
|
| 163 | + <if type="webpage post-weblog" match="any"> |
|
| 164 | + <date variable="issued" delimiter=" "> |
|
| 165 | + <date-part name="month"/> |
|
| 166 | + <date-part name="day"/> |
|
| 167 | + </date> |
|
| 168 | + </if> |
|
| 169 | + </choose> |
|
| 170 | + <choose> |
|
| 171 | + <if variable="issued" match="none"> |
|
| 172 | + <group delimiter=" "> |
|
| 173 | + <text term="accessed" text-case="capitalize-first"/> |
|
| 174 | + <date variable="accessed" delimiter=" "> |
|
| 175 | + <date-part name="month"/> |
|
| 176 | + <date-part name="day"/> |
|
| 177 | + </date> |
|
| 178 | + </group> |
|
| 179 | + </if> |
|
| 180 | + </choose> |
|
| 181 | + <choose> |
|
| 182 | + <if type="legal_case" match="none"> |
|
| 183 | + <choose> |
|
| 184 | + <if variable="DOI"> |
|
| 185 | + <text variable="DOI" prefix="doi:"/> |
|
| 186 | + </if> |
|
| 187 | + <else> |
|
| 188 | + <text variable="URL"/> |
|
| 189 | + </else> |
|
| 190 | + </choose> |
|
| 191 | + </if> |
|
| 192 | + </choose> |
|
| 193 | + </group> |
|
| 194 | + </macro> |
|
| 195 | + <macro name="title"> |
|
| 196 | + <choose> |
|
| 197 | + <if variable="title" match="none"> |
|
| 198 | + <choose> |
|
| 199 | + <if type="personal_communication" match="none"> |
|
| 200 | + <text variable="genre" text-case="capitalize-first"/> |
|
| 201 | + </if> |
|
| 202 | + </choose> |
|
| 203 | + </if> |
|
| 204 | + <else-if type="bill book graphic legislation motion_picture song" match="any"> |
|
| 205 | + <text variable="title" text-case="title" font-style="italic"/> |
|
| 206 | + <group prefix=" (" suffix=")" delimiter=" "> |
|
| 207 | + <text term="version"/> |
|
| 208 | + <text variable="version"/> |
|
| 209 | + </group> |
|
| 210 | + </else-if> |
|
| 211 | + <else-if variable="reviewed-author"> |
|
| 212 | + <choose> |
|
| 213 | + <if variable="reviewed-title"> |
|
| 214 | + <group delimiter=". "> |
|
| 215 | + <text variable="title" text-case="title" quotes="true"/> |
|
| 216 | + <group delimiter=", "> |
|
| 217 | + <text variable="reviewed-title" text-case="title" font-style="italic" prefix="Review of "/> |
|
| 218 | + <names variable="reviewed-author"> |
|
| 219 | + <label form="verb-short" text-case="lowercase" suffix=" "/> |
|
| 220 | + <name and="text" delimiter=", "/> |
|
| 221 | + </names> |
|
| 222 | + </group> |
|
| 223 | + </group> |
|
| 224 | + </if> |
|
| 225 | + <else> |
|
| 226 | + <group delimiter=", "> |
|
| 227 | + <text variable="title" text-case="title" font-style="italic" prefix="Review of "/> |
|
| 228 | + <names variable="reviewed-author"> |
|
| 229 | + <label form="verb-short" text-case="lowercase" suffix=" "/> |
|
| 230 | + <name and="text" delimiter=", "/> |
|
| 231 | + </names> |
|
| 232 | + </group> |
|
| 233 | + </else> |
|
| 234 | + </choose> |
|
| 235 | + </else-if> |
|
| 236 | + <else-if type="legal_case interview patent" match="any"> |
|
| 237 | + <text variable="title"/> |
|
| 238 | + </else-if> |
|
| 239 | + <else> |
|
| 240 | + <text variable="title" text-case="title" quotes="true"/> |
|
| 241 | + </else> |
|
| 242 | + </choose> |
|
| 243 | + </macro> |
|
| 244 | + <macro name="edition"> |
|
| 245 | + <choose> |
|
| 246 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
|
| 247 | + <choose> |
|
| 248 | + <if is-numeric="edition"> |
|
| 249 | + <group delimiter=" " prefix=". "> |
|
| 250 | + <number variable="edition" form="ordinal"/> |
|
| 251 | + <text term="edition" form="short" strip-periods="true"/> |
|
| 252 | + </group> |
|
| 253 | + </if> |
|
| 254 | + <else> |
|
| 255 | + <text variable="edition" text-case="capitalize-first" prefix=". "/> |
|
| 256 | + </else> |
|
| 257 | + </choose> |
|
| 258 | + </if> |
|
| 259 | + <else-if type="chapter paper-conference" match="any"> |
|
| 260 | + <choose> |
|
| 261 | + <if is-numeric="edition"> |
|
| 262 | + <group delimiter=" " prefix=", "> |
|
| 263 | + <number variable="edition" form="ordinal"/> |
|
| 264 | + <text term="edition" form="short"/> |
|
| 265 | + </group> |
|
| 266 | + </if> |
|
| 267 | + <else> |
|
| 268 | + <text variable="edition" prefix=", "/> |
|
| 269 | + </else> |
|
| 270 | + </choose> |
|
| 271 | + </else-if> |
|
| 272 | + </choose> |
|
| 273 | + </macro> |
|
| 274 | + <macro name="locators"> |
|
| 275 | + <choose> |
|
| 276 | + <if type="article-journal"> |
|
| 277 | + <choose> |
|
| 278 | + <if variable="volume"> |
|
| 279 | + <text variable="volume" prefix=" "/> |
|
| 280 | + <group prefix=" (" suffix=")"> |
|
| 281 | + <choose> |
|
| 282 | + <if variable="issue"> |
|
| 283 | + <text variable="issue"/> |
|
| 284 | + </if> |
|
| 285 | + <else> |
|
| 286 | + <date variable="issued"> |
|
| 287 | + <date-part name="month"/> |
|
| 288 | + </date> |
|
| 289 | + </else> |
|
| 290 | + </choose> |
|
| 291 | + </group> |
|
| 292 | + </if> |
|
| 293 | + <else-if variable="issue"> |
|
| 294 | + <group delimiter=" " prefix=", "> |
|
| 295 | + <text term="issue" form="short"/> |
|
| 296 | + <text variable="issue"/> |
|
| 297 | + <date variable="issued" prefix="(" suffix=")"> |
|
| 298 | + <date-part name="month"/> |
|
| 299 | + </date> |
|
| 300 | + </group> |
|
| 301 | + </else-if> |
|
| 302 | + <else> |
|
| 303 | + <date variable="issued" prefix=", "> |
|
| 304 | + <date-part name="month"/> |
|
| 305 | + </date> |
|
| 306 | + </else> |
|
| 307 | + </choose> |
|
| 308 | + </if> |
|
| 309 | + <else-if type="legal_case"> |
|
| 310 | + <text variable="volume" prefix=", "/> |
|
| 311 | + <text variable="container-title" prefix=" "/> |
|
| 312 | + <text variable="page" prefix=" "/> |
|
| 313 | + </else-if> |
|
| 314 | + <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
|
| 315 | + <group prefix=". " delimiter=". "> |
|
| 316 | + <group> |
|
| 317 | + <text term="volume" form="short" text-case="capitalize-first" suffix=" "/> |
|
| 318 | + <number variable="volume" form="numeric"/> |
|
| 319 | + </group> |
|
| 320 | + <group> |
|
| 321 | + <number variable="number-of-volumes" form="numeric"/> |
|
| 322 | + <text term="volume" form="short" prefix=" " plural="true"/> |
|
| 323 | + </group> |
|
| 324 | + </group> |
|
| 325 | + </else-if> |
|
| 326 | + <else-if type="chapter paper-conference" match="any"> |
|
| 327 | + <choose> |
|
| 328 | + <if variable="page" match="none"> |
|
| 329 | + <group prefix=". "> |
|
| 330 | + <text term="volume" form="short" text-case="capitalize-first" suffix=" "/> |
|
| 331 | + <number variable="volume" form="numeric"/> |
|
| 332 | + </group> |
|
| 333 | + </if> |
|
| 334 | + </choose> |
|
| 335 | + </else-if> |
|
| 336 | + </choose> |
|
| 337 | + </macro> |
|
| 338 | + <macro name="locators-chapter"> |
|
| 339 | + <choose> |
|
| 340 | + <if type="chapter paper-conference" match="any"> |
|
| 341 | + <choose> |
|
| 342 | + <if variable="page"> |
|
| 343 | + <group prefix=", "> |
|
| 344 | + <text variable="volume" suffix=":"/> |
|
| 345 | + <text variable="page"/> |
|
| 346 | + </group> |
|
| 347 | + </if> |
|
| 348 | + </choose> |
|
| 349 | + </if> |
|
| 350 | + </choose> |
|
| 351 | + </macro> |
|
| 352 | + <macro name="locators-article"> |
|
| 353 | + <choose> |
|
| 354 | + <if type="article-newspaper"> |
|
| 355 | + <group prefix=", " delimiter=", "> |
|
| 356 | + <group delimiter=" "> |
|
| 357 | + <text variable="edition"/> |
|
| 358 | + <text term="edition"/> |
|
| 359 | + </group> |
|
| 360 | + <group> |
|
| 361 | + <text term="section" form="short" suffix=" "/> |
|
| 362 | + <text variable="section"/> |
|
| 363 | + </group> |
|
| 364 | + </group> |
|
| 365 | + </if> |
|
| 366 | + <else-if type="article-journal"> |
|
| 367 | + <choose> |
|
| 368 | + <if variable="volume issue" match="any"> |
|
| 369 | + <text variable="page" prefix=": "/> |
|
| 370 | + </if> |
|
| 371 | + <else> |
|
| 372 | + <text variable="page" prefix=", "/> |
|
| 373 | + </else> |
|
| 374 | + </choose> |
|
| 375 | + </else-if> |
|
| 376 | + </choose> |
|
| 377 | + </macro> |
|
| 378 | + <macro name="point-locators"> |
|
| 379 | + <choose> |
|
| 380 | + <if variable="locator"> |
|
| 381 | + <choose> |
|
| 382 | + <if locator="page" match="none"> |
|
| 383 | + <choose> |
|
| 384 | + <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
|
| 385 | + <choose> |
|
| 386 | + <if variable="volume"> |
|
| 387 | + <group> |
|
| 388 | + <text term="volume" form="short" suffix=" "/> |
|
| 389 | + <number variable="volume" form="numeric"/> |
|
| 390 | + <label variable="locator" form="short" prefix=", " suffix=" "/> |
|
| 391 | + </group> |
|
| 392 | + </if> |
|
| 393 | + <else> |
|
| 394 | + <label variable="locator" form="short" suffix=" "/> |
|
| 395 | + </else> |
|
| 396 | + </choose> |
|
| 397 | + </if> |
|
| 398 | + <else> |
|
| 399 | + <label variable="locator" form="short" suffix=" "/> |
|
| 400 | + </else> |
|
| 401 | + </choose> |
|
| 402 | + </if> |
|
| 403 | + <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
|
| 404 | + <number variable="volume" form="numeric" suffix=":"/> |
|
| 405 | + </else-if> |
|
| 406 | + </choose> |
|
| 407 | + <text variable="locator"/> |
|
| 408 | + </if> |
|
| 409 | + </choose> |
|
| 410 | + </macro> |
|
| 411 | + <macro name="container-prefix"> |
|
| 412 | + <text term="in" text-case="capitalize-first"/> |
|
| 413 | + </macro> |
|
| 414 | + <macro name="container-title"> |
|
| 415 | + <choose> |
|
| 416 | + <if type="chapter paper-conference" match="any"> |
|
| 417 | + <text macro="container-prefix" suffix=" "/> |
|
| 418 | + </if> |
|
| 419 | + </choose> |
|
| 420 | + <choose> |
|
| 421 | + <if type="legal_case" match="none"> |
|
| 422 | + <text variable="container-title" text-case="title" font-style="italic"/> |
|
| 423 | + </if> |
|
| 424 | + </choose> |
|
| 425 | + </macro> |
|
| 426 | + <macro name="publisher"> |
|
| 427 | + <group delimiter=": "> |
|
| 428 | + <text variable="publisher-place"/> |
|
| 429 | + <text variable="publisher"/> |
|
| 430 | + </group> |
|
| 431 | + </macro> |
|
| 432 | + <macro name="date"> |
|
| 433 | + <choose> |
|
| 434 | + <if variable="issued"> |
|
| 435 | + <group delimiter=" "> |
|
| 436 | + <date variable="original-date" form="text" date-parts="year" prefix="(" suffix=")"/> |
|
| 437 | + <date variable="issued"> |
|
| 438 | + <date-part name="year"/> |
|
| 439 | + </date> |
|
| 440 | + </group> |
|
| 441 | + </if> |
|
| 442 | + <else-if variable="accessed"> |
|
| 443 | + <date variable="accessed"> |
|
| 444 | + <date-part name="year"/> |
|
| 445 | + </date> |
|
| 446 | + </else-if> |
|
| 447 | + <else-if variable="status"> |
|
| 448 | + <text variable="status" text-case="capitalize-first"/> |
|
| 449 | + </else-if> |
|
| 450 | + <else> |
|
| 451 | + <text term="no date" form="short"/> |
|
| 452 | + </else> |
|
| 453 | + </choose> |
|
| 454 | + </macro> |
|
| 455 | + <macro name="date-in-text"> |
|
| 456 | + <choose> |
|
| 457 | + <if variable="issued"> |
|
| 458 | + <group delimiter=" "> |
|
| 459 | + <date variable="original-date" form="text" date-parts="year" prefix="[" suffix="]"/> |
|
| 460 | + <date variable="issued"> |
|
| 461 | + <date-part name="year"/> |
|
| 462 | + </date> |
|
| 463 | + </group> |
|
| 464 | + </if> |
|
| 465 | + <else-if variable="accessed"> |
|
| 466 | + <date variable="accessed"> |
|
| 467 | + <date-part name="year"/> |
|
| 468 | + </date> |
|
| 469 | + </else-if> |
|
| 470 | + <else-if variable="status"> |
|
| 471 | + <text variable="status"/> |
|
| 472 | + </else-if> |
|
| 473 | + <else> |
|
| 474 | + <text term="no date" form="short"/> |
|
| 475 | + </else> |
|
| 476 | + </choose> |
|
| 477 | + </macro> |
|
| 478 | + <macro name="day-month"> |
|
| 479 | + <date variable="issued"> |
|
| 480 | + <date-part name="month"/> |
|
| 481 | + <date-part name="day" prefix=" "/> |
|
| 482 | + </date> |
|
| 483 | + </macro> |
|
| 484 | + <macro name="collection-title"> |
|
| 485 | + <choose> |
|
| 486 | + <if match="none" type="article-journal"> |
|
| 487 | + <choose> |
|
| 488 | + <if match="none" is-numeric="collection-number"> |
|
| 489 | + <group delimiter=", "> |
|
| 490 | + <text variable="collection-title" text-case="title"/> |
|
| 491 | + <text variable="collection-number"/> |
|
| 492 | + </group> |
|
| 493 | + </if> |
|
| 494 | + <else> |
|
| 495 | + <group delimiter=" "> |
|
| 496 | + <text variable="collection-title" text-case="title"/> |
|
| 497 | + <text variable="collection-number"/> |
|
| 498 | + </group> |
|
| 499 | + </else> |
|
| 500 | + </choose> |
|
| 501 | + </if> |
|
| 502 | + </choose> |
|
| 503 | + </macro> |
|
| 504 | + <macro name="collection-title-journal"> |
|
| 505 | + <choose> |
|
| 506 | + <if type="article-journal"> |
|
| 507 | + <group delimiter=" "> |
|
| 508 | + <text variable="collection-title"/> |
|
| 509 | + <text variable="collection-number"/> |
|
| 510 | + </group> |
|
| 511 | + </if> |
|
| 512 | + </choose> |
|
| 513 | + </macro> |
|
| 514 | + <macro name="event"> |
|
| 515 | + <group> |
|
| 516 | + <text term="presented at" suffix=" "/> |
|
| 517 | + <text variable="event"/> |
|
| 518 | + </group> |
|
| 519 | + </macro> |
|
| 520 | + <macro name="description"> |
|
| 521 | + <choose> |
|
| 522 | + <if type="interview"> |
|
| 523 | + <group delimiter=". "> |
|
| 524 | + <text macro="interviewer"/> |
|
| 525 | + <text variable="medium" text-case="capitalize-first"/> |
|
| 526 | + </group> |
|
| 527 | + </if> |
|
| 528 | + <else-if type="patent"> |
|
| 529 | + <group delimiter=" " prefix=". "> |
|
| 530 | + <text variable="authority"/> |
|
| 531 | + <text variable="number"/> |
|
| 532 | + </group> |
|
| 533 | + </else-if> |
|
| 534 | + <else> |
|
| 535 | + <text variable="medium" text-case="capitalize-first" prefix=". "/> |
|
| 536 | + </else> |
|
| 537 | + </choose> |
|
| 538 | + <choose> |
|
| 539 | + <if variable="title" match="none"/> |
|
| 540 | + <else-if type="thesis personal_communication speech" match="any"/> |
|
| 541 | + <else> |
|
| 542 | + <group delimiter=" " prefix=". "> |
|
| 543 | + <text variable="genre" text-case="capitalize-first"/> |
|
| 544 | + <choose> |
|
| 545 | + <if type="report"> |
|
| 546 | + <text variable="number"/> |
|
| 547 | + </if> |
|
| 548 | + </choose> |
|
| 549 | + </group> |
|
| 550 | + </else> |
|
| 551 | + </choose> |
|
| 552 | + </macro> |
|
| 553 | + <macro name="issue"> |
|
| 554 | + <choose> |
|
| 555 | + <if type="legal_case"> |
|
| 556 | + <text variable="authority" prefix=". "/> |
|
| 557 | + </if> |
|
| 558 | + <else-if type="speech"> |
|
| 559 | + <group prefix=". " delimiter=", "> |
|
| 560 | + <group delimiter=" "> |
|
| 561 | + <text variable="genre" text-case="capitalize-first"/> |
|
| 562 | + <text macro="event"/> |
|
| 563 | + </group> |
|
| 564 | + <text variable="event-place"/> |
|
| 565 | + <text macro="day-month"/> |
|
| 566 | + </group> |
|
| 567 | + </else-if> |
|
| 568 | + <else-if type="article-newspaper article-magazine personal_communication" match="any"> |
|
| 569 | + <text macro="day-month" prefix=", "/> |
|
| 570 | + </else-if> |
|
| 571 | + <else-if type="patent"> |
|
| 572 | + <group delimiter=", " prefix=", "> |
|
| 573 | + <group delimiter=" "> |
|
| 574 | + <!--Needs Localization--> |
|
| 575 | + <text value="filed"/> |
|
| 576 | + <date variable="submitted" form="text"/> |
|
| 577 | + </group> |
|
| 578 | + <group delimiter=" "> |
|
| 579 | + <choose> |
|
| 580 | + <if variable="issued submitted" match="all"> |
|
| 581 | + <text term="and"/> |
|
| 582 | + </if> |
|
| 583 | + </choose> |
|
| 584 | + <!--Needs Localization--> |
|
| 585 | + <text value="issued"/> |
|
| 586 | + <date variable="issued" form="text"/> |
|
| 587 | + </group> |
|
| 588 | + </group> |
|
| 589 | + </else-if> |
|
| 590 | + <else> |
|
| 591 | + <group prefix=". " delimiter=", "> |
|
| 592 | + <choose> |
|
| 593 | + <if type="thesis"> |
|
| 594 | + <text variable="genre" text-case="capitalize-first"/> |
|
| 595 | + </if> |
|
| 596 | + </choose> |
|
| 597 | + <text macro="publisher"/> |
|
| 598 | + </group> |
|
| 599 | + </else> |
|
| 600 | + </choose> |
|
| 601 | + </macro> |
|
| 602 | + <citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" givenname-disambiguation-rule="primary-name"> |
|
| 603 | + <layout prefix="(" suffix=")" delimiter="; "> |
|
| 604 | + <group delimiter=", "> |
|
| 605 | + <choose> |
|
| 606 | + <if variable="issued accessed" match="any"> |
|
| 607 | + <group delimiter=" "> |
|
| 608 | + <text macro="contributors-short"/> |
|
| 609 | + <text macro="date-in-text"/> |
|
| 610 | + </group> |
|
| 611 | + </if> |
|
| 612 | + <!---comma before forthcoming and n.d.--> |
|
| 613 | + <else> |
|
| 614 | + <group delimiter=", "> |
|
| 615 | + <text macro="contributors-short"/> |
|
| 616 | + <text macro="date-in-text"/> |
|
| 617 | + </group> |
|
| 618 | + </else> |
|
| 619 | + </choose> |
|
| 620 | + <text macro="point-locators"/> |
|
| 621 | + </group> |
|
| 622 | + </layout> |
|
| 623 | + </citation> |
|
| 624 | + <bibliography hanging-indent="true" et-al-min="11" et-al-use-first="7" subsequent-author-substitute="———" entry-spacing="0"> |
|
| 625 | + <sort> |
|
| 626 | + <key macro="contributors"/> |
|
| 627 | + <key variable="issued"/> |
|
| 628 | + <key variable="title"/> |
|
| 629 | + </sort> |
|
| 630 | + <layout suffix="."> |
|
| 631 | + <group delimiter=". "> |
|
| 632 | + <text macro="contributors"/> |
|
| 633 | + <text macro="date"/> |
|
| 634 | + <text macro="title"/> |
|
| 635 | + </group> |
|
| 636 | + <text macro="description"/> |
|
| 637 | + <text macro="secondary-contributors" prefix=". "/> |
|
| 638 | + <text macro="container-title" prefix=". "/> |
|
| 639 | + <text macro="container-contributors"/> |
|
| 640 | + <text macro="edition"/> |
|
| 641 | + <text macro="locators-chapter"/> |
|
| 642 | + <text macro="collection-title-journal" prefix=", " suffix=", "/> |
|
| 643 | + <text macro="locators"/> |
|
| 644 | + <text macro="collection-title" prefix=". "/> |
|
| 645 | + <text macro="issue"/> |
|
| 646 | + <text macro="locators-article"/> |
|
| 647 | + <text macro="access" prefix=". "/> |
|
| 648 | + </layout> |
|
| 649 | + </bibliography> |
|
| 650 | +</style> |