Guest User

style csl

a guest
Mar 17th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 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" page-range-format="expanded" default-locale="en-US">
  3. <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  4. <info>
  5. <title>ACS mod</title>
  6. <title-short>ACS mod</title-short>
  7. <id>mod</id>
  8. <author>
  9. <name>Julian Onions</name>
  10. <email>[email protected]</email>
  11. </author>
  12. <contributor>
  13. <name>Ivan Bushmarinov</name>
  14. <email>[email protected]</email>
  15. </contributor>
  16. <contributor>
  17. <name>Sebastian Karcher</name>
  18. </contributor>
  19. <contributor>
  20. <name>Patrick O'Brien</name>
  21. </contributor>
  22. <category citation-format="numeric"/>
  23. <category field="chemistry"/>
  24. <summary>ACS mod</summary>
  25. <updated>2025-03-16T17:23:28+00:00</updated>
  26. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  27. </info>
  28. <locale xml:lang="en">
  29. <terms>
  30. <term name="editortranslator" form="short">
  31. <single>ed. and translator</single>
  32. <multiple>eds. and translators</multiple>
  33. </term>
  34. <term name="translator" form="short">
  35. <single>translator</single>
  36. <multiple>translators</multiple>
  37. </term>
  38. <term name="collection-editor" form="short">
  39. <single>series ed.</single>
  40. <multiple>series eds.</multiple>
  41. </term>
  42. </terms>
  43. </locale>
  44. <macro name="editor">
  45. <group delimiter="; ">
  46. <names variable="editor translator" delimiter="; ">
  47. <name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  48. <label form="short" prefix=", " text-case="title"/>
  49. </names>
  50. <names variable="collection-editor">
  51. <name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  52. <label form="short" prefix=", " text-case="title"/>
  53. </names>
  54. </group>
  55. </macro>
  56. <macro name="author">
  57. <names variable="author" suffix=".">
  58. <name delimiter="; " delimiter-precedes-last="always" et-al-min="2" et-al-use-first="3" initialize-with=". " name-as-sort-order="all"/>
  59. <label form="short" prefix=", " text-case="capitalize-first"/>
  60. </names>
  61. </macro>
  62. <macro name="publisher">
  63. <choose>
  64. <if type="thesis" match="any">
  65. <group delimiter=", ">
  66. <text variable="publisher"/>
  67. <text variable="publisher-place"/>
  68. </group>
  69. </if>
  70. <else>
  71. <group delimiter=": ">
  72. <text variable="publisher"/>
  73. <text variable="publisher-place"/>
  74. </group>
  75. </else>
  76. </choose>
  77. </macro>
  78. <macro name="title">
  79. <choose>
  80. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  81. <text variable="title" text-case="title" font-style="italic"/>
  82. </if>
  83. <else>
  84. <text variable="title" text-case="title"/>
  85. </else>
  86. </choose>
  87. </macro>
  88. <macro name="volume">
  89. <group delimiter=" ">
  90. <text term="volume" form="short" text-case="capitalize-first"/>
  91. <text variable="volume"/>
  92. </group>
  93. </macro>
  94. <macro name="series">
  95. <text variable="collection-title"/>
  96. </macro>
  97. <macro name="pages">
  98. <label variable="page" form="short" suffix=" " strip-periods="true"/>
  99. <text variable="page"/>
  100. </macro>
  101. <macro name="book-container">
  102. <group delimiter=". ">
  103. <text macro="title"/>
  104. <choose>
  105. <if type="entry-dictionary entry-encyclopedia" match="none">
  106. <group delimiter=" ">
  107. <text term="in" text-case="capitalize-first"/>
  108. <text variable="container-title" font-style="italic"/>
  109. </group>
  110. </if>
  111. <else>
  112. <text variable="container-title" font-style="italic"/>
  113. </else>
  114. </choose>
  115. </group>
  116. </macro>
  117. <macro name="issued">
  118. <date variable="issued" delimiter=" ">
  119. <date-part name="year"/>
  120. </date>
  121. </macro>
  122. <macro name="full-issued">
  123. <date variable="issued" delimiter=" ">
  124. <date-part name="month" form="long" suffix=" "/>
  125. <date-part name="day" suffix=", "/>
  126. <date-part name="year"/>
  127. </date>
  128. </macro>
  129. <macro name="edition">
  130. <choose>
  131. <if is-numeric="edition">
  132. <group delimiter=" ">
  133. <number variable="edition" form="ordinal"/>
  134. <text term="edition" form="short"/>
  135. </group>
  136. </if>
  137. <else>
  138. <text variable="edition" suffix="."/>
  139. </else>
  140. </choose>
  141. </macro>
  142. <macro name="access">
  143. <choose>
  144. <if variable="DOI" match="any">
  145. <text variable="DOI" prefix="https://doi.org/"/>
  146. </if>
  147. <else-if type="article-journal book chapter entry-encyclopedia entry-dictionary paper-conference" match="none">
  148. <choose>
  149. <if variable="URL">
  150. <group delimiter=" ">
  151. <text variable="URL"/>
  152. <group delimiter=" " prefix="(" suffix=")">
  153. <text term="accessed"/>
  154. <date variable="accessed">
  155. <date-part name="year"/>
  156. <date-part name="month" prefix="-" form="numeric-leading-zeros"/>
  157. <date-part name="day" prefix="-" form="numeric-leading-zeros"/>
  158. </date>
  159. </group>
  160. </group>
  161. </if>
  162. </choose>
  163. </else-if>
  164. </choose>
  165. </macro>
  166. <citation collapse="citation-number">
  167. <sort>
  168. <key variable="citation-number"/>
  169. </sort>
  170. <layout delimiter="," vertical-align="sup">
  171. <text variable="citation-number"/>
  172. </layout>
  173. </citation>
  174. <bibliography second-field-align="flush" entry-spacing="0">
  175. <layout suffix=".">
  176. <text variable="citation-number" prefix="(" suffix=")"/>
  177. <text macro="author" suffix=" "/>
  178. <choose>
  179. <if type="article-journal review" match="any">
  180. <group delimiter=" ">
  181. <text macro="title" suffix="."/>
  182. <text variable="container-title" font-style="italic" form="short"/>
  183. <group delimiter=", ">
  184. <text macro="issued" font-weight="bold"/>
  185. <choose>
  186. <if variable="volume">
  187. <group delimiter=" ">
  188. <text variable="volume" font-style="italic"/>
  189. <text variable="issue" prefix="(" suffix=")"/>
  190. </group>
  191. </if>
  192. <else>
  193. <group delimiter=" ">
  194. <text term="issue" form="short" text-case="capitalize-first"/>
  195. <text variable="issue"/>
  196. </group>
  197. </else>
  198. </choose>
  199. <text variable="page"/>
  200. </group>
  201. </group>
  202. </if>
  203. <else-if type="article-magazine article-newspaper article" match="any">
  204. <group delimiter=" ">
  205. <text macro="title" suffix="."/>
  206. <text variable="container-title" font-style="italic" suffix="."/>
  207. <text macro="edition"/>
  208. <text macro="publisher"/>
  209. <group delimiter=", ">
  210. <text macro="full-issued"/>
  211. <text macro="pages"/>
  212. </group>
  213. </group>
  214. </else-if>
  215. <else-if type="thesis">
  216. <group delimiter=", ">
  217. <group delimiter=". ">
  218. <text macro="title"/>
  219. <text variable="genre"/>
  220. </group>
  221. <text macro="publisher"/>
  222. <text macro="issued"/>
  223. <text macro="volume"/>
  224. <text macro="pages"/>
  225. </group>
  226. </else-if>
  227. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  228. <group delimiter="; ">
  229. <group delimiter=", ">
  230. <text macro="title"/>
  231. <text macro="edition"/>
  232. </group>
  233. <text macro="editor" prefix=" "/>
  234. <text macro="series"/>
  235. <choose>
  236. <if type="report">
  237. <group delimiter=" ">
  238. <text variable="genre"/>
  239. <text variable="number"/>
  240. </group>
  241. </if>
  242. </choose>
  243. <group delimiter=", ">
  244. <text macro="publisher"/>
  245. <text macro="issued"/>
  246. </group>
  247. <group delimiter=", ">
  248. <text macro="volume"/>
  249. <text macro="pages"/>
  250. </group>
  251. </group>
  252. </else-if>
  253. <else-if type="patent">
  254. <group delimiter=", ">
  255. <group delimiter=". ">
  256. <text macro="title"/>
  257. <text variable="number"/>
  258. </group>
  259. <date variable="issued" form="text"/>
  260. </group>
  261. </else-if>
  262. <else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
  263. <group delimiter="; ">
  264. <text macro="book-container"/>
  265. <text macro="editor"/>
  266. <text macro="series"/>
  267. <group delimiter=", ">
  268. <text macro="publisher"/>
  269. <text macro="issued"/>
  270. </group>
  271. <group delimiter=", ">
  272. <text macro="volume"/>
  273. <text macro="pages"/>
  274. </group>
  275. </group>
  276. </else-if>
  277. <else-if type="webpage post post-weblog" match="any">
  278. <group delimiter=". ">
  279. <text variable="title" font-style="italic"/>
  280. <text variable="container-title"/>
  281. </group>
  282. </else-if>
  283. <else>
  284. <group delimiter=", ">
  285. <group delimiter=". ">
  286. <text macro="title"/>
  287. <text variable="container-title" font-style="italic"/>
  288. </group>
  289. <group delimiter=", ">
  290. <text macro="issued"/>
  291. <text variable="volume" font-style="italic"/>
  292. <text variable="page"/>
  293. </group>
  294. </group>
  295. </else>
  296. </choose>
  297. <text macro="access" prefix=". "/>
  298. </layout>
  299. </bibliography>
  300. </style>
  301.  
Add Comment
Please, Sign In to add comment