Guest User

zotero csl

a guest
Aug 16th, 2023
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. </info>
  2. <locale xml:lang="en">
  3. <terms>
  4. <term name="editortranslator" form="long">
  5. <single>editor and translator</single>
  6. <multiple>editors and translators</multiple>
  7. </term>
  8. <term name="collection-editor" form="long">
  9. <single>editor</single>
  10. <multiple>editors</multiple>
  11. </term>
  12. </terms>
  13. </locale>
  14. <macro name="editor">
  15. <names variable="editor translator" delimiter="; " suffix=".">
  16. <name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
  17. <label prefix=", "/>
  18. </names>
  19. </macro>
  20. <macro name="author">
  21. <names variable="author" delimiter="; ">
  22. <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
  23. <label form="long" prefix=", " strip-periods="true"/>
  24. <substitute>
  25. <names variable="editor translator"/>
  26. <text variable="title"/>
  27. </substitute>
  28. </names>
  29. </macro>
  30. <macro name="author-short">
  31. <names variable="author">
  32. <name form="short" delimiter=", " initialize-with="." and="text"/>
  33. <substitute>
  34. <names variable="editor"/>
  35. <names variable="translator"/>
  36. <text variable="title" form="short"/>
  37. </substitute>
  38. </names>
  39. </macro>
  40. <macro name="review">
  41. <group delimiter=". ">
  42. <text variable="reviewed-title"/>
  43. <text variable="container-title"/>
  44. </group>
  45. </macro>
  46. <macro name="access">
  47. <choose>
  48. <if variable="URL" match="any">
  49. <group delimiter=". ">
  50. <group prefix=" [" suffix="]" delimiter=" ">
  51. <text term="accessed"/>
  52. <date variable="accessed" delimiter=" ">
  53. <date-part name="year"/>
  54. <date-part name="month" form="short" strip-periods="true"/>
  55. <date-part name="day"/>
  56. </date>
  57. </group>
  58. <text variable="URL"/>
  59. </group>
  60. </if>
  61. </choose>
  62. </macro>
  63. <macro name="title">
  64. <group delimiter=" ">
  65. <text variable="title"/>
  66. <choose>
  67. <if type="thesis" match="any">
  68. <text variable="genre" form="long" prefix="[" suffix="]"/>
  69. </if>
  70. </choose>
  71. </group>
  72. </macro>
  73. <macro name="publisher">
  74. <group delimiter=". ">
  75. <choose>
  76. <if type="thesis">
  77. <text variable="publisher-place" prefix="[" suffix="]"/>
  78. </if>
  79. <else>
  80. <text variable="publisher-place"/>
  81. </else>
  82. </choose>
  83. <text variable="publisher"/>
  84. </group>
  85. </macro>
  86. <macro name="pages">
  87. <group delimiter=". ">
  88. <group>
  89. <label variable="page" form="short" suffix=" " plural="never"/>
  90. <text variable="page"/>
  91. </group>
  92. <group>
  93. <text variable="number-of-pages"/>
  94. <choose>
  95. <if is-numeric="number-of-pages">
  96. <label variable="number-of-pages" form="short" prefix=" " plural="never"/>
  97. </if>
  98. </choose>
  99. </group>
  100. </group>
  101. </macro>
  102. <macro name="year-date">
  103. <date variable="issued" form="numeric" date-parts="year"/>
  104. </macro>
  105. <macro name="date">
  106. <group delimiter=" ">
  107. <text macro="year-date"/>
  108. <choose>
  109. <if type="patent article-newspaper webpage" match="any">
  110. <date variable="issued" delimiter=" ">
  111. <date-part name="month" form="short" strip-periods="true"/>
  112. <date-part name="day"/>
  113. </date>
  114. </if>
  115. <else-if type="article-journal article-magazine" match="any">
  116. <choose>
  117. <if variable="volume issue" match="none">
  118. <date variable="issued" delimiter=" ">
  119. <date-part name="month" form="short" strip-periods="true"/>
  120. <date-part name="day"/>
  121. </date>
  122. </if>
  123. </choose>
  124. </else-if>
  125. </choose>
  126. </group>
  127. </macro>
  128. <macro name="edition">
  129. <choose>
  130. <if is-numeric="edition">
  131. <group delimiter=" ">
  132. <number variable="edition" form="ordinal"/>
  133. <text term="edition" form="short"/>
  134. </group>
  135. </if>
  136. <else>
  137. <text variable="edition" suffix="."/>
  138. </else>
  139. </choose>
  140. </macro>
  141. <macro name="collection">
  142. <choose>
  143. <if type="report">
  144. <group prefix=" " suffix="." delimiter=" ">
  145. <text variable="collection-title"/>
  146. <text variable="number" prefix=" Report "/>
  147. </group>
  148. </if>
  149. <else>
  150. <group prefix=" (" suffix=")." delimiter=" ">
  151. <names variable="collection-editor" suffix=". ">
  152. <name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
  153. <label prefix=", "/>
  154. </names>
  155. <text variable="collection-title"/>
  156. </group>
  157. </else>
  158. </choose>
  159. </macro>
  160. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
  161. <sort>
  162. <key macro="year-date"/>
  163. <key macro="author-short"/>
  164. </sort>
  165. <layout prefix="(" suffix=")" delimiter="; ">
  166. <group delimiter=" ">
  167. <text macro="author-short"/>
  168. <text macro="date"/>
  169. </group>
  170. <text variable="locator" prefix=": "/>
  171. </layout>
  172. </citation>
  173. <bibliography hanging-indent="false" et-al-min="11" et-al-use-first="10">
  174. <sort>
  175. <key macro="author"/>
  176. <key macro="year-date"/>
  177. </sort>
  178. <layout suffix=".">
  179. <group suffix="." delimiter=". ">
  180. <text macro="author"/>
  181. <text macro="date"/>
  182. <text macro="title"/>
  183. </group>
  184. <group suffix=".">
  185. <choose>
  186. <if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
  187. <group prefix=" " suffix="." delimiter=" ">
  188. <text macro="edition"/>
  189. <text macro="editor"/>
  190. </group>
  191. <text prefix=" " macro="publisher"/>
  192. <text prefix=" " macro="collection"/>
  193. </if>
  194. <else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
  195. <group prefix=" " delimiter=" ">
  196. <group delimiter=" ">
  197. <text term="in" text-case="capitalize-first" suffix=":"/>
  198. <text macro="editor"/>
  199. <text variable="container-title" suffix="."/>
  200. </group>
  201. <text variable="volume" prefix="Vol. " suffix="."/>
  202. <text macro="edition"/>
  203. <group suffix="." delimiter="; ">
  204. <text macro="publisher"/>
  205. <text prefix=" " macro="collection"/>
  206. <text macro="pages"/>
  207. </group>
  208. </group>
  209. </else-if>
  210. <else-if type="review review-book" match="any">
  211. <text macro="editor" prefix=" " suffix="."/>
  212. <group prefix=" ">
  213. <text macro="review" suffix="."/>
  214. <group prefix=" ">
  215. <text variable="volume"/>
  216. <text variable="issue" prefix="(" suffix=")"/>
  217. </group>
  218. <text variable="page" prefix=":"/>
  219. </group>
  220. </else-if>
  221. <else>
  222. <text macro="editor" suffix="." prefix=" "/>
  223. <group prefix=" ">
  224. <text variable="container-title" form="short" strip-periods="true" suffix="."/>
  225. <text variable="volume" prefix=" "/>
  226. <text variable="issue" prefix="(" suffix=")"/>
  227. <text variable="page" prefix=":"/>
  228. </group>
  229. <text variable="DOI" prefix=". "/>
  230. </else>
  231. </choose>
  232. </group>
  233. <text prefix=" " macro="access"/>
  234. </layout>
  235. </bibliography>
  236. </style>
  237.  
Advertisement
Add Comment
Please, Sign In to add comment