forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhochschule-fur-soziale-arbeit-fhnw.csl
253 lines (253 loc) · 9.62 KB
/
hochschule-fur-soziale-arbeit-fhnw.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="de-CH">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Hochschule für Soziale Arbeit FHNW (Deutsch - Schweiz)</title>
<title-short>HSA FHNW</title-short>
<id>http://www.zotero.org/styles/hochschule-fur-soziale-arbeit-fhnw</id>
<link href="http://www.zotero.org/styles/hochschule-fur-soziale-arbeit-fhnw" rel="self"/>
<link href="http://www.studierendenportal.hsa.fhnw.ch/wordpress/wp-content/uploads/wegleitung_wissenschaftl_arbeiten.pdf" rel="documentation"/>
<author>
<name>Joshua Weber</name>
<email>[email protected]</email>
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Zitationsempfehlung auf Basis der Wegleitung zur Gestaltung wissenschaftlicher Arbeiten an der Hochschule für Soziale Arbeit FHNW</summary>
<updated>2018-05-11T13:28:09+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="de">
<terms>
<term name="et-al">et al.</term>
<term name="editor" form="short">Hg.</term>
<term name="ibid">ebd.</term>
<term name="no date">o.J.</term>
<term name="edition">Aufl.</term>
</terms>
</locale>
<!--Makro Autoren: Darstellung in Inline-Zitation -->
<macro name="contributor-short">
<choose>
<if variable="author" match="any">
<names variable="author">
<name form="short" delimiter="/" et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1"/>
</names>
</if>
<else-if variable="editor" match="any">
<names variable="editor">
<name form="short" delimiter="/" et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1"/>
</names>
</else-if>
</choose>
</macro>
<!--Makro Autoren: Darstellung in Literaturverzeichnis -->
<macro name="contributors">
<choose>
<if variable="author" match="any">
<names variable="author">
<name delimiter="/" delimiter-precedes-last="never" name-as-sort-order="all"/>
<label form="verb-short" prefix=" " text-case="lowercase"/>
</names>
</if>
<else-if variable="editor" match="any">
<names variable="editor">
<name delimiter="/" delimiter-precedes-last="never" name-as-sort-order="all"/>
<label form="short" plural="always" prefix=" (" suffix=")"/>
</names>
</else-if>
</choose>
</macro>
<!--Makro Jahr: Darstellung in Inline-Zitation und bei fehlender Angabe ein "o.J" -->
<macro name="date">
<choose>
<if variable="issued" match="any">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<!--Makro Point-Locator, d.h. Platzierung der Seitenzahl Inline -->
<macro name="point-locators">
<group>
<choose>
<if locator="page" match="none">
<label variable="locator" form="short" suffix=" "/>
</if>
</choose>
<text variable="locator"/>
</group>
</macro>
<!--Makro Titel in Literaturverzeichnis-->
<macro name="title">
<text variable="title" font-style="normal"/>
</macro>
<!--Makro Sammelband bzw. Zeitschrift in Literaturverzeichnis-->
<macro name="container-title">
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="container-contributors" suffix=". "/>
</group>
<text variable="container-title" font-style="normal"/>
</if>
<else-if type="book article-journal entry-dictionary entry-encyclopedia report" match="any">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text variable="container-title" font-style="normal" suffix="."/>
</group>
</else-if>
<else-if type="article-newspaper article-magazine" match="any">
<group>
<date variable="accessed" prefix=" Erschienen am ">
<date-part form="numeric-leading-zeros" name="day" suffix="."/>
<date-part form="long" name="month" prefix=" " suffix=" "/>
<date-part name="year" suffix=". "/>
</date>
<text term="in" text-case="capitalize-first"/>
<text variable="container-title" font-style="normal" prefix=": " suffix="."/>
</group>
</else-if>
</choose>
</macro>
<!--Makro Präsentation-->
<macro name="presentation">
<choose>
<if type="speech" match="any">
<date variable="issued" prefix=" Präsentation am ">
<date-part form="numeric-leading-zeros" name="day" suffix="."/>
<date-part form="long" name="month" prefix=" " suffix=" "/>
<date-part name="year" suffix=". "/>
</date>
<text variable="event" suffix="."/>
<text variable="event-place" prefix=" " suffix="."/>
</if>
</choose>
</macro>
<!--Makro Darstellung der Herausgeber in Literaturverzeichnis-->
<macro name="container-contributors">
<choose>
<if type="chapter" match="any">
<group delimiter=". ">
<names variable="editor" suffix=".">
<name delimiter="/" delimiter-precedes-last="never" initialize="false" initialize-with="." name-as-sort-order="all"/>
<label form="short" plural="always" prefix=" (" suffix=")"/>
<substitute>
<names variable="translator">
<name delimiter="/" delimiter-precedes-last="never" initialize="false" initialize-with="." name-as-sort-order="all"/>
<label form="short" plural="always" prefix=" (" suffix=")"/>
</names>
</substitute>
</names>
</group>
</if>
</choose>
</macro>
<!--Makro Darstellung der Auflage im Literaturverzeichnis-->
<macro name="edition">
<choose>
<if variable="edition" match="any">
<text variable="edition" prefix=" "/>
<text term="edition" prefix=". " suffix=". "/>
</if>
</choose>
</macro>
<!--Makro Darstellung des Verlags und Verlagsorts in Literaturverzeichnis-->
<macro name="publisher">
<choose>
<if type="book chapter report paper-conference" match="any">
<group delimiter=": " prefix=" " suffix=".">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</if>
<else-if type="thesis">
<group delimiter=". " prefix=" " suffix=".">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else-if>
</choose>
</macro>
<!--Makro Darstellung Jahrgang, Ausgabe und Seitenzahl in Literaturverzeichnis-->
<macro name="locators">
<choose>
<if type="article article-journal article-magazine chapter">
<text variable="volume" prefix=" " suffix=". Jg."/>
<text variable="issue" prefix=" (" suffix=")."/>
<text term="page" form="short" prefix=" "/>
<text variable="page" prefix=" "/>
</if>
</choose>
</macro>
<!--Makro Darstellung URL und Zugriffsdatum in Literaturverzeichnis-->
<macro name="access">
<choose>
<if type="book chapter" match="none">
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix=" DOI: " suffix="."/>
</if>
<else-if variable="URL" match="any">
<text variable="URL" prefix="URL: "/>
<date variable="accessed" prefix=" [Zugriffsdatum: " suffix="].">
<date-part form="numeric-leading-zeros" name="day" suffix="."/>
<date-part form="long" name="month" prefix=". " suffix=" "/>
<date-part name="year"/>
</date>
</else-if>
</choose>
</if>
</choose>
</macro>
<!--Layout der In-Line-Zitation -->
<citation disambiguate-add-year-suffix="true" disambiguate-add-names="true">
<layout prefix="(" suffix=")" delimiter=", ">
<choose>
<if position="ibid-with-locator">
<group delimiter=": ">
<text term="ibid"/>
<text macro="point-locators"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else>
<group delimiter=": ">
<group delimiter=" ">
<text macro="contributor-short"/>
<date variable="original-date" form="text" prefix="[" suffix="]"/>
<text macro="date"/>
</group>
<text macro="point-locators"/>
</group>
</else>
</choose>
</layout>
</citation>
<!--Makro Layout des Literaturverzeichnisses -->
<bibliography entry-spacing="1">
<sort>
<key macro="contributors"/>
<key variable="issued"/>
</sort>
<layout suffix="">
<text macro="contributors" suffix=" "/>
<date variable="original-date" form="text" prefix="[" suffix="] "/>
<text macro="date" prefix="(" suffix="). "/>
<text macro="title" suffix="."/>
<text macro="container-title" prefix=". " suffix="."/>
<text macro="presentation"/>
<text macro="edition"/>
<text macro="publisher" prefix=""/>
<text macro="locators" suffix=". "/>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
</style>