elsevier-harvard.csl 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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="never" default-locale="en-US">
  3. <info>
  4. <title>Elsevier Harvard (with titles)</title>
  5. <id>http://www.zotero.org/styles/elsevier-harvard</id>
  6. <link href="http://www.zotero.org/styles/elsevier-harvard" rel="self"/>
  7. <link href="http://www.zotero.org/styles/ecology-letters" rel="template"/>
  8. <link href="http://www.elsevier.com/journals/biological-conservation/0006-3207/guide-for-authors#68000" rel="documentation"/>
  9. <author>
  10. <name>David Kaplan</name>
  11. <email>[email protected]</email>
  12. </author>
  13. <contributor>
  14. <name>Simon Kornblith</name>
  15. <email>[email protected]</email>
  16. </contributor>
  17. <contributor>
  18. <name>Bruce D'Arcus</name>
  19. </contributor>
  20. <contributor>
  21. <name>Curtis M. Humphrey</name>
  22. </contributor>
  23. <contributor>
  24. <name>Richard Karnesky</name>
  25. <email>[email protected]</email>
  26. <uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
  27. </contributor>
  28. <contributor>
  29. <name>Sebastian Karcher</name>
  30. </contributor>
  31. <category citation-format="author-date"/>
  32. <category field="biology"/>
  33. <category field="generic-base"/>
  34. <updated>2014-03-04T00:09:00+00:00</updated>
  35. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  36. </info>
  37. <macro name="container">
  38. <choose>
  39. <if type="chapter paper-conference" match="any">
  40. <text term="in" prefix=", " suffix=": "/>
  41. <names variable="editor translator" delimiter=", " suffix=", ">
  42. <name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
  43. <label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
  44. </names>
  45. <group delimiter=", ">
  46. <text variable="container-title" text-case="title"/>
  47. <text variable="collection-title" text-case="title"/>
  48. </group>
  49. </if>
  50. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  51. <group prefix=", " delimiter=", ">
  52. <text variable="container-title"/>
  53. <text variable="collection-title"/>
  54. </group>
  55. </else-if>
  56. <else>
  57. <group prefix=". " delimiter=", ">
  58. <text variable="container-title" form="short"/>
  59. <text variable="collection-title"/>
  60. </group>
  61. </else>
  62. </choose>
  63. </macro>
  64. <macro name="author">
  65. <names variable="author">
  66. <name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
  67. <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
  68. <substitute>
  69. <names variable="editor"/>
  70. <names variable="translator"/>
  71. <text macro="title"/>
  72. </substitute>
  73. </names>
  74. </macro>
  75. <macro name="author-short">
  76. <names variable="author">
  77. <name form="short" and="text" delimiter=", " initialize-with=". "/>
  78. <substitute>
  79. <names variable="editor"/>
  80. <names variable="translator"/>
  81. <choose>
  82. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  83. <text variable="title" form="short" font-style="italic"/>
  84. </if>
  85. <else>
  86. <text variable="title" form="short" quotes="true"/>
  87. </else>
  88. </choose>
  89. </substitute>
  90. </names>
  91. </macro>
  92. <macro name="access">
  93. <choose>
  94. <if variable="DOI">
  95. <text variable="DOI" prefix="doi:"/>
  96. </if>
  97. <else-if type="webpage">
  98. <group delimiter=" ">
  99. <text value="URL"/>
  100. <text variable="URL"/>
  101. <group prefix="(" suffix=").">
  102. <text term="accessed" suffix=" "/>
  103. <date variable="accessed">
  104. <date-part name="month" form="numeric" suffix="."/>
  105. <date-part name="day" suffix="."/>
  106. <date-part name="year" form="short"/>
  107. </date>
  108. </group>
  109. </group>
  110. </else-if>
  111. </choose>
  112. </macro>
  113. <macro name="title">
  114. <choose>
  115. <if type="report thesis" match="any">
  116. <text variable="title"/>
  117. <group prefix=" (" suffix=")" delimiter=" ">
  118. <text variable="genre"/>
  119. <text variable="number" prefix="No. "/>
  120. </group>
  121. </if>
  122. <else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
  123. <text variable="title"/>
  124. <text macro="edition" prefix=", "/>
  125. </else-if>
  126. <else-if type="webpage">
  127. <text variable="title"/>
  128. <text value="WWW Document" prefix=" [" suffix="]"/>
  129. </else-if>
  130. <else>
  131. <text variable="title"/>
  132. </else>
  133. </choose>
  134. </macro>
  135. <macro name="publisher">
  136. <group delimiter=", ">
  137. <text variable="publisher"/>
  138. <text variable="publisher-place"/>
  139. </group>
  140. </macro>
  141. <macro name="event">
  142. <choose>
  143. <if variable="event">
  144. <text term="presented at" text-case="capitalize-first" suffix=" "/>
  145. <text variable="event"/>
  146. </if>
  147. </choose>
  148. </macro>
  149. <macro name="issued">
  150. <choose>
  151. <if variable="issued">
  152. <date variable="issued">
  153. <date-part name="year"/>
  154. </date>
  155. </if>
  156. <else>
  157. <text term="no date" form="short"/>
  158. </else>
  159. </choose>
  160. </macro>
  161. <macro name="edition">
  162. <group delimiter=" ">
  163. <choose>
  164. <if is-numeric="edition">
  165. <number variable="edition" form="ordinal"/>
  166. </if>
  167. <else>
  168. <text variable="edition" suffix="."/>
  169. </else>
  170. </choose>
  171. <text value="ed"/>
  172. </group>
  173. </macro>
  174. <macro name="locators">
  175. <choose>
  176. <if type="article-journal article-magazine article-newspaper" match="any">
  177. <group prefix=" " delimiter=", ">
  178. <group>
  179. <text variable="volume"/>
  180. </group>
  181. <text variable="page"/>
  182. </group>
  183. </if>
  184. <else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
  185. <group delimiter=", " prefix=". ">
  186. <text macro="event"/>
  187. <text macro="publisher"/>
  188. </group>
  189. </else-if>
  190. <else-if type="chapter paper-conference" match="any">
  191. <group delimiter=", " prefix=". ">
  192. <text macro="event"/>
  193. <text macro="publisher"/>
  194. <group>
  195. <label variable="page" form="short" suffix=" "/>
  196. <text variable="page"/>
  197. </group>
  198. </group>
  199. </else-if>
  200. <else-if type="patent">
  201. <text variable="number" prefix=". "/>
  202. </else-if>
  203. </choose>
  204. </macro>
  205. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
  206. <sort>
  207. <key macro="author"/>
  208. <key macro="issued" sort="descending"/>
  209. </sort>
  210. <layout prefix="(" suffix=")" delimiter="; ">
  211. <group delimiter=", ">
  212. <text macro="author-short"/>
  213. <text macro="issued"/>
  214. <group delimiter=" ">
  215. <label variable="locator" form="short"/>
  216. <text variable="locator"/>
  217. </group>
  218. </group>
  219. </layout>
  220. </citation>
  221. <bibliography hanging-indent="true" entry-spacing="0" line-spacing="1">
  222. <sort>
  223. <key macro="author"/>
  224. <key macro="issued" sort="ascending"/>
  225. </sort>
  226. <layout>
  227. <group suffix=".">
  228. <text macro="author" suffix=","/>
  229. <text macro="issued" prefix=" "/>
  230. <group prefix=". ">
  231. <text macro="title"/>
  232. <text macro="container"/>
  233. <text macro="locators"/>
  234. </group>
  235. </group>
  236. <text macro="access" prefix=". "/>
  237. </layout>
  238. </bibliography>
  239. </style>