Skip to content

Commit 6a8ec90

Browse files
committed
More Uni Gottingen fixes
1 parent 9c0f5c6 commit 6a8ec90

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Diff for: universitatsmedizin-gottingen.csl

+11-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</locale>
2626
<macro name="author-short">
2727
<names variable="author">
28-
<name form="short" and="text"/>
28+
<name form="short" and="text" sort-separator=" " initialize-with="" name-as-sort-order="all"/>
2929
<substitute>
3030
<names variable="editor"/>
3131
<names variable="translator"/>
@@ -115,7 +115,7 @@
115115
</else>
116116
</choose>
117117
</macro>
118-
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
118+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-givenname="true">
119119
<sort>
120120
<key macro="year" sort="ascending"/>
121121
<key macro="author"/>
@@ -147,23 +147,29 @@
147147
<if type="chapter paper-conference" match="any">
148148
<group prefix=": " delimiter=". ">
149149
<text variable="title"/>
150-
<group delimiter=", ">
151150
<group delimiter=": ">
152151
<text term="in" text-case="capitalize-first" suffix=":"/>
153152
<text macro="editor"/>
153+
<group delimiter=" ">
154154
<text variable="container-title"/>
155+
<group prefix="(" suffix=")" delimiter=" ">
156+
<text variable="collection-title"/>
157+
<text variable="collection-number"/>
158+
</group>
159+
</group>
155160
</group>
161+
<group delimiter="; ">
156162
<group delimiter=" ">
157163
<label variable="volume"/>
158164
<text variable="volume"/>
159165
</group>
160166
<text macro="edition"/>
161-
</group>
162167
<group delimiter=", ">
163168
<text macro="publisher"/>
164169
<text variable="page"/>
165170
</group>
166171
</group>
172+
</group>
167173
</if>
168174
<else-if type="report">
169175
<group delimiter=". ">
@@ -186,8 +192,8 @@
186192
<text variable="volume"/>
187193
</group>
188194
<text macro="edition"/>
189-
</group>
190195
<text macro="publisher"/>
196+
</group>
191197
</group>
192198
</else-if>
193199
<else-if type="webpage post-weblog" match="any">

0 commit comments

Comments
 (0)