sv234

Adding ebd

Aug 3rd, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 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="never" default-locale="de-DE">
  3. <info>
  4. <title>TH Köln - Soziale Arbeit 2</title>
  5. <id>http://www.zotero.org/styles/TH Köln - Soziale Arbeit 2</id>
  6. <author>
  7. <name>Carsten</name>
  8. </author>
  9. <category citation-format="author-date"/>
  10. <category field="social_science"/>
  11. <summary>Dieser Zitationsstyl ist für die Soziale Arbeit der Hochschule Hannover</summary>
  12. <updated>2019-06-21T18:54:44+00:00</updated>
  13. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  14. </info>
  15. <locale xml:lang="de">
  16. <terms>
  17. <term name="et-al">et al.</term>
  18. <term name="online">Online unter</term>
  19. </terms>
  20. <date form="numeric">
  21. <date-part name="day" form="numeric" suffix="."/>
  22. <date-part name="month" form="numeric" suffix="."/>
  23. <date-part name="year"/>
  24. </date>
  25. </locale>
  26. <macro name="creator-year-long">
  27. <group delimiter=" ">
  28. <names variable="author">
  29. <name delimiter="; " initialize-with=".&#160;" name-as-sort-order="all"/>
  30. <label form="short" prefix=" (" suffix=")"/>
  31. <substitute>
  32. <names variable="editor"/>
  33. <text variable="title"/>
  34. </substitute>
  35. </names>
  36. <text macro="year" prefix="(" suffix=")"/>
  37. </group>
  38. </macro>
  39. <macro name="editor-container-title">
  40. <group delimiter=": ">
  41. <text term="in" text-case="capitalize-first"/>
  42. <group delimiter=": " suffix=".">
  43. <names variable="editor">
  44. <name delimiter="; " initialize-with=".&#160;" name-as-sort-order="all"/>
  45. <label form="short" prefix=" (" suffix=")"/>
  46. </names>
  47. <text variable="container-title"/>
  48. </group>
  49. </group>
  50. </macro>
  51. <macro name="publication-place-publisher">
  52. <group delimiter=": ">
  53. <text variable="publisher-place"/>
  54. <text variable="publisher"/>
  55. </group>
  56. </macro>
  57. <macro name="creator-year-short">
  58. <group delimiter=" ">
  59. <text macro="creator-short"/>
  60. <text macro="year"/>
  61. </group>
  62. </macro>
  63. <macro name="edition">
  64. <choose>
  65. <if match="any" is-numeric="edition">
  66. <group delimiter=" ">
  67. <number variable="edition" form="ordinal"/>
  68. <text term="edition"/>
  69. </group>
  70. </if>
  71. <else>
  72. <text variable="edition"/>
  73. </else>
  74. </choose>
  75. </macro>
  76. <macro name="collection-title-number">
  77. <group delimiter=" " prefix="(= " suffix=")">
  78. <text variable="collection-title"/>
  79. <text variable="collection-number"/>
  80. </group>
  81. </macro>
  82. <macro name="pages">
  83. <choose>
  84. <if type="article-journal article-magazine article-newspaper chapter" match="any">
  85. <label variable="page" form="short" suffix=".&#160;"/>
  86. <text variable="page"/>
  87. </if>
  88. </choose>
  89. </macro>
  90. <macro name="online-url">
  91. <group delimiter=" ">
  92. <text variable="URL"/>
  93. <date form="numeric" variable="accessed" prefix="(Abruf " suffix=")"/>
  94. </group>
  95. </macro>
  96. <macro name="container-title-volume">
  97. <group delimiter=" ">
  98. <text variable="container-title"/>
  99. <text variable="volume"/>
  100. </group>
  101. </macro>
  102. <macro name="creator-short">
  103. <names variable="author">
  104. <name form="short" delimiter="/" delimiter-precedes-et-al="never"/>
  105. <substitute>
  106. <names variable="editor"/>
  107. <text variable="title" form="short"/>
  108. </substitute>
  109. </names>
  110. </macro>
  111. <macro name="year">
  112. <group delimiter="/">
  113. <date date-parts="year" form="text" variable="original-date"/>
  114. <date date-parts="year" form="text" variable="issued"/>
  115. </group>
  116. </macro>
  117. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix">
  118. <layout prefix="(" suffix=")" delimiter="; ">
  119. <choose>
  120. <if position="ibid-with-locator">
  121. <text term="ibid" text-case="lowercase"/>
  122. <text prefix=": " macro="citation-locator"/>
  123. </if>
  124. <else-if position="ibid">
  125. <text term="ibid" text-case="lowercase"/>
  126. </else-if>
  127. <else>
  128. <text macro="creator-short" suffix=" "/>
  129. <text macro="year"/>
  130. <text prefix=": " macro="citation-locator"/>
  131. </else>
  132. </choose>
  133. </layout>
  134. </citation>
  135. <bibliography>
  136. <sort>
  137. <key macro="creator-short"/>
  138. <key macro="creator-year-short"/>
  139. </sort>
  140. <layout>
  141. <group delimiter=". " suffix=".">
  142. <group delimiter=": ">
  143. <text macro="creator-year-long"/>
  144. <text variable="title"/>
  145. </group>
  146. <choose>
  147. <if type="book" match="any">
  148. <group delimiter=". ">
  149. <text macro="edition"/>
  150. <text macro="publication-place-publisher"/>
  151. <text macro="collection-title-number"/>
  152. </group>
  153. </if>
  154. <else-if type="article-journal article-magazine article-newspaper" match="any">
  155. <group delimiter=", ">
  156. <group delimiter=": ">
  157. <text term="in" text-case="capitalize-first"/>
  158. <text macro="container-title-volume"/>
  159. </group>
  160. <text macro="page-range"/>
  161. </group>
  162. </else-if>
  163. <else-if type="chapter" match="any">
  164. <group delimiter=", ">
  165. <group delimiter=". ">
  166. <text macro="editor-container-title"/>
  167. <text macro="edition"/>
  168. <text macro="publication-place-publisher"/>
  169. </group>
  170. <text macro="page-range"/>
  171. <text macro="collection-title-number"/>
  172. </group>
  173. </else-if>
  174. <else>
  175. <group delimiter=". ">
  176. <choose>
  177. <if match="any" variable="container-title">
  178. <text macro="editor-container-title"/>
  179. </if>
  180. </choose>
  181. <text macro="publication-place-publisher"/>
  182. <text macro="page-range"/>
  183. <text macro="collection-title-number"/>
  184. <text macro="online-url"/>
  185. </group>
  186. </else>
  187. </choose>
  188. </group>
  189. </layout>
  190. </bibliography>
  191. </style>
  192.  
Add Comment
Please, Sign In to add comment