-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Update interkulturelle-germanistik-gottingen.csl #7872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,16 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| 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> | ||
|
|
@@ -12,33 +24,38 @@ | |
| <name>Leslie Wathsack</name> | ||
| <email>[email protected]</email> | ||
| </author> | ||
| <contributor> | ||
| <name>SS</name> | ||
| <email>Datenschutz</email> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| </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"> | ||
|
|
@@ -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> | ||
|
|
@@ -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> | ||
|
|
@@ -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."/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use the correct term. |
||
| </else> | ||
| </choose> | ||
| <text variable="publisher"/> | ||
| </group> | ||
| </macro> | ||
|
|
@@ -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=", "> | ||
| <!-- 修改:短引用页码前符号改为冒号 --> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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"> | ||
|
|
@@ -265,7 +297,7 @@ | |
| </choose> | ||
| <text macro="issued"/> | ||
| </group> | ||
| <text variable="locator"/> | ||
| <text macro="cite-locator"/> | ||
| </group> | ||
| </layout> | ||
| </citation> | ||
|
|
@@ -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"/> | ||
|
|
@@ -285,3 +318,4 @@ | |
| </layout> | ||
| </bibliography> | ||
| </style> | ||
| <!-- 待更新:无标题显示ohne Titel --> | ||
There was a problem hiding this comment.
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