Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 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="chicago" default-locale="de-DE">
  3. <info>
  4. <title>American Marketing Association Modifiziert</title>
  5. <title-short>AMA</title-short>
  6. <id>http://www.zotero.org/styles/american-marketing-association-modifiziert</id>
  7. <link href="http://www.zotero.org/styles/american-marketing-association" rel="self"/>
  8. <link href="https://www.ama.org/publications/JournalOfMarketing/Documents/AMA_Reference_Style.pdf" rel="documentation"/>
  9. <link href="https://www.ama.org/publications/JournalOfMarketingResearch/Documents/AMA_Reference_Style.pdf" rel="documentation"/>
  10. <author>
  11. <name>Sebastian Karcher</name>
  12. </author>
  13. <contributor>
  14. <name>Rintze Zelle</name>
  15. <uri>http://twitter.com/rintzezelle</uri>
  16. </contributor>
  17. <category citation-format="author-date"/>
  18. <category field="social_science"/>
  19. <category field="communications"/>
  20. <summary>AMA Reference List Style published by the American Marketing Association</summary>
  21. <updated>2014-10-17T21:46:29+00:00</updated>
  22. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  23. </info>
  24. <locale xml:lang="de">
  25. <terms>
  26. <term name="et-al">et al.</term>
  27. </terms>
  28. </locale>
  29. <macro name="container-contributors">
  30. <choose>
  31. <if type="chapter paper-conference" match="any">
  32. <names variable="editor translator" delimiter=", ">
  33. <name and="text" initialize-with=". " delimiter=", "/>
  34. <label form="short" prefix=", "/>
  35. </names>
  36. </if>
  37. </choose>
  38. </macro>
  39. <macro name="secondary-contributors">
  40. <choose>
  41. <if type="chapter paper-conference" match="none">
  42. <names variable="editor translator" delimiter=", " prefix=" (" suffix=")">
  43. <name and="text" initialize-with=". " delimiter=", "/>
  44. <label form="short" prefix=", "/>
  45. </names>
  46. </if>
  47. </choose>
  48. </macro>
  49. <macro name="author">
  50. <names variable="author">
  51. <name and="text" name-as-sort-order="first"/>
  52. <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
  53. <substitute>
  54. <names variable="editor"/>
  55. <names variable="translator"/>
  56. <text macro="title"/>
  57. </substitute>
  58. </names>
  59. </macro>
  60. <macro name="author-short">
  61. <names variable="author">
  62. <name form="short" and="text" delimiter=", " initialize-with=". "/>
  63. <substitute>
  64. <names variable="editor"/>
  65. <names variable="translator"/>
  66. <choose>
  67. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  68. <text variable="title" form="short" font-style="italic"/>
  69. </if>
  70. <else>
  71. <text variable="title" form="short" quotes="true"/>
  72. </else>
  73. </choose>
  74. </substitute>
  75. </names>
  76. </macro>
  77. <macro name="title">
  78. <choose>
  79. <if type="report">
  80. <text variable="title" quotes="true"/>
  81. </if>
  82. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  83. <text variable="title" font-style="italic"/>
  84. </else-if>
  85. <else>
  86. <text variable="title" quotes="true"/>
  87. </else>
  88. </choose>
  89. </macro>
  90. <macro name="publisher">
  91. <choose>
  92. <if type="article-journal article-magazine" match="none">
  93. <text variable="genre" suffix=", "/>
  94. <group delimiter=": ">
  95. <text variable="publisher-place"/>
  96. <text variable="publisher"/>
  97. </group>
  98. </if>
  99. </choose>
  100. </macro>
  101. <macro name="issued">
  102. <choose>
  103. <if variable="issued">
  104. <group prefix=" (" suffix=")">
  105. <date variable="issued">
  106. <date-part name="year"/>
  107. </date>
  108. </group>
  109. </if>
  110. <else>
  111. <text prefix=" (" term="no date" suffix=")" form="short"/>
  112. </else>
  113. </choose>
  114. </macro>
  115. <macro name="issued-year">
  116. <choose>
  117. <if variable="issued">
  118. <date variable="issued">
  119. <date-part name="year"/>
  120. </date>
  121. </if>
  122. <else>
  123. <text term="no date" form="short"/>
  124. </else>
  125. </choose>
  126. </macro>
  127. <macro name="container-title">
  128. <choose>
  129. <if type="chapter paper-conference" match="any">
  130. <group delimiter=" ">
  131. <text term="in"/>
  132. <text variable="container-title" font-style="italic"/>
  133. </group>
  134. </if>
  135. <else>
  136. <text variable="container-title" font-style="italic"/>
  137. </else>
  138. </choose>
  139. </macro>
  140. <macro name="locators">
  141. <choose>
  142. <if type="article-journal article-magazine article-newspaper" match="any">
  143. <group delimiter=", ">
  144. <group delimiter=" ">
  145. <text variable="volume"/>
  146. <text variable="issue" prefix="(" suffix=")"/>
  147. </group>
  148. <text variable="page"/>
  149. </group>
  150. </if>
  151. <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  152. <text variable="page"/>
  153. </else-if>
  154. </choose>
  155. </macro>
  156. <macro name="citation-locator">
  157. <group>
  158. <label variable="locator" form="short"/>
  159. <text variable="locator" prefix=" "/>
  160. </group>
  161. </macro>
  162. <macro name="access">
  163. <choose>
  164. <if type="webpage">
  165. <group delimiter=", ">
  166. <group delimiter=" " prefix=" (" suffix=")">
  167. <text term="accessed"/>
  168. <date variable="accessed">
  169. <date-part name="month" suffix=" "/>
  170. <date-part name="day" suffix=", "/>
  171. <date-part name="year"/>
  172. </date>
  173. </group>
  174. <group prefix="[" suffix="]" delimiter=" ">
  175. <text term="available at"/>
  176. <text variable="URL"/>
  177. </group>
  178. </group>
  179. </if>
  180. </choose>
  181. </macro>
  182. <citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year-suffix">
  183. <sort>
  184. <key macro="author"/>
  185. <key variable="issued"/>
  186. </sort>
  187. <layout prefix="(" suffix=")" delimiter="; ">
  188. <group delimiter=", ">
  189. <group delimiter=" ">
  190. <text macro="author-short"/>
  191. <text macro="issued-year"/>
  192. </group>
  193. <text macro="citation-locator"/>
  194. </group>
  195. </layout>
  196. </citation>
  197. <bibliography hanging-indent="true" entry-spacing="0" subsequent-author-substitute="&#8212;&#8212;&#8212;" subsequent-author-substitute-rule="partial-each">
  198. <sort>
  199. <key macro="author"/>
  200. <key variable="issued"/>
  201. </sort>
  202. <layout suffix=".">
  203. <group delimiter=", ">
  204. <group>
  205. <text macro="author"/>
  206. <text macro="issued"/>
  207. </group>
  208. <text macro="title"/>
  209. <text macro="container-title"/>
  210. <text variable="collection-title"/>
  211. <text macro="container-contributors"/>
  212. <text macro="secondary-contributors"/>
  213. <text macro="publisher"/>
  214. <text macro="locators"/>
  215. <text macro="access"/>
  216. </group>
  217. </layout>
  218. </bibliography>
  219. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement