Skip to content

Instantly share code, notes, and snippets.

Created March 27, 2017 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a53ea0acb204e0e1be14ea2950d5e20d to your computer and use it in GitHub Desktop.
Save anonymous/a53ea0acb204e0e1be14ea2950d5e20d to your computer and use it in GitHub Desktop.
CSL Political Science Göttingen
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" default-locale="de-DE">
<info>
<title>Institut für Politikwissenschaft (Universität Göttingen)</title>
<id>http://www.zotero.org/styles/institut-fuer-politikwissenschaft-universitaet-goettingen</id>
<!-- <author>
etc
</contributor>-->
<category citation-format="note"/>
<category field="humanities"/>
<category field="generic-base"/>
<updated>2017-01-07T14:19:12+00:00</updated>
</info>
<locale xml:lang="de">
<terms>
<term name="accessed">zuletzt geprüft am</term>
<term name="et-al">et al.</term>
<term name="ibid" form="long">ebenda</term>
</terms>
</locale>
<macro name="contributors-long">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="contributors-short">
<names variable="author">
<name form="short" name-as-sort-order="all" sort-separator="/" delimiter="/" delimiter-precedes-last="always" delimiter-precedes-et-al="never"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<choose>
<if variable="author" match="all">
<names variable="editor translator" delimiter=", ">
<label form="verb-short" text-case="lowercase" suffix=". " strip-periods="false"/>
<name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never">
<name-part name="family"/>
</name>
<et-al term="et-al"/>
</names>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="container-contributors">
<choose>
<if variable="container-author">
<names variable="container-author">
<name name-as-sort-order="all" form="long" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never">
<name-part name="family"/>
</name>
<et-al term="et-al"/>
</names>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
</if>
<else>
<choose>
<if type="chapter paper-conference entry-encyclopedia" match="any">
<names variable="editor">
<name name-as-sort-order="all" form="long" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never">
<name-part name="family"/>
</name>
<et-al term="et-al"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
</if>
</choose>
</else>
</choose>
</macro>
<macro name="secondary-container-contributors">
<choose>
<if type="chapter paper-conference entry-encyclopedia" match="any">
<choose>
<if variable="container-author" match="all">
<names variable="editor">
<label form="verb-short" text-case="lowercase" suffix=". " strip-periods="false"/>
<name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never">
<name-part name="family"/>
</name>
<et-al term="et-al"/>
</names>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="secondary-collection-contributors">
<names variable="collection-editor">
<name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never">
<name-part name="family"/>
</name>
<et-al term="et-al"/>
</names>
</macro>
<macro name="title-long">
<group delimiter=", ">
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" font-style="normal"/>
</if>
<else>
<text variable="title" quotes="false" font-style="normal"/>
</else>
</choose>
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<choose>
<if variable="volume">
<group>
<text term="volume" form="short" suffix=". " strip-periods="true"/>
<number variable="volume"/>
</group>
</if>
</choose>
</if>
</choose>
<text macro="secondary-contributors"/>
</group>
</macro>
<macro name="title-short">
<group delimiter=", ">
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" form="short"/>
</if>
<else>
<text variable="title" form="short" quotes="false"/>
</else>
</choose>
</group>
</macro>
<macro name="container">
<choose>
<if type="chapter paper-conference entry-encyclopedia" match="any">
<choose>
<if variable="container-author editor" match="any">
<text term="in" suffix=": " text-case="capitalize-first"/>
</if>
</choose>
<text macro="container-contributors" suffix=": "/>
<text variable="container-title" form="long"/>
<choose>
<if variable="volume">
<text term="volume" form="short" prefix=", " suffix=". " strip-periods="true"/>
<text variable="volume"/>
</if>
</choose>
<text macro="secondary-container-contributors" prefix=", "/>
</if>
<else-if type="article-newspaper" match="any">
<text variable="container-title" form="long"/>
<date variable="issued" prefix=", ">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
<choose>
<if variable="edition">
<text variable="edition" form="long" prefix=", "/>
</if>
</choose>
</else-if>
<else-if type="article-journal article-magazine broadcast interview manuscript map patent personal_communication song speech thesis article webpage" match="any">
<text variable="container-title" form="long" font-style="normal" prefix="In: " suffix=", "/>
</else-if>
</choose>
</macro>
<macro name="collection">
<text variable="collection-title"/>
<choose>
<if is-numeric="collection-number">
<text variable="collection-number" prefix=" "/>
</if>
<else>
<text variable="collection-number" prefix=", "/>
</else>
</choose>
<choose>
<if variable="collection-editor">
<text term="editor" form="verb-short" text-case="lowercase" prefix=", " suffix="." strip-periods="false"/>
<text macro="secondary-collection-contributors" prefix=" "/>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="issued">
<choose>
<if type="bill book graphic legal_case motion_picture report song chapter paper-conference entry-encyclopedia" match="any">
<text macro="edition" prefix=", "/>
<text macro="publisher" prefix=". "/>
<!--<text macro="collection" prefix=" (" suffix=")"/>-->
</if>
<else-if type="webpage" match="any">
<group delimiter="/">
<text variable="volume"/>
<text variable="issue"/>
</group>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
</else-if>
<else-if type="thesis article manuscript" match="any">
<text variable="genre" prefix=", "/>
<text macro="publisher" prefix=". "/>
</else-if>
<else-if type="article-journal article-magazine broadcast interview map patent personal_communication song speech" match="any">
<group delimiter=" ">
<text variable="volume" prefix="Vol. "/>
<text variable="issue" prefix="No. "/>
</group>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
</else-if>
</choose>
</macro>
<macro name="issued-year">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="issued-month">
<date variable="issued">
<date-part name="month"/>
</date>
</macro>
<macro name="issued-day">
<date variable="issued">
<date-part name="day"/>
</date>
</macro>
<macro name="pages">
<choose>
<if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis article webpage chapter paper-conference" match="any">
<label variable="page" form="short" suffix=". " strip-periods="true"/>
<text variable="page"/>
</if>
<else-if type="entry-encyclopedia" match="any">
<label variable="locator" form="short" suffix=". " strip-periods="true"/>
<text variable="page"/>
</else-if>
</choose>
</macro>
<macro name="access">
<choose>
<!--<if type="webpage thesis article article-magazine article-newspaper article-journal manuscript" match="any">-->
<if variable="URL" match="all">
<text variable="URL" prefix="Online verfügbar unter: "/>
<group prefix=", " suffix="" delimiter=" ">
<text term="accessed" text-case="lowercase"/>
<date variable="accessed">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="citation-locator">
<label variable="locator" form="short" suffix=". " strip-periods="true"/>
<text variable="locator"/>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="false" disambiguate-add-year-suffix="true">
<layout suffix="." delimiter="; ">
<choose>
<if position="ibid-with-locator">
<text term="ibid" form="long"/>
<text macro="citation-locator" prefix=", "/>
</if>
<else-if position="ibid">
<text term="ibid" form="long"/>
</else-if>
<else-if position="subsequent">
<text macro="contributors-short"/>
<text macro="issued-year" prefix=" (" suffix="): "/>
<text macro="title-short"/>
<text value="a.a.O." prefix=", "/>
<text macro="citation-locator" prefix=", "/>
</else-if>
<else>
<text macro="contributors-long"/>
<text macro="issued-year" prefix=" (" suffix="): "/>
<text macro="title-long"/>
<text macro="container" prefix=". "/>
<text macro="issued"/>
<text macro="pages" prefix=", "/>
<choose>
<if variable="page" match="all">
<text macro="citation-locator" prefix=", hier "/>
</if>
<else>
<text macro="citation-locator" prefix=", "/>
</else>
</choose>
<text macro="access" prefix=". "/>
</else>
</choose>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0" disambiguate-add-year-suffix="true">
<sort>
<key macro="contributors-long"/>
<key macro="issued-year"/>
<key macro="issued-month"/>
<key macro="issued-day"/>
<key macro="pages"/>
<key macro="title-long"/>
</sort>
<layout suffix=".">
<text macro="contributors-long"/>
<text macro="issued-year" prefix=" (" suffix="): "/>
<text macro="title-long"/>
<text macro="container" prefix=". "/>
<text macro="issued"/>
<text macro="pages" prefix=". "/>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment