commit | author | age
|
6a4200
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
JUH |
2 |
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="de-DE"> |
|
3 |
<info> |
|
4 |
<title>EVA Berlin Konferenz (German)</title> |
|
5 |
<id>http://www.zotero.org/styles/eva-berlin-konferenz</id> |
|
6 |
<link href="http://www.zotero.org/styles/eva-berlin-konferenz" rel="self"/> |
|
7 |
<link href="http://www.zotero.org/styles/iso690-numeric-en" rel="template"/> |
|
8 |
<link href="https://www.eva-berlin.de/en/participation/call-for-papers/" rel="documentation"/> |
|
9 |
<author> |
|
10 |
<name>Thomas Tunsch</name> |
|
11 |
<email>thtbln@yahoo.de</email> |
|
12 |
<uri>https://thtbln.solid.community/profile/card#me</uri> |
|
13 |
</author> |
|
14 |
<category citation-format="numeric"/> |
|
15 |
<category field="humanities"/> |
|
16 |
<category field="engineering"/> |
|
17 |
<summary>Style based on ISO 690:2010(E), V1.1; adapted for EVA Berlin conference publication. Citation style documentation from Word template</summary> |
|
18 |
<updated>2018-12-31T15:53:36+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> |
|
22 |
<terms> |
|
23 |
<term name="no date">[o.J.]</term> |
|
24 |
<term name="in">in</term> |
|
25 |
<term name="online">online</term> |
|
26 |
<term name="accessed">Online im Internet</term> |
|
27 |
<term name="retrieved">URL</term> |
|
28 |
<term name="from"/> |
|
29 |
<term name="and">und</term> |
|
30 |
</terms> |
|
31 |
</locale> |
|
32 |
<macro name="author"> |
|
33 |
<names variable="author"> |
|
34 |
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="never"> |
|
35 |
<name-part name="family" text-case="capitalize-first"/> |
|
36 |
<name-part name="given"/> |
|
37 |
</name> |
|
38 |
</names> |
|
39 |
</macro> |
|
40 |
<macro name="editor"> |
|
41 |
<names variable="editor"> |
|
42 |
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter=", " delimiter-precedes-last="never"> |
|
43 |
<name-part name="family" text-case="capitalize-first"/> |
|
44 |
<name-part name="given"/> |
|
45 |
</name> |
|
46 |
<label prefix=" (" form="short" suffix=".)"/> |
|
47 |
</names> |
|
48 |
</macro> |
|
49 |
<macro name="translator"> |
|
50 |
<names variable="translator"> |
|
51 |
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter=" " delimiter-precedes-last="never"> |
|
52 |
<name-part name="family" text-case="capitalize-first"/> |
|
53 |
<name-part name="given"/> |
|
54 |
</name> |
|
55 |
<label prefix=" (" form="short" suffix=".)"/> |
|
56 |
</names> |
|
57 |
</macro> |
|
58 |
<macro name="responsability"> |
|
59 |
<choose> |
|
60 |
<if variable="author editor translator" match="any"> |
|
61 |
<choose> |
|
62 |
<if variable="author"> |
|
63 |
<text macro="author"/> |
|
64 |
</if> |
|
65 |
<else-if variable="editor"> |
|
66 |
<text macro="editor"/> |
|
67 |
</else-if> |
|
68 |
<else> |
|
69 |
<text macro="translator"/> |
|
70 |
</else> |
|
71 |
</choose> |
|
72 |
</if> |
|
73 |
</choose> |
|
74 |
</macro> |
|
75 |
<macro name="container-author"> |
|
76 |
<names variable="container-author"> |
|
77 |
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter=", " delimiter-precedes-last="never"> |
|
78 |
<name-part name="family" text-case="capitalize-first"/> |
|
79 |
<name-part name="given"/> |
|
80 |
</name> |
|
81 |
</names> |
|
82 |
</macro> |
|
83 |
<macro name="container-responsability"> |
|
84 |
<choose> |
|
85 |
<if variable="container-author editor translator" match="any"> |
|
86 |
<choose> |
|
87 |
<if variable="container-author"> |
|
88 |
<text macro="container-author"/> |
|
89 |
</if> |
|
90 |
<else-if variable="editor"> |
|
91 |
<text macro="editor"/> |
|
92 |
</else-if> |
|
93 |
<else> |
|
94 |
<text macro="translator"/> |
|
95 |
</else> |
|
96 |
</choose> |
|
97 |
</if> |
|
98 |
</choose> |
|
99 |
</macro> |
|
100 |
<macro name="year-date"> |
|
101 |
<choose> |
|
102 |
<if variable="issued"> |
|
103 |
<date variable="issued"> |
|
104 |
<date-part name="year" form="long"/> |
|
105 |
</date> |
|
106 |
</if> |
|
107 |
<else> |
|
108 |
<text term="no date"/> |
|
109 |
</else> |
|
110 |
</choose> |
|
111 |
</macro> |
|
112 |
<macro name="title"> |
|
113 |
<choose> |
|
114 |
<if type="book thesis map motion_picture song manuscript" match="any"> |
|
115 |
<text variable="title" font-style="italic"/> |
|
116 |
</if> |
|
117 |
<else-if type="paper-conference speech chapter article-journal article-magazine article-newspaper entry entry-dictionary entry-encyclopedia post-weblog post webpage broadcast" match="any"> |
|
118 |
<text variable="title" font-style="italic" suffix=", "/> |
|
119 |
<choose> |
|
120 |
<if type="chapter paper-conference entry-encyclopedia" match="any"> |
|
121 |
<text term="in" text-case="capitalize-first" suffix=": " font-style="normal"/> |
|
122 |
</if> |
|
123 |
</choose> |
|
124 |
<choose> |
|
125 |
<if variable="container-author editor translator" match="any"> |
|
126 |
<text macro="container-responsability"/> |
|
127 |
<choose> |
|
128 |
<if variable="container-title event" match="any"> |
|
129 |
<text value=", "/> |
|
130 |
</if> |
|
131 |
</choose> |
|
132 |
</if> |
|
133 |
</choose> |
|
134 |
<choose> |
|
135 |
<if variable="container-title"> |
|
136 |
<text variable="container-title" font-style="normal"/> |
|
137 |
</if> |
|
138 |
<else> |
|
139 |
<text variable="event" font-style="normal"/> |
|
140 |
</else> |
|
141 |
</choose> |
|
142 |
</else-if> |
|
143 |
<else-if type="report"> |
|
144 |
<text variable="number" suffix=": "/> |
|
145 |
<text variable="title" font-style="normal"/> |
|
146 |
</else-if> |
|
147 |
<else-if type="patent"> |
|
148 |
<text variable="title"/> |
|
149 |
</else-if> |
|
150 |
<else> |
|
151 |
<text variable="title" font-style="italic"/> |
|
152 |
</else> |
|
153 |
</choose> |
|
154 |
<choose> |
|
155 |
<if variable="URL"> |
|
156 |
<text term="online" prefix=" [" suffix="]"/> |
|
157 |
</if> |
|
158 |
</choose> |
|
159 |
</macro> |
|
160 |
<macro name="number"> |
|
161 |
<text variable="number"/> |
|
162 |
</macro> |
|
163 |
<macro name="medium"> |
|
164 |
<text variable="medium" prefix=" [" suffix="]"/> |
|
165 |
</macro> |
|
166 |
<macro name="version"> |
|
167 |
<text variable="version"/> |
|
168 |
</macro> |
|
169 |
<macro name="genre"> |
|
170 |
<choose> |
|
171 |
<if type="map"> |
|
172 |
<choose> |
|
173 |
<if variable="genre"> |
|
174 |
<text variable="genre" prefix="[" suffix="]"/> |
|
175 |
</if> |
|
176 |
<else> |
|
177 |
<text value="map" prefix="[" suffix="]"/> |
|
178 |
</else> |
|
179 |
</choose> |
|
180 |
</if> |
|
181 |
<else> |
|
182 |
<text variable="genre"/> |
|
183 |
</else> |
|
184 |
</choose> |
|
185 |
</macro> |
|
186 |
<macro name="date"> |
|
187 |
<choose> |
|
188 |
<if variable="issued"> |
|
189 |
<date variable="issued"> |
|
190 |
<date-part name="day" suffix="."/> |
|
191 |
<date-part name="month" form="numeric" suffix="."/> |
|
192 |
<date-part name="year"/> |
|
193 |
</date> |
|
194 |
</if> |
|
195 |
</choose> |
|
196 |
</macro> |
|
197 |
<macro name="edition"> |
|
198 |
<text variable="edition" form="long"/> |
|
199 |
</macro> |
|
200 |
<macro name="publisher-group"> |
|
201 |
<group delimiter=", "> |
|
202 |
<text variable="publisher"/> |
|
203 |
<text variable="publisher-place"/> |
|
204 |
</group> |
|
205 |
</macro> |
|
206 |
<macro name="issue"> |
|
207 |
<group delimiter=", "> |
|
208 |
<text variable="volume" prefix="Vol. "/> |
|
209 |
<choose> |
|
210 |
<if variable="volume"> |
|
211 |
<text variable="issue" prefix="no. "/> |
|
212 |
<text variable="page" prefix="p. "/> |
|
213 |
</if> |
|
214 |
<else-if variable="issue"> |
|
215 |
<text variable="issue" prefix="No. "/> |
|
216 |
<text variable="page" prefix="p. "/> |
|
217 |
</else-if> |
|
218 |
<else> |
|
219 |
<text variable="page" prefix="P. "/> |
|
220 |
</else> |
|
221 |
</choose> |
|
222 |
</group> |
|
223 |
</macro> |
|
224 |
<macro name="accessed"> |
|
225 |
<choose> |
|
226 |
<if variable="URL"> |
|
227 |
<group prefix="" suffix=":"> |
|
228 |
<text term="accessed" text-case="capitalize-first"/> |
|
229 |
</group> |
|
230 |
</if> |
|
231 |
</choose> |
|
232 |
</macro> |
|
233 |
<macro name="collection"> |
|
234 |
<group delimiter=", "> |
|
235 |
<text variable="collection-title"/> |
|
236 |
<text variable="collection-number"/> |
|
237 |
</group> |
|
238 |
</macro> |
|
239 |
<macro name="page"> |
|
240 |
<choose> |
|
241 |
<if type="book thesis manuscript" match="any"> |
|
242 |
<text variable="number-of-pages" suffix=" p"/> |
|
243 |
</if> |
|
244 |
<else-if type="chapter paper-conference article-newspaper" match="any"> |
|
245 |
<text variable="page" prefix="p. "/> |
|
246 |
</else-if> |
|
247 |
<else-if type="report patent" match="any"> |
|
248 |
<text variable="page" suffix=" p"/> |
|
249 |
</else-if> |
|
250 |
</choose> |
|
251 |
</macro> |
|
252 |
<macro name="isbn"> |
|
253 |
<text variable="ISBN" prefix="ISBN "/> |
|
254 |
</macro> |
|
255 |
<macro name="doi"> |
|
256 |
<text variable="DOI" prefix="DOI "/> |
|
257 |
</macro> |
|
258 |
<macro name="url"> |
|
259 |
<choose> |
|
260 |
<if variable="URL"> |
|
261 |
<text variable="URL" suffix=" "/> |
|
262 |
<group> |
|
263 |
<text term="from" suffix=": "/> |
|
264 |
<date variable="accessed"> |
|
265 |
<date-part name="day" prefix="("/> |
|
266 |
<date-part name="month" form="numeric" prefix="."/> |
|
267 |
<date-part name="year" prefix="." suffix="). "/> |
|
268 |
</date> |
|
269 |
</group> |
|
270 |
</if> |
|
271 |
</choose> |
|
272 |
</macro> |
|
273 |
<macro name="archive"> |
|
274 |
<group delimiter=": "> |
|
275 |
<text variable="archive"/> |
|
276 |
<text macro="archive_location"/> |
|
277 |
</group> |
|
278 |
</macro> |
|
279 |
<macro name="archive_location"> |
|
280 |
<choose> |
|
281 |
<if variable="archive_location"> |
|
282 |
<text variable="archive_location"/> |
|
283 |
</if> |
|
284 |
<else> |
|
285 |
<text variable="call-number"/> |
|
286 |
</else> |
|
287 |
</choose> |
|
288 |
</macro> |
|
289 |
<macro name="abstract"> |
|
290 |
<text variable="abstract"/> |
|
291 |
</macro> |
|
292 |
<macro name="note"> |
|
293 |
<text variable="note"/> |
|
294 |
</macro> |
|
295 |
<citation collapse="citation-number" after-collapse-delimiter="; "> |
|
296 |
<sort> |
|
297 |
<key variable="citation-number"/> |
|
298 |
</sort> |
|
299 |
<layout prefix="[" suffix="]" delimiter=", "> |
|
300 |
<group delimiter=", "> |
|
301 |
<text variable="citation-number"/> |
|
302 |
<group> |
|
303 |
<label variable="locator" suffix=". " form="short" strip-periods="true"/> |
|
304 |
<text variable="locator"/> |
|
305 |
</group> |
|
306 |
</group> |
|
307 |
</layout> |
|
308 |
</citation> |
|
309 |
<bibliography> |
|
310 |
<sort> |
|
311 |
<key variable="citation-number"/> |
|
312 |
</sort> |
|
313 |
<layout> |
|
314 |
<text variable="citation-number" display="left-margin" prefix="[" suffix="] "/> |
|
315 |
<choose> |
|
316 |
<if type="book map" match="any"> |
|
317 |
<group display="right-inline"> |
|
318 |
<text macro="responsability" suffix=": "/> |
|
319 |
<text macro="title" suffix=", "/> |
|
320 |
<text macro="genre" suffix=", "/> |
|
321 |
<text macro="edition" suffix=", "/> |
|
322 |
<text macro="publisher-group" suffix=", "/> |
|
323 |
<text macro="year-date" suffix=", "/> |
|
324 |
<text macro="collection" suffix=", "/> |
|
325 |
<text macro="accessed" suffix=" "/> |
|
326 |
<text macro="isbn" suffix=". "/> |
|
327 |
<text macro="url"/> |
|
328 |
</group> |
|
329 |
</if> |
|
330 |
<else-if type="article-journal article-magazine" match="any"> |
|
331 |
<group display="right-inline"> |
|
332 |
<text macro="responsability" suffix=": "/> |
|
333 |
<text macro="title" suffix=", "/> |
|
334 |
<text macro="edition" suffix=", "/> |
|
335 |
<text macro="date" suffix=", "/> |
|
336 |
<text macro="issue" suffix=", "/> |
|
337 |
<text macro="accessed" suffix=" "/> |
|
338 |
<text macro="doi" suffix=", "/> |
|
339 |
<text macro="url"/> |
|
340 |
</group> |
|
341 |
</else-if> |
|
342 |
<else-if type="article-newspaper"> |
|
343 |
<group display="right-inline"> |
|
344 |
<text macro="responsability" suffix=": "/> |
|
345 |
<text macro="title" suffix=", "/> |
|
346 |
<text macro="edition" suffix=", "/> |
|
347 |
<text macro="publisher-group" suffix=", "/> |
|
348 |
<text macro="date" suffix=", "/> |
|
349 |
<text macro="page" suffix=". "/> |
|
350 |
<text macro="accessed" suffix=". "/> |
|
351 |
<text macro="url"/> |
|
352 |
</group> |
|
353 |
</else-if> |
|
354 |
<else-if type="chapter entry entry-dictionary entry-encyclopedia" match="any"> |
|
355 |
<group display="right-inline"> |
|
356 |
<text macro="responsability" suffix=": "/> |
|
357 |
<text macro="title" font-style="normal" suffix=", "/> |
|
358 |
<text macro="edition" suffix=". "/> |
|
359 |
<text macro="publisher-group" suffix=", "/> |
|
360 |
<text macro="year-date" prefix="" suffix=", "/> |
|
361 |
<text macro="page" suffix=", "/> |
|
362 |
<text macro="collection" suffix=", "/> |
|
363 |
<text macro="isbn" suffix=". "/> |
|
364 |
<text macro="accessed" suffix=". "/> |
|
365 |
<text macro="url"/> |
|
366 |
</group> |
|
367 |
</else-if> |
|
368 |
<else-if type="speech"> |
|
369 |
<group display="right-inline"> |
|
370 |
<text macro="responsability" suffix=": "/> |
|
371 |
<text macro="title" suffix=", "/> |
|
372 |
<text macro="genre" suffix=", "/> |
|
373 |
<text macro="publisher-group" suffix=", "/> |
|
374 |
<text macro="date" suffix=", "/> |
|
375 |
<text macro="accessed" suffix=". "/> |
|
376 |
<text macro="page" suffix=". "/> |
|
377 |
<text macro="url"/> |
|
378 |
</group> |
|
379 |
</else-if> |
|
380 |
<else-if type="paper-conference"> |
|
381 |
<group display="right-inline"> |
|
382 |
<text macro="responsability" suffix=": "/> |
|
383 |
<text macro="title" suffix=". "/> |
|
384 |
<text macro="genre" suffix=". "/> |
|
385 |
<text macro="publisher-group" suffix=", "/> |
|
386 |
<text macro="date" suffix=", "/> |
|
387 |
<text macro="isbn" suffix=", "/> |
|
388 |
<text macro="page" suffix=", "/> |
|
389 |
<text macro="accessed" suffix=". "/> |
|
390 |
<text macro="collection" suffix=". "/> |
|
391 |
<text macro="url"/> |
|
392 |
</group> |
|
393 |
</else-if> |
|
394 |
<else-if type="thesis"> |
|
395 |
<group display="right-inline"> |
|
396 |
<text macro="responsability" suffix=": "/> |
|
397 |
<text macro="title" suffix=", "/> |
|
398 |
<text macro="genre" suffix=", "/> |
|
399 |
<text macro="publisher-group" suffix=", "/> |
|
400 |
<text macro="year-date" suffix=", "/> |
|
401 |
<text macro="accessed" suffix=". "/> |
|
402 |
<text macro="url"/> |
|
403 |
</group> |
|
404 |
</else-if> |
|
405 |
<else-if type="post-weblog post webpage" match="any"> |
|
406 |
<group display="right-inline"> |
|
407 |
<text macro="responsability" suffix=": "/> |
|
408 |
<text macro="title" suffix=", "/> |
|
409 |
<text macro="date" suffix=", "/> |
|
410 |
<text macro="accessed" suffix=". "/> |
|
411 |
<text macro="url"/> |
|
412 |
</group> |
|
413 |
</else-if> |
|
414 |
<else-if type="broadcast motion_picture song" match="any"> |
|
415 |
<group display="right-inline"> |
|
416 |
<text macro="responsability" suffix=". "/> |
|
417 |
<text macro="title" suffix=". "/> |
|
418 |
<text macro="medium" suffix=". "/> |
|
419 |
<text macro="publisher-group" suffix=", "/> |
|
420 |
<text macro="date" suffix=". "/> |
|
421 |
<text macro="accessed" suffix=". "/> |
|
422 |
<text macro="collection" suffix=". "/> |
|
423 |
<text macro="isbn" suffix=". "/> |
|
424 |
<text macro="url"/> |
|
425 |
</group> |
|
426 |
</else-if> |
|
427 |
<else-if type="report" match="any"> |
|
428 |
<group display="right-inline"> |
|
429 |
<text macro="responsability" suffix=". "/> |
|
430 |
<text macro="title" suffix=". "/> |
|
431 |
<text macro="genre" suffix=". "/> |
|
432 |
<text macro="edition" suffix=". "/> |
|
433 |
<text macro="publisher-group" suffix=", "/> |
|
434 |
<text macro="year-date" suffix=". "/> |
|
435 |
<text macro="accessed" suffix=". "/> |
|
436 |
<text macro="collection" suffix=". "/> |
|
437 |
<text macro="url"/> |
|
438 |
</group> |
|
439 |
</else-if> |
|
440 |
<else-if type="manuscript" match="any"> |
|
441 |
<group display="right-inline"> |
|
442 |
<text macro="responsability" suffix=". "/> |
|
443 |
<text macro="title" suffix=". "/> |
|
444 |
<text macro="genre" suffix=". "/> |
|
445 |
<text macro="edition" suffix=". "/> |
|
446 |
<text macro="publisher-group" suffix=", "/> |
|
447 |
<text macro="year-date" suffix=". "/> |
|
448 |
<text macro="accessed" suffix=". "/> |
|
449 |
<text macro="collection" suffix=". "/> |
|
450 |
<text macro="url"/> |
|
451 |
</group> |
|
452 |
</else-if> |
|
453 |
<else-if type="patent"> |
|
454 |
<group display="right-inline"> |
|
455 |
<text macro="responsability" suffix=". "/> |
|
456 |
<text macro="title" suffix=". "/> |
|
457 |
<text macro="number" suffix=". "/> |
|
458 |
<text macro="date" suffix=". "/> |
|
459 |
<text macro="publisher-group" suffix=". "/> |
|
460 |
<text macro="accessed" suffix=". "/> |
|
461 |
<text macro="collection" suffix=". "/> |
|
462 |
<text macro="url"/> |
|
463 |
<text macro="archive"/> |
|
464 |
<text macro="abstract"/> |
|
465 |
<text macro="note"/> |
|
466 |
</group> |
|
467 |
</else-if> |
|
468 |
<else> |
|
469 |
<group display="right-inline"> |
|
470 |
<text macro="responsability" suffix=": "/> |
|
471 |
<text macro="title" suffix=", "/> |
|
472 |
<text macro="version" suffix=", "/> |
|
473 |
<text macro="medium" suffix=", "/> |
|
474 |
<text macro="genre" suffix=", "/> |
|
475 |
<text macro="date" suffix=", "/> |
|
476 |
<text macro="edition" suffix=", "/> |
|
477 |
<text macro="publisher-group" suffix=". "/> |
|
478 |
<text macro="number" suffix=". "/> |
|
479 |
<text macro="accessed" suffix=". "/> |
|
480 |
<text macro="collection" suffix=". "/> |
|
481 |
<text macro="page" suffix=". "/> |
|
482 |
<text macro="isbn" suffix=". "/> |
|
483 |
<text macro="url"/> |
|
484 |
</group> |
|
485 |
</else> |
|
486 |
</choose> |
|
487 |
</layout> |
|
488 |
</bibliography> |
|
489 |
</style> |