Advertisement
Guest User

Nickyla_ef

a guest
Apr 26th, 2021
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="de-DE" version="1.0" demote-non-dropping-particle="sort-only">
  3. <info>
  4. <title>Mit Ebd Test</title>
  5. <id>http://www.zotero.org/styles/mit-ebd-test</id>
  6. <link href="http://www.zotero.org/styles/mit-ebd-test" rel="self"/>
  7. <link href="http://www.zotero.org/styles/stuttgart-media-university" rel="template"/>
  8. <link href="http://www.finance.uni-koeln.de/sites/finanzierungslehre/documents/studium/Leitfaden/Anleitung_fuer_wissenschaftliches_Arbeiten-06_15.pdf" rel="documentation"/>
  9. <author>
  10. <name>Patrick O'Brien</name>
  11. </author>
  12. <category citation-format="note"/>
  13. <category field="humanities"/>
  14. <updated>2021-04-26T10:53:15+00:00</updated>
  15. </info>
  16. <locale xml:lang="de">
  17. <terms>
  18. <term name="et-al">et al.</term>
  19. <term name="volume" form="short">vol.</term>
  20. <term name="page" form="short">pp.</term>
  21. <term name="page">S.</term>
  22. <term name="retrieved">zugegriffen am</term>
  23. <term name="anonymous">o.V.</term>
  24. <term name="accessed">Zugriff:</term>
  25. <term name="section" form="short">
  26. <single>Abs.</single>
  27. <multiple>Abs.</multiple>
  28. </term>
  29. </terms>
  30. </locale>
  31. <macro name="author">
  32. <names variable="author">
  33. <name delimiter="; " delimiter-precedes-last="always" name-as-sort-order="all"/>
  34. <label form="short" prefix=" (" suffix=")"/>
  35. <substitute>
  36. <names variable="editor"/>
  37. <text term="anonymous"/>
  38. </substitute>
  39. </names>
  40. </macro>
  41. <macro name="author-short">
  42. <names variable="author" delimiter=";">
  43. <name form="short" delimiter="/" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1" initialize-with=". " sort-separator=","/>
  44. <substitute>
  45. <names variable="editor"/>
  46. <text variable="title"/>
  47. </substitute>
  48. </names>
  49. </macro>
  50. <macro name="editor">
  51. <names variable="editor" delimiter="; ">
  52. <name delimiter="; " delimiter-precedes-last="never"/>
  53. </names>
  54. </macro>
  55. <macro name="accessed">
  56. <date variable="accessed">
  57. <date-part name="day" form="numeric-leading-zeros" suffix="."/>
  58. <date-part name="month" form="numeric-leading-zeros" suffix="."/>
  59. <date-part form="long" name="year"/>
  60. </date>
  61. </macro>
  62. <macro name="date">
  63. <choose>
  64. <if variable="issued">
  65. <date variable="issued">
  66. <date-part form="numeric" name="day" suffix="."/>
  67. <date-part form="numeric" name="month" suffix="."/>
  68. <date-part form="long" name="year"/>
  69. </date>
  70. </if>
  71. <else>
  72. <date variable="accessed">
  73. <date-part form="numeric" name="day" suffix="."/>
  74. <date-part form="numeric" name="month" suffix="."/>
  75. <date-part form="long" name="year"/>
  76. </date>
  77. </else>
  78. </choose>
  79. </macro>
  80. <macro name="year-date">
  81. <date variable="issued">
  82. <date-part name="year"/>
  83. </date>
  84. </macro>
  85. <macro name="pages">
  86. <choose>
  87. <if is-numeric="page">
  88. <group delimiter=" ">
  89. <label variable="page" form="short"/>
  90. <text variable="page"/>
  91. </group>
  92. </if>
  93. <else>
  94. <text variable="page"/>
  95. </else>
  96. </choose>
  97. </macro>
  98. <macro name="publisher">
  99. <group delimiter=", ">
  100. <text variable="publisher-place"/>
  101. <text variable="publisher"/>
  102. </group>
  103. </macro>
  104. <macro name="edition">
  105. <group delimiter=". ">
  106. <number variable="edition"/>
  107. </group>
  108. </macro>
  109. <citation disambiguate-add-year-suffix="true">
  110. <layout delimiter="; " suffix=".">
  111. <choose>
  112. <if position="ibid-with-locator">
  113. <group delimiter=", ">
  114. <text term="ibid"/>
  115. <text macro="point-locators-subsequent"/>
  116. </group>
  117. </if>
  118. <else-if position="ibid">
  119. <text term="ibid"/>
  120. </else-if>
  121. <else>
  122. <group delimiter=", ">
  123. <group>
  124. <text macro="author-short"/>
  125. <text macro="year-date" prefix=" (" suffix=")"/>
  126. <choose>
  127. <if type="webpage" match="any">
  128. <text variable="title" font-style="normal" prefix=", "/>
  129. </if>
  130. </choose>
  131. </group>
  132. <group delimiter=" ">
  133. <label text-case="capitalize-first" variable="locator"/>
  134. <text variable="locator"/>
  135. </group>
  136. </group>
  137. </else>
  138. </choose>
  139. </layout>
  140. </citation>
  141. <bibliography entry-spacing="" hanging-indent="true">
  142. <sort>
  143. <key macro="author"/>
  144. <key macro="date"/>
  145. </sort>
  146. <layout suffix=".">
  147. <group font-weight="bold">
  148. <text macro="author" font-weight="bold"/>
  149. <text macro="year-date" font-weight="bold" prefix=" (" suffix="): "/>
  150. </group>
  151. <choose>
  152. <if type="webpage" match="any">
  153. <text variable="title" font-style="italic"/>
  154. </if>
  155. <else-if type="speech" match="any">
  156. <text variable="title" prefix=" " suffix=", "/>
  157. <text variable="publisher-place" prefix=", "/>
  158. <text macro="date" prefix=", "/>
  159. <text macro="accessed" prefix=", "/>
  160. </else-if>
  161. <else-if type="article article-magazine article-journal" match="any">
  162. <text variable="title" suffix=", "/>
  163. <group delimiter=", ">
  164. <group delimiter=": ">
  165. <text term="in"/>
  166. <text variable="container-title" font-style="italic"/>
  167. </group>
  168. <group delimiter=" ">
  169. <text variable="volume" suffix=","/>
  170. <text variable="issue"/>
  171. </group>
  172. <text macro="pages"/>
  173. </group>
  174. </else-if>
  175. <else-if type="chapter" match="any">
  176. <text variable="title" suffix=", "/>
  177. <group delimiter=", ">
  178. <group delimiter=": ">
  179. <text term="in"/>
  180. <text macro="editor"/>
  181. <text variable="container-title" font-style="italic"/>
  182. </group>
  183. <text macro="edition"/>
  184. <text macro="publisher"/>
  185. <text macro="pages"/>
  186. </group>
  187. </else-if>
  188. <else>
  189. <text variable="title" font-style="italic" suffix=", "/>
  190. <group delimiter=", ">
  191. <text macro="edition"/>
  192. <text macro="publisher"/>
  193. </group>
  194. </else>
  195. </choose>
  196. <choose>
  197. <if type="webpage post-weblog">
  198. <group delimiter=" " prefix=", ">
  199. <text variable="URL" prefix="unter: "/>
  200. <text macro="accessed" prefix="(" suffix=")"/>
  201. </group>
  202. </if>
  203. </choose>
  204. </layout>
  205. </bibliography>
  206. </style>
  207.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement