Guest User

Untitled

a guest
Jun 16th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 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="expanded" initialize-with-hyphen="false" default-locale="en-US">
  3. <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  4. <info>
  5. <title>American Medical Association 11th edition - AAN</title>
  6. <title-short>AMA (11th ed.)</title-short>
  7. <id>http://www.zotero.org/styles/american-medical-association-11th-edition-aan</id>
  8. <link href="http://www.zotero.org/styles/american-medical-association-11th-edition-aan" rel="self"/>
  9. <link href="http://www.zotero.org/styles/american-medical-association-10th-edition" rel="template"/>
  10. <link href="https://westlibrary.txwes.edu/sites/default/files/pdf/AMACitationStyle.pdf" rel="documentation"/>
  11. <link href="https://www.amamanualofstyle.com/fileasset/AMAMOS/aaaAMWA%20presentation%20Nov%202019%20FULL.pdf" rel="documentation"/>
  12. <author>
  13. <name>Julian Onions</name>
  14. <email>julian.onions@gmail.com</email>
  15. </author>
  16. <contributor>
  17. <name>Christian Pietsch</name>
  18. <uri>http://purl.org/net/pietsch</uri>
  19. </contributor>
  20. <contributor>
  21. <name>Daniel W Chan</name>
  22. <email>danwchan@protonmail.com</email>
  23. </contributor>
  24. <contributor>
  25. <name>Patrick O'Brien</name>
  26. <email>obrienpat86@gmail.com</email>
  27. </contributor>
  28. <category citation-format="numeric"/>
  29. <category field="medicine"/>
  30. <summary>The American Medical Association style as used in JAMA. Version 11 as per November-2019.</summary>
  31. <updated>2022-03-14T19:14:03+00:00</updated>
  32. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  33. </info>
  34. <locale xml:lang="en">
  35. <terms>
  36. <term name="page-range-delimiter">-</term>
  37. <term name="presented at">presented at</term>
  38. </terms>
  39. </locale>
  40. <macro name="editor">
  41. <names variable="editor">
  42. <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
  43. <label form="short" prefix=", "/>
  44. </names>
  45. </macro>
  46. <macro name="author">
  47. <group suffix=".">
  48. <names variable="author">
  49. <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
  50. <label form="short" prefix=", "/>
  51. <substitute>
  52. <names variable="editor"/>
  53. <text macro="title"/>
  54. </substitute>
  55. </names>
  56. </group>
  57. </macro>
  58. <macro name="access">
  59. <choose>
  60. <if type="article-newspaper" match="none">
  61. <choose>
  62. <if variable="DOI">
  63. <text value="doi:"/>
  64. <text variable="DOI"/>
  65. </if>
  66. <else-if variable="URL">
  67. <group delimiter=". ">
  68. <choose>
  69. <if type="webpage post post-weblog" match="any">
  70. <date variable="issued" prefix="Published " form="text"/>
  71. </if>
  72. </choose>
  73. <group>
  74. <text term="accessed" text-case="capitalize-first" suffix=" "/>
  75. <date variable="accessed">
  76. <date-part name="month" suffix=" "/>
  77. <date-part name="day" suffix=", "/>
  78. <date-part name="year"/>
  79. </date>
  80. </group>
  81. <text variable="URL"/>
  82. </group>
  83. </else-if>
  84. </choose>
  85. </if>
  86. </choose>
  87. </macro>
  88. <macro name="title">
  89. <choose>
  90. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  91. <text variable="title" font-style="italic" text-case="title"/>
  92. </if>
  93. <else>
  94. <text variable="title"/>
  95. </else>
  96. </choose>
  97. </macro>
  98. <macro name="publisher">
  99. <text variable="publisher"/>
  100. </macro>
  101. <macro name="edition">
  102. <choose>
  103. <if is-numeric="edition">
  104. <group delimiter=" ">
  105. <number variable="edition" form="ordinal"/>
  106. <text term="edition" form="short"/>
  107. </group>
  108. </if>
  109. <else>
  110. <text variable="edition" suffix="."/>
  111. </else>
  112. </choose>
  113. </macro>
  114. <citation collapse="citation-number">
  115. <sort>
  116. <key variable="citation-number"/>
  117. </sort>
  118. <layout delimiter="," vertical-align="sup">
  119. <text variable="citation-number"/>
  120. <group prefix="(" suffix=")">
  121. <label variable="locator" form="short" strip-periods="true"/>
  122. <text variable="locator"/>
  123. </group>
  124. </layout>
  125. </citation>
  126. <bibliography hanging-indent="true" et-al-min="6" et-al-use-first="3">
  127. <layout>
  128. <text variable="citation-number" suffix=" "/>
  129. <text macro="author"/>
  130. <text macro="title" prefix=" " suffix="."/>
  131. <choose>
  132. <if type="bill book graphic legislation motion_picture report song" match="any">
  133. <group suffix="." prefix=" " delimiter=" ">
  134. <group delimiter=" ">
  135. <text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
  136. <text variable="volume" suffix="."/>
  137. </group>
  138. <text macro="edition"/>
  139. <text macro="editor" prefix="(" suffix=")"/>
  140. </group>
  141. <text macro="publisher" prefix=" "/>
  142. <group suffix="." prefix="; ">
  143. <date variable="issued">
  144. <date-part name="year"/>
  145. </date>
  146. <text variable="page" prefix=":"/>
  147. </group>
  148. </if>
  149. <else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
  150. <group prefix=" " delimiter=" ">
  151. <text term="in" text-case="capitalize-first" suffix=":"/>
  152. <text macro="editor"/>
  153. <text variable="container-title" text-case="title" font-style="normal" suffix="."/>
  154. <group delimiter=" ">
  155. <text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
  156. <text variable="volume" suffix="."/>
  157. </group>
  158. <text macro="edition"/>
  159. <text variable="collection-title" suffix="."/>
  160. <group suffix=".">
  161. <text macro="publisher"/>
  162. <group suffix="." prefix="; ">
  163. <date variable="issued">
  164. <date-part name="year"/>
  165. </date>
  166. <text variable="page" prefix=":"/>
  167. </group>
  168. </group>
  169. </group>
  170. </else-if>
  171. <else-if type="article-newspaper">
  172. <text variable="container-title" font-style="italic" prefix=" " suffix=". "/>
  173. <choose>
  174. <if variable="URL">
  175. <group delimiter=". " suffix=".">
  176. <text variable="URL"/>
  177. <group prefix="Published ">
  178. <date variable="issued">
  179. <date-part name="month" suffix=" "/>
  180. <date-part name="day" suffix=", "/>
  181. <date-part name="year"/>
  182. </date>
  183. </group>
  184. <group>
  185. <text term="accessed" text-case="capitalize-first" suffix=" "/>
  186. <date variable="accessed">
  187. <date-part name="month" suffix=" "/>
  188. <date-part name="day" suffix=", "/>
  189. <date-part name="year"/>
  190. </date>
  191. </group>
  192. </group>
  193. </if>
  194. <else>
  195. <group delimiter=":" suffix=".">
  196. <group>
  197. <date variable="issued">
  198. <date-part name="month" suffix=" "/>
  199. <date-part name="day" suffix=", "/>
  200. <date-part name="year"/>
  201. </date>
  202. </group>
  203. <text variable="page"/>
  204. </group>
  205. </else>
  206. </choose>
  207. </else-if>
  208. <else-if type="legal_case">
  209. <group suffix="," prefix=" " delimiter=" ">
  210. <text macro="editor" prefix="(" suffix=")"/>
  211. </group>
  212. <group prefix=" " delimiter=" ">
  213. <text variable="container-title"/>
  214. <text variable="volume"/>
  215. </group>
  216. <text variable="page" prefix=", " suffix=" "/>
  217. <group prefix="(" suffix=")." delimiter=" ">
  218. <text variable="authority"/>
  219. <date variable="issued">
  220. <date-part name="year"/>
  221. </date>
  222. </group>
  223. </else-if>
  224. <else-if type="webpage post post-weblog" match="any">
  225. <text variable="container-title" prefix=" " suffix="."/>
  226. </else-if>
  227. <else-if type="speech">
  228. <group prefix=" " suffix=":">
  229. <choose>
  230. <if variable="genre">
  231. <text variable="genre" suffix=" "/>
  232. <text term="presented at"/>
  233. </if>
  234. <else>
  235. <text term="presented at" text-case="capitalize-first"/>
  236. </else>
  237. </choose>
  238. </group>
  239. <group delimiter="; " prefix=" " suffix=".">
  240. <text variable="event"/>
  241. <group>
  242. <date delimiter=" " variable="issued">
  243. <date-part name="month"/>
  244. <date-part name="day" suffix=","/>
  245. <date-part name="year"/>
  246. </date>
  247. </group>
  248. <text variable="event-place"/>
  249. </group>
  250. </else-if>
  251. <else>
  252. <text macro="editor" prefix=" " suffix="."/>
  253. <group prefix=" " suffix=".">
  254. <text variable="container-title" form="short" strip-periods="true" suffix=""/>
  255. <group delimiter=";" prefix=" ">
  256. <choose>
  257. <if variable="issue volume" match="any">
  258. <date variable="issued">
  259. <date-part name="year"/>
  260. </date>
  261. </if>
  262. <else>
  263. <group delimiter=" ">
  264. <text value="Published online"/>
  265. <date form="text" date-parts="year-month-day" variable="issued"/>
  266. </group>
  267. </else>
  268. </choose>
  269. <group>
  270. <text variable="volume"/>
  271. <text variable="issue" prefix="(" suffix=")"/>
  272. </group>
  273. </group>
  274. <text variable="page" prefix=":"/>
  275. </group>
  276. </else>
  277. </choose>
  278. <text prefix=" " macro="access"/>
  279. </layout>
  280. </bibliography>
  281. </style>
Add Comment
Please, Sign In to add comment