Advertisement
Guest User

csl celine

a guest
Oct 5th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" default-locale="de-DE" demote-non-dropping-particle="sort-only">
  3. <info>
  4. <title>Céline 07</title>
  5. <id>https://csl.mendeley.com/styles/564836231/celine-style</id>
  6. <link href="http://www.zotero.org/styles/celine-style" rel="self"/>
  7. <link href="http://www.tillheilmann.info/english.php" rel="documentation"/>
  8. <author>
  9. <name>Till A. Heilmann</name>
  10. <email>mail@tillheilmann.info</email>
  11. <uri>http://www.tillheilmann.info</uri>
  12. </author>
  13. <category citation-format="note"/>
  14. <category field="humanities"/>
  15. <summary>German style for humanities. Citations in notes; full bibliography.</summary>
  16. <updated>2019-10-05T22:11:34+00:00</updated>
  17. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  18. </info>
  19. <locale xml:lang="de">
  20. <terms>
  21. <term name="accessed" form="long">zugegriffen am</term>
  22. <term name="accessed" form="short">zug. am</term>
  23. <term name="no date" form="long">ohne Datum</term>
  24. <term name="no date" form="short">o. D.</term>
  25. <term name="ordinal-01">.</term>
  26. <term name="ordinal-02">.</term>
  27. <term name="ordinal-03">.</term>
  28. <term name="ordinal-04">.</term>
  29. <term name="long-ordinal-01">erste</term>
  30. <term name="long-ordinal-02">zweite</term>
  31. <term name="long-ordinal-03">dritte</term>
  32. <term name="long-ordinal-04">vierte</term>
  33. <term name="long-ordinal-05">fünfte</term>
  34. <term name="long-ordinal-06">sechste</term>
  35. <term name="long-ordinal-07">siebte</term>
  36. <term name="long-ordinal-08">achte</term>
  37. <term name="long-ordinal-09">neunte</term>
  38. <term name="long-ordinal-10">zehnte</term>
  39. </terms>
  40. </locale>
  41. <macro name="contributors-long">
  42. <choose>
  43. <if variable="author">
  44. <names variable="author">
  45. <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  46. </names>
  47. </if>
  48. <else>
  49. <choose>
  50. <if type="book">
  51. <names variable="editor">
  52. <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  53. <label prefix=" (" form="short" suffix=".)"/>
  54. </names>
  55. </if>
  56. </choose>
  57. </else>
  58. </choose>
  59. </macro>
  60. <macro name="contributors-short">
  61. <choose>
  62. <if variable="author">
  63. <names variable="author">
  64. <name form="short" name-as-sort-order="first" sort-separator="/" delimiter="/" delimiter-precedes-last="always"/>
  65. </names>
  66. </if>
  67. <else>
  68. <choose>
  69. <if type="book">
  70. <names variable="editor">
  71. <name form="short" name-as-sort-order="first" sort-separator="/" delimiter="/" delimiter-precedes-last="always"/>
  72. <label prefix=" (" form="short" suffix=".)"/>
  73. </names>
  74. </if>
  75. </choose>
  76. </else>
  77. </choose>
  78. </macro>
  79. <macro name="secondary-contributors">
  80. <choose>
  81. <if variable="author" type="book" match="all">
  82. <names variable="editor translator" delimiter=", ">
  83. <label form="verb-short" text-case="lowercase" suffix=" "/>
  84. <name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  85. </names>
  86. </if>
  87. </choose>
  88. </macro>
  89. <macro name="container-contributors">
  90. <choose>
  91. <if variable="container-author">
  92. <names variable="container-author">
  93. <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  94. </names>
  95. </if>
  96. <else>
  97. <choose>
  98. <if type="chapter">
  99. <names variable="editor">
  100. <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  101. <label prefix=" (" form="short" suffix=".)"/>
  102. </names>
  103. </if>
  104. </choose>
  105. </else>
  106. </choose>
  107. </macro>
  108. <macro name="secondary-container-contributors">
  109. <choose>
  110. <if variable="container-author" type="chapter" match="all">
  111. <names variable="editor">
  112. <label form="verb-short" text-case="lowercase" suffix=" "/>
  113. <name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  114. </names>
  115. </if>
  116. </choose>
  117. </macro>
  118. <macro name="secondary-collection-contributors">
  119. <names variable="collection-editor">
  120. <name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  121. </names>
  122. </macro>
  123. <macro name="title-long">
  124. <group delimiter=", ">
  125. <choose>
  126. <if type="book">
  127. <text variable="title" form="long"/>
  128. </if>
  129. <else>
  130. <text variable="title" quotes="false" font-style="normal"/>
  131. </else>
  132. </choose>
  133. <choose>
  134. <if type="book">
  135. <choose>
  136. <if variable="volume">
  137. <group delimiter=" ">
  138. <text term="volume" form="short"/>
  139. <text variable="volume"/>
  140. </group>
  141. </if>
  142. </choose>
  143. </if>
  144. </choose>
  145. <text macro="secondary-contributors"/>
  146. </group>
  147. </macro>
  148. <macro name="title-short">
  149. <group delimiter=", ">
  150. <choose>
  151. <if type="book">
  152. <text variable="title" form="short"/>
  153. </if>
  154. <else>
  155. <text variable="title" form="short" quotes="true"/>
  156. </else>
  157. </choose>
  158. </group>
  159. </macro>
  160. <macro name="container">
  161. <choose>
  162. <if type="chapter">
  163. <group>
  164. <choose>
  165. <if variable="container-author editor" match="any">
  166. <text term="in" text-case="capitalize-first" suffix=": "/>
  167. </if>
  168. </choose>
  169. <text macro="container-contributors" suffix=": "/>
  170. <text variable="container-title"/>
  171. <choose>
  172. <if variable="volume">
  173. <group prefix=", " delimiter=" ">
  174. <text term="volume" form="short" suffix="."/>
  175. <text variable="volume"/>
  176. </group>
  177. </if>
  178. </choose>
  179. <text prefix=", " macro="secondary-container-contributors"/>
  180. </group>
  181. </if>
  182. <else-if type="article-journal article-magazine" match="any">
  183. <group suffix=" ">
  184. <text variable="container-title" strip-periods="false" font-style="italic" prefix="In: "/>
  185. </group>
  186. </else-if>
  187. <else-if type="article-newspaper">
  188. <group>
  189. <text variable="container-title" font-style="italic" prefix="In: "/>
  190. </group>
  191. </else-if>
  192. </choose>
  193. </macro>
  194. <macro name="edition">
  195. <choose>
  196. <if is-numeric="edition">
  197. <number variable="edition" form="ordinal"/>
  198. <text prefix=" " term="edition" form="short" suffix="."/>
  199. </if>
  200. <else-if variable="edition">
  201. <text variable="edition"/>
  202. <text prefix=" " term="edition" form="short" suffix="."/>
  203. </else-if>
  204. </choose>
  205. </macro>
  206. <macro name="issued">
  207. <choose>
  208. <if type="book chapter" match="any">
  209. <choose>
  210. <if variable="collection-title">
  211. <group prefix=", ">
  212. <text variable="collection-title"/>
  213. <text prefix=" " variable="collection-number"/>
  214. <choose>
  215. <if variable="collection-editor">
  216. <group prefix=", " delimiter=" ">
  217. <text term="editor" form="verb-short" text-case="lowercase"/>
  218. <text macro="secondary-collection-contributors"/>
  219. </group>
  220. </if>
  221. </choose>
  222. </group>
  223. </if>
  224. </choose>
  225. <text prefix=". " macro="edition"/>
  226. <group prefix=". " delimiter=" ">
  227. <group delimiter=": ">
  228. <text variable="publisher-place"/>
  229. <text variable="publisher"/>
  230. </group>
  231. <date variable="issued">
  232. <date-part name="year"/>
  233. </date>
  234. </group>
  235. </if>
  236. <else-if type="article-journal article-magazine" match="any">
  237. <group delimiter=" ">
  238. <group delimiter=".">
  239. <text variable="volume"/>
  240. <text variable="issue"/>
  241. </group>
  242. <date prefix=" (" variable="issued" suffix=")">
  243. <date-part name="year"/>
  244. </date>
  245. </group>
  246. </else-if>
  247. <else-if type="article-newspaper">
  248. <date prefix=", " variable="issued" form="numeric"/>
  249. </else-if>
  250. <else-if type="manuscript">
  251. <choose>
  252. <if variable="publisher-place">
  253. <text prefix=", " variable="publisher-place" suffix=" "/>
  254. </if>
  255. <else>
  256. <text prefix=", " value="ohne Ort" suffix=", "/>
  257. </else>
  258. </choose>
  259. <choose>
  260. <if variable="issued">
  261. <date variable="issued" form="numeric"/>
  262. </if>
  263. <else>
  264. <text term="no date"/>
  265. </else>
  266. </choose>
  267. <text prefix=" (" value="Typoskript" suffix=")"/>
  268. </else-if>
  269. <else-if type="thesis">
  270. <choose>
  271. <if variable="collection-title">
  272. <group prefix=", ">
  273. <text variable="collection-title"/>
  274. <text prefix=" " variable="collection-number"/>
  275. <choose>
  276. <if variable="collection-editor">
  277. <text prefix=", " term="editor" form="verb-short" text-case="lowercase"/>
  278. <text prefix=" " macro="secondary-collection-contributors"/>
  279. </if>
  280. </choose>
  281. </group>
  282. </if>
  283. </choose>
  284. <text prefix=", " variable="genre"/>
  285. <group prefix=", " delimiter=" ">
  286. <group delimiter=": ">
  287. <text variable="publisher-place"/>
  288. <text variable="publisher"/>
  289. </group>
  290. <date variable="issued">
  291. <date-part name="year"/>
  292. </date>
  293. </group>
  294. </else-if>
  295. <else>
  296. <text prefix=", " variable="genre"/>
  297. <group delimiter=": ">
  298. <text variable="publisher-place"/>
  299. <text variable="publisher"/>
  300. </group>
  301. <choose>
  302. <if variable="issued">
  303. <date prefix=", " variable="issued" form="numeric"/>
  304. </if>
  305. <else>
  306. <text prefix=", " term="no date"/>
  307. </else>
  308. </choose>
  309. </else>
  310. </choose>
  311. </macro>
  312. <macro name="pages">
  313. <choose>
  314. <if type="article-journal article-magazine article-newspaper chapter" match="any">
  315. <label prefix=" " suffix=". " variable="page" form="short"/>
  316. <text variable="page"/>
  317. </if>
  318. </choose>
  319. </macro>
  320. <macro name="access">
  321. <choose>
  322. <if variable="URL">
  323. <text variable="URL"/>
  324. <group prefix=" (" suffix=")" delimiter=" ">
  325. <text term="accessed" text-case="lowercase"/>
  326. <date variable="accessed">
  327. <date-part name="day" form="numeric" suffix="."/>
  328. <date-part name="month" form="numeric" suffix="."/>
  329. <date-part name="year"/>
  330. </date>
  331. </group>
  332. </if>
  333. </choose>
  334. </macro>
  335. <macro name="citation-locator">
  336. <label variable="locator" form="short" suffix=". "/>
  337. <text variable="locator"/>
  338. </macro>
  339. <citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true">
  340. <layout suffix="." delimiter="; ">
  341. <choose>
  342. <if position="ibid-with-locator">
  343. <text term="ibid" text-case="capitalize-first" suffix="."/>
  344. <text prefix=", " macro="citation-locator"/>
  345. </if>
  346. <else-if position="ibid">
  347. <text term="ibid" text-case="capitalize-first" suffix="."/>
  348. </else-if>
  349. <else-if position="subsequent">
  350. <text macro="contributors-short" suffix=": "/>
  351. <text macro="title-short"/>
  352. <text prefix=", " macro="citation-locator"/>
  353. </else-if>
  354. <else>
  355. <text macro="contributors-long" suffix=": "/>
  356. <text macro="title-long"/>
  357. <text prefix=". " macro="container"/>
  358. <text macro="issued"/>
  359. <text prefix=", " macro="pages"/>
  360. <choose>
  361. <if variable="page" type="chapter" match="all">
  362. <text prefix=", hier " macro="citation-locator"/>
  363. </if>
  364. <else-if variable="page" type="article-journal" match="all">
  365. <text prefix=", hier " macro="citation-locator"/>
  366. </else-if>
  367. <else-if variable="page" type="article-magazine" match="all">
  368. <text prefix=", hier " macro="citation-locator"/>
  369. </else-if>
  370. <else-if variable="page" type="article-newspaper" match="all">
  371. <text prefix=", hier " macro="citation-locator"/>
  372. </else-if>
  373. <else>
  374. <text prefix=", " macro="citation-locator"/>
  375. </else>
  376. </choose>
  377. <text prefix=", " macro="access"/>
  378. </else>
  379. </choose>
  380. </layout>
  381. </citation>
  382. <bibliography et-al-min="4" et-al-use-first="1" hanging-indent="true" entry-spacing="0" subsequent-author-substitute="---">
  383. <sort>
  384. <key macro="contributors-long" names-min="3" names-use-first="3"/>
  385. <key macro="title-long"/>
  386. </sort>
  387. <layout suffix=".">
  388. <text macro="contributors-long" suffix=": "/>
  389. <text macro="title-long"/>
  390. <text prefix=". " macro="container"/>
  391. <text macro="issued"/>
  392. <text prefix=", " macro="pages"/>
  393. <text prefix=", " macro="access"/>
  394. </layout>
  395. </bibliography>
  396. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement