Skip to content

Instantly share code, notes, and snippets.

@adam3smith
Created March 26, 2011 15:51
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 adam3smith/888395 to your computer and use it in GitHub Desktop.
Save adam3smith/888395 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text" >
<info>
<title>Nomos Politikwissenschaft</title>
<id>http://www.zotero.org/styles/nomos-politik</id>
<link href="http://www.zotero.org/styles/nomos-politik"/>
<author>
<name>Sebastian Karcher</name>
</author>
<category term="author-date"/>
<category term="social_science"/>
<updated>2010-02-07T07:06:40+00:00</updated>
<summary>Stil für die Politikwissenschaftlichen Publikationen des Nomos Verlages</summary>
</info>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name name-as-sort-order="all" sort-separator=", " delimiter-precedes-last="always" delimiter="/"/>
<label form="short" prefix=" (" text-case="capitalize-first" suffix=".),"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=", "
delimiter-precedes-last="always" delimiter="/"/>
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" delimiter="/" delimiter-precedes-last="always" initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<group>
<text value="abrufbar unter:" suffix=" "/>
<text variable="URL"/>
<group prefix=", ">
<text value="letzter Zugriff am" suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix="."/>
<date-part name="month" suffix="." form="numeric"/>
<date-part name="year"/>
</date>
</group>
</group>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="."/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<text variable="page"/>
</macro>
<citation>
<option name="et-al-min" value="3"/>
<option name="et-al-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-names" value="true"/>
<option name="disambiguate-add-givenname" value="true"/>
<layout prefix="(" suffix=")" delimiter="; ">
<choose>
<if position="ibid-with-locator" >
<group delimiter=", ">
<text term="ibid" suffix="."/>
<text variable="locator"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid" suffix="."/>
</else-if>
<else>
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<group>
<text variable="locator"/>
</group>
</group>
</else>
</choose>
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="5"/>
<option name="et-al-use-first" value="4"/>
<option name="entry-spacing" value="0"/>
<option name="line-spacing" value="1"/>
<sort>
<key macro="author"/>
<key variable="title"/>
</sort>
<layout>
<text macro="author" font-style="italic"/>
<date variable="issued" prefix=" (" suffix="):">
<date-part name="year"/>
</date>
<choose>
<if type="book">
<group prefix=" " delimiter=" " suffix=",">
<group delimiter=", ">
<text macro="title" />
<text variable="genre"/>
</group>
<text macro="edition"/>
<text macro="editor"/>
</group>
<text prefix=" " macro="publisher"/>
</if>
<else-if type="chapter">
<text macro="title" prefix=" " suffix=","/>
<group class="container" prefix=" " delimiter=" ">
<text term="in" text-case="lowercase" suffix=":"/>
<text macro="editor"/>
<text variable="container-title" suffix=","/>
<text variable="collection-title" suffix="."/>
<text variable="event" suffix="."/>
<group suffix="" delimiter=", ">
<text macro="publisher" prefix=""/>
<text macro="pages" />
</group>
</group>
</else-if>
<else-if type="thesis">
<group prefix=" " suffix="." delimiter=". ">
<text macro="title"/>
<text variable="genre"/>
<text macro="publisher"/>
</group>
</else-if>
<else>
<group suffix=",">
<text macro="title" prefix=" "/>
<text macro="editor" prefix=" "/>
</group>
<group class="container" prefix=" " suffix="">
<text term="in" text-case="lowercase" suffix=": "/>
<text variable="container-title" font-style="italic"/>
<group prefix=" ">
<text variable="volume" prefix="Vol. " />
<text variable="issue" prefix="(" suffix=")"/>
</group>
<group prefix=", ">
<label variable="locator" suffix="." form="short"/>
<text variable="page"/>
</group>
</group>
</else>
</choose>
<text prefix=", " macro="access"/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment