Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Created February 2, 2017 16:40
Show Gist options
  • Save rmzelle/db8efe6cc495c7030236da0612e9ebd1 to your computer and use it in GitHub Desktop.
Save rmzelle/db8efe6cc495c7030236da0612e9ebd1 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="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Soziale Arbeit Eichstätt</title>
<id>http://www.zotero.org/styles/soziale-arbeit-eichstatt</id>
<link href="http://www.zotero.org/styles/soziale-arbeit-eichstatt" rel="self"/>
<author>
<name>MELANIE ZEITLMAIR LANG</name>
<email>[email protected]</email>
</author>
<contributor>
<name>Thanks to UNI Mannheim</name>
</contributor>
<category citation-format="author-year"/>
<category field="Soziale Arbeit"/>
<updated>2017-02-02T16:00:36+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">right to share but keep it's inperfection in mind</rights>
</info>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" suffix=" " font-style="italic"/>
<names variable="editor translator" delimiter=", ">
<name and="text" initialize-with=". " delimiter=", "/>
<label form="long" prefix=", " suffix="."/>
</names>
</if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if type="chapter paper-conference" match="none">
<names variable="editor translator" delimiter=", " prefix=" (" suffix=")">
<name and="text" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first"/>
</names>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author" display="left-margin" delimiter=" ">
<name delimiter="/" delimiter-precedes-et-al="after-inverted-name" delimiter-precedes-last="always" initialize-with="." name-as-sort-order="first" sort-separator=" "/>
<label/>
</names>
</macro>
<macro name="author-short">
<names variable="author" suffix=", ">
<name form="short" delimiter="" and="symbol" delimiter-precedes-last="never" et-al-min="4" initialize-with="" sort-separator=""/>
<substitute>
<names variable="editor"/>
<names variable="translator" text-decoration="none"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if match="any" locator="page">
<text variable="URL"/>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<choose>
<if type="article-journal article-magazine" match="none">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</if>
</choose>
</group>
</macro>
<macro name="issued">
<choose>
<if variable="issued">
<group prefix=" ">
<date variable="issued">
<date-part name="year" range-delimiter="" prefix="(" suffix="):"/>
</date>
<choose>
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
</if>
</choose>
</group>
</if>
<else>
<text prefix=" (" term="no date" suffix=")." form="short"/>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if position="first">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<choose>
<if is-numeric="edition">
<number variable="edition" form="long-ordinal" text-case="capitalize-first"/>
<text term="edition" form="long" prefix=" " suffix="."/>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="locators">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text variable="container-title" prefix=". IN: " suffix=". "/>
<text variable="volume" prefix="Ausgabe " suffix=". "/>
<text variable="page" prefix="S. " suffix="."/>
</if>
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
<group prefix=". " delimiter=" ">
<label variable="page" form="long" text-case="capitalize-first"/>
<text variable="page"/>
<text macro="container-contributors"/>
<text macro="secondary-contributors"/>
<text variable="container-title"/>
</group>
</else-if>
</choose>
</macro>
<macro name="citation-locator">
<choose>
<if match="any" is-numeric="page">
<number prefix=", S. "/>
</if>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<sort>
<key macro="author"/>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="issued-year"/>
<text macro="citation-locator" prefix=", Seite"/>
<text macro="access" prefix=", S. "/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="2">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout>
<text macro="author"/>
<text macro="issued" suffix=" "/>
<text variable="title"/>
<text macro="locators"/>
<group delimiter=". " prefix=". ">
<text macro="edition"/>
<text macro="publisher"/>
<text macro="access"/>
</group>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment