Skip to content

Commit fbd9165

Browse files
authored
1 parent c563f03 commit fbd9165

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

universitatsmedizin-gottingen.csl

+13-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<category citation-format="author-date"/>
1414
<category field="medicine"/>
1515
<summary>Zitierstil für die Universitätsmedizin Göttingen</summary>
16-
<updated>2019-09-11T22:00:47+00:00</updated>
16+
<updated>2022-01-23T19:13:23+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<locale xml:lang="de">
2020
<terms>
2121
<term name="et-al">et al.</term>
2222
<term name="editor" form="verb-short">hrsg. v.</term>
23-
<term name="retrieved">Zugriff am</term>
23+
<term name="retrieved">abgerufen am</term>
2424
</terms>
2525
</locale>
2626
<macro name="author-short">
@@ -89,7 +89,11 @@
8989
<text variable="publisher"/>
9090
<text variable="publisher-place"/>
9191
</group>
92-
<text macro="year"/>
92+
<choose>
93+
<if type="report" match="none">
94+
<text macro="year"/>
95+
</if>
96+
</choose>
9397
</group>
9498
</macro>
9599
<macro name="access">
@@ -173,8 +177,12 @@
173177
</if>
174178
<else-if type="report">
175179
<group delimiter=". ">
176-
<text variable="title"/>
180+
<group delimiter=": ">
181+
<text macro="year" prefix=" (" suffix=")"/>
182+
<text variable="title"/>
183+
</group>
177184
<text macro="publisher"/>
185+
<text macro="access"/>
178186
</group>
179187
</else-if>
180188
<else-if type="bill book graphic legal_case legislation motion_picture song" match="any">
@@ -196,7 +204,7 @@
196204
</group>
197205
</group>
198206
</else-if>
199-
<else-if type="webpage post-weblog" match="any">
207+
<else-if type="webpage post-weblog post" match="any">
200208
<choose>
201209
<if variable="author editor translator title" match="any">
202210
<text macro="access" prefix=". "/>

0 commit comments

Comments
 (0)