Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 56 additions & 22 deletions interkulturelle-germanistik-gottingen.csl
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this whole UpdateLog

UpdateLog 29.10.2025 von SS
based on CSL 1.0.2

Fixed:
1. The symbol before page numbers in short citations has been changed to a colon.
2. The separator between information blocks in bibliography has been changed to a half-width period.
3. Use “Anonym” to indicate missing author in cited references.

Added:
Use “o. O.” to indicate missing publication location.
-->
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-delimiter="/" demote-non-dropping-particle="never" default-locale="de-DE">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
Expand All @@ -12,33 +24,38 @@
<name>Leslie Wathsack</name>
<email>[email protected]</email>
</author>
<contributor>
<name>SS</name>
<email>Datenschutz</email>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you don't want to share your email, just remove this line.
But I'd personally put your name here, not just SS.

</contributor>
<category citation-format="author-date"/>
<category field="social_science"/>
<published>2022-03-12T14:07:07+00:00</published>
<updated>2022-02-14T14:07:07+00:00</updated>
<updated>2025-10-29T01:45:39+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="de">
<terms>
<term name="accessed">zuletzt geprüft am</term>
<term name="et-al">et al.</term>
<term name="presented at">Paper präsentiert bei der</term>
<term name="anonymous" form="long">Ohne Verfasser</term>
<term name="anonymous" form="short">O.V.</term>
<term name="presented at">präsentiert bei der</term>
<term name="anonymous" form="short">Anonym</term>
<term name="editor" form="short">Hg.</term>
</terms>
</locale>
<macro name="container">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=": "/>
<names variable="editor translator" delimiter=", " suffix=": ">
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
</names>
<group delimiter=", ">
<text variable="container-title" text-case="title"/>
<text variable="collection-title" text-case="title"/>
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<names variable="editor translator" delimiter=", ">
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
</names>
<group delimiter=", ">
<text variable="container-title" text-case="title"/>
<text variable="collection-title" text-case="title"/>
</group>
</group>
</if>
<else-if type="book graphic legal_case motion_picture report song" match="any">
Expand Down Expand Up @@ -98,9 +115,7 @@
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
<group>
<text term="anonymous" form="short"/>
</group>
<text term="anonymous" form="short"/>
</substitute>
</names>
</macro>
Expand All @@ -111,9 +126,7 @@
<names variable="editor"/>
<names variable="translator"/>
<text variable="title" form="short"/>
<group>
<text term="anonymous" form="short"/>
</group>
<text term="anonymous" form="short"/>
</substitute>
</names>
</macro>
Expand Down Expand Up @@ -160,7 +173,15 @@
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<!-- 新增:使用ohne Ort表示无出版地点 -->
<choose>
<if variable="publisher-place">
<text variable="publisher-place"/>
</if>
<else>
<text value="o. O."/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the correct term.

</else>
</choose>
<text variable="publisher"/>
</group>
</macro>
Expand Down Expand Up @@ -247,13 +268,24 @@
<text macro="title"/>
</group>
</macro>
<macro name="cite-locator">
<group delimiter=" ">
<choose>
<if match="none" locator="page">
<label variable="locator" form="short"/>
</if>
</choose>
<text variable="locator"/>
</group>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year">
<sort>
<key macro="author"/>
<key macro="issued" sort="descending"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<!-- 修改:短引用页码前符号改为冒号 -->
Copy link
Contributor

@POBrien333 POBrien333 Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this comment and the ones in lines 305+315.

<group delimiter=": ">
<group delimiter=" ">
<choose>
<if type="legislation" match="any">
Expand All @@ -265,7 +297,7 @@
</choose>
<text macro="issued"/>
</group>
<text variable="locator"/>
<text macro="cite-locator"/>
</group>
</layout>
</citation>
Expand All @@ -276,7 +308,8 @@
<key macro="title"/>
</sort>
<layout suffix=".">
<group delimiter=": ">
<!-- 修改:信息块分隔符号改为半角点号 -->
<group delimiter=". ">
<text macro="author-year-title"/>
<text macro="container"/>
<text macro="locators"/>
Expand All @@ -285,3 +318,4 @@
</layout>
</bibliography>
</style>
<!-- 待更新:无标题显示ohne Titel -->