Skip to content

Commit 8441ff9

Browse files
authored
Create fachhochschule-suedwestfalen.csl (#5459)
1 parent 8439cf4 commit 8441ff9

File tree

1 file changed

+225
-0
lines changed

1 file changed

+225
-0
lines changed

fachhochschule-sudwestfalen.csl

+225
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" et-al-min="4" et-al-use-first="1" demote-non-dropping-particle="sort-only" default-locale="de-DE">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
4+
<info>
5+
<title>Fachhochschule Südwestfalen (Deutsch)</title>
6+
<title-short>FH-SWF</title-short>
7+
<id>http://www.zotero.org/styles/fachhochschule-sudwestfalen</id>
8+
<link href="http://www.zotero.org/styles/fachhochschule-sudwestfalen" rel="self"/>
9+
<link href="http://www.zotero.org/styles/die-bachelorarbeit-samac-et-al-note" rel="template"/>
10+
<link href="https://publikationen.fhb.fh-swf.de/receive/fhswf_mods_00000001" rel="documentation"/>
11+
<author>
12+
<name>Lukas</name>
13+
<email>todi2@gmx.de</email>
14+
</author>
15+
<category citation-format="note"/>
16+
<category field="generic-base"/>
17+
<summary>Fachhochschule Südwestfalen Stil nach dem "Studienbuch Wissenschaftliches Arbeiten : Anleitung zur Erstellung von Haus-, Projekt- und Abschlussarbeiten an der Fachhochschule Südwestfalen, Standort Meschede"</summary>
18+
<updated>2021-05-18T12:05:02+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="editor" form="verb-short"/>
24+
<term name="et-al">et al.</term>
25+
<term name="ibid">ebd.</term>
26+
<term name="no date" form="short">o. J.</term>
27+
<term name="anonymous" form="short">o. V.</term>
28+
</terms>
29+
</locale>
30+
<macro name="editor">
31+
<group delimiter=" ">
32+
<choose>
33+
<if type="chapter paper-conference" match="any">
34+
<text term="in" text-case="capitalize-first" suffix=":"/>
35+
</if>
36+
</choose>
37+
<names variable="editor" delimiter=", " suffix=":">
38+
<name delimiter="/" delimiter-precedes-last="never" initialize="false" initialize-with="" name-as-sort-order="all"/>
39+
<label form="short" prefix=" (" suffix=")"/>
40+
</names>
41+
</group>
42+
</macro>
43+
<macro name="anon">
44+
<text term="anonymous" form="short" strip-periods="false"/>
45+
</macro>
46+
<macro name="author">
47+
<names variable="author">
48+
<name delimiter="/" delimiter-precedes-last="never" initialize="false" initialize-with="" name-as-sort-order="all"/>
49+
<label prefix=" (" suffix=")"/>
50+
<substitute>
51+
<names variable="editor"/>
52+
<text macro="anon"/>
53+
</substitute>
54+
</names>
55+
</macro>
56+
<macro name="author-short">
57+
<choose>
58+
<if match="all" position="ibid">
59+
<text term="ibid"/>
60+
</if>
61+
<else>
62+
<names variable="author">
63+
<name form="short" delimiter="/" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="1" initialize-with=". "/>
64+
<substitute>
65+
<names variable="editor"/>
66+
<names variable="translator"/>
67+
<text macro="anon"/>
68+
</substitute>
69+
</names>
70+
</else>
71+
</choose>
72+
</macro>
73+
<macro name="title">
74+
<choose>
75+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
76+
<text variable="title" text-case="capitalize-first" font-style="normal" font-variant="normal"/>
77+
</if>
78+
<else>
79+
<text variable="title" form="long" quotes="false" font-style="normal"/>
80+
</else>
81+
</choose>
82+
</macro>
83+
<macro name="publisher">
84+
<group delimiter=": ">
85+
<text variable="publisher-place"/>
86+
<text variable="publisher"/>
87+
</group>
88+
</macro>
89+
<macro name="year-date">
90+
<choose>
91+
<if variable="issued">
92+
<date variable="issued">
93+
<date-part name="year"/>
94+
</date>
95+
</if>
96+
<else>
97+
<text term="no date" form="short"/>
98+
</else>
99+
</choose>
100+
</macro>
101+
<macro name="locators-journal">
102+
<choose>
103+
<if type="article-journal article-magazine" match="any">
104+
<group delimiter=", ">
105+
<text variable="volume" strip-periods="false"/>
106+
<text variable="issue" prefix="(" suffix=")"/>
107+
</group>
108+
</if>
109+
<else-if type="article-newspaper">
110+
<date variable="issued" delimiter=" ">
111+
<date-part name="day"/>
112+
<date-part name="month"/>
113+
</date>
114+
</else-if>
115+
</choose>
116+
</macro>
117+
<macro name="edition">
118+
<choose>
119+
<if is-numeric="edition">
120+
<group delimiter=" ">
121+
<number variable="edition" form="ordinal"/>
122+
<text term="edition" form="short" suffix=","/>
123+
</group>
124+
</if>
125+
<else>
126+
<text variable="edition" suffix="."/>
127+
</else>
128+
</choose>
129+
</macro>
130+
<macro name="access">
131+
<choose>
132+
<if type="post post-weblog webpage" match="any">
133+
<choose>
134+
<if variable="URL">
135+
<group prefix=" ">
136+
<text value="URL:" suffix=" "/>
137+
<text variable="URL" suffix=" "/>
138+
<group prefix="[" suffix="]">
139+
<text value="Stand" suffix=" "/>
140+
<date form="numeric" variable="accessed"/>
141+
</group>
142+
</group>
143+
</if>
144+
</choose>
145+
</if>
146+
</choose>
147+
</macro>
148+
<macro name="year-date-blank">
149+
<choose>
150+
<if match="all" variable="issued">
151+
<date variable="issued">
152+
<date-part name="year"/>
153+
</date>
154+
</if>
155+
<else>
156+
<text term="no date" form="short"/>
157+
</else>
158+
</choose>
159+
</macro>
160+
<macro name="author-webpage">
161+
<group delimiter=" ">
162+
<choose>
163+
<if match="none" variable="author">
164+
<choose>
165+
<if match="all" variable="publisher">
166+
<text macro="publisher"/>
167+
</if>
168+
<else>
169+
<text macro="anon"/>
170+
</else>
171+
</choose>
172+
</if>
173+
<else>
174+
<text macro="author-short"/>
175+
</else>
176+
</choose>
177+
<text macro="year-date" prefix="(" suffix=")"/>
178+
</group>
179+
</macro>
180+
<citation name-form="short" et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="all-names" collapse="year">
181+
<layout delimiter="/">
182+
<group suffix=".">
183+
<choose>
184+
<if type="webpage post post-weblog" match="any">
185+
<text macro="author-webpage"/>
186+
</if>
187+
<else>
188+
<group>
189+
<text macro="author-short" suffix=" "/>
190+
<text macro="year-date-blank"/>
191+
</group>
192+
</else>
193+
</choose>
194+
<group delimiter=" " prefix=", ">
195+
<label variable="locator" form="short"/>
196+
<text variable="locator"/>
197+
</group>
198+
</group>
199+
</layout>
200+
</citation>
201+
<bibliography et-al-min="4" et-al-use-first="1" hanging-indent="true">
202+
<sort>
203+
<key macro="author"/>
204+
<key variable="title"/>
205+
</sort>
206+
<layout suffix=".">
207+
<group delimiter=" ">
208+
<group delimiter=" " suffix=": ">
209+
<text macro="author"/>
210+
<text macro="year-date" prefix="(" suffix=")"/>
211+
</group>
212+
<text macro="title" suffix="."/>
213+
<group delimiter=" ">
214+
<text macro="editor"/>
215+
<text variable="container-title" font-style="normal" suffix="."/>
216+
</group>
217+
<text macro="locators-journal"/>
218+
<text macro="edition"/>
219+
<text variable="genre"/>
220+
<text macro="publisher"/>
221+
<text macro="access"/>
222+
</group>
223+
</layout>
224+
</bibliography>
225+
</style>

0 commit comments

Comments
 (0)