Skip to content

Commit 86f452f

Browse files
authored
Create heiliger-dienst.csl (JabRef#4815)
1 parent 5ccd3e9 commit 86f452f

File tree

1 file changed

+206
-0
lines changed

1 file changed

+206
-0
lines changed

heiliger-dienst.csl

+206
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" names-delimiter="" demote-non-dropping-particle="sort-only" default-locale="de-DE">
3+
<info>
4+
<title>Heiliger Dienst (German)</title>
5+
<id>http://www.zotero.org/styles/heiliger-dienst</id>
6+
<link href="http://www.zotero.org/styles/heiliger-dienst" rel="self"/>
7+
<link href="http://www.zotero.org/styles/jahrbuch-der-osterreichischen-byzantinischen-gesellschaft" rel="template"/>
8+
<link href="https://www.liturgie.at/dl/lrtkJKJKkmlnkJqx4KJK/2019-04-08_AutorInnen-Hinweise.pdf" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="note"/>
13+
<category field="humanities"/>
14+
<category field="theology"/>
15+
<issn>0017-9620</issn>
16+
<updated>2020-05-20T09:08:20+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">Abruf</term>
22+
<term name="editor" form="short">Hg.</term>
23+
</terms>
24+
</locale>
25+
<macro name="contributors-short">
26+
<names variable="author">
27+
<name form="short" delimiter=" / ">
28+
<name-part name="family" font-variant="small-caps"/>
29+
</name>
30+
<substitute>
31+
<names variable="editor"/>
32+
<names variable="translator"/>
33+
</substitute>
34+
</names>
35+
</macro>
36+
<macro name="title1">
37+
<choose>
38+
<if type="chapter paper-conference" match="any">
39+
<text variable="title" suffix=","/>
40+
</if>
41+
<else>
42+
<text variable="title"/>
43+
</else>
44+
</choose>
45+
</macro>
46+
<macro name="container-title1">
47+
<choose>
48+
<if type="article-journal article-newspaper article-magazine" match="any">
49+
<group delimiter=" " prefix=", ">
50+
<group delimiter=": ">
51+
<text term="in"/>
52+
<text variable="container-title" quotes="false"/>
53+
</group>
54+
<text variable="volume" prefix=" "/>
55+
<choose>
56+
<if variable="issue">
57+
<date variable="issued" prefix="(" suffix=")">
58+
<date-part name="year"/>
59+
</date>
60+
</if>
61+
<else>
62+
<date variable="issued" prefix=" (" suffix=")">
63+
<date-part name="year"/>
64+
</date>
65+
</else>
66+
</choose>
67+
</group>
68+
</if>
69+
<else-if type="chapter paper-conference" match="any">
70+
<group delimiter=", " prefix=", ">
71+
<group delimiter=": ">
72+
<text term="in"/>
73+
<text macro="editors"/>
74+
</group>
75+
<text variable="container-title" form="short" quotes="false"/>
76+
</group>
77+
</else-if>
78+
</choose>
79+
</macro>
80+
<macro name="collection">
81+
<text variable="collection-title" text-case="title" quotes="false"/>
82+
<text variable="collection-number" prefix=" "/>
83+
</macro>
84+
<macro name="citation-locator">
85+
<group>
86+
<text variable="page" prefix=" "/>
87+
<group delimiter=" " prefix=", ">
88+
<choose>
89+
<if type="book" match="none">
90+
<text value="hier"/>
91+
</if>
92+
</choose>
93+
<text variable="locator" prefix=" "/>
94+
</group>
95+
</group>
96+
</macro>
97+
<macro name="issued1">
98+
<choose>
99+
<if type="book chapter" match="any">
100+
<text variable="edition" vertical-align="sup"/>
101+
</if>
102+
</choose>
103+
<date variable="issued">
104+
<date-part name="year" suffix=""/>
105+
</date>
106+
</macro>
107+
<macro name="access">
108+
<choose>
109+
<if type="webpage post post-weblog" match="any">
110+
<group delimiter=" ">
111+
<text variable="URL" prefix="URL: "/>
112+
<group delimiter=": " prefix="(" suffix=")">
113+
<text term="accessed"/>
114+
<date form="numeric" variable="accessed"/>
115+
</group>
116+
</group>
117+
</if>
118+
</choose>
119+
</macro>
120+
<macro name="authors-note">
121+
<names variable="author">
122+
<name delimiter=" / ">
123+
<name-part name="family" font-variant="small-caps"/>
124+
</name>
125+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
126+
<substitute>
127+
<names variable="editor translator"/>
128+
</substitute>
129+
</names>
130+
</macro>
131+
<macro name="editors">
132+
<names variable="editor">
133+
<name delimiter=" / ">
134+
<name-part name="family" font-variant="small-caps"/>
135+
</name>
136+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
137+
</names>
138+
</macro>
139+
<macro name="page">
140+
<text variable="page"/>
141+
</macro>
142+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
143+
<layout prefix="" suffix="." delimiter="; ">
144+
<choose>
145+
<if position="subsequent">
146+
<group delimiter=": ">
147+
<text macro="contributors-short"/>
148+
<group delimiter=", ">
149+
<text variable="title" form="short"/>
150+
<text variable="locator"/>
151+
</group>
152+
</group>
153+
</if>
154+
<else>
155+
<group delimiter=": ">
156+
<text macro="authors-note"/>
157+
<group>
158+
<text macro="title1"/>
159+
<text macro="container-title1"/>
160+
<text variable="publisher-place" prefix=". "/>
161+
<choose>
162+
<if type="article-journal article-newspaper article-magazine" match="none">
163+
<text macro="issued1" prefix=" "/>
164+
</if>
165+
</choose>
166+
<text macro="collection" prefix=" (" suffix=")"/>
167+
<text macro="citation-locator"/>
168+
</group>
169+
</group>
170+
</else>
171+
</choose>
172+
</layout>
173+
</citation>
174+
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="7" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0">
175+
<sort>
176+
<key macro="authors-note"/>
177+
<key variable="issued"/>
178+
</sort>
179+
<layout suffix=".">
180+
<group delimiter=": ">
181+
<text macro="authors-note"/>
182+
<group>
183+
<text macro="title1"/>
184+
<text macro="container-title1"/>
185+
<text variable="publisher-place" prefix=". "/>
186+
<choose>
187+
<if type="article-journal article-newspaper article-magazine" match="none">
188+
<text macro="issued1" prefix=" "/>
189+
</if>
190+
</choose>
191+
<choose>
192+
<if type="book chapter paper-conference" match="none">
193+
<text macro="page" prefix=" "/>
194+
</if>
195+
</choose>
196+
<choose>
197+
<if type="book chapter paper-conference" match="any">
198+
<text macro="page" prefix=", "/>
199+
</if>
200+
</choose>
201+
</group>
202+
</group>
203+
<text macro="access" prefix=". "/>
204+
</layout>
205+
</bibliography>
206+
</style>

0 commit comments

Comments
 (0)