Skip to content

Commit d9a8275

Browse files
authored
Create interkulturelle-germanistik-gottingen.csl (#5947)
1 parent 82c5cf7 commit d9a8275

File tree

1 file changed

+287
-0
lines changed

1 file changed

+287
-0
lines changed
Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-delimiter="/" demote-non-dropping-particle="never" default-locale="de-DE">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Interkulturelle Germanistik Göttingen (Deutsch)</title>
6+
<title-short>IKGoe</title-short>
7+
<id>http://www.zotero.org/styles/interkulturelle-germanistik-gottingen</id>
8+
<link href="http://www.zotero.org/styles/interkulturelle-germanistik-gottingen" rel="self"/>
9+
<link href="http://www.zotero.org/styles/open-gender-journal" rel="template"/>
10+
<link href="https://www.uni-goettingen.de/de/document/download/a0a0b1c0a7c078514d67fb2d8eae354c.pdf/Formatierungsvorgaben%20f%C3%BCr%20Seminar-%20und%20Masterarbeiten.pdf" rel="documentation"/>
11+
<author>
12+
<name>Leslie Wathsack</name>
13+
<email>[email protected]</email>
14+
</author>
15+
<category citation-format="author-date"/>
16+
<category field="social_science"/>
17+
<published>2022-03-12T14:07:07+00:00</published>
18+
<updated>2022-02-14T14:07:07+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<locale xml:lang="de">
22+
<terms>
23+
<term name="accessed">zuletzt geprüft am</term>
24+
<term name="et-al">et al.</term>
25+
<term name="presented at">Paper präsentiert bei der</term>
26+
<term name="anonymous" form="long">Ohne Verfasser</term>
27+
<term name="anonymous" form="short">O.V.</term>
28+
<term name="editor" form="short">Hg.</term>
29+
</terms>
30+
</locale>
31+
<macro name="container">
32+
<choose>
33+
<if type="chapter paper-conference" match="any">
34+
<text term="in" text-case="capitalize-first" suffix=": "/>
35+
<names variable="editor translator" delimiter=", " suffix=": ">
36+
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
37+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
38+
</names>
39+
<group delimiter=", ">
40+
<text variable="container-title" text-case="title"/>
41+
<text variable="collection-title" text-case="title"/>
42+
</group>
43+
</if>
44+
<else-if type="book graphic legal_case motion_picture report song" match="any">
45+
<group delimiter=", ">
46+
<text variable="container-title"/>
47+
<text variable="collection-title"/>
48+
</group>
49+
</else-if>
50+
<else-if type="article-journal article-magazine article-newspaper article" match="any">
51+
<group delimiter=", ">
52+
<group delimiter=" ">
53+
<group delimiter=": ">
54+
<text term="in" text-case="capitalize-first"/>
55+
<group delimiter=", ">
56+
<text variable="container-title"/>
57+
<text variable="collection-title"/>
58+
</group>
59+
</group>
60+
<text variable="volume"/>
61+
<text variable="issue" prefix="(" suffix=")"/>
62+
</group>
63+
<text variable="page"/>
64+
</group>
65+
</else-if>
66+
<else-if type="bill legislation" match="any">
67+
<group delimiter=" ">
68+
<group delimiter=", ">
69+
<group delimiter=" ">
70+
<text variable="container-title"/>
71+
<text variable="volume"/>
72+
<group delimiter="/">
73+
<text variable="number"/>
74+
<date date-parts="year" form="numeric" variable="issued"/>
75+
</group>
76+
</group>
77+
<text variable="page"/>
78+
</group>
79+
<group delimiter=" ">
80+
<text value="in der Fassung"/>
81+
<text variable="references"/>
82+
</group>
83+
</group>
84+
</else-if>
85+
<else>
86+
<group delimiter=", ">
87+
<text variable="container-title"/>
88+
<text variable="collection-title"/>
89+
</group>
90+
</else>
91+
</choose>
92+
</macro>
93+
<macro name="author">
94+
<names variable="author">
95+
<name delimiter-precedes-last="always" initialize="false" initialize-with="." name-as-sort-order="all"/>
96+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
97+
<substitute>
98+
<names variable="editor"/>
99+
<names variable="translator"/>
100+
<text variable="title"/>
101+
<group>
102+
<text term="anonymous" form="short"/>
103+
</group>
104+
</substitute>
105+
</names>
106+
</macro>
107+
<macro name="author-short">
108+
<names variable="author">
109+
<name form="short" initialize-with=". "/>
110+
<substitute>
111+
<names variable="editor"/>
112+
<names variable="translator"/>
113+
<text variable="title" form="short"/>
114+
<group>
115+
<text term="anonymous" form="short"/>
116+
</group>
117+
</substitute>
118+
</names>
119+
</macro>
120+
<macro name="access">
121+
<choose>
122+
<if variable="DOI">
123+
<text variable="DOI" prefix="doi: "/>
124+
</if>
125+
<else-if type="webpage post post-weblog" match="any">
126+
<group delimiter=": ">
127+
<text term="online" text-case="capitalize-first"/>
128+
<group delimiter=", ">
129+
<text variable="URL"/>
130+
<text term="accessed"/>
131+
</group>
132+
<date form="text" variable="accessed"/>
133+
</group>
134+
</else-if>
135+
</choose>
136+
</macro>
137+
<macro name="title">
138+
<choose>
139+
<if type="report" match="any">
140+
<text variable="title"/>
141+
<group prefix=" (" suffix=")" delimiter=" ">
142+
<text variable="genre"/>
143+
<text variable="number" prefix="Nr. "/>
144+
</group>
145+
</if>
146+
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
147+
<group delimiter=". ">
148+
<text variable="title"/>
149+
<text variable="medium"/>
150+
<text macro="edition"/>
151+
</group>
152+
</else-if>
153+
<else-if type="webpage">
154+
<text variable="title"/>
155+
</else-if>
156+
<else>
157+
<text variable="title"/>
158+
</else>
159+
</choose>
160+
</macro>
161+
<macro name="publisher">
162+
<group delimiter=": ">
163+
<text variable="publisher-place"/>
164+
<text variable="publisher"/>
165+
</group>
166+
</macro>
167+
<macro name="event">
168+
<choose>
169+
<if variable="event">
170+
<text term="presented at" text-case="capitalize-first" suffix=" "/>
171+
<text variable="event"/>
172+
</if>
173+
</choose>
174+
</macro>
175+
<macro name="issued">
176+
<choose>
177+
<if variable="issued">
178+
<date date-parts="year" form="numeric" variable="issued"/>
179+
</if>
180+
<else>
181+
<text term="no date" form="short"/>
182+
</else>
183+
</choose>
184+
</macro>
185+
<macro name="edition">
186+
<group delimiter=" ">
187+
<choose>
188+
<if is-numeric="edition">
189+
<number variable="edition" form="ordinal"/>
190+
<text term="edition"/>
191+
</if>
192+
<else>
193+
<text variable="edition"/>
194+
</else>
195+
</choose>
196+
</group>
197+
</macro>
198+
<macro name="locators">
199+
<choose>
200+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
201+
<group delimiter=", ">
202+
<text macro="event"/>
203+
<text macro="publisher"/>
204+
</group>
205+
</if>
206+
<else-if type="chapter paper-conference" match="any">
207+
<group delimiter=", ">
208+
<text macro="event"/>
209+
<text macro="publisher"/>
210+
<text macro="pages"/>
211+
</group>
212+
</else-if>
213+
<else-if type="patent">
214+
<text variable="number"/>
215+
</else-if>
216+
<else-if type="thesis" match="any">
217+
<group delimiter=". ">
218+
<text macro="publisher"/>
219+
<text variable="genre"/>
220+
</group>
221+
</else-if>
222+
</choose>
223+
</macro>
224+
<macro name="pages">
225+
<text variable="page"/>
226+
</macro>
227+
<macro name="author-year-title">
228+
<group delimiter=": ">
229+
<group>
230+
<choose>
231+
<if type="bill" match="any">
232+
<choose>
233+
<if match="none" variable="author editor">
234+
<text variable="title-short"/>
235+
</if>
236+
<else>
237+
<text macro="author"/>
238+
</else>
239+
</choose>
240+
</if>
241+
<else>
242+
<text macro="author"/>
243+
</else>
244+
</choose>
245+
<text macro="issued" prefix=" (" suffix=")"/>
246+
</group>
247+
<text macro="title"/>
248+
</group>
249+
</macro>
250+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
251+
<sort>
252+
<key macro="author"/>
253+
<key macro="issued" sort="descending"/>
254+
</sort>
255+
<layout prefix="(" suffix=")" delimiter="; ">
256+
<group delimiter=", ">
257+
<group delimiter=" ">
258+
<choose>
259+
<if type="legislation" match="any">
260+
<text variable="title-short"/>
261+
</if>
262+
<else>
263+
<text macro="author-short"/>
264+
</else>
265+
</choose>
266+
<text macro="issued"/>
267+
</group>
268+
<text variable="locator"/>
269+
</group>
270+
</layout>
271+
</citation>
272+
<bibliography initialize="false" entry-spacing="0" hanging-indent="true">
273+
<sort>
274+
<key macro="author"/>
275+
<key macro="issued" sort="descending"/>
276+
<key macro="title"/>
277+
</sort>
278+
<layout suffix=".">
279+
<group delimiter=": ">
280+
<text macro="author-year-title"/>
281+
<text macro="container"/>
282+
<text macro="locators"/>
283+
</group>
284+
<text macro="access" prefix=". "/>
285+
</layout>
286+
</bibliography>
287+
</style>

0 commit comments

Comments
 (0)