Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

214 lines
7.5 KiB

4 years ago
  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. <info>
  4. <title>ACS Nano</title>
  5. <title-short>ACS Nano</title-short>
  6. <id>http://www.zotero.org/styles/acs-nano</id>
  7. <link href="http://www.zotero.org/styles/acs-nano" rel="self"/>
  8. <link href="http://www.zotero.org/styles/american-chemical-society-with-titles" rel="template"/>
  9. <link href="http://pubs.acs.org/paragonplus/submission/ancac3/ancac3_authguide.pdf" rel="documentation"/>
  10. <category citation-format="numeric"/>
  11. <category field="chemistry"/>
  12. <issn>1936-0851</issn>
  13. <eissn>1936-086X</eissn>
  14. <summary>ACS style with et al in italics</summary>
  15. <updated>2014-09-21T00:39:49+00:00</updated>
  16. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  17. </info>
  18. <macro name="editor">
  19. <names variable="editor">
  20. <name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/>
  21. <et-al font-style="italic"/>
  22. <label form="short" prefix=", " text-case="capitalize-first"/>
  23. </names>
  24. </macro>
  25. <macro name="author">
  26. <names variable="author" suffix=".">
  27. <name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/>
  28. <et-al font-style="italic"/>
  29. <label form="short" prefix=", " text-case="capitalize-first"/>
  30. </names>
  31. </macro>
  32. <macro name="publisher">
  33. <group delimiter=": ">
  34. <text variable="publisher"/>
  35. <text variable="publisher-place"/>
  36. </group>
  37. </macro>
  38. <macro name="title">
  39. <choose>
  40. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  41. <text variable="title" text-case="title" font-style="italic"/>
  42. </if>
  43. <else>
  44. <text variable="title" text-case="title"/>
  45. </else>
  46. </choose>
  47. </macro>
  48. <macro name="volume">
  49. <group delimiter=" ">
  50. <text term="volume" form="short" text-case="capitalize-first"/>
  51. <text variable="volume"/>
  52. </group>
  53. </macro>
  54. <macro name="series">
  55. <text variable="collection-title"/>
  56. </macro>
  57. <macro name="pages">
  58. <label variable="page" form="short" suffix=" "/>
  59. <text variable="page"/>
  60. </macro>
  61. <macro name="book-container">
  62. <group delimiter=" ">
  63. <text macro="title" suffix="."/>
  64. <text term="in" text-case="capitalize-first"/>
  65. <text variable="container-title" font-style="italic"/>
  66. </group>
  67. </macro>
  68. <macro name="issued">
  69. <date variable="issued" delimiter=" ">
  70. <date-part name="year"/>
  71. </date>
  72. </macro>
  73. <macro name="full-issued">
  74. <date variable="issued" delimiter=" ">
  75. <date-part name="month" form="long" suffix=" "/>
  76. <date-part name="day" suffix=", "/>
  77. <date-part name="year"/>
  78. </date>
  79. </macro>
  80. <macro name="edition">
  81. <choose>
  82. <if is-numeric="edition">
  83. <group delimiter=" ">
  84. <number variable="edition" form="ordinal"/>
  85. <text term="edition" form="short"/>
  86. </group>
  87. </if>
  88. <else>
  89. <text variable="edition" suffix="."/>
  90. </else>
  91. </choose>
  92. </macro>
  93. <citation collapse="citation-number">
  94. <sort>
  95. <key variable="citation-number"/>
  96. </sort>
  97. <layout delimiter="," vertical-align="sup">
  98. <text variable="citation-number"/>
  99. </layout>
  100. </citation>
  101. <bibliography second-field-align="flush" entry-spacing="0" et-al-min="11" et-al-use-first="10">
  102. <layout suffix=".">
  103. <text variable="citation-number" prefix="(" suffix=") "/>
  104. <text macro="author" suffix=" "/>
  105. <choose>
  106. <if type="article-magazine">
  107. <group delimiter=" ">
  108. <text macro="title" suffix="."/>
  109. <text variable="container-title" font-style="italic" suffix="."/>
  110. <text macro="edition"/>
  111. <text macro="publisher"/>
  112. <text macro="full-issued" suffix=","/>
  113. <text macro="pages"/>
  114. </group>
  115. </if>
  116. <else-if type="thesis">
  117. <group delimiter=", ">
  118. <group delimiter=". ">
  119. <text macro="title"/>
  120. <text variable="genre"/>
  121. </group>
  122. <text macro="publisher"/>
  123. <text macro="issued"/>
  124. <text macro="volume"/>
  125. <text macro="pages"/>
  126. </group>
  127. </else-if>
  128. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  129. <group delimiter="; ">
  130. <text macro="title"/>
  131. <text macro="editor" prefix=" "/>
  132. <text macro="series"/>
  133. <text macro="edition"/>
  134. <choose>
  135. <if type="report">
  136. <group delimiter=" ">
  137. <text variable="genre"/>
  138. <text variable="number"/>
  139. </group>
  140. </if>
  141. </choose>
  142. <group delimiter=", ">
  143. <text macro="publisher"/>
  144. <text macro="issued"/>
  145. </group>
  146. <group delimiter=", ">
  147. <text macro="volume"/>
  148. <text macro="pages"/>
  149. </group>
  150. </group>
  151. </else-if>
  152. <else-if type="patent">
  153. <group delimiter=", ">
  154. <group delimiter=". ">
  155. <text macro="title"/>
  156. <text variable="number"/>
  157. </group>
  158. <date variable="issued" form="text"/>
  159. </group>
  160. </else-if>
  161. <else-if type="chapter paper-conference" match="any">
  162. <group delimiter="; ">
  163. <text macro="book-container"/>
  164. <text macro="editor"/>
  165. <text macro="series"/>
  166. <group delimiter=", ">
  167. <text macro="publisher"/>
  168. <text macro="issued"/>
  169. </group>
  170. <group delimiter=", ">
  171. <text macro="volume"/>
  172. <text macro="pages"/>
  173. </group>
  174. </group>
  175. </else-if>
  176. <else-if type="webpage">
  177. <group delimiter=" ">
  178. <text variable="title"/>
  179. <text variable="URL"/>
  180. <date variable="accessed" prefix="(accessed " suffix=")" delimiter=" ">
  181. <date-part name="month" form="short" strip-periods="true"/>
  182. <date-part name="day" suffix=", "/>
  183. <date-part name="year"/>
  184. </date>
  185. </group>
  186. </else-if>
  187. <else-if type="article-journal">
  188. <group delimiter=" ">
  189. <text macro="title" suffix="."/>
  190. <text variable="container-title" font-style="italic" form="short"/>
  191. <group delimiter=", ">
  192. <text macro="issued" font-weight="bold"/>
  193. <text variable="volume" font-style="italic"/>
  194. <text variable="page"/>
  195. </group>
  196. </group>
  197. </else-if>
  198. <else>
  199. <group delimiter=", ">
  200. <group delimiter=". ">
  201. <text macro="title"/>
  202. <text variable="container-title" font-style="italic"/>
  203. </group>
  204. <group delimiter=", ">
  205. <text macro="issued"/>
  206. <text variable="volume" font-style="italic"/>
  207. <text variable="page"/>
  208. </group>
  209. </group>
  210. </else>
  211. </choose>
  212. </layout>
  213. </bibliography>
  214. </style>