Annika_

Zitierstilanpassungen

Jun 8th, 2022 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 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" default-locale="de-DE">
  3. <info>
  4. <title>Gesellschaft fΓΌr Bildung und Forschung in Europa - Harvard (Deutsch)</title>
  5. <title-short>GBFE</title-short>
  6. <id>http://www.zotero.org/styles/harvard-gesellschaft-fur-bildung-und-forschung-in-europa</id>
  7. <link href="http://www.zotero.org/styles/harvard-gesellschaft-fur-bildung-und-forschung-in-europa" rel="self"/>
  8. <link href="http://gbfe.org/" rel="documentation"/>
  9. <link href="http://www.acf.de/uploads/media/GBFE_Studienbrief_5_Form_bewahren_01.pdf" rel="documentation"/>
  10. <author>
  11. <name>Julian Onions</name>
  12. <email>julian.onions@gmail.com</email>
  13. </author>
  14. <contributor>
  15. <name>Cornelius Lipponer</name>
  16. <email>clipponer at gmail dot com</email>
  17. </contributor>
  18. <category citation-format="author-date"/>
  19. <category field="theology"/>
  20. <summary>The Harvard author-date style with German Unisa / GBFE changes</summary>
  21. <updated>2021-02-10T05:28:52+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. <!-- SPRACHINFOS -->
  25. <locale xmlns="http://purl.org/net/xbiblio/csl" xml:lang="de-DE">
  26. <terms>
  27. <term name="et-al">et al.</term> <term name="page">
  28. <!-- SEITE -->
  29. <single>Seite</single>
  30. <multiple>Seiten</multiple>
  31. </term>
  32. <term name="page" form="short">S.</term>
  33. <term name="editor">Herausgeber</term>
  34. <term name="editor" form="short">Hg.</term>
  35. <term name="edition">
  36. <!-- AUFLAGE -->
  37. <single>Auflage</single>
  38. <multiple>Auflagen</multiple>
  39. </term>
  40. <term name="edition" form="short">
  41. <!-- AUFLAGE KURZ -->
  42. <single>Auflage</single>
  43. <multiple>Auflagen</multiple>
  44. </term>
  45. <term name="ordinal-01">.</term>
  46. <!-- 1. 2. 3. -->
  47. <term name="ordinal-02">.</term>
  48. <term name="ordinal-03">.</term>
  49. <term name="ordinal-04">.</term>
  50. <term name="accessed">Stand</term>
  51. <!-- ZUGRIFFSDATUM -->
  52. </terms>
  53. <date form="text">
  54. <date-part name="month" suffix=" "/>
  55. <date-part name="day" suffix=", "/>
  56. <date-part name="year"/>
  57. </date>
  58. <date form="numeric">
  59. <date-part name="year"/>
  60. <date-part name="month" form="numeric" prefix="-" range-delimiter="/"/>
  61. <date-part name="day" prefix="-" range-delimiter="/"/>
  62. </date>
  63. <style-options punctuation-in-quote="true"/>
  64. </locale>
  65. <!-- MACROS -->
  66. <macro name="author">
  67. <!-- AUTOR -->
  68. <names variable="author">
  69. <name name-as-sort-order="all" and="symbol" sort-separator=", " delimiter-precedes-last="never" delimiter=", "/>
  70. <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
  71. <substitute>
  72. <names variable="editor"/>
  73. <text macro="anon"/>
  74. </substitute>
  75. </names>
  76. </macro>
  77. <macro name="editor">
  78. <!-- HERAUSGEBER -->
  79. <names variable="editor" delimiter=", ">
  80. <name and="symbol" initialize-with=". " delimiter=", "/>
  81. <label form="short" prefix=", " text-case="lowercase"/>
  82. </names>
  83. </macro>
  84. <macro name="anon">
  85. <!-- ANONYM -->
  86. <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
  87. </macro>
  88. <macro name="author-short">
  89. <!-- KURZAUTOR -->
  90. <names variable="author">
  91. <name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
  92. <substitute>
  93. <names variable="editor"/>
  94. <names variable="translator"/>
  95. <text macro="anon"/>
  96. </substitute>
  97. </names>
  98. </macro>
  99. <macro name="access">
  100. <!-- Internetquelle -->
  101. <choose>
  102. <if variable="URL">
  103. <!-- <text value="Online im Internet: URL:" suffix=" "/> -->
  104. <text variable="URL"/>
  105. <group prefix=" [" suffix="]">
  106. <text term="accessed" text-case="capitalize-first" suffix=" "/>
  107. <date variable="accessed">
  108. <date-part name="year" suffix="-"/>
  109. <date-part name="month" suffix="-" form="numeric-leading-zeros"/>
  110. <date-part name="day"/>
  111. </date>
  112. </group>
  113. </if>
  114. </choose>
  115. </macro>
  116. <!-- TITEL -->
  117. <macro name="title">
  118. <choose>
  119. <!-- BUCH O.Γ„. -->
  120. <if type="bill book graphic legal_case legislation motion_picture report song thesis webpage" match="any">
  121. <text variable="title" font-style="italic" suffix="."/>
  122. </if>
  123. <else>
  124. <text variable="title"/>
  125. </else>
  126. </choose>
  127. </macro>
  128. <macro name="publisher">
  129. <!-- VERLAG -->
  130. <group delimiter=": ">
  131. <text variable="publisher-place"/>
  132. <text variable="publisher"/>
  133. </group>
  134. </macro>
  135. <macro name="year-date">
  136. <!-- ERSCHEINUNGSJAHR -->
  137. <choose>
  138. <if variable="issued">
  139. <date variable="issued">
  140. <date-part name="year"/>
  141. </date>
  142. </if>
  143. <else>
  144. <text term="no date" form="short"/>
  145. </else>
  146. </choose>
  147. </macro>
  148. <macro name="edition">
  149. <!-- AUFLAGE -->
  150. <choose>
  151. <if is-numeric="edition">
  152. <group delimiter=" ">
  153. <number variable="edition" form="ordinal"/>
  154. <text term="edition" form="short"/>
  155. </group>
  156. </if>
  157. <else>
  158. <text variable="edition" suffix="."/>
  159. </else>
  160. </choose>
  161. </macro>
  162. <!-- IN TEXT ZITAT -->
  163. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
  164. <layout prefix="(" suffix=")" delimiter="; ">
  165. <group delimiter=", ">
  166. <group>
  167. <text macro="author-short" suffix=" "/>
  168. <text macro="year-date"/>
  169. <text variable="locator" prefix=":"/>
  170. </group>
  171. </group>
  172. </layout>
  173. </citation>
  174. <!-- BIBLIOGRAPHIE -->
  175. <bibliography hanging-indent="true" et-al-min="4" et-al-use-first="1">
  176. <!-- SORTIERUNG -->
  177. <sort>
  178. <key macro="author"/>
  179. <key variable="title"/>
  180. </sort>
  181. <!-- LAYOUT DER BIBLIOGRAPHIE -->
  182. <layout>
  183. <text macro="author"/>
  184. <!-- AUTOR -->
  185. <date variable="issued" prefix=" " suffix=".">
  186. <!-- ERSCHEINUNG -->
  187. <date-part name="year"/>
  188. </date>
  189. <choose>
  190. <!-- BUCH O.Γ„. -->
  191. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  192. <group prefix=" " delimiter=" ">
  193. <text macro="title"/>
  194. <text variable="volume" prefix="Bd. " suffix=", "/>
  195. <text variable="issue" suffix=", "/>
  196. <text macro="edition"/>
  197. <text macro="editor"/>
  198. </group>
  199. <text prefix=" " suffix="." macro="publisher"/>
  200. </if>
  201. <!-- Kapitel, Konferenz -->
  202. <else-if type="chapter paper-conference" match="any">
  203. <text macro="title" prefix=" " suffix="."/>
  204. <group prefix=" " delimiter=" ">
  205. <text term="in" text-case="capitalize-first"/>
  206. <text macro="editor"/>
  207. <text variable="container-title" font-style="italic" suffix="."/>
  208. <text variable="collection-title" suffix="."/>
  209. <text variable="event" suffix="."/>
  210. <group suffix="." delimiter=", ">
  211. <text macro="publisher" prefix=" "/>
  212. <text variable="page"/>
  213. </group>
  214. </group>
  215. </else-if>
  216. <!-- THESE -->
  217. <else-if type="thesis">
  218. <group prefix=" " suffix=".">
  219. <text macro="title" suffix=". "/>
  220. <text variable="genre" suffix=". "/>
  221. <text variable="publisher" suffix=", "/>
  222. <text variable="publisher-place"/>
  223. </group>
  224. </else-if>
  225. <!-- Webseite -->
  226. <else-if type="webpage post-weblog post" match="any">
  227. <group prefix=" " delimiter=" " suffix=". ">
  228. <text macro="title"/>
  229. <text variable="container-title"/>
  230. <text macro="edition"/>
  231. <text macro="editor"/>
  232. </group>
  233. </else-if>
  234. <else-if type="entry-encyclopedia entry-dictionary" match="any">
  235. <group suffix=".">
  236. <text macro="title" prefix=" "/>
  237. <text macro="editor" prefix=" "/>
  238. </group>
  239. <group prefix=" " suffix=".">
  240. <!-- ERSCHEINUNGSORT -->
  241. <text variable="container-title" font-style="italic"/>
  242. <text variable="edition" vertical-align="sup"/>
  243. <group prefix=" ">
  244. <text variable="volume"/>
  245. <text variable="issue" prefix="(" suffix=")"/>
  246. </group>
  247. <group prefix=",">
  248. <!-- SEITEN IN BUCH -->
  249. <text variable="page"/>
  250. </group>
  251. </group>
  252. </else-if>
  253. <else-if type="article-magazine article-newspaper article-journal" match="any">
  254. <group suffix=".">
  255. <text macro="title" prefix=" "/>
  256. <text macro="editor" prefix=" "/>
  257. </group>
  258. <group prefix=" " suffix=".">
  259. <!-- ERSCHEINUNGSORT -->
  260. <text variable="container-title" font-style="italic" suffix=" "/>
  261. <text variable="volume" suffix=", "/>
  262. <text variable="issue" suffix=", "/>
  263. <text variable="page"/>
  264. </group>
  265. </else-if>
  266. <else>
  267. <!-- Sonstiges -->
  268. <group suffix=".">
  269. <text macro="title" prefix=" "/>
  270. <text macro="editor" prefix=" "/>
  271. </group>
  272. <group prefix=" " suffix=".">
  273. <!-- ERSCHEINUNGSORT -->
  274. <text variable="container-title" font-style="italic"/>
  275. <group prefix=", ">
  276. <text variable="volume"/>
  277. <text variable="issue" prefix="(" suffix=")"/>
  278. </group>
  279. <group prefix=", ">
  280. <!-- SEITEN IN BUCH -->
  281. <!-- <label variable="page" form="short"/> -->
  282. <text variable="page"/>
  283. </group>
  284. </group>
  285. </else>
  286. </choose>
  287. <!-- Zugriff am -->
  288. <text prefix=" " macro="access" suffix="."/>
  289. </layout>
  290. </bibliography>
  291. </style>
  292.  
Add Comment
Please, Sign In to add comment