Advertisement
Guest User

Zotero Citation Style

a guest
Feb 8th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style class="in-text" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-GB" xmlns="http://purl.org/net/xbiblio/csl">
  3. <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  4. <info>
  5. <title>Bonner Zitierstil Medizin (englisch) Modified</title>
  6. <id>http://www.zotero.org/styles/bonn_medfak_en-modified</id>
  7. <link href="http://www.zotero.org/styles/elsevier-vancouver-author-date" rel="self"/>
  8. <link href="http://www.zotero.org/styles/elsevier-vancouver" rel="template"/>
  9. <link href="https://www.elsevier.com/journals/clinical-neurophysiology/1388-2457/guide-for-authors#68000" rel="documentation"/>
  10. <category citation-format="author-date"/>
  11. <category field="generic-base"/>
  12. <updated>2020-03-25T14:06:36+00:00</updated>
  13. </info>
  14. <macro name="author">
  15. <names variable="author">
  16. <name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
  17. <label form="long" prefix=", "/>
  18. <substitute>
  19. <names variable="editor"/>
  20. <names variable="translator"/>
  21. <text variable="title"/>
  22. </substitute>
  23. </names>
  24. </macro>
  25. <macro name="author-short">
  26. <names variable="author">
  27. <name form="short" and="text" initialize-with=". "/>
  28. <substitute>
  29. <names variable="editor"/>
  30. <names variable="translator"/>
  31. <text variable="title" form="short"/>
  32. </substitute>
  33. </names>
  34. </macro>
  35. <macro name="editor">
  36. <names variable="editor">
  37. <name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
  38. <label form="long" prefix=", " suffix="."/>
  39. </names>
  40. </macro>
  41. <macro name="year-date">
  42. <choose>
  43. <if variable="issued">
  44. <date variable="issued">
  45. <date-part name="year"/>
  46. </date>
  47. </if>
  48. <else>
  49. <text term="no date" form="short"/>
  50. </else>
  51. </choose>
  52. </macro>
  53. <macro name="publisher">
  54. <text variable="publisher-place" suffix=": " text-case="title"/>
  55. <text variable="publisher" suffix=", "/>
  56. <text macro="year-date"/>
  57. </macro>
  58. <macro name="edition">
  59. <choose>
  60. <if is-numeric="edition">
  61. <group delimiter=" ">
  62. <number variable="edition" form="ordinal"/>
  63. <text term="edition" form="short"/>
  64. </group>
  65. </if>
  66. <else>
  67. <text variable="edition"/>
  68. </else>
  69. </choose>
  70. </macro>
  71. <macro name="access">
  72. <choose>
  73. <if variable="DOI">
  74. <text variable="DOI" prefix="https://doi.org/"/>
  75. </if>
  76. <else-if type="webpage post-weblog" match="any">
  77. <choose>
  78. <if variable="URL">
  79. <text variable="URL"/>
  80. <group prefix=" (" suffix=")" delimiter=" ">
  81. <text term="accessed"/>
  82. <date variable="accessed" form="text"/>
  83. </group>
  84. </if>
  85. </choose>
  86. </else-if>
  87. </choose>
  88. </macro>
  89. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
  90. <sort>
  91. <key macro="author"/>
  92. <key macro="year-date" sort="ascending"/>
  93. </sort>
  94. <layout prefix="(" suffix=")" delimiter="; ">
  95. <group delimiter=", ">
  96. <text macro="author-short"/>
  97. <text macro="year-date"/>
  98. <group delimiter=" ">
  99. <label variable="locator" form="short"/>
  100. <text variable="locator"/>
  101. </group>
  102. </group>
  103. </layout>
  104. </citation>
  105. <bibliography entry-spacing="0" et-al-min="7" et-al-use-first="6">
  106. <sort>
  107. <key macro="author"/>
  108. <key macro="year-date" sort="descending"/>
  109. </sort>
  110. <layout suffix=".">
  111. <text macro="author" suffix=". "/>
  112. <choose>
  113. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  114. <group delimiter=". ">
  115. <text variable="title"/>
  116. <text variable="volume" prefix="vol. "/>
  117. <text macro="edition"/>
  118. <text macro="publisher"/>
  119. </group>
  120. </if>
  121. <else-if type="chapter paper-conference" match="any">
  122. <group delimiter=", ">
  123. <group delimiter=". ">
  124. <text variable="title"/>
  125. <group>
  126. <text term="in" text-case="sentence" suffix=": "/>
  127. <text macro="editor"/>
  128. </group>
  129. <group delimiter=", ">
  130. <text variable="container-title" form="short"/>
  131. <text variable="volume" prefix="vol. "/>
  132. </group>
  133. <text macro="edition"/>
  134. </group>
  135. <text macro="publisher"/>
  136. <group delimiter=" ">
  137. <label plural="never" form="short"/>
  138. <text variable="page"/>
  139. </group>
  140. </group>
  141. </else-if>
  142. <else-if type="patent">
  143. <group delimiter=", ">
  144. <group delimiter=". ">
  145. <text variable="title"/>
  146. <text variable="number"/>
  147. </group>
  148. <text macro="year-date"/>
  149. </group>
  150. </else-if>
  151. <else-if type="thesis">
  152. <group delimiter=". ">
  153. <text variable="title"/>
  154. <text variable="genre"/>
  155. <group delimiter=", ">
  156. <text variable="publisher"/>
  157. <text macro="year-date"/>
  158. </group>
  159. </group>
  160. </else-if>
  161. <else>
  162. <group delimiter=":">
  163. <group delimiter=" ">
  164. <group delimiter=". ">
  165. <text variable="title"/>
  166. <text variable="container-title" form="short" text-case="title" strip-periods="true"/>
  167. </group>
  168. <group delimiter=";">
  169. <text macro="year-date"/>
  170. <text variable="volume" prefix=" "/>
  171. </group>
  172. </group>
  173. <text variable="page" form="short" prefix=" "/>
  174. </group>
  175. </else>
  176. </choose>
  177. <text variable="archive_location" prefix=", "/>
  178. <text variable="archive" prefix=", "/>
  179. <text macro="access" prefix=". "/>
  180. </layout>
  181. </bibliography>
  182. </style>
  183.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement