|
16 | 16 | <category field="linguistics"/>
|
17 | 17 | <category field="literature"/>
|
18 | 18 | <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> |
20 | 20 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
21 | 21 | </info>
|
22 | 22 | <locale xml:lang="de">
|
|
27 | 27 | </terms>
|
28 | 28 | </locale>
|
29 | 29 | <macro name="creator-year-long">
|
| 30 | + <choose> |
| 31 | + <if match="none" variable="author editor"> |
| 32 | + <text value="o. A." suffix=" "/> |
| 33 | + </if> |
| 34 | + </choose> |
30 | 35 | <group delimiter=" ">
|
31 | 36 | <names variable="author">
|
32 | 37 | <name delimiter="/" name-as-sort-order="all"/>
|
|
82 | 87 | </group>
|
83 | 88 | </macro>
|
84 | 89 | <macro name="page-range">
|
85 |
| - <group delimiter=" "> |
| 90 | + <group delimiter=" " suffix="."> |
86 | 91 | <text term="page" form="short"/>
|
87 | 92 | <text variable="page"/>
|
88 | 93 | </group>
|
89 | 94 | </macro>
|
90 | 95 | <macro name="online-url">
|
91 |
| - <group delimiter=": "> |
92 |
| - <text term="online" text-case="capitalize-first"/> |
| 96 | + <group delimiter=" "> |
93 | 97 | <text variable="URL"/>
|
| 98 | + <date form="numeric" variable="accessed" prefix="(letzter Zugriff " suffix=")"/> |
94 | 99 | </group>
|
95 | 100 | </macro>
|
96 | 101 | <macro name="container-title-volume">
|
97 |
| - <group delimiter=" "> |
| 102 | + <group delimiter=" " suffix=","> |
98 | 103 | <text variable="container-title"/>
|
99 | 104 | <text variable="volume"/>
|
100 | 105 | <text variable="issue" prefix="(" suffix=")"/>
|
|
126 | 131 | </sort>
|
127 | 132 | <layout>
|
128 | 133 | <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"/> |
132 | 137 | </group>
|
133 | 138 | <choose>
|
134 | 139 | <if type="book" match="any">
|
135 | 140 | <group delimiter=". ">
|
| 141 | + <text macro="collection-title-number"/> |
136 | 142 | <text macro="edition"/>
|
137 | 143 | <text macro="publication-place-publisher"/>
|
138 |
| - <text macro="collection-title-number"/> |
139 | 144 | </group>
|
140 | 145 | </if>
|
141 | 146 | <else-if type="article-journal article-magazine article-newspaper" match="any">
|
142 |
| - <group delimiter=", "> |
| 147 | + <group delimiter=" "> |
143 | 148 | <group delimiter=": ">
|
144 | 149 | <text term="in" text-case="capitalize-first"/>
|
145 | 150 | <text macro="container-title-volume"/>
|
146 | 151 | </group>
|
147 | 152 | <text macro="page-range"/>
|
| 153 | + <text variable="DOI" strip-periods="false" prefix="doi:"/> |
148 | 154 | </group>
|
149 | 155 | </else-if>
|
150 | 156 | <else-if type="chapter" match="any">
|
151 | 157 | <group delimiter=". ">
|
152 | 158 | <text macro="editor-container-title"/>
|
| 159 | + <text macro="collection-title-number"/> |
153 | 160 | <text macro="edition"/>
|
154 | 161 | <text macro="publication-place-publisher"/>
|
155 | 162 | <text macro="page-range"/>
|
156 |
| - <text macro="collection-title-number"/> |
| 163 | + <text variable="DOI" prefix="doi:"/> |
157 | 164 | </group>
|
158 | 165 | </else-if>
|
| 166 | + <else-if type="dataset" match="any"/> |
159 | 167 | <else>
|
160 | 168 | <group delimiter=". ">
|
161 | 169 | <choose>
|
|
0 commit comments