american_physical_society.csl 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. <citation collapse="citation-number">
  84. <sort>
  85. <key variable="citation-number"/>
  86. </sort>
  87. <layout delimiter="," prefix="&#160;[" suffix="]">
  88. <text variable="citation-number"/>
  89. </layout>
  90. </citation>
  91. <bibliography entry-spacing="0" second-field-align="flush">
  92. <layout suffix=".">
  93. <text variable="citation-number" prefix="[" suffix="]"/>
  94. <text macro="author" suffix=", "/>
  95. <choose>
  96. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  97. <group delimiter=" ">
  98. <group delimiter=", ">
  99. <text variable="title" text-case="title" font-style="italic"/>
  100. <text macro="edition"/>
  101. </group>
  102. <group delimiter=", ">
  103. <text macro="publisher"/>
  104. <group delimiter=" ">
  105. <label variable="page" form="short"/>
  106. <text variable="page"/>
  107. </group>
  108. </group>
  109. </group>
  110. </if>
  111. <else-if type="chapter paper-conference" match="any">
  112. <group delimiter=" ">
  113. <text term="in"/>
  114. <group delimiter=", ">
  115. <text variable="container-title" form="short" text-case="title" font-style="italic"/>
  116. <text macro="editor"/>
  117. <text macro="edition"/>
  118. </group>
  119. <group delimiter=", ">
  120. <text macro="publisher"/>
  121. <group delimiter=" ">
  122. <label variable="page" form="short"/>
  123. <text variable="page"/>
  124. </group>
  125. </group>
  126. </group>
  127. </else-if>
  128. <else-if type="patent">
  129. <group delimiter=" ">
  130. <text variable="number"/>
  131. <text macro="day-date" prefix="(" suffix=")"/>
  132. </group>
  133. </else-if>
  134. <else-if type="thesis">
  135. <group delimiter=", ">
  136. <text variable="title" text-case="title"/>
  137. <text variable="genre"/>
  138. <text variable="publisher"/>
  139. <text macro="year-date"/>
  140. </group>
  141. </else-if>
  142. <else>
  143. <group delimiter=" ">
  144. <text variable="container-title" form="short" text-case="title"/>
  145. <group delimiter=", ">
  146. <text variable="volume" font-weight="bold"/>
  147. <group delimiter=" ">
  148. <text variable="page-first" form="short"/>
  149. <text macro="year-date" prefix="(" suffix=")"/>
  150. </group>
  151. </group>
  152. </group>
  153. </else>
  154. </choose>
  155. </layout>
  156. </bibliography>
  157. </style>