Skip to content

Commit 8439cf4

Browse files
authored
Create freie-hochschule-stuttgart.csl (#5466)
1 parent 076c513 commit 8439cf4

File tree

1 file changed

+305
-0
lines changed

1 file changed

+305
-0
lines changed

freie-hochschule-stuttgart.csl

+305
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,305 @@
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>Freie Hochschule Stuttgart (Deutsch)</title>
5+
<title-short>Freie Hochschule Stuttgart</title-short>
6+
<id>http://www.zotero.org/styles/freie-hochschule-stuttgart</id>
7+
<link href="http://www.zotero.org/styles/freie-hochschule-stuttgart" rel="self"/>
8+
<link href="http://www.zotero.org/styles/hochschule-bonn-rhein-sieg" rel="template"/>
9+
<link href="http://www.freie-hochschule-stuttgart.de" rel="documentation"/>
10+
<author>
11+
<name>Erik Köhler</name>
12+
<email>admin@atec21.de</email>
13+
<uri>http://atec21.de/</uri>
14+
</author>
15+
<category citation-format="author-date"/>
16+
<category field="generic-base"/>
17+
<summary>Style für Studenten der Freien Hochschule Stuttgart</summary>
18+
<updated>2021-05-19T07:30:00+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="et-al">et al.</term>
24+
<term name="retrieved">Zugriff am</term>
25+
<term name="available at">Verfügbar unter</term>
26+
</terms>
27+
</locale>
28+
<macro name="container-contributors">
29+
<choose>
30+
<if type="chapter paper-conference" match="any">
31+
<text term="in" text-case="capitalize-first" suffix=" "/>
32+
<names variable="editor translator" delimiter=", " suffix=", ">
33+
<name and="symbol" initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
34+
<label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/>
35+
</names>
36+
</if>
37+
</choose>
38+
</macro>
39+
<macro name="secondary-contributors">
40+
<choose>
41+
<if type="chapter paper-conference" match="none">
42+
<names variable="editor translator" delimiter=", " prefix=" (" suffix=")">
43+
<name and="symbol" initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
44+
<label form="short" prefix=", " text-case="capitalize-first"/>
45+
</names>
46+
</if>
47+
</choose>
48+
</macro>
49+
<macro name="author">
50+
<names variable="author">
51+
<name and="text" delimiter-precedes-last="never" name-as-sort-order="all"/>
52+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
53+
<substitute>
54+
<names variable="editor"/>
55+
<names variable="translator"/>
56+
<text macro="title"/>
57+
</substitute>
58+
</names>
59+
</macro>
60+
<macro name="author-short">
61+
<names variable="author">
62+
<name form="short" and="symbol" delimiter=", " initialize-with=". " delimiter-precedes-last="never"/>
63+
<substitute>
64+
<names variable="editor"/>
65+
<names variable="translator"/>
66+
<choose>
67+
<if type="bill book graphic legal_case motion_picture report song" match="any">
68+
<text variable="title" form="short" font-style="italic"/>
69+
</if>
70+
<else>
71+
<text variable="title" form="short" quotes="true"/>
72+
</else>
73+
</choose>
74+
</substitute>
75+
</names>
76+
</macro>
77+
<macro name="access">
78+
<choose>
79+
<if type="article" match="none">
80+
<choose>
81+
<if variable="DOI">
82+
<text value="doi:"/>
83+
<text variable="DOI"/>
84+
</if>
85+
<else-if variable="URL">
86+
<choose>
87+
<if type="article" match="none">
88+
<group delimiter=": ">
89+
<text term="available at" text-case="capitalize-first"/>
90+
<text variable="URL"/>
91+
</group>
92+
<group prefix=" [" suffix="].">
93+
<!-- <text term="retrieved" suffix=" "/> -->
94+
<date variable="accessed">
95+
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
96+
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
97+
<date-part name="year"/>
98+
</date>
99+
</group>
100+
</if>
101+
</choose>
102+
</else-if>
103+
</choose>
104+
</if>
105+
</choose>
106+
</macro>
107+
<macro name="title">
108+
<choose>
109+
<if type="report thesis" match="any">
110+
<text variable="title" font-style="italic" suffix="."/>
111+
<group prefix=" " suffix=".">
112+
<text variable="genre"/>
113+
<text variable="number" prefix=" Nr. "/>
114+
</group>
115+
</if>
116+
<else-if type="webpage article-magazine article-journal article-newspaper" match="any">
117+
<text variable="title" prefix="" suffix=""/>
118+
<text variable="collection-title" prefix=" (" suffix=")"/>
119+
</else-if>
120+
<else-if type="bill book graphic legislation report song speech" match="any">
121+
<text variable="title" font-style="italic" suffix="."/>
122+
<text variable="collection-title" prefix=" Reihe: " suffix=""/>
123+
</else-if>
124+
<else-if type="motion_picture" match="any">
125+
<text variable="title" font-style="italic" suffix="."/>
126+
<text variable="collection-title" prefix=" Serie: " suffix=""/>
127+
</else-if>
128+
<else>
129+
<text variable="title" suffix="."/>
130+
<text variable="collection-title" prefix=" In: " suffix=""/>
131+
</else>
132+
</choose>
133+
</macro>
134+
<macro name="publisher">
135+
<choose>
136+
<if type="article-newspaper" match="none">
137+
<choose>
138+
<if type="report thesis article-journal article-magazine" match="any">
139+
<group delimiter=": ">
140+
<text variable="publisher-place"/>
141+
<text variable="publisher"/>
142+
</group>
143+
</if>
144+
<else>
145+
<!-- <choose><if variable="event" match="none"><text variable="genre" suffix=""/></if></choose> -->
146+
<group delimiter=": ">
147+
<text variable="publisher-place"/>
148+
<text variable="publisher" suffix="."/>
149+
</group>
150+
</else>
151+
</choose>
152+
</if>
153+
</choose>
154+
</macro>
155+
<macro name="event">
156+
<choose>
157+
<if variable="event">
158+
<choose>
159+
<if variable="genre" match="none">
160+
<text term="presented at" text-case="capitalize-first" suffix=" "/>
161+
<text variable="event"/>
162+
</if>
163+
<else>
164+
<group delimiter=" ">
165+
<text variable="genre" text-case="capitalize-first"/>
166+
<text term="presented at"/>
167+
<text variable="event"/>
168+
</group>
169+
</else>
170+
</choose>
171+
</if>
172+
</choose>
173+
</macro>
174+
<macro name="issued">
175+
<choose>
176+
<if variable="issued">
177+
<group prefix=" (" suffix="):">
178+
<choose>
179+
<if type="bill book graphic legal_case motion_picture report song article-journal chapter paper-conference" match="none">
180+
<date variable="issued">
181+
<date-part suffix="." form="numeric-leading-zeros" name="day"/>
182+
<date-part suffix="." form="numeric-leading-zeros" name="month"/>
183+
</date>
184+
</if>
185+
</choose>
186+
<date variable="issued">
187+
<date-part name="year"/>
188+
</date>
189+
</group>
190+
</if>
191+
<else>
192+
<text prefix=" (" term="no date" suffix="):" form="short"/>
193+
</else>
194+
</choose>
195+
</macro>
196+
<macro name="issued-year">
197+
<choose>
198+
<if variable="issued">
199+
<date variable="issued">
200+
<date-part name="year"/>
201+
</date>
202+
</if>
203+
<else>
204+
<text term="no date" form="short"/>
205+
</else>
206+
</choose>
207+
</macro>
208+
<macro name="edition">
209+
<choose>
210+
<if is-numeric="edition">
211+
<group delimiter=" ">
212+
<number variable="edition" form="ordinal"/>
213+
<text term="edition" form="short"/>
214+
</group>
215+
</if>
216+
<else>
217+
<text variable="edition" suffix="."/>
218+
</else>
219+
</choose>
220+
</macro>
221+
<macro name="locators">
222+
<choose>
223+
<if type="article-journal article-magazine" match="any">
224+
<group prefix=" " delimiter=", " suffix=". ">
225+
<group>
226+
<text variable="volume" font-style="italic" prefix=" (" suffix=")"/>
227+
<text variable="issue" prefix="Nr. " suffix=""/>
228+
<text macro="issued-year" prefix=" (" suffix=")"/>
229+
</group>
230+
<text variable="page"/>
231+
</group>
232+
</if>
233+
<else-if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
234+
<group prefix=" (" suffix=")" delimiter=", ">
235+
<text macro="edition"/>
236+
<group>
237+
<text term="volume" form="long" plural="true" text-case="capitalize-first" suffix=" "/>
238+
<number variable="number-of-volumes" form="numeric" prefix="1&#8211;"/>
239+
</group>
240+
<group>
241+
<text term="volume" form="long" text-case="capitalize-first" suffix=" "/>
242+
<number variable="volume" form="numeric"/>
243+
</group>
244+
<group>
245+
<label variable="page" form="short" suffix=" "/>
246+
<text variable="page"/>
247+
</group>
248+
</group>
249+
</else-if>
250+
<else-if type="article-newspaper" match="any">
251+
<group delimiter=" " prefix=", ">
252+
<label text-case="capitalize-first" variable="page" form="short"/>
253+
<text variable="page"/>
254+
</group>
255+
</else-if>
256+
</choose>
257+
</macro>
258+
<macro name="citation-locator">
259+
<group>
260+
<label variable="locator" form="short"/>
261+
<text variable="locator" prefix=" "/>
262+
</group>
263+
</macro>
264+
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
265+
<sort>
266+
<key macro="author"/>
267+
<key macro="issued-year"/>
268+
</sort>
269+
<layout prefix="(" suffix=")" delimiter="; ">
270+
<group delimiter=", ">
271+
<text macro="author-short"/>
272+
<text macro="issued-year"/>
273+
<text macro="citation-locator"/>
274+
</group>
275+
</layout>
276+
</citation>
277+
<bibliography delimiter-precedes-et-al="never" et-al-min="7" et-al-use-first="6" entry-spacing="0" line-spacing="2" hanging-indent="true">
278+
<sort>
279+
<key macro="author"/>
280+
<key macro="issued-year" sort="ascending"/>
281+
</sort>
282+
<layout>
283+
<group>
284+
<text macro="author"/>
285+
<text macro="issued" suffix=" "/>
286+
<group delimiter=" ">
287+
<text macro="title"/>
288+
<group>
289+
<text macro="container-contributors"/>
290+
<text macro="secondary-contributors"/>
291+
<group delimiter=", " suffix=". ">
292+
<text variable="container-title" font-style="italic"/>
293+
</group>
294+
</group>
295+
</group>
296+
<text macro="locators"/>
297+
<group delimiter=", " prefix=". ">
298+
<text macro="event"/>
299+
<text macro="publisher"/>
300+
</group>
301+
</group>
302+
<text macro="access" prefix=" "/>
303+
</layout>
304+
</bibliography>
305+
</style>

0 commit comments

Comments
 (0)