Skip to content

Instantly share code, notes, and snippets.

@sixtyfive
Created May 10, 2017 22: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 sixtyfive/f066a6eaed5285614403e118b63f2cf0 to your computer and use it in GitHub Desktop.
Save sixtyfive/f066a6eaed5285614403e118b63f2cf0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded">
<info>
<title>Peter Lang</title>
<id>http://www.zotero.org/styles/peter-lang</id>
<link href="http://www.zotero.org/styles/peter-lang" rel="self"/>
<author>
<name>J. R. Schmid</name>
<email>jrs+zotero@weitnahbei.de</email>
</author>
<category citation-format="note"/>
<category field="history"/>
<category field="anthropology"/>
<category field="communications"/>
<category field="generic-base"/>
<category field="sociology"/>
<category field="humanities"/>
<category field="linguistics"/>
<category field="literature"/>
<category field="philosophy"/>
<category field="political_science"/>
<category field="social_science"/>
<summary>Zitierstil entsprechend den Vorgaben des Verlags Peter Lang</summary>
<updated>2017-05-10T22:45:50+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>
<macro name="author">
<names variable="author">
<name and="text" et-al-min="3" initialize-with=". " name-as-sort-order="all"/>
</names>
</macro>
<macro name="container:book">
<group delimiter=", " prefix="In: ">
<names variable="collection-editor container-author editor editorial-director" suffix=" (ed.)">
<name form="short"/>
</names>
<text variable="container-title" form="short" strip-periods="false"/>
<text macro="place+year"/>
<text macro="location"/>
</group>
</macro>
<macro name="container:encyclopaedia">
<group delimiter=", " prefix="In: ">
<text variable="container-title" form="short"/>
<text macro="place+year"/>
<text macro="location"/>
</group>
</macro>
<macro name="container:journal">
<group delimiter=", " prefix="In: ">
<text variable="container-title" strip-periods="false"/>
<group>
<text variable="publisher-place" suffix=" "/>
<text variable="issue"/>
<text macro="year" prefix="(" suffix=")"/>
<text variable="volume"/>
</group>
</group>
</macro>
<macro name="title">
<text variable="title" form="short"/>
</macro>
<macro name="location">
<label suffix=" " variable="locator" form="short"/>
<text variable="locator"/>
</macro>
<macro name="year">
<date date-parts="year" form="text" variable="issued"/>
</macro>
<macro name="author+title">
<group delimiter=", " suffix=". ">
<text macro="author" font-style="italic"/>
<text macro="title"/>
</group>
</macro>
<macro name="place+year">
<group delimiter=" ">
<text variable="publisher-place"/>
<text macro="year"/>
</group>
</macro>
<macro name="access-date">
<date form="text" variable="accessed"/>
</macro>
<citation>
<sort>
<key variable="author"/>
</sort>
<layout delimiter=". " suffix=". ">
<choose>
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid"/>
<text variable="locator"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else>
<choose>
<if type="book thesis manuscript" match="any">
<text macro="author+title"/>
<group delimiter=", ">
<text macro="place+year"/>
<text macro="location"/>
</group>
</if>
<else-if type="chapter" match="any">
<text macro="author+title"/>
<group>
<text macro="container:book"/>
</group>
</else-if>
<else-if type="article article-journal article-magazine article-newspaper" match="any">
<text macro="author+title"/>
<group delimiter=", ">
<text macro="container:journal"/>
<text macro="location"/>
</group>
</else-if>
<else-if type="entry entry-dictionary entry-encyclopedia" match="any">
<group delimiter=" " suffix=". ">
<text macro="title" prefix="Art. "/>
<text macro="author" font-style="italic" prefix="(" suffix=")"/>
</group>
<text macro="container:encyclopaedia"/>
</else-if>
<else-if type="post-weblog webpage" match="any">
<text macro="author+title"/>
<group delimiter=", ">
<text variable="URL"/>
<text macro="access-date" prefix="accessed on "/>
</group>
</else-if>
<else>
<text macro="author+title"/>
<text macro="year"/>
</else>
</choose>
</else>
</choose>
</layout>
</citation>
<bibliography>
<sort>
<key variable="author"/>
</sort>
<layout>
<text macro="author+title"/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment