forked from Tuesday8127/tgsw_seminarfach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tgs-weimar-seminarfach.csl
77 lines (77 loc) · 2.68 KB
/
tgs-weimar-seminarfach.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
<?xml version="1.0" encoding="utf-8"?>
<style class="note" version="1.0" name-form="short" et-al-min="1" et-al-use-first="1" demote-non-dropping-particle="never" default-locale="de-DE" xmlns="http://purl.org/net/xbiblio/csl">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>TGS-Weimar Seminarfach</title>
<title-short>TGS-Weimar</title-short>
<id>http://www.zotero.org/styles/tgs-weimar-seminarfach</id>
<link rel="self" href="http://www.zotero.org/styles/tgs-weimar-seminarfach"/>
<author>
<name>Oskar Götze</name>
<email>[email protected]</email>
</author>
<summary>Seminarfach</summary>
<updated>2022-07-03T15:28:53+00:00</updated>
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
<!-- <choose> -->
<!-- <if match="any" variable="editor"> -->
<!-- <names variable="editor" font-style="normal" font-variant="normal" text-decoration="none" vertical-align="baseline" suffix=": "/> -->
<!-- </if> -->
<!-- <else-if match="any" variable="collection-editor"> -->
<!-- <names variable="collection-editor" suffix=": "/> -->
<!-- </else-if> -->
<!-- <else-if match="any" variable="author"> -->
<!-- <names variable="author" font-style="normal" suffix=": "/> -->
<!-- </else-if> -->
<!-- <else> -->
<!-- <text value="o.A." suffix=": "/> -->
<!-- </else> -->
<!-- </choose> -->
<names variable="editor" suffix=": ">
<name form="short"/>
<substitute>
<names variable="collection-editor"/>
<names variable="author"/>
</substitute>
</names>
</macro>
<macro name="title">
<choose>
<if match="any" variable="title-short">
<text variable="title-short"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<citation name-form="short">
<layout vertical-align="baseline">
<choose>
<if match="any" position="ibid-with-locator">
<text term="ibid"/>
</if>
<else-if match="any" position="ibid">
<text term="ibid"/>
<choose>
<if match="any" variable="page">
<text variable="page"/>
</if>
</choose>
</else-if>
<else>
<text macro="author"/>
<text macro="title"/>
<choose>
<if match="any" variable="page">
<text variable="page" suffix="."/>
</if>
</choose>
</else>
</choose>
</layout>
</citation>
<bibliography/>
</style>