forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathduale-hochschule-baden-wurttemberg-department-of-international-business.csl
331 lines (331 loc) · 11.7 KB
/
duale-hochschule-baden-wurttemberg-department-of-international-business.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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>Duale Hochschule Baden-Württemberg - Department of International Business</title>
<id>http://www.zotero.org/styles/duale-hochschule-baden-wurttemberg-department-of-international-business</id>
<link href="http://www.zotero.org/styles/duale-hochschule-baden-wurttemberg-department-of-international-business" rel="self"/>
<link href="http://www.zotero.org/styles/wiesbaden-business-school" rel="template"/>
<link href="https://www.dhbw-stuttgart.de/studierendenportale/bwl-ib/Zitierrichtlinien/Guidelines_for_Academic_Writing_v1.7.1.pdf" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
</author>
<category citation-format="note"/>
<category field="humanities"/>
<summary>Based on the Guidelines for Academic Writing as of December 2022 (version 1.7).</summary>
<updated>2023-08-08T10:40:03+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="en">
<terms>
<term name="accessed" form="long">status as of</term>
<term name="on">of</term>
</terms>
</locale>
<locale xml:lang="de">
<terms>
<term name="et-al">et al.</term>
<term name="volume" form="short">Jg.</term>
<term name="issue" form="long">Heft</term>
<term name="retrieved">zugegriffen am</term>
<term name="anonymous" form="short">o.V.</term>
<term name="accessed">Stand</term>
<term name="section" form="short">
<single>Abs.</single>
<multiple>Abs.</multiple>
</term>
</terms>
</locale>
<macro name="author">
<names variable="author">
<name delimiter="; " delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<choose>
<if type="entry-dictionary entry-encyclopedia" match="any">
<text variable="container-title"/>
</if>
</choose>
<text macro="anonymous"/>
</substitute>
</names>
</macro>
<macro name="anonymous">
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
</macro>
<macro name="author-short">
<names variable="author" delimiter=", ">
<name delimiter="; " delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
<label form="short"/>
<substitute>
<names variable="editor translator"/>
<text macro="anonymous" strip-periods="false"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor" delimiter="; ">
<name delimiter="; " delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="access">
<group delimiter=" ">
<text variable="URL"/>
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part form="long" name="year"/>
</date>
</group>
</group>
</macro>
<macro name="date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part form="numeric" name="day" suffix="."/>
<date-part form="numeric" name="month" suffix="."/>
<date-part form="long" name="year"/>
</date>
</if>
<else>
<date variable="accessed">
<date-part form="numeric" name="day" suffix="."/>
<date-part form="numeric" name="month" suffix="."/>
<date-part form="long" name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="year-date">
<choose>
<if match="any" is-uncertain-date="issued">
<text term="no date"/>
</if>
<else>
<date variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
<choose>
<if type="interview" match="any">
<text variable="medium" prefix=", "/>
</if>
</choose>
</macro>
<macro name="pages">
<group delimiter=" ">
<label strip-periods="false" variable="page" form="short"/>
<text variable="page"/>
</group>
</macro>
<macro name="publisher">
<group delimiter=", ">
<choose>
<if type="report" match="any">
<text variable="publisher"/>
</if>
</choose>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="edition">
<choose>
<if match="any" is-numeric="edition">
<group delimiter=". ">
<number variable="edition"/>
<label text-case="capitalize-first" variable="edition"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="type-sort">
<choose>
<if type="webpage post post-weblog" match="any">
<text value="X"/>
</if>
<else-if type="legal_case legislation" match="any">
<text value="Y"/>
</else-if>
<else-if type="interview" match="any">
<text value="Z"/>
</else-if>
<else>
<text value="A"/>
</else>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true">
<layout delimiter="; " suffix=".">
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date" prefix="(" suffix=")"/>
</group>
<choose>
<if type="post post-weblog webpage" match="any">
<text macro="access"/>
</if>
<else-if type="interview" match="any">
<group delimiter=", ">
<text variable="genre"/>
<date form="text" date-parts="year-month-day" variable="issued"/>
</group>
</else-if>
<else-if type="entry-dictionary" match="any">
<text variable="title"/>
</else-if>
</choose>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</group>
</layout>
</citation>
<bibliography>
<sort>
<key macro="type-sort"/>
<key macro="author"/>
<key macro="date"/>
</sort>
<layout suffix=".">
<choose>
<if type="legal_case" match="any">
<group delimiter=", ">
<group delimiter=" ">
<text variable="title" font-weight="bold"/>
<text term="from"/>
<date form="numeric" variable="issued"/>
</group>
<text variable="authority"/>
<text variable="number"/>
<group delimiter=" ">
<text variable="container-title"/>
<text variable="volume"/>
</group>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page-first"/>
</group>
</group>
</if>
<else>
<group>
<group delimiter=" ">
<group font-weight="bold">
<text macro="author"/>
<text macro="year-date" prefix=" (" suffix="):"/>
</group>
<text variable="title"/>
</group>
<choose>
<if type="webpage post-weblog post" match="any">
<group delimiter=". " prefix=", ">
<text variable="container-title"/>
<text macro="access"/>
</group>
</if>
<else-if type="speech" match="any">
<group delimiter=", " prefix=". ">
<text variable="publisher-place"/>
<text macro="date" prefix=", "/>
<text macro="access" prefix=", "/>
</group>
</else-if>
<else-if type="article-journal" match="any">
<group delimiter=", " prefix=". ">
<text variable="container-title"/>
<group delimiter=". ">
<label variable="volume" form="short"/>
<text variable="volume"/>
</group>
<group delimiter=" ">
<label variable="issue" form="short"/>
<text variable="issue"/>
</group>
<text macro="pages"/>
</group>
</else-if>
<else-if type="article-newspaper article-magazine" match="any">
<group delimiter=", " prefix=". ">
<text variable="container-title"/>
<group delimiter=" ">
<group delimiter=" ">
<label text-case="capitalize-first" variable="issue" form="short"/>
<text variable="issue"/>
</group>
<text term="on"/>
<date form="text" variable="issued"/>
</group>
<text macro="pages"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". " prefix=". ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
<text variable="container-title" font-style="normal"/>
</group>
<group delimiter=", ">
<text macro="edition"/>
<text macro="publisher"/>
<text macro="pages"/>
</group>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=", " prefix=". ">
<text variable="genre"/>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="interview" match="any">
<group delimiter=" " prefix=", ">
<text variable="genre"/>
<date form="text" variable="issued" prefix=" on "/>
<group delimiter=" ">
<text term="in"/>
<text variable="publisher-place"/>
</group>
</group>
</else-if>
<else-if type="report" match="any">
<group delimiter=", " prefix=". ">
<group delimiter=" ">
<text variable="genre"/>
<group delimiter=" ">
<label text-case="capitalize-first" variable="issue" form="short"/>
<text variable="number"/>
</group>
</group>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="entry-dictionary entry-encyclopedia" match="any">
<group delimiter=", " prefix=", ">
<text macro="edition"/>
<text macro="publisher"/>
</group>
</else-if>
<else>
<group delimiter=", " prefix=". ">
<text macro="edition"/>
<text macro="publisher"/>
</group>
</else>
</choose>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>