Advertisement
Guest User

Untitled

a guest
May 28th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="de-DE" version="1.0" demote-non-dropping-particle="sort-only">
  3. <info>
  4. <title>Universität Mainz - Geographisches Institut (Deutsch)</title>
  5. <id>http://www.zotero.org/styles/universitat-mainz-geographisches-institut</id>
  6. <link href="http://www.zotero.org/styles/universitat-mainz-geographisches-institut" rel="self"/>
  7. <link href="http://www.zotero.org/styles/european-retail-research" rel="template"/>
  8. <link href="http://www.scribd.com/doc/143090340/00000-Wissenschaftlich-Arbeiten-2013" rel="documentation"/>
  9. <author>
  10. <name>Sebastian Karcher</name>
  11. </author>
  12. <category citation-format="author-date"/>
  13. <category field="geography"/>
  14. <summary>Based on "Wissenschaftlich arbeiten. Leitfaden für Studierende der Geographie"</summary>
  15. <updated>2021-02-10T05:28:52+00:00</updated>
  16. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  17. </info>
  18. <locale>
  19. <terms>
  20. <term name="et-al">et al.</term>
  21. <term name="anonymous" form="short">o. A.</term>
  22. </terms>
  23. </locale>
  24. <macro name="author-short">
  25. <names variable="author">
  26. <name form="short" delimiter=", " delimiter-precedes-last="never" and="text">
  27. <name-part name="family" font-variant="small-caps"/>
  28. </name>
  29. <substitute>
  30. <names variable="editor"/>
  31. <names variable="translator"/>
  32. <text variable="publisher"/>
  33. <text macro="no-author"/>
  34. </substitute>
  35. </names>
  36. </macro>
  37. <macro name="author">
  38. <names variable="author">
  39. <name sort-separator=", " initialize-with=". " name-as-sort-order="first" delimiter=", " delimiter-precedes-last="never" and="text">
  40. <name-part name="family" font-variant="small-caps"/>
  41. </name>
  42. <label form="short" prefix=" (" suffix=")"/>
  43. <substitute>
  44. <names variable="editor"/>
  45. <names variable="translator"/>
  46. <text variable="publisher"/>
  47. <text macro="no-author"/>
  48. </substitute>
  49. </names>
  50. </macro>
  51. <macro name="editor">
  52. <names variable="editor">
  53. <name sort-separator=", " initialize-with=". " name-as-sort-order="first" delimiter=", " delimiter-precedes-last="never" and="text">
  54. <name-part name="family" font-variant="small-caps"/>
  55. </name>
  56. <label form="short" prefix=" (" suffix=")"/>
  57. </names>
  58. </macro>
  59. <macro name="edition">
  60. <choose>
  61. <if is-numeric="edition">
  62. <group delimiter=" ">
  63. <number variable="edition" vertical-align="sup"/>
  64. </group>
  65. </if>
  66. </choose>
  67. </macro>
  68. <macro name="no-author">
  69. <text term="anonymous" form="short"/>
  70. </macro>
  71. <macro name="year">
  72. <choose>
  73. <if variable="issued">
  74. <date variable="issued" date-parts="year" form="text"/>
  75. <text variable="year-suffix"/>
  76. </if>
  77. <else>
  78. <text term="no date" form="short"/>
  79. <text variable="year-suffix" prefix=" "/>
  80. </else>
  81. </choose>
  82. </macro>
  83. <macro name="title">
  84. <text variable="title"/>
  85. </macro>
  86. <macro name="year-parenth">
  87. <group prefix="(" suffix=")">
  88. <text macro="edition"/>
  89. <text macro="year"/>
  90. </group>
  91. </macro>
  92. <macro name="citation-date">
  93. <choose>
  94. <if type="post post-weblog speech" match="any">
  95. <choose>
  96. <if variable="issued">
  97. <date variable="issued" form="numeric"/>
  98. </if>
  99. <else>
  100. <text term="no date" form="short"/>
  101. <text variable="year-suffix" prefix=" "/>
  102. </else>
  103. </choose>
  104. </if>
  105. <else>
  106. <text macro="year"/>
  107. </else>
  108. </choose>
  109. </macro>
  110. <macro name="internet">
  111. <choose>
  112. <if variable="URL">
  113. <group delimiter=" ">
  114. <text term="URL" suffix=":"/>
  115. <text variable="URL"/>
  116. <date variable="accessed" form="numeric" prefix="(Zugriff: " suffix=")"/>
  117. </group>
  118. </if>
  119. </choose>
  120. </macro>
  121. <macro name="volume-series">
  122. <group delimiter=", ">
  123. <text variable="collection-title"/>
  124. <group delimiter=" ">
  125. <text term="volume"/>
  126. <text variable="volume"/>
  127. </group>
  128. </group>
  129. </macro>
  130. <macro name="locator">
  131. <group delimiter=" ">
  132. <text variable="locator"/>
  133. </group>
  134. </macro>
  135. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
  136. <sort>
  137. <key macro="author"/>
  138. <key variable="issued" sort="descending"/>
  139. </sort>
  140. <layout prefix="(" suffix=")" delimiter="; ">
  141. <group delimiter=" ">
  142. <text macro="author-short"/>
  143. <text macro="citation-date"/>
  144. </group>
  145. <text macro="locator" prefix=": "/>
  146. </layout>
  147. </citation>
  148. <bibliography hanging-indent="true">
  149. <sort>
  150. <key macro="author"/>
  151. <key variable="author" sort="ascending"/>
  152. </sort>
  153. <layout suffix=".">
  154. <group delimiter=" ">
  155. <text macro="author"/>
  156. <text macro="year-parenth" suffix=": "/>
  157. <text macro="title"/>
  158. </group>
  159. <choose>
  160. <if type="chapter paper-conference" match="any">
  161. <group delimiter=": " prefix=". ">
  162. <text term="in" text-case="capitalize-first"/>
  163. <group delimiter=" ">
  164. <text macro="editor"/>
  165. <text macro="year-parenth"/>
  166. </group>
  167. </group>
  168. <group delimiter=", " prefix=": ">
  169. <text variable="container-title"/>
  170. <text macro="volume-series"/>
  171. </group>
  172. <group delimiter=": " prefix=". ">
  173. <text variable="publisher-place"/>
  174. <text variable="page"/>
  175. </group>
  176. </if>
  177. <else-if type="article-newspaper">
  178. <group prefix=". " delimiter=" ">
  179. <text variable="container-title"/>
  180. <group>
  181. <text term="issue" form="short"/>
  182. <text variable="issue"/>
  183. </group>
  184. <date variable="issued" form="numeric" prefix="(" suffix=")"/>
  185. </group>
  186. <text variable="page" prefix=": "/>
  187. </else-if>
  188. <else-if type="article-journal">
  189. <group delimiter=" " prefix=". ">
  190. <group delimiter=": ">
  191. <text term="in" text-case="capitalize-first"/>
  192. <text variable="container-title" suffix=","/>
  193. </group>
  194. <text variable="volume"/>
  195. <text variable="issue" />
  196. </group>
  197. <text variable="page" prefix=", "/>
  198. </else-if>
  199. <else>
  200. <group prefix=". " delimiter=". ">
  201. <text macro="volume-series"/>
  202. <text variable="scale"/>
  203. <text variable="genre"/>
  204. <text variable="container-title"/>
  205. <text variable="publisher-place"/>
  206. </group>
  207. </else>
  208. </choose>
  209. <text macro="internet" prefix=". "/>
  210. </layout>
  211. </bibliography>
  212. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement