chicago-author-date.csl 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  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="display-and-sort" page-range-format="chicago">
  3. <info>
  4. <title>Chicago Manual of Style 17th 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>2017-10-12T12:00:00+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" form="text"/>
  165. </if>
  166. </choose>
  167. <choose>
  168. <if variable="issued" match="none">
  169. <group delimiter=" ">
  170. <text term="accessed" text-case="capitalize-first"/>
  171. <date variable="accessed" form="text"/>
  172. </group>
  173. </if>
  174. </choose>
  175. <choose>
  176. <if type="legal_case" match="none">
  177. <choose>
  178. <if variable="DOI">
  179. <text variable="DOI" prefix="https://doi.org/"/>
  180. </if>
  181. <else>
  182. <text variable="URL"/>
  183. </else>
  184. </choose>
  185. </if>
  186. </choose>
  187. </group>
  188. </macro>
  189. <macro name="title">
  190. <choose>
  191. <if variable="title" match="none">
  192. <choose>
  193. <if type="personal_communication" match="none">
  194. <text variable="genre" text-case="capitalize-first"/>
  195. </if>
  196. </choose>
  197. </if>
  198. <else-if type="bill book graphic legislation motion_picture song" match="any">
  199. <text variable="title" text-case="title" font-style="italic"/>
  200. <group prefix=" (" suffix=")" delimiter=" ">
  201. <text term="version"/>
  202. <text variable="version"/>
  203. </group>
  204. </else-if>
  205. <else-if variable="reviewed-author">
  206. <choose>
  207. <if variable="reviewed-title">
  208. <group delimiter=". ">
  209. <text variable="title" text-case="title" quotes="true"/>
  210. <group delimiter=", ">
  211. <text variable="reviewed-title" text-case="title" font-style="italic" prefix="Review of "/>
  212. <names variable="reviewed-author">
  213. <label form="verb-short" text-case="lowercase" suffix=" "/>
  214. <name and="text" delimiter=", "/>
  215. </names>
  216. </group>
  217. </group>
  218. </if>
  219. <else>
  220. <group delimiter=", ">
  221. <text variable="title" text-case="title" font-style="italic" prefix="Review of "/>
  222. <names variable="reviewed-author">
  223. <label form="verb-short" text-case="lowercase" suffix=" "/>
  224. <name and="text" delimiter=", "/>
  225. </names>
  226. </group>
  227. </else>
  228. </choose>
  229. </else-if>
  230. <else-if type="legal_case interview patent" match="any">
  231. <text variable="title"/>
  232. </else-if>
  233. <else>
  234. <text variable="title" text-case="title" quotes="true"/>
  235. </else>
  236. </choose>
  237. </macro>
  238. <macro name="edition">
  239. <choose>
  240. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  241. <choose>
  242. <if is-numeric="edition">
  243. <group delimiter=" " prefix=". ">
  244. <number variable="edition" form="ordinal"/>
  245. <text term="edition" form="short" strip-periods="true"/>
  246. </group>
  247. </if>
  248. <else>
  249. <text variable="edition" text-case="capitalize-first" prefix=". "/>
  250. </else>
  251. </choose>
  252. </if>
  253. <else-if type="chapter paper-conference" match="any">
  254. <choose>
  255. <if is-numeric="edition">
  256. <group delimiter=" " prefix=", ">
  257. <number variable="edition" form="ordinal"/>
  258. <text term="edition" form="short"/>
  259. </group>
  260. </if>
  261. <else>
  262. <text variable="edition" prefix=", "/>
  263. </else>
  264. </choose>
  265. </else-if>
  266. </choose>
  267. </macro>
  268. <macro name="locators">
  269. <choose>
  270. <if type="article-journal">
  271. <choose>
  272. <if variable="volume">
  273. <text variable="volume" prefix=" "/>
  274. <group prefix=" (" suffix=")">
  275. <choose>
  276. <if variable="issue">
  277. <text variable="issue"/>
  278. </if>
  279. <else>
  280. <date variable="issued">
  281. <date-part name="month"/>
  282. </date>
  283. </else>
  284. </choose>
  285. </group>
  286. </if>
  287. <else-if variable="issue">
  288. <group delimiter=" " prefix=", ">
  289. <text term="issue" form="short"/>
  290. <text variable="issue"/>
  291. <date variable="issued" prefix="(" suffix=")">
  292. <date-part name="month"/>
  293. </date>
  294. </group>
  295. </else-if>
  296. <else>
  297. <date variable="issued" prefix=", ">
  298. <date-part name="month"/>
  299. </date>
  300. </else>
  301. </choose>
  302. </if>
  303. <else-if type="legal_case">
  304. <text variable="volume" prefix=", "/>
  305. <text variable="container-title" prefix=" "/>
  306. <text variable="page" prefix=" "/>
  307. </else-if>
  308. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  309. <group prefix=". " delimiter=". ">
  310. <group>
  311. <text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
  312. <number variable="volume" form="numeric"/>
  313. </group>
  314. <group>
  315. <number variable="number-of-volumes" form="numeric"/>
  316. <text term="volume" form="short" prefix=" " plural="true"/>
  317. </group>
  318. </group>
  319. </else-if>
  320. <else-if type="chapter paper-conference" match="any">
  321. <choose>
  322. <if variable="page" match="none">
  323. <group prefix=". ">
  324. <text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
  325. <number variable="volume" form="numeric"/>
  326. </group>
  327. </if>
  328. </choose>
  329. </else-if>
  330. </choose>
  331. </macro>
  332. <macro name="locators-chapter">
  333. <choose>
  334. <if type="chapter paper-conference" match="any">
  335. <choose>
  336. <if variable="page">
  337. <group prefix=", ">
  338. <text variable="volume" suffix=":"/>
  339. <text variable="page"/>
  340. </group>
  341. </if>
  342. </choose>
  343. </if>
  344. </choose>
  345. </macro>
  346. <macro name="locators-article">
  347. <choose>
  348. <if type="article-newspaper">
  349. <group prefix=", " delimiter=", ">
  350. <group delimiter=" ">
  351. <text variable="edition"/>
  352. <text term="edition"/>
  353. </group>
  354. <group>
  355. <text term="section" form="short" suffix=" "/>
  356. <text variable="section"/>
  357. </group>
  358. </group>
  359. </if>
  360. <else-if type="article-journal">
  361. <choose>
  362. <if variable="volume issue" match="any">
  363. <text variable="page" prefix=":"/>
  364. </if>
  365. <else>
  366. <text variable="page" prefix=", "/>
  367. </else>
  368. </choose>
  369. </else-if>
  370. </choose>
  371. </macro>
  372. <macro name="point-locators">
  373. <choose>
  374. <if variable="locator">
  375. <choose>
  376. <if locator="page" match="none">
  377. <choose>
  378. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  379. <choose>
  380. <if variable="volume">
  381. <group>
  382. <text term="volume" form="short" suffix=" "/>
  383. <number variable="volume" form="numeric"/>
  384. <label variable="locator" form="short" prefix=", " suffix=" "/>
  385. </group>
  386. </if>
  387. <else>
  388. <label variable="locator" form="short" suffix=" "/>
  389. </else>
  390. </choose>
  391. </if>
  392. <else>
  393. <label variable="locator" form="short" suffix=" "/>
  394. </else>
  395. </choose>
  396. </if>
  397. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  398. <number variable="volume" form="numeric" suffix=":"/>
  399. </else-if>
  400. </choose>
  401. <text variable="locator"/>
  402. </if>
  403. </choose>
  404. </macro>
  405. <macro name="container-prefix">
  406. <text term="in" text-case="capitalize-first"/>
  407. </macro>
  408. <macro name="container-title">
  409. <choose>
  410. <if type="chapter paper-conference" match="any">
  411. <text macro="container-prefix" suffix=" "/>
  412. </if>
  413. </choose>
  414. <choose>
  415. <if type="webpage">
  416. <text variable="container-title" text-case="title"/>
  417. </if>
  418. <else-if type="legal_case" match="none">
  419. <group delimiter=" ">
  420. <text variable="container-title" text-case="title" font-style="italic"/>
  421. <choose>
  422. <if type="post-weblog">
  423. <text value="(blog)"/>
  424. </if>
  425. </choose>
  426. </group>
  427. </else-if>
  428. </choose>
  429. </macro>
  430. <macro name="publisher">
  431. <group delimiter=": ">
  432. <text variable="publisher-place"/>
  433. <text variable="publisher"/>
  434. </group>
  435. </macro>
  436. <macro name="date">
  437. <choose>
  438. <if variable="issued">
  439. <group delimiter=" ">
  440. <date variable="original-date" form="text" date-parts="year" prefix="(" suffix=")"/>
  441. <date variable="issued">
  442. <date-part name="year"/>
  443. </date>
  444. </group>
  445. </if>
  446. <else-if variable="status">
  447. <text variable="status" text-case="capitalize-first"/>
  448. </else-if>
  449. <else>
  450. <text term="no date" form="short"/>
  451. </else>
  452. </choose>
  453. </macro>
  454. <macro name="date-in-text">
  455. <choose>
  456. <if variable="issued">
  457. <group delimiter=" ">
  458. <date variable="original-date" form="text" date-parts="year" prefix="[" suffix="]"/>
  459. <date variable="issued">
  460. <date-part name="year"/>
  461. </date>
  462. </group>
  463. </if>
  464. <else-if variable="status">
  465. <text variable="status"/>
  466. </else-if>
  467. <else>
  468. <text term="no date" form="short"/>
  469. </else>
  470. </choose>
  471. </macro>
  472. <macro name="day-month">
  473. <date variable="issued">
  474. <date-part name="month"/>
  475. <date-part name="day" prefix=" "/>
  476. </date>
  477. </macro>
  478. <macro name="collection-title">
  479. <choose>
  480. <if match="none" type="article-journal">
  481. <choose>
  482. <if match="none" is-numeric="collection-number">
  483. <group delimiter=", ">
  484. <text variable="collection-title" text-case="title"/>
  485. <text variable="collection-number"/>
  486. </group>
  487. </if>
  488. <else>
  489. <group delimiter=" ">
  490. <text variable="collection-title" text-case="title"/>
  491. <text variable="collection-number"/>
  492. </group>
  493. </else>
  494. </choose>
  495. </if>
  496. </choose>
  497. </macro>
  498. <macro name="collection-title-journal">
  499. <choose>
  500. <if type="article-journal">
  501. <group delimiter=" ">
  502. <text variable="collection-title"/>
  503. <text variable="collection-number"/>
  504. </group>
  505. </if>
  506. </choose>
  507. </macro>
  508. <macro name="event">
  509. <group>
  510. <text term="presented at" suffix=" "/>
  511. <text variable="event"/>
  512. </group>
  513. </macro>
  514. <macro name="description">
  515. <choose>
  516. <if type="interview">
  517. <group delimiter=". ">
  518. <text macro="interviewer"/>
  519. <text variable="medium" text-case="capitalize-first"/>
  520. </group>
  521. </if>
  522. <else-if type="patent">
  523. <group delimiter=" " prefix=". ">
  524. <text variable="authority"/>
  525. <text variable="number"/>
  526. </group>
  527. </else-if>
  528. <else>
  529. <text variable="medium" text-case="capitalize-first" prefix=". "/>
  530. </else>
  531. </choose>
  532. <choose>
  533. <if variable="title" match="none"/>
  534. <else-if type="thesis personal_communication speech" match="any"/>
  535. <else>
  536. <group delimiter=" " prefix=". ">
  537. <text variable="genre" text-case="capitalize-first"/>
  538. <choose>
  539. <if type="report">
  540. <text variable="number"/>
  541. </if>
  542. </choose>
  543. </group>
  544. </else>
  545. </choose>
  546. </macro>
  547. <macro name="issue">
  548. <choose>
  549. <if type="legal_case">
  550. <text variable="authority" prefix=". "/>
  551. </if>
  552. <else-if type="speech">
  553. <group prefix=". " delimiter=", ">
  554. <group delimiter=" ">
  555. <text variable="genre" text-case="capitalize-first"/>
  556. <text macro="event"/>
  557. </group>
  558. <text variable="event-place"/>
  559. <text macro="day-month"/>
  560. </group>
  561. </else-if>
  562. <else-if type="article-newspaper article-magazine personal_communication" match="any">
  563. <date variable="issued" form="text" prefix=", "/>
  564. </else-if>
  565. <else-if type="patent">
  566. <group delimiter=", " prefix=", ">
  567. <group delimiter=" ">
  568. <!--Needs Localization-->
  569. <text value="filed"/>
  570. <date variable="submitted" form="text"/>
  571. </group>
  572. <group delimiter=" ">
  573. <choose>
  574. <if variable="issued submitted" match="all">
  575. <text term="and"/>
  576. </if>
  577. </choose>
  578. <!--Needs Localization-->
  579. <text value="issued"/>
  580. <date variable="issued" form="text"/>
  581. </group>
  582. </group>
  583. </else-if>
  584. <else>
  585. <group prefix=". " delimiter=", ">
  586. <choose>
  587. <if type="thesis">
  588. <text variable="genre" text-case="capitalize-first"/>
  589. </if>
  590. </choose>
  591. <text macro="publisher"/>
  592. </group>
  593. </else>
  594. </choose>
  595. </macro>
  596. <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" collapse="year">
  597. <layout prefix="(" suffix=")" delimiter="; ">
  598. <group delimiter=", ">
  599. <choose>
  600. <if variable="issued accessed" match="any">
  601. <group delimiter=" ">
  602. <text macro="contributors-short"/>
  603. <text macro="date-in-text"/>
  604. </group>
  605. </if>
  606. <!---comma before forthcoming and n.d.-->
  607. <else>
  608. <group delimiter=", ">
  609. <text macro="contributors-short"/>
  610. <text macro="date-in-text"/>
  611. </group>
  612. </else>
  613. </choose>
  614. <text macro="point-locators"/>
  615. </group>
  616. </layout>
  617. </citation>
  618. <bibliography hanging-indent="true" et-al-min="11" et-al-use-first="7" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0">
  619. <sort>
  620. <key macro="contributors"/>
  621. <key variable="issued"/>
  622. <key variable="title"/>
  623. </sort>
  624. <layout suffix=".">
  625. <group delimiter=". ">
  626. <text macro="contributors"/>
  627. <text macro="date"/>
  628. <text macro="title"/>
  629. </group>
  630. <text macro="description"/>
  631. <text macro="secondary-contributors" prefix=". "/>
  632. <text macro="container-title" prefix=". "/>
  633. <text macro="container-contributors"/>
  634. <text macro="edition"/>
  635. <text macro="locators-chapter"/>
  636. <text macro="collection-title-journal" prefix=", " suffix=", "/>
  637. <text macro="locators"/>
  638. <text macro="collection-title" prefix=". "/>
  639. <text macro="issue"/>
  640. <text macro="locators-article"/>
  641. <text macro="access" prefix=". "/>
  642. </layout>
  643. </bibliography>
  644. </style>