Skip to content

Commit dba7c17

Browse files
Change representation of locators (#5629)
The GCEE decided on a different representation of locators
1 parent 38c5b99 commit dba7c17

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

german-council-of-economic-experts.csl

+15-7
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<category citation-format="author-date"/>
3131
<category field="political_science"/>
3232
<summary>Style for the German Council of Economic Experts</summary>
33-
<updated>2018-10-26T14:00:00+02:00</updated>
33+
<updated>2021-09-13T14:00:00+02:00</updated>
3434
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3535
</info>
3636
<locale xml:lang="de">
@@ -288,7 +288,17 @@
288288
</choose>
289289
</macro>
290290
<macro name="citation-locator">
291-
<text variable="locator"/>
291+
<group delimiter=" ">
292+
<choose>
293+
<if locator="page">
294+
<label variable="locator" form="short"/>
295+
</if>
296+
<else>
297+
<label variable="locator" form="short" text-case="capitalize-first"/>
298+
</else>
299+
</choose>
300+
<text variable="locator"/>
301+
</group>
292302
</macro>
293303
<macro name="exact-date">
294304
<choose>
@@ -313,11 +323,9 @@
313323
<key macro="contributors-long"/>
314324
</sort>
315325
<layout prefix="(" suffix=")" delimiter="; ">
316-
<group delimiter=": ">
317-
<group delimiter=", ">
318-
<text macro="contributors-short"/>
319-
<text macro="date"/>
320-
</group>
326+
<group delimiter=", ">
327+
<text macro="contributors-short"/>
328+
<text macro="date"/>
321329
<text macro="citation-locator"/>
322330
</group>
323331
</layout>

0 commit comments

Comments
 (0)