Skip to content

Commit

Permalink
Update soziologiemagazin.csl (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanlesage authored and rmzelle committed Nov 9, 2019
1 parent 069dd4c commit 769c322
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions soziologiemagazin.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<eissn>2198-9826</eissn>
<summary>Official Citation Style for the German Soziologiemagazin</summary>
<published>2019-09-22T12:00:00+00:00</published>
<updated>2019-09-22T12:00:00+00:00</updated>
<updated>2019-11-09T19:15:00+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>
<locale xml:lang="de">
Expand All @@ -33,14 +33,16 @@
<term name="et-al">et al.</term>
<term name="anonymous" form="long">Ohne Verfasser</term>
<term name="anonymous" form="short">O.V.</term>
<term name="volume" form="long">Jahrgang</term>
<term name="volume" form="short">Jg.</term>
</terms>
</locale>
<macro name="container">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" suffix=": "/>
<names variable="editor translator" delimiter=", " suffix=": ">
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
<names variable="editor translator" delimiter="/" suffix=": ">
<name delimiter-precedes-last="always" initialize-with="." initialize="false" name-as-sort-order="all"/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
</names>
<group delimiter=", ">
Expand Down Expand Up @@ -68,8 +70,8 @@
<text variable="volume"/>
<text variable="issue" prefix="/"/>
</group>
<group>
<label suffix=" " variable="locator" form="short"/>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
Expand Down Expand Up @@ -102,15 +104,12 @@
</choose>
</macro>
<macro name="author">
<names variable="author" font-weight="bold">
<names variable="author" font-weight="bold" delimiter="/">
<name delimiter-precedes-last="always" initialize="false" name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<group>
<text variable="title-short"/>
</group>
<group>
<text term="anonymous" form="short" font-weight="bold"/>
</group>
Expand All @@ -134,20 +133,23 @@
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</if>
<else-if type="webpage">
<group delimiter=" ">
<text term="available at" suffix=": "/>
<text variable="URL"/>
<group delimiter="; " prefix="(" suffix=").">
<group delimiter=": ">
<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>
<else-if type="webpage article article-newspaper article-magazine" match="any">
<choose>
<if variable="URL">
<group delimiter=" ">
<text term="available at" suffix=": "/>
<text variable="URL"/>
<group prefix="(" suffix=")." delimiter=" ">
<text term="accessed"/>
<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>
</group>
</group>
</group>
</if>
</choose>
</else-if>
</choose>
</macro>
Expand All @@ -160,15 +162,12 @@
<text variable="number" prefix="Nr. "/>
</group>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
<else-if type="bill book graphic legal_case legislation motion_picture song speech" match="any">
<group delimiter=". ">
<text variable="title"/>
<text variable="medium"/>
</group>
</else-if>
<else-if type="webpage">
<text variable="title"/>
</else-if>
<else>
<text variable="title"/>
</else>
Expand Down Expand Up @@ -220,15 +219,17 @@
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". ">
<text macro="publisher"/>
<text variable="genre"/>
<text macro="publisher"/>
</group>
</else-if>
</choose>
</macro>
<macro name="pages">
<label variable="locator" form="short"/>
<text variable="page"/>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="page"/>
</group>
</macro>
<macro name="author-year-title">
<group delimiter=": ">
Expand Down Expand Up @@ -290,7 +291,7 @@
</choose>
</layout>
</citation>
<bibliography initialize="false" entry-spacing="0" hanging-indent="true">
<bibliography initialize="false" entry-spacing="1" hanging-indent="true">
<sort>
<key macro="author"/>
<key macro="issued"/>
Expand Down

0 comments on commit 769c322

Please sign in to comment.