Guest User

Harvard ATB

a guest
Jun 7th, 2021
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 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>Institut für Praxisforschung - Harvard (Bahr &amp; Frackmann) (Deutsch)</title>
  5. <id>http://www.zotero.org/styles/harvard-institut-fur-praxisforschung-de</id>
  6. <link href="http://www.zotero.org/styles/harvard-institut-fur-praxisforschung-de" rel="self"/>
  7. <link href="http://www.zotero.org/styles/fachhochschule-vorarlberg-author-date" rel="template"/>
  8. <link href="http://www.institut-praxisforschung.com/app/download/6167762784/Harvard-Zitierweise.pdf?t=1410296308" rel="documentation"/>
  9. <link href="http://www.institut-praxisforschung.com/publikationen/studienhilfen/" rel="documentation"/>
  10. <!--please e-mail me about bugs, suggestions etc! [email protected] -->
  11. <!-- useful things:
  12. non breaking space: &#160;
  13. narrow no break space: uni202F / &#8239; - but this is not supported widely!
  14. em dash: &#8212;
  15. -->
  16. <author>
  17. <name>Saskia Mestern</name>
  18. <email>[email protected]</email>
  19. </author>
  20. <category citation-format="author-date"/>
  21. <category field="generic-base"/>
  22. <category field="political_science"/>
  23. <category field="social_science"/>
  24. <summary>A Harvard author-date style variant as used for Political Science and others, mostly German. The in-text citation style is changed to [author year: page], avoiding the abbreviation for pages (S.) and changing the delimiters.</summary>
  25. <updated>2021-03-11T05:11:56+00:00</updated>
  26. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  27. </info>
  28. <locale xml:lang="de">
  29. <terms>
  30. <term name="anonymous" form="short">o. A.</term>
  31. <term name="no date" form="short">o. J.</term>
  32. <term name="volume" form="short">Jg.</term>
  33. </terms>
  34. </locale>
  35. <macro name="editor">
  36. <names variable="editor" delimiter="; ">
  37. <name and="text"/>
  38. <label form="short" prefix=" (" suffix=")"/>
  39. </names>
  40. </macro>
  41. <macro name="anon">
  42. <text term="anonymous" form="short"/>
  43. </macro>
  44. <macro name="author">
  45. <names variable="author" delimiter="; ">
  46. <name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always" form="long"/>
  47. <label form="short" prefix=" (" suffix=")"/>
  48. <substitute>
  49. <names variable="editor"/>
  50. <names variable="translator"/>
  51. <text macro="anon"/>
  52. </substitute>
  53. </names>
  54. </macro>
  55. <macro name="author-short">
  56. <names variable="author" delimiter="; ">
  57. <name form="short" delimiter=" und " initialize-with=". " delimiter-precedes-last="always"/>
  58. <substitute>
  59. <names variable="editor"/>
  60. <names variable="translator"/>
  61. <text macro="anon"/>
  62. </substitute>
  63. </names>
  64. </macro>
  65. <macro name="access">
  66. <choose>
  67. <if variable="DOI">
  68. <text variable="DOI" prefix="doi: "/>
  69. </if>
  70. <else-if type="webpage post post-weblog" match="any">
  71. <group delimiter=" ">
  72. <text term="online" prefix="[" suffix="]"/>
  73. <text variable="URL"/>
  74. <date variable="accessed" prefix="[" suffix="]">
  75. <date-part name="day" form="numeric-leading-zeros" suffix="."/>
  76. <date-part name="month" form="numeric-leading-zeros" suffix="."/>
  77. <date-part name="year" form="long"/>
  78. </date>
  79. </group>
  80. </else-if>
  81. </choose>
  82. </macro>
  83. <macro name="title">
  84. <choose>
  85. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  86. <text variable="title" font-style="italic"/>
  87. </if>
  88. <else>
  89. <text variable="title"/>
  90. </else>
  91. </choose>
  92. </macro>
  93. <macro name="genre">
  94. <choose>
  95. <if type="report thesis" match="any">
  96. <group prefix=" (" suffix=")">
  97. <text variable="genre"/>
  98. <text variable="number" prefix=" Nr. "/>
  99. </group>
  100. </if>
  101. </choose>
  102. </macro>
  103. <macro name="publisher">
  104. <group delimiter=": ">
  105. <text variable="publisher-place"/>
  106. <text variable="publisher"/>
  107. </group>
  108. </macro>
  109. <macro name="year-date">
  110. <choose>
  111. <if variable="issued">
  112. <date variable="issued">
  113. <date-part name="year"/>
  114. </date>
  115. <text variable="year-suffix"/>
  116. </if>
  117. <else>
  118. <text term="no date" form="short"/>
  119. <text variable="year-suffix"/>
  120. </else>
  121. </choose>
  122. </macro>
  123. <macro name="locator">
  124. <choose>
  125. <if type="article-journal">
  126. <group delimiter=", ">
  127. <group delimiter=" ">
  128. <label text-case="capitalize-first" variable="volume" form="short"/>
  129. <text variable="volume"/>
  130. </group>
  131. <group delimiter=" ">
  132. <label variable="issue" form="short"/>
  133. <text variable="issue"/>
  134. </group>
  135. </group>
  136. </if>
  137. </choose>
  138. </macro>
  139. <macro name="locator-citation">
  140. <group delimiter=" ">
  141. <label variable="locator" form="short"/>
  142. <text variable="locator"/>
  143. </group>
  144. </macro>
  145. <macro name="published-date">
  146. <choose>
  147. <if type="article-newspaper speech" match="any">
  148. <date variable="issued">
  149. <date-part name="day" form="numeric" suffix="."/>
  150. <date-part name="month" form="numeric" suffix="."/>
  151. <date-part name="year" form="long"/>
  152. </date>
  153. </if>
  154. </choose>
  155. </macro>
  156. <macro name="pages">
  157. <choose>
  158. <if type="chapter paper-conference article-journal article-magazine article-newspaper" match="any">
  159. <label variable="page" form="short" suffix=" "/>
  160. <text variable="page"/>
  161. </if>
  162. </choose>
  163. </macro>
  164. <macro name="edition">
  165. <choose>
  166. <if is-numeric="edition">
  167. <group delimiter=". ">
  168. <number variable="edition" form="numeric"/>
  169. <text term="edition"/>
  170. </group>
  171. </if>
  172. <else>
  173. <text variable="edition" suffix="."/>
  174. </else>
  175. </choose>
  176. </macro>
  177. <macro name="container-prefix">
  178. <choose>
  179. <if type="chapter paper-conference article-journal" match="any">
  180. <text term="in" suffix=":"/>
  181. </if>
  182. </choose>
  183. </macro>
  184. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
  185. <sort>
  186. <key macro="author"/>
  187. <key variable="issued"/>
  188. </sort>
  189. <layout prefix="(" suffix=")" delimiter="; ">
  190. <group>
  191. <text macro="author-short" suffix=" "/>
  192. <text macro="year-date"/>
  193. <text macro="locator-citation" prefix=", "/>
  194. </group>
  195. </layout>
  196. </citation>
  197. <bibliography hanging-indent="true" et-al-min="4" et-al-use-first="3">
  198. <sort>
  199. <key macro="author"/>
  200. <key variable="title"/>
  201. <key variable="issued"/>
  202. </sort>
  203. <layout>
  204. <group delimiter=" " suffix=".">
  205. <choose>
  206. <if type="chapter paper-conference" match="any">
  207. <group delimiter="; ">
  208. <text macro="author"/>
  209. </group>
  210. </if>
  211. <else>
  212. <group delimiter="; ">
  213. <text macro="author"/>
  214. <text macro="editor"/>
  215. </group>
  216. </else>
  217. </choose>
  218. <text macro="year-date" prefix="(" suffix="):"/>
  219. <text macro="title" suffix=","/>
  220. <text macro="container-prefix"/>
  221. <choose>
  222. <if type="chapter paper-conference" match="any">
  223. <text macro="editor" suffix=","/>
  224. </if>
  225. </choose>
  226. <text variable="container-title" font-style="italic" suffix=","/>
  227. <text macro="edition"/>
  228. <text macro="genre"/>
  229. <group delimiter=", ">
  230. <group delimiter=" ">
  231. <text macro="publisher"/>
  232. <text variable="collection-title" prefix="(" suffix=")"/>
  233. </group>
  234. <text macro="locator"/>
  235. <text macro="published-date"/>
  236. <text macro="pages"/>
  237. <text macro="access"/>
  238. </group>
  239. </group>
  240. </layout>
  241. </bibliography>
  242. </style>
  243.  
Advertisement
Add Comment
Please, Sign In to add comment