-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create interkulturelle-germanistik-gottingen.csl (#5947)
- Loading branch information
Showing
1 changed file
with
287 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,287 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<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> | ||
<title>Interkulturelle Germanistik Göttingen (Deutsch)</title> | ||
<title-short>IKGoe</title-short> | ||
<id>http://www.zotero.org/styles/interkulturelle-germanistik-gottingen</id> | ||
<link href="http://www.zotero.org/styles/interkulturelle-germanistik-gottingen" rel="self"/> | ||
<link href="http://www.zotero.org/styles/open-gender-journal" rel="template"/> | ||
<link href="https://www.uni-goettingen.de/de/document/download/a0a0b1c0a7c078514d67fb2d8eae354c.pdf/Formatierungsvorgaben%20f%C3%BCr%20Seminar-%20und%20Masterarbeiten.pdf" rel="documentation"/> | ||
<author> | ||
<name>Leslie Wathsack</name> | ||
<email>leslie.wathsack@uni-goettingen.de</email> | ||
</author> | ||
<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> | ||
<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="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> | ||
</if> | ||
<else-if type="book graphic legal_case motion_picture report song" match="any"> | ||
<group delimiter=", "> | ||
<text variable="container-title"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
</else-if> | ||
<else-if type="article-journal article-magazine article-newspaper article" match="any"> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<group delimiter=", "> | ||
<text variable="container-title"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
</group> | ||
<text variable="volume"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="bill legislation" match="any"> | ||
<group delimiter=" "> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text variable="container-title"/> | ||
<text variable="volume"/> | ||
<group delimiter="/"> | ||
<text variable="number"/> | ||
<date date-parts="year" form="numeric" variable="issued"/> | ||
</group> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
<group delimiter=" "> | ||
<text value="in der Fassung"/> | ||
<text variable="references"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=", "> | ||
<text variable="container-title"/> | ||
<text variable="collection-title"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name delimiter-precedes-last="always" initialize="false" initialize-with="." name-as-sort-order="all"/> | ||
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text variable="title"/> | ||
<group> | ||
<text term="anonymous" form="short"/> | ||
</group> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" initialize-with=". "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text variable="title" form="short"/> | ||
<group> | ||
<text term="anonymous" form="short"/> | ||
</group> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="doi: "/> | ||
</if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<group delimiter=": "> | ||
<text term="online" text-case="capitalize-first"/> | ||
<group delimiter=", "> | ||
<text variable="URL"/> | ||
<text term="accessed"/> | ||
</group> | ||
<date form="text" variable="accessed"/> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="report" match="any"> | ||
<text variable="title"/> | ||
<group prefix=" (" suffix=")" delimiter=" "> | ||
<text variable="genre"/> | ||
<text variable="number" prefix="Nr. "/> | ||
</group> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any"> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="medium"/> | ||
<text macro="edition"/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage"> | ||
<text variable="title"/> | ||
</else-if> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</macro> | ||
<macro name="event"> | ||
<choose> | ||
<if variable="event"> | ||
<text term="presented at" text-case="capitalize-first" suffix=" "/> | ||
<text variable="event"/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="issued"> | ||
<choose> | ||
<if variable="issued"> | ||
<date date-parts="year" form="numeric" variable="issued"/> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<group delimiter=" "> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition"/> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</group> | ||
</macro> | ||
<macro name="locators"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group delimiter=", "> | ||
<text macro="event"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=", "> | ||
<text macro="event"/> | ||
<text macro="publisher"/> | ||
<text macro="pages"/> | ||
</group> | ||
</else-if> | ||
<else-if type="patent"> | ||
<text variable="number"/> | ||
</else-if> | ||
<else-if type="thesis" match="any"> | ||
<group delimiter=". "> | ||
<text macro="publisher"/> | ||
<text variable="genre"/> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="pages"> | ||
<text variable="page"/> | ||
</macro> | ||
<macro name="author-year-title"> | ||
<group delimiter=": "> | ||
<group> | ||
<choose> | ||
<if type="bill" match="any"> | ||
<choose> | ||
<if match="none" variable="author editor"> | ||
<text variable="title-short"/> | ||
</if> | ||
<else> | ||
<text macro="author"/> | ||
</else> | ||
</choose> | ||
</if> | ||
<else> | ||
<text macro="author"/> | ||
</else> | ||
</choose> | ||
<text macro="issued" prefix=" (" suffix=")"/> | ||
</group> | ||
<text macro="title"/> | ||
</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=", "> | ||
<group delimiter=" "> | ||
<choose> | ||
<if type="legislation" match="any"> | ||
<text variable="title-short"/> | ||
</if> | ||
<else> | ||
<text macro="author-short"/> | ||
</else> | ||
</choose> | ||
<text macro="issued"/> | ||
</group> | ||
<text variable="locator"/> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography initialize="false" entry-spacing="0" hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="issued" sort="descending"/> | ||
<key macro="title"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=": "> | ||
<text macro="author-year-title"/> | ||
<text macro="container"/> | ||
<text macro="locators"/> | ||
</group> | ||
<text macro="access" prefix=". "/> | ||
</layout> | ||
</bibliography> | ||
</style> |