american_physical_society.csl 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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>American Physics Society</title>
  5. <title-short>APS</title-short>
  6. <id>http://www.zotero.org/styles/american-physics-society</id>
  7. <link href="http://www.zotero.org/styles/american-physics-society" rel="self"/>
  8. <link href="http://www.zotero.org/styles/american-institute-of-physics" rel="template"/>
  9. <link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/>
  10. <author>
  11. <name>Richard Karnesky</name>
  12. <email>karnesky+zotero@gmail.com</email>
  13. <uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
  14. </author>
  15. <category citation-format="numeric"/>
  16. <category field="physics"/>
  17. <summary>Common style use by APS publications.</summary>
  18. <updated>2015-01-21T22:37:41+00:00</updated>
  19. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  20. </info>
  21. <macro name="author">
  22. <names variable="author">
  23. <name delimiter=", " initialize-with=". " and="text"/>
  24. <label form="long" prefix=", " suffix=" "/>
  25. <substitute>
  26. <names variable="editor"/>
  27. <names variable="translator"/>
  28. </substitute>
  29. </names>
  30. </macro>
  31. <macro name="editor">
  32. <names variable="editor">
  33. <label form="verb" suffix=" "/>
  34. <name delimiter=", " initialize-with=". " and="text"/>
  35. </names>
  36. </macro>
  37. <macro name="year-date">
  38. <choose>
  39. <if variable="issued">
  40. <date variable="issued">
  41. <date-part name="year"/>
  42. </date>
  43. </if>
  44. <else>
  45. <text term="no date" form="short"/>
  46. </else>
  47. </choose>
  48. </macro>
  49. <macro name="day-date">
  50. <choose>
  51. <if variable="issued">
  52. <date variable="issued">
  53. <date-part name="day" suffix=" "/>
  54. <date-part name="month" form="long" suffix=" "/>
  55. <date-part name="year"/>
  56. </date>
  57. </if>
  58. <else>
  59. <text term="no date" form="short"/>
  60. </else>
  61. </choose>
  62. </macro>
  63. <macro name="publisher">
  64. <group prefix="(" suffix=")" delimiter=", ">
  65. <text variable="publisher"/>
  66. <text variable="publisher-place" text-case="title"/>
  67. <text macro="year-date"/>
  68. </group>
  69. </macro>
  70. <macro name="edition">
  71. <choose>
  72. <if is-numeric="edition">
  73. <group delimiter=" ">
  74. <number variable="edition" form="ordinal"/>
  75. <text term="edition" form="short"/>
  76. </group>
  77. </if>
  78. <else>
  79. <text variable="edition"/>
  80. </else>
  81. </choose>
  82. </macro>
  83. <macro name="archive">
  84. <group delimiter=". ">
  85. <text variable="archive_location" text-case="capitalize-first"/>
  86. <text variable="archive"/>
  87. <text variable="archive-place"/>
  88. </group>
  89. </macro>
  90. <macro name="access">
  91. <group delimiter=". ">
  92. <choose>
  93. <if type="graphic report" match="any">
  94. <text macro="archive"/>
  95. </if>
  96. <else-if type="article-journal bill book chapter legal_case legislation motion_picture paper-conference" match="none">
  97. <text macro="archive"/>
  98. </else-if>
  99. </choose>
  100. <choose>
  101. <if type="webpage post-weblog" match="any">
  102. <date variable="issued" form="text"/>
  103. </if>
  104. </choose>
  105. <choose>
  106. <if variable="issued" match="none">
  107. <group delimiter=" ">
  108. <text term="accessed" text-case="capitalize-first"/>
  109. <date variable="accessed" form="text"/>
  110. </group>
  111. </if>
  112. </choose>
  113. <choose>
  114. <if type="legal_case" match="none">
  115. <choose>
  116. <if variable="DOI">
  117. <text variable="DOI" prefix="DOI: https://doi.org/"/>
  118. </if>
  119. <else>
  120. <text variable="URL" prefix="URL: "/>
  121. </else>
  122. </choose>
  123. </if>
  124. </choose>
  125. </group>
  126. </macro>
  127. <citation collapse="citation-number">
  128. <sort>
  129. <key variable="citation-number"/>
  130. </sort>
  131. <layout delimiter="," prefix="&#160;[" suffix="]">
  132. <text variable="citation-number"/>
  133. </layout>
  134. </citation>
  135. <bibliography et-al-min="5" et-al-use-first="1" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0" second-field-align="flush">
  136. <layout suffix=".">
  137. <text variable="citation-number" prefix="[" suffix="]"/>
  138. <text macro="author" suffix=", "/>
  139. <choose>
  140. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  141. <group delimiter=" ">
  142. <group delimiter=", ">
  143. <text variable="title" text-case="title" font-style="italic"/>
  144. <text macro="edition"/>
  145. </group>
  146. <group delimiter=", ">
  147. <text macro="publisher"/>
  148. <group delimiter=" ">
  149. <label variable="page" form="short"/>
  150. <text variable="page"/>
  151. </group>
  152. </group>
  153. </group>
  154. </if>
  155. <else-if type="chapter paper-conference" match="any">
  156. <group delimiter=" ">
  157. <text term="in"/>
  158. <group delimiter=", ">
  159. <text variable="container-title" form="short" text-case="title" font-style="italic"/>
  160. <text macro="editor"/>
  161. <text macro="edition"/>
  162. </group>
  163. <group delimiter=", ">
  164. <text macro="publisher"/>
  165. <group delimiter=" ">
  166. <label variable="page" form="short"/>
  167. <text variable="page"/>
  168. </group>
  169. </group>
  170. </group>
  171. </else-if>
  172. <else-if type="patent">
  173. <group delimiter=" ">
  174. <text variable="number"/>
  175. <text macro="day-date" prefix="(" suffix=")"/>
  176. </group>
  177. </else-if>
  178. <else-if type="thesis">
  179. <group delimiter=", ">
  180. <text variable="title" text-case="title" font-style="italic"/>
  181. <text variable="genre"/>
  182. <text variable="publisher"/>
  183. <text macro="year-date"/>
  184. </group>
  185. </else-if>
  186. <else>
  187. <group delimiter=" ">
  188. <text variable="title" form="short" text-case="title" font-style="italic"/>
  189. <group delimiter=", ">
  190. <text variable="volume" font-weight="bold"/>
  191. <group delimiter=" ">
  192. <text variable="page-first" form="short"/>
  193. <text macro="year-date" prefix="(" suffix=")"/>
  194. </group>
  195. </group>
  196. </group>
  197. </else>
  198. </choose>
  199. <text macro="access" prefix=". "/>
  200. </layout>
  201. </bibliography>
  202. </style>