alinaff

CSE-Alina

Apr 12th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 KB | None | 0 0
  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-US">
  3. <info>
  4. <title>CSE_Alina Name-Year (author-date)</title>
  5. <title-short>CSE N-Y</title-short>
  6. <id>http://www.zotero.org/styles/council-of-science-editors-author-date</id>
  7. <link href="http://www.zotero.org/styles/council-of-science-editors-author-date" rel="self"/>
  8. <link href="http://library.osu.edu/sites/guides/csegd.php" rel="documentation"/>
  9. <author>
  10. <name>Julian Onions</name>
  11. <email>julian.onions@gmail.com</email>
  12. </author>
  13. <contributor>
  14. <name>Patrick O'Brien</name>
  15. <email>obrienpat86@gmail.com</email>
  16. </contributor>
  17. <contributor>
  18. <name>Sebastian Karcher</name>
  19. </contributor>
  20. <category citation-format="author-date"/>
  21. <category field="science"/>
  22. <summary>The Council of Science Editors style, Name-Year system: author-date in text, sorted in alphabetical order by author.</summary>
  23. <updated>2017-06-19T16:27:46+00:00</updated>
  24. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  25. </info>
  26. <locale xml:lang="en">
  27. <terms>
  28. <term name="editortranslator" form="long">
  29. <single>editor and translator</single>
  30. <multiple>editors and translators</multiple>
  31. </term>
  32. <term name="collection-editor" form="long">
  33. <single>editor</single>
  34. <multiple>editors</multiple>
  35. </term>
  36. </terms>
  37. </locale>
  38. <macro name="editor">
  39. <names variable="editor translator" delimiter="; " suffix=".">
  40. <name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
  41. <label prefix=", "/>
  42. </names>
  43. </macro>
  44. <macro name="author">
  45. <names variable="author" delimiter="; ">
  46. <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
  47. <label form="long" prefix=", " strip-periods="true"/>
  48. <substitute>
  49. <names variable="editor translator"/>
  50. <text variable="title"/>
  51. </substitute>
  52. </names>
  53. </macro>
  54. <macro name="author-short">
  55. <names variable="author">
  56. <name form="short" delimiter=", " initialize-with="." and="text"/>
  57. <substitute>
  58. <names variable="editor"/>
  59. <names variable="translator"/>
  60. <text variable="title" form="short"/>
  61. </substitute>
  62. </names>
  63. </macro>
  64. <macro name="review">
  65. <group delimiter=". ">
  66. <text variable="reviewed-title"/>
  67. <text variable="container-title"/>
  68. </group>
  69. </macro>
  70. <macro name="access">
  71. <choose>
  72. <if variable="access" match="any">
  73. <group delimiter=". ">
  74. <group prefix=" [" suffix="]" delimiter=" ">
  75. <text term="accessed"/>
  76. <date variable="accessed" delimiter=" ">
  77. <date-part name="year"/>
  78. <date-part name="month" form="short" strip-periods="true"/>
  79. <date-part name="day"/>
  80. </date>
  81. </group>
  82. <text variable="URL"/>
  83. </group>
  84. </if>
  85. </choose>
  86. </macro>
  87. <macro name="title">
  88. <group delimiter=" ">
  89. <text variable="title"/>
  90. <choose>
  91. <if type="thesis" match="any">
  92. <text variable="genre" form="long" prefix="[" suffix="]"/>
  93. </if>
  94. </choose>
  95. </group>
  96. </macro>
  97. <macro name="publisher">
  98. <group delimiter=": ">
  99. <choose>
  100. <if type="thesis">
  101. <text variable="publisher-place" prefix="[" suffix="]"/>
  102. </if>
  103. <else>
  104. <text variable="publisher-place"/>
  105. </else>
  106. </choose>
  107. <text variable="publisher"/>
  108. </group>
  109. </macro>
  110. <macro name="pages">
  111. <group delimiter="; ">
  112. <group>
  113. <label variable="page" form="short" suffix=" " plural="never"/>
  114. <text variable="page"/>
  115. </group>
  116. <group>
  117. <text variable="number-of-pages"/>
  118. <choose>
  119. <if is-numeric="number-of-pages">
  120. <label variable="number-of-pages" form="short" prefix=" " plural="never"/>
  121. </if>
  122. </choose>
  123. </group>
  124. </group>
  125. </macro>
  126. <macro name="year-date">
  127. <date variable="issued" form="numeric" date-parts="year"/>
  128. </macro>
  129. <macro name="date">
  130. <group delimiter=" ">
  131. <text macro="year-date"/>
  132. <choose>
  133. <if type="patent article-newspaper webpage" match="any">
  134. <date variable="issued" delimiter=" ">
  135. <date-part name="month" form="short" strip-periods="true"/>
  136. <date-part name="day"/>
  137. </date>
  138. </if>
  139. <else-if type="article-journal article-magazine" match="any">
  140. <choose>
  141. <if variable="volume issue" match="none">
  142. <date variable="issued" delimiter=" ">
  143. <date-part name="month" form="short" strip-periods="true"/>
  144. <date-part name="day"/>
  145. </date>
  146. </if>
  147. </choose>
  148. </else-if>
  149. </choose>
  150. </group>
  151. </macro>
  152. <macro name="edition">
  153. <choose>
  154. <if is-numeric="edition">
  155. <group delimiter=" ">
  156. <number variable="edition" form="ordinal"/>
  157. <text term="edition" form="short"/>
  158. </group>
  159. </if>
  160. <else>
  161. <text variable="edition" suffix="."/>
  162. </else>
  163. </choose>
  164. </macro>
  165. <macro name="collection">
  166. <choose>
  167. <if type="report">
  168. <group prefix=" " suffix="." delimiter=" ">
  169. <text variable="collection-title"/>
  170. <text variable="number" prefix=" Report No.: "/>
  171. </group>
  172. </if>
  173. <else>
  174. <group prefix=" (" suffix=")." delimiter=" ">
  175. <names variable="collection-editor" suffix=". ">
  176. <name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
  177. <label prefix=", "/>
  178. </names>
  179. <text variable="collection-title"/>
  180. </group>
  181. </else>
  182. </choose>
  183. </macro>
  184. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
  185. <sort>
  186. <key macro="year-date"/>
  187. <key macro="author-short"/>
  188. </sort>
  189. <layout prefix="(" suffix=")" delimiter="; ">
  190. <group delimiter=" ">
  191. <text macro="author-short"/>
  192. <text macro="date"/>
  193. </group>
  194. <text variable="locator" prefix=": "/>
  195. </layout>
  196. </citation>
  197. <bibliography hanging-indent="false" et-al-min="11" et-al-use-first="10">
  198. <sort>
  199. <key macro="author"/>
  200. <key macro="year-date"/>
  201. </sort>
  202. <layout suffix=".">
  203. <group suffix="." delimiter=". ">
  204. <text macro="author"/>
  205. <text macro="date"/>
  206. <text macro="title"/>
  207. </group>
  208. <group suffix=".">
  209. <choose>
  210. <if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
  211. <group prefix=" " suffix="." delimiter=" ">
  212. <text macro="edition"/>
  213. <text macro="editor"/>
  214. </group>
  215. <text prefix=" " macro="publisher"/>
  216. <text prefix=" " macro="collection"/>
  217. </if>
  218. <else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
  219. <group prefix=" " delimiter=" ">
  220. <group delimiter=" ">
  221. <text term="in" text-case="capitalize-first" suffix=":"/>
  222. <text macro="editor"/>
  223. <text variable="container-title" suffix="."/>
  224. </group>
  225. <text variable="volume" prefix="Vol. " suffix="."/>
  226. <text macro="edition"/>
  227. <group suffix="." delimiter=". ">
  228. <text macro="publisher"/>
  229. <text prefix=" " macro="collection"/>
  230. <text macro="pages"/>
  231. </group>
  232. </group>
  233. </else-if>
  234. <else-if type="review review-book" match="any">
  235. <text macro="editor" prefix=" " suffix="."/>
  236. <group prefix=" ">
  237. <text macro="review" suffix="."/>
  238. <group prefix=" ">
  239. <text variable="volume"/>
  240. <text variable="issue" prefix="(" suffix=")"/>
  241. </group>
  242. <text variable="page" prefix=":"/>
  243. </group>
  244. </else-if>
  245. <else>
  246. <text macro="editor" suffix="." prefix=" "/>
  247. <group prefix=" ">
  248. <text variable="container-title" form="short" strip-periods="true" suffix="."/>
  249. <text variable="volume" prefix=" "/>
  250. <text variable="issue" prefix="(" suffix=")"/>
  251. <text variable="page" prefix=":"/>
  252. </group>
  253. <text variable="DOI" prefix=". doi:"/>
  254. </else>
  255. </choose>
  256. </group>
  257. <text prefix=" " macro="access"/>
  258. </layout>
  259. </bibliography>
  260. </style>
Add Comment
Please, Sign In to add comment