Guest User

vancouver superceript+doi+inline page numbering

a guest
Nov 9th, 2023
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.42 KB | None | 0 0
  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="minimal">
  3. <info>
  4. <title>Vancouver (superscript) Modified</title>
  5. <id>http://www.zotero.org/styles/vancouver-superscript</id>
  6. <link href="http://www.zotero.org/styles/vancouver-superscript" rel="self"/>
  7. <link href="http://www.nlm.nih.gov/bsd/uniform_requirements.html" rel="documentation"/>
  8. <author>
  9. <name>Michael Berkowitz</name>
  10. <email>[email protected]</email>
  11. </author>
  12. <contributor>
  13. <name>Sean Takats</name>
  14. <email>[email protected]</email>
  15. </contributor>
  16. <contributor>
  17. <name>Sebastian Karcher</name>
  18. </contributor>
  19. <contributor>
  20. <name>Dihan Wijewickrama</name>
  21. </contributor>
  22. <category citation-format="numeric"/>
  23. <category field="medicine"/>
  24. <summary>Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References</summary>
  25. <updated>2022-04-14T13:48:43+00:00</updated>
  26. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  27. </info>
  28. <locale xml:lang="en">
  29. <date form="text" delimiter=" ">
  30. <date-part name="year"/>
  31. <date-part name="month" form="short" strip-periods="true"/>
  32. <date-part name="day"/>
  33. </date>
  34. <terms>
  35. <term name="collection-editor" form="long">
  36. <single>editor</single>
  37. <multiple>editors</multiple>
  38. </term>
  39. <term name="presented at">presented at</term>
  40. <term name="available at">available from</term>
  41. <term name="section" form="short">sect.</term>
  42. </terms>
  43. </locale>
  44. <locale xml:lang="fr">
  45. <date form="text" delimiter=" ">
  46. <date-part name="day"/>
  47. <date-part name="month" form="short" strip-periods="true"/>
  48. <date-part name="year"/>
  49. </date>
  50. </locale>
  51. <macro name="author">
  52. <names variable="author">
  53. <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  54. <label form="long" prefix=", "/>
  55. <substitute>
  56. <names variable="editor"/>
  57. </substitute>
  58. </names>
  59. </macro>
  60. <macro name="editor">
  61. <names variable="editor" suffix=".">
  62. <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  63. <label form="long" prefix=", "/>
  64. </names>
  65. </macro>
  66. <macro name="chapter-marker">
  67. <choose>
  68. <if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
  69. <text term="in" text-case="capitalize-first"/>
  70. </if>
  71. </choose>
  72. </macro>
  73. <macro name="publisher">
  74. <choose>
  75. <!--discard publisher info for articles-->
  76. <if type="article-journal article-magazine article-newspaper" match="none">
  77. <group delimiter=": " suffix=";">
  78. <choose>
  79. <if type="thesis">
  80. <text variable="publisher-place" prefix="[" suffix="]"/>
  81. </if>
  82. <else-if type="speech"/>
  83. <else>
  84. <text variable="publisher-place"/>
  85. </else>
  86. </choose>
  87. <text variable="publisher"/>
  88. </group>
  89. </if>
  90. </choose>
  91. </macro>
  92. <macro name="access">
  93. <choose>
  94. <if variable="URL">
  95. <group delimiter=": ">
  96. <text term="available at" text-case="capitalize-first"/>
  97. <text variable="URL"/>
  98. </group>
  99. </if>
  100. </choose>
  101. </macro>
  102. <macro name="accessed-date">
  103. <choose>
  104. <if variable="URL">
  105. <group prefix="[" suffix="]" delimiter=" ">
  106. <text term="cited" text-case="lowercase"/>
  107. <date variable="accessed" form="text"/>
  108. </group>
  109. </if>
  110. </choose>
  111. </macro>
  112. <macro name="container-title">
  113. <choose>
  114. <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
  115. <group suffix="." delimiter=" ">
  116. <choose>
  117. <if type="article-journal review review-book" match="any">
  118. <text variable="container-title" form="short" strip-periods="true"/>
  119. </if>
  120. <else>
  121. <text variable="container-title" strip-periods="true"/>
  122. </else>
  123. </choose>
  124. <choose>
  125. <if variable="URL">
  126. <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
  127. </if>
  128. </choose>
  129. </group>
  130. <text macro="edition" prefix=" "/>
  131. </if>
  132. <!--add event-name and event-place once they become available-->
  133. <else-if type="bill legislation" match="any">
  134. <group delimiter=", ">
  135. <group delimiter=". ">
  136. <text variable="container-title"/>
  137. <group delimiter=" ">
  138. <text term="section" form="short" text-case="capitalize-first"/>
  139. <text variable="section"/>
  140. </group>
  141. </group>
  142. <text variable="number"/>
  143. </group>
  144. </else-if>
  145. <else-if type="speech">
  146. <group delimiter=": " suffix=";">
  147. <group delimiter=" ">
  148. <text variable="genre" text-case="capitalize-first"/>
  149. <text term="presented at"/>
  150. </group>
  151. <text variable="event"/>
  152. </group>
  153. </else-if>
  154. <else>
  155. <group delimiter=", " suffix=".">
  156. <choose>
  157. <if variable="collection-title" match="none">
  158. <group delimiter=" ">
  159. <label variable="volume" form="short" text-case="capitalize-first"/>
  160. <text variable="volume"/>
  161. </group>
  162. </if>
  163. </choose>
  164. <text variable="container-title"/>
  165. </group>
  166. </else>
  167. </choose>
  168. </macro>
  169. <macro name="title">
  170. <text variable="title"/>
  171. <choose>
  172. <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
  173. <choose>
  174. <if variable="URL">
  175. <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
  176. </if>
  177. </choose>
  178. <text macro="edition" prefix=". "/>
  179. </if>
  180. </choose>
  181. <choose>
  182. <if type="thesis">
  183. <text variable="genre" prefix=" [" suffix="]"/>
  184. </if>
  185. </choose>
  186. </macro>
  187. <macro name="edition">
  188. <choose>
  189. <if is-numeric="edition">
  190. <group delimiter=" ">
  191. <number variable="edition" form="ordinal"/>
  192. <text term="edition" form="short"/>
  193. </group>
  194. </if>
  195. <else>
  196. <text variable="edition" suffix="."/>
  197. </else>
  198. </choose>
  199. </macro>
  200. <macro name="date">
  201. <choose>
  202. <if type="article-journal article-magazine article-newspaper review review-book" match="any">
  203. <group suffix=";" delimiter=" ">
  204. <date variable="issued" form="text"/>
  205. <text macro="accessed-date"/>
  206. </group>
  207. </if>
  208. <else-if type="bill legislation" match="any">
  209. <group delimiter=", ">
  210. <date variable="issued" delimiter=" ">
  211. <date-part name="month" form="short" strip-periods="true"/>
  212. <date-part name="day"/>
  213. </date>
  214. <date variable="issued">
  215. <date-part name="year"/>
  216. </date>
  217. </group>
  218. </else-if>
  219. <else-if type="report">
  220. <date variable="issued" delimiter=" ">
  221. <date-part name="year"/>
  222. <date-part name="month" form="short" strip-periods="true"/>
  223. </date>
  224. <text macro="accessed-date" prefix=" "/>
  225. </else-if>
  226. <else-if type="patent">
  227. <group suffix=".">
  228. <group delimiter=", ">
  229. <text variable="number"/>
  230. <date variable="issued">
  231. <date-part name="year"/>
  232. </date>
  233. </group>
  234. <text macro="accessed-date" prefix=" "/>
  235. </group>
  236. </else-if>
  237. <else-if type="speech">
  238. <group delimiter="; ">
  239. <group delimiter=" ">
  240. <date variable="issued" delimiter=" ">
  241. <date-part name="year"/>
  242. <date-part name="month" form="short" strip-periods="true"/>
  243. <date-part name="day"/>
  244. </date>
  245. <text macro="accessed-date"/>
  246. </group>
  247. <text variable="event-place"/>
  248. </group>
  249. </else-if>
  250. <else>
  251. <group suffix=".">
  252. <date variable="issued">
  253. <date-part name="year"/>
  254. </date>
  255. <text macro="accessed-date" prefix=" "/>
  256. </group>
  257. </else>
  258. </choose>
  259. </macro>
  260. <macro name="pages">
  261. <choose>
  262. <if type="article-journal article-magazine article-newspaper review review-book" match="any">
  263. <text variable="page" prefix=":"/>
  264. </if>
  265. <else-if type="book" match="any">
  266. <text variable="number-of-pages" prefix=" "/>
  267. <choose>
  268. <if is-numeric="number-of-pages">
  269. <label variable="number-of-pages" form="short" prefix=" " plural="never"/>
  270. </if>
  271. </choose>
  272. </else-if>
  273. <else>
  274. <group prefix=" " delimiter=" ">
  275. <label variable="page" form="short" plural="never"/>
  276. <text variable="page"/>
  277. </group>
  278. </else>
  279. </choose>
  280. </macro>
  281. <macro name="journal-location">
  282. <choose>
  283. <if type="article-journal article-magazine review review-book" match="any">
  284. <text variable="volume"/>
  285. <text variable="issue" prefix="(" suffix=")"/>
  286. </if>
  287. </choose>
  288. </macro>
  289. <macro name="collection-details">
  290. <choose>
  291. <if type="article-journal article-magazine article-newspaper review review-book" match="none">
  292. <choose>
  293. <if variable="collection-title">
  294. <group delimiter=" " prefix="(" suffix=")">
  295. <names variable="collection-editor" suffix=".">
  296. <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  297. <label form="long" prefix=", "/>
  298. </names>
  299. <group delimiter="; ">
  300. <text variable="collection-title"/>
  301. <group delimiter=" ">
  302. <label variable="volume" form="short"/>
  303. <text variable="volume"/>
  304. </group>
  305. </group>
  306. </group>
  307. </if>
  308. </choose>
  309. </if>
  310. </choose>
  311. </macro>
  312. <macro name="report-details">
  313. <choose>
  314. <if type="report">
  315. <text variable="number" prefix="Report No.: "/>
  316. </if>
  317. </choose>
  318. </macro>
  319. <citation collapse="citation-number">
  320. <sort>
  321. <key variable="citation-number"/>
  322. </sort>
  323. <layout delimiter="," vertical-align="sup">
  324. <text variable="citation-number"/>
  325. <choose>
  326. <if type="book">
  327. <text variable="locator" text-case="lowercase" prefix="[" suffix="]"/>
  328. </if>
  329. <else>
  330. <text variable="locator"/>
  331. </else>
  332. </choose>
  333. </layout>
  334. </citation>
  335. <bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
  336. <layout>
  337. <text variable="citation-number" suffix=". "/>
  338. <group delimiter=". " suffix=". ">
  339. <text macro="author"/>
  340. <text macro="title"/>
  341. </group>
  342. <group delimiter=" " suffix=". ">
  343. <group delimiter=": ">
  344. <text macro="chapter-marker"/>
  345. <group delimiter=" ">
  346. <text macro="editor"/>
  347. <text macro="container-title"/>
  348. </group>
  349. </group>
  350. <text macro="publisher"/>
  351. <group>
  352. <text macro="date"/>
  353. <text macro="journal-location"/>
  354. <text macro="pages"/>
  355. <choose>
  356. <if variable="DOI">
  357. <text variable="DOI" prefix=" doi:"/>
  358. </if>
  359. </choose>
  360. </group>
  361. </group>
  362. <text macro="collection-details" suffix=". "/>
  363. <text macro="report-details" suffix=". "/>
  364. <text macro="access"/>
  365. </layout>
  366. </bibliography>
  367.  
  368. </style>
  369.  
Advertisement
Add Comment
Please, Sign In to add comment