Skip to content

Instantly share code, notes, and snippets.

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/0681ae2b8bd3faf3cceffbb8ee9674f1 to your computer and use it in GitHub Desktop.
Save adam3smith/0681ae2b8bd3faf3cceffbb8ee9674f1 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" default-locale="de-DE" version="1.0" demote-non-dropping-particle="never">
<info>
<title>Title</title>
<id>http://www.zotero.org/styles/note-based-on-european-retail-research</id>
<link rel="self" href="http://www.zotero.org/styles/note-based-on-european-retail-research"/>
<author>
<name>tsolga</name>
</author>
<category citation-format="note"/>
<category field="sociology"/>
<summary>own format</summary>
<updated>2015-12-03T15:41:44+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-short">
<names variable="author">
<name form="short" delimiter="/" delimiter-precedes-last="always"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="author">
<names variable="author">
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/>
<label form="short" strip-periods="true" prefix=" (" suffix=".)"/>
</names>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="long" strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="year">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="year-parenth">
<date prefix="(" suffix=")" variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="locator">
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true">
<layout suffix="." delimiter=", sowie ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year"/>
</group>
<text macro="locator" prefix=", "/>
</layout>
</citation>
<bibliography et-al-min="10" et-al-use-first="5" hanging-indent="true">
<sort>
<key macro="author"/>
<key variable="author" sort="ascending"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<group delimiter=" ">
<text macro="author"/>
<text macro="year-parenth" suffix=": "/>
<text variable="title" suffix="; "/>
</group>
<choose>
<if variable="page">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" suffix=": "/>
<text macro="editor" suffix=": "/>
<text variable="container-title" suffix="; "/>
<text variable="collection-title" suffix=", "/>
<text variable="volume" prefix="Nr. " suffix=", "/>
<text macro="edition" suffix=", "/>
<text variable="publisher-place" suffix=": "/>
<text variable="publisher" suffix=", "/>
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</if>
<else>
<group delimiter=", ">
<group delimiter=": ">
<text term="in"/>
<text variable="container-title"/>
<!-- hier keinen strichpunkt-suffix -->
</group>
<text variable="volume" prefix="Band "/>
<text variable="issue" prefix="Heft "/>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
</else>
</choose>
</if>
<else-if type="book graphic motion_picture report song" match="any">
<text macro="edition" suffix=", "/>
<text variable="publisher-place" suffix=": "/>
<text variable="publisher"/>
</else-if>
<else-if type="patent manuscript" match="any">
<text variable="publisher-place" suffix=": "/>
<text variable="abstract"/>
</else-if>
<else-if type="webpage">
<group>
<text variable="container-title" suffix=", "/>
<date variable="accessed">
<date-part name="day" prefix="heruntergeladen am " suffix=". "/>
<date-part name="month" suffix=" "/>
<date-part name="year" suffix=", "/>
</date>
<text variable="URL" prefix="URL: "/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="genre"/>
<text variable="references"/>
</group>
</else-if>
<else-if type="bill legal_case legislation" match="any">
<text variable="abstract"/>
<text variable="references"/>
<text variable="publisher-place"/>
</else-if>
<else>
<group>
<text variable="container-title" form="short" suffix=" "/>
<text variable="volume" suffix=":"/>
<text variable="page" suffix="."/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment