Skip to content

Commit 25e1eef

Browse files
Update technische-universitat-dresden-linguistik.csl (#5563)
1 parent c0c0da4 commit 25e1eef

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

technische-universitat-dresden-linguistik.csl

+19-11
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<category field="linguistics"/>
1717
<category field="literature"/>
1818
<summary>Zitierstil entsprechend den Vorgaben der linguistischen Professuren am Institut für Germanistik der Technischen Universität Dresden. Der Stil orientiert sich an den Richtlinien von 'Deutsche Sprache: Zeitschrift für Theorie Praxis Dokumentation', hg. vom IDS Mannheim</summary>
19-
<updated>2020-04-24T11:56:46+00:00</updated>
19+
<updated>2021-07-19T08:34:39+00:00</updated>
2020
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2121
</info>
2222
<locale xml:lang="de">
@@ -27,6 +27,11 @@
2727
</terms>
2828
</locale>
2929
<macro name="creator-year-long">
30+
<choose>
31+
<if match="none" variable="author editor">
32+
<text value="o. A." suffix=" "/>
33+
</if>
34+
</choose>
3035
<group delimiter=" ">
3136
<names variable="author">
3237
<name delimiter="/" name-as-sort-order="all"/>
@@ -82,19 +87,19 @@
8287
</group>
8388
</macro>
8489
<macro name="page-range">
85-
<group delimiter=" ">
90+
<group delimiter=" " suffix=".">
8691
<text term="page" form="short"/>
8792
<text variable="page"/>
8893
</group>
8994
</macro>
9095
<macro name="online-url">
91-
<group delimiter=": ">
92-
<text term="online" text-case="capitalize-first"/>
96+
<group delimiter=" ">
9397
<text variable="URL"/>
98+
<date form="numeric" variable="accessed" prefix="(letzter Zugriff " suffix=")"/>
9499
</group>
95100
</macro>
96101
<macro name="container-title-volume">
97-
<group delimiter=" ">
102+
<group delimiter=" " suffix=",">
98103
<text variable="container-title"/>
99104
<text variable="volume"/>
100105
<text variable="issue" prefix="(" suffix=")"/>
@@ -126,36 +131,39 @@
126131
</sort>
127132
<layout>
128133
<group delimiter=". " suffix=".">
129-
<group delimiter=": ">
130-
<text macro="creator-year-long"/>
131-
<text variable="title"/>
134+
<group delimiter=" ">
135+
<text macro="creator-year-long" suffix=":"/>
136+
<text variable="title" strip-periods="false" font-variant="normal"/>
132137
</group>
133138
<choose>
134139
<if type="book" match="any">
135140
<group delimiter=". ">
141+
<text macro="collection-title-number"/>
136142
<text macro="edition"/>
137143
<text macro="publication-place-publisher"/>
138-
<text macro="collection-title-number"/>
139144
</group>
140145
</if>
141146
<else-if type="article-journal article-magazine article-newspaper" match="any">
142-
<group delimiter=", ">
147+
<group delimiter=" ">
143148
<group delimiter=": ">
144149
<text term="in" text-case="capitalize-first"/>
145150
<text macro="container-title-volume"/>
146151
</group>
147152
<text macro="page-range"/>
153+
<text variable="DOI" strip-periods="false" prefix="doi:"/>
148154
</group>
149155
</else-if>
150156
<else-if type="chapter" match="any">
151157
<group delimiter=". ">
152158
<text macro="editor-container-title"/>
159+
<text macro="collection-title-number"/>
153160
<text macro="edition"/>
154161
<text macro="publication-place-publisher"/>
155162
<text macro="page-range"/>
156-
<text macro="collection-title-number"/>
163+
<text variable="DOI" prefix="doi:"/>
157164
</group>
158165
</else-if>
166+
<else-if type="dataset" match="any"/>
159167
<else>
160168
<group delimiter=". ">
161169
<choose>

0 commit comments

Comments
 (0)