Guest User

Zotero Code

a guest
May 7th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style class="note" version="1.0" demote-non-dropping-particle="sort-only" xmlns="http://purl.org/net/xbiblio/csl">
  3. <info>
  4. <title>HKB Ergon</title>
  5. <title-short>HKB_Ergon</title-short>
  6. <id>http://www.zotero.org/styles/hkb-ergon</id>
  7. <link href="http://www.zotero.org/styles/hkb-ergon" rel="self"/>
  8. <link href="http://www.zotero.org/styles/kritische-ausgabe" rel="template"/>
  9. <link href="http://www.esv.info/download/zeitschriften/ZfdPh/autorenhinweise.pdf" rel="documentation"/>
  10. <link href="http://www.zfdphdigital.de/inhalt.html" rel="documentation"/>
  11. <author>
  12. <name>Johannes Gebauer</name>
  13. <email>[email protected]</email>
  14. </author>
  15. <category citation-format="note"/>
  16. <category field="humanities"/>
  17. <category field="literature"/>
  18. <issn>0044-2496</issn>
  19. <eissn>1865-2018</eissn>
  20. <summary>Zitierstil für ds Musikwissenschaftliche Institut Bern</summary>
  21. <updated>2025-05-07T12:42:23+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. <locale xml:lang="en">
  25. <terms>
  26. <term name="editor" form="verb-short">ed. by</term>
  27. <term name="editor" form="verb-short">Ed. by</term>
  28. <term name="translator" form="verb-short">Transl. by</term>
  29. <term name="editortranslator" form="verb-short">Ed. and transl. by</term>
  30. <term name="thesis" form="short">thesis</term>
  31. <term name="accessed">last accessed</term>
  32. <term name="version">version of</term>
  33. <term name="open-quote">“</term>
  34. <term name="close-quote">”</term>
  35. <term name="open-inner-quote">‘</term>
  36. <term name="close-inner-quote">’</term>
  37. <term name="paper-conference">conference paper</term>
  38. </terms>
  39. </locale>
  40. <locale xml:lang="de">
  41. <terms>
  42. <term name="editor" form="verb-short">hg. von</term>
  43. <term name="editor" form="verb-short">Hg. von</term>
  44. <term name="translator" form="verb-short">Übers. v.</term>
  45. <term name="editortranslator" form="verb-short">Hrsg. &amp; übers. von</term>
  46. <term name="thesis" form="short">Diss.</term>
  47. <term name="accessed">letzter Zugriff am</term>
  48. <term name="version">Fassung vom</term>
  49. <term name="et-al">et al.</term>
  50. <term name="paper-conference">Konferenz Beitrag</term>
  51. </terms>
  52. </locale>
  53. <macro name="author">
  54. <names variable="author" suffix=": ">
  55. <name delimiter-precedes-last="always"/>
  56. </names>
  57. </macro>
  58. <macro name="container-title">
  59. <group delimiter=": ">
  60. <choose>
  61. <if match="any" variable="title">
  62. <text term="in" text-case="lowercase" prefix=", "/>
  63. <choose>
  64. <if match="any" variable="container-author">
  65. <names variable="container-author">
  66. <name/>
  67. </names>
  68. </if>
  69. </choose>
  70. </if>
  71. </choose>
  72. <choose>
  73. <if type="entry-encyclopedia" match="all" variable="author editor"/>
  74. </choose>
  75. <text variable="container-title" strip-periods="false" font-style="italic"/>
  76. </group>
  77. </macro>
  78. <macro name="editor">
  79. <choose>
  80. <if type="entry-encyclopedia" match="all" variable="author editor"/>
  81. <else>
  82. <names variable="translator editor" delimiter=", " prefix=", ">
  83. <label form="verb-short" text-case="lowercase"/>
  84. <name prefix=" " and="text" delimiter-precedes-et-al="never" delimiter-precedes-last="never"/>
  85. </names>
  86. </else>
  87. </choose>
  88. </macro>
  89. <macro name="volume-for-books">
  90. <choose>
  91. <if variable="volume" type="book">
  92. <choose>
  93. <if match="any" is-numeric="volume">
  94. <group delimiter=" ">
  95. <text term="volume" form="short" prefix=", "/>
  96. <number text-case="capitalize-first" variable="volume"/>
  97. </group>
  98. </if>
  99. <else>
  100. <text variable="volume" prefix=", "/>
  101. </else>
  102. </choose>
  103. </if>
  104. <else>
  105. <choose>
  106. <if match="any" is-numeric="number-of-volumes">
  107. <group prefix=", ">
  108. <number variable="number-of-volumes" form="numeric"/>
  109. <text term="volume" form="short" plural="true" strip-periods="false" prefix=" "/>
  110. </group>
  111. </if>
  112. <else>
  113. <text variable="number-of-volumes" prefix=", "/>
  114. </else>
  115. </choose>
  116. </else>
  117. </choose>
  118. </macro>
  119. <macro name="point-locators-subsequent">
  120. <choose>
  121. <if match="none" is-numeric="locator">
  122. <choose>
  123. <if match="any" variable="locator">
  124. <label plural="always" variable="locator" form="short"/>
  125. <text variable="locator" prefix=" "/>
  126. </if>
  127. </choose>
  128. </if>
  129. <else>
  130. <label variable="locator" form="short"/>
  131. <text variable="locator" prefix=" "/>
  132. </else>
  133. </choose>
  134. </macro>
  135. <macro name="point-locators">
  136. <choose>
  137. <if variable="page">
  138. <label prefix=", hier: " variable="locator" form="short"/>
  139. <text variable="locator" prefix=" "/>
  140. </if>
  141. <else>
  142. <label prefix=", " variable="locator" form="short"/>
  143. <text variable="locator" prefix=" "/>
  144. </else>
  145. </choose>
  146. </macro>
  147. <macro name="pages">
  148. <choose>
  149. <if match="any" is-numeric="page">
  150. <label prefix=", " variable="page" form="short"/>
  151. </if>
  152. </choose>
  153. <text variable="page" prefix=" "/>
  154. <text value=""/>
  155. </macro>
  156. <macro name="edition-if-unveraendert">
  157. <choose>
  158. <if match="any" is-numeric="edition">
  159. <text variable="edition"/>
  160. </if>
  161. </choose>
  162. </macro>
  163. <macro name="edition-if-not-unveraendert">
  164. <choose>
  165. <if match="none" is-numeric="edition">
  166. <text variable="edition" prefix=", "/>
  167. </if>
  168. </choose>
  169. </macro>
  170. <macro name="author-short">
  171. <names variable="author">
  172. <name form="short"/>
  173. </names>
  174. </macro>
  175. <macro name="bibliography-sort">
  176. <choose>
  177. <if match="none" variable="author editor">
  178. <text variable="title-short"/>
  179. <number variable="volume"/>
  180. </if>
  181. <else-if match="none" variable="author">
  182. <names variable="editor">
  183. <name form="short"/>
  184. </names>
  185. </else-if>
  186. <else>
  187. <names variable="author">
  188. <name form="short"/>
  189. </names>
  190. </else>
  191. </choose>
  192. </macro>
  193. <macro name="url">
  194. <group>
  195. <text variable="URL" prefix=", "/>
  196. <group prefix=" (" suffix=")">
  197. <text term="accessed"/>
  198. <date form="text" variable="accessed" prefix=" "/>
  199. </group>
  200. </group>
  201. </macro>
  202. <citation et-al-min="4" et-al-use-first="3" disambiguate-add-names="true" disambiguate-add-year-suffix="true">
  203. <layout delimiter="; " suffix=".">
  204. <choose>
  205. <if position="ibid-with-locator">
  206. <choose>
  207. <if match="all" locator="issue" variable="title-short">
  208. <group delimiter=" ">
  209. <text variable="title-short" font-style="italic"/>
  210. <text variable="locator"/>
  211. </group>
  212. </if>
  213. <else>
  214. <group delimiter=", ">
  215. <text term="ibid"/>
  216. <text macro="point-locators-subsequent"/>
  217. </group>
  218. </else>
  219. </choose>
  220. </if>
  221. <else-if position="ibid">
  222. <text term="ibid"/>
  223. </else-if>
  224. <else>
  225. <choose>
  226. <if match="all" locator="issue" variable="title-short">
  227. <group delimiter=" ">
  228. <text variable="title-short" font-style="italic"/>
  229. <text variable="locator"/>
  230. </group>
  231. </if>
  232. <else>
  233. <choose>
  234. <if match="any" variable="author">
  235. <names variable="author">
  236. <name form="short" delimiter="/" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1">
  237. <name-part name="family" text-case="capitalize-first"/>
  238. </name>
  239. </names>
  240. </if>
  241. <else-if match="any" variable="editor">
  242. <names variable="editor">
  243. <name form="short" delimiter="/" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1"/>
  244. </names>
  245. </else-if>
  246. <else-if match="any" variable="title-short">
  247. <text variable="title-short"/>
  248. </else-if>
  249. <else>
  250. <text variable="title"/>
  251. </else>
  252. </choose>
  253. <choose>
  254. <if match="any" variable="original-date">
  255. <date date-parts="year" form="text" variable="original-date" prefix=" ">
  256. <date-part name="year"/>
  257. </date>
  258. </if>
  259. <else>
  260. <date date-parts="year" form="text" variable="issued" prefix=" ">
  261. <date-part name="year"/>
  262. </date>
  263. </else>
  264. </choose>
  265. <text macro="point-locators-subsequent" prefix=", "/>
  266. </else>
  267. </choose>
  268. </else>
  269. </choose>
  270. </layout>
  271. </citation>
  272. <bibliography entry-spacing="0" hanging-indent="true">
  273. <sort>
  274. <key macro="bibliography-sort"/>
  275. <key variable="original-date"/>
  276. <key variable="issued"/>
  277. <key variable="citation-number"/>
  278. </sort>
  279. <layout suffix=".">
  280. <group delimiter=" ">
  281. <choose>
  282. <if match="any" variable="author">
  283. <names variable="author" delimiter=", ">
  284. <name form="short" delimiter="/" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1">
  285. <name-part name="family" text-case="capitalize-first"/>
  286. </name>
  287. </names>
  288. </if>
  289. <else-if match="any" variable="editor">
  290. <names variable="editor" delimiter=", ">
  291. <name form="short" delimiter="/" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1"/>
  292. </names>
  293. </else-if>
  294. <else-if match="any" variable="title-short">
  295. <text variable="title-short"/>
  296. <number prefix=" " variable="volume"/>
  297. </else-if>
  298. <else>
  299. <text variable="title"/>
  300. <number prefix=" " variable="volume"/>
  301. </else>
  302. </choose>
  303. <choose>
  304. <if match="any" variable="original-date">
  305. <date date-parts="year" form="text" variable="original-date">
  306. <date-part name="year"/>
  307. </date>
  308. </if>
  309. <else>
  310. <date date-parts="year" form="text" variable="issued">
  311. <date-part name="year"/>
  312. </date>
  313. </else>
  314. </choose>
  315. <group font-variant="normal" prefix=" • ">
  316. <group>
  317. <text macro="author"/>
  318. <choose>
  319. <if type="entry-encyclopedia entry-dictionary" match="any">
  320. <text variable="title" quotes="true" prefix="Art. "/>
  321. </if>
  322. <else-if type="chapter article-journal" match="any">
  323. <text variable="title"/>
  324. </else-if>
  325. <else-if type="paper-conference" match="any">
  326. <text variable="title"/>
  327. <text term="paper-conference" prefix=", "/>
  328. <text variable="event-title" font-style="italic" prefix=", "/>
  329. </else-if>
  330. <else>
  331. <text variable="title" font-style="italic"/>
  332. </else>
  333. </choose>
  334. <text macro="volume-for-books"/>
  335. </group>
  336. <date date-parts="year" form="text" variable="original-date" prefix=" [" suffix="]">
  337. <date-part name="year"/>
  338. </date>
  339. <text macro="container-title" text-case="title"/>
  340. <choose>
  341. <if type="article article-journal article-magazine article-newspaper" match="any">
  342. <group>
  343. <group delimiter="/" prefix=" ">
  344. <text variable="volume"/>
  345. <text variable="issue"/>
  346. </group>
  347. <date variable="issued" prefix=" (" suffix=")">
  348. <date-part name="year"/>
  349. </date>
  350. </group>
  351. </if>
  352. <else-if type="thesis" match="any">
  353. <group prefix=", ">
  354. <text variable="genre" suffix=" "/>
  355. <text term="thesis" form="short" suffix=", "/>
  356. <text variable="publisher"/>
  357. <date date-parts="year" form="text" variable="issued" prefix=" ">
  358. <date-part name="year"/>
  359. </date>
  360. </group>
  361. </else-if>
  362. <else>
  363. <text macro="editor"/>
  364. <text macro="edition-if-not-unveraendert"/>
  365. <choose>
  366. <if type="entry-encyclopedia" match="all" variable="author editor">
  367. <names variable="editor" prefix=", ">
  368. <label form="verb-short" text-case="lowercase"/>
  369. <name prefix=" "/>
  370. </names>
  371. </if>
  372. </choose>
  373. <group prefix=", ">
  374. <text variable="publisher-place"/>
  375. <choose>
  376. <if match="any" variable="publisher">
  377. <text variable="publisher" prefix=": "/>
  378. </if>
  379. </choose>
  380. <group prefix=" ">
  381. <text macro="edition-if-unveraendert" vertical-align="sup"/>
  382. <choose>
  383. <if type="webpage" match="any">
  384. <text term="version"/>
  385. <date form="text" variable="issued" prefix=" "/>
  386. </if>
  387. <else>
  388. <choose>
  389. <if match="any" is-uncertain-date="submitted">
  390. <date variable="submitted" prefix="[ca. " suffix="]">
  391. <date-part name="year"/>
  392. </date>
  393. </if>
  394. <else-if match="any" is-uncertain-date="issued">
  395. <date variable="issued" prefix="[" suffix="]">
  396. <date-part name="year"/>
  397. </date>
  398. </else-if>
  399. <else>
  400. <date variable="issued">
  401. <date-part name="year"/>
  402. </date>
  403. </else>
  404. </choose>
  405. </else>
  406. </choose>
  407. <group prefix=" (" suffix=")">
  408. <text variable="collection-title"/>
  409. <choose>
  410. <if match="any" variable="collection-number">
  411. <label prefix=", " variable="volume" form="short"/>
  412. <text variable="collection-number" prefix=" "/>
  413. </if>
  414. </choose>
  415. </group>
  416. </group>
  417. </group>
  418. </else>
  419. </choose>
  420. <text macro="pages"/>
  421. <text macro="point-locators"/>
  422. </group>
  423. </group>
  424. <choose>
  425. <if type="webpage post-weblog" match="any">
  426. <text macro="url"/>
  427. </if>
  428. </choose>
  429. </layout>
  430. </bibliography>
  431. </style>
  432.  
Advertisement
Add Comment
Please, Sign In to add comment