Resource: https://publications.rifs-potsdam.de/cone/citation-styles/resource/citation-styles239347
- http://purl.org/dc/elements/1.1/title:
MPI-Magdeburg-Test
- http://www.w3.org/1999/02/22-rdf-syntax-ns#value:
<?xml version="1.0" encoding="utf-8"?>
<style class="in-text" xmlns="http://purl.org/net/xbiblio/csl" version="1.0" demote-non-dropping-particle="never">
<info>
<title>MPI-Magdeburg-Style</title>
<id>http://www.zotero.org/styles/mpi-magdeburg-style</id>
<link rel="self" href="http://www.zotero.org/styles/mpi-magdeburg-style"/>
<author>
<name>Anna-Maria Kopylowicz</name>
<email>anna.kopylowicz@web.de</email>
</author>
<summary>Style for the Max-Planck-Institute Magdeburg</summary>
<updated>2019-06-27T13:40:59+00:00</updated>
</info>
<macro name="Autoren">
<names variable="author">
<name and="symbol" name-as-sort-order="all" initialize-with=". "/>
<label prefix=" (" form="short" suffix=")" text-case="title"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="Editoren">
<names variable="editor">
<name and="symbol" initialize-with=". "/>
<label/>
</names>
</macro>
<macro name="Datum">
<choose>
<if variable="issued" match="any">
<date prefix=" (" form="text" variable="issued" suffix=")" date-parts="year"/>
</if>
<else-if variable="submitted" match="any">
<date prefix=" (" form="text" variable="submitted" suffix=")" date-parts="year"/>
</else-if>
<else-if variable="status" match="none">
<choose>
<if variable="submitted issued" match="none">
<text prefix=" (" value="in press" suffix=")"/>
</if>
</choose>
</else-if>
<else>
<text prefix=" (" value="in preparation" suffix=")"/>
</else>
</choose>
</macro>
<macro name="ISBNdoi">
<choose>
<if variable="ISBN DOI" match="all">
<text prefix="ISBN: " variable="ISBN" suffix=". "/>
<text prefix="doi: " variable="DOI"/>
</if>
<else>
<text prefix="ISBN: " variable="ISBN"/>
<text prefix="doi: " variable="DOI"/>
</else>
</choose>
</macro>
<macro name="Erscheinungsort">
<choose>
<if variable="DOI ISBN" match="any">
<group>
<choose>
<if variable="publisher-place" match="any">
<text variable="publisher-place" suffix=": "/>
</if>
<else>
<text variable="event-place" suffix=": "/>
</else>
</choose>
<text variable="publisher"/>
</group>
</if>
</choose>
</macro>
<macro name="Seitenzahlen">
<choose>
<if variable="page" match="any">
<text variable="page"/>
</if>
<else-if variable="number-of-pages" match="any">
<text variable="number-of-pages"/>
</else-if>
<else>
<text variable="chapter-number"/>
</else>
</choose>
</macro>
<macro name="AJSeitenzahlen">
<choose>
<if match="any" variable="page">
<text variable="page" prefix=", "/>
</if>
<else-if match="any" variable="number-of-pages">
<text variable="number-of-pages" prefix=", "/>
</else-if>
<else>
<text variable="chapter-number" prefix=": "/>
</else>
</choose>
</macro>
<macro name="ADatum">
<choose>
<if match="any" variable="issued">
<date date-parts="year" form="text" variable="issued" prefix=" (" suffix=")"/>
</if>
<else-if match="any" variable="submitted">
<date date-parts="year" form="text" variable="submitted" prefix=" (" suffix=")"/>
</else-if>
<else-if match="none" variable="status">
<choose>
<if match="none" variable="submitted issued">
<text value="in preparation" prefix=" (" suffix=")"/>
</if>
</choose>
</else-if>
<else>
<text value="in press" prefix=" (" suffix=")"/>
</else>
</choose>
</macro>
<macro name="VolIssue">
<group>
<text variable="volume"/>
<text variable="issue" prefix=" (" suffix=")"/>
</group>
</macro>
<macro name="AJVolIssue">
<group>
<text variable="volume" font-style="italic"/>
<text variable="issue" prefix=" (" suffix=")"/>
</group>
</macro>
<citation>
<layout>
<group>
<text variable="citation-number" prefix="[" suffix="] "/>
</group>
</layout>
</citation>
<bibliography>
<sort>
<key variable="citation-number" sort="descending"/>
<key variable="event-date" sort="descending"/>
</sort>
<layout>
<group suffix=".">
<group delimiter=". ">
<choose>
<if type="book" match="any">
<choose>
<if match="none" variable="DOI ISBN">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<group>
<text variable="title"/>
<text value="[Special Issue]" prefix=" "/>
</group>
<group>
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<text macro="AJVolIssue"/>
</group>
<text macro="AJSeitenzahlen"/>
</group>
</if>
<else>
<group>
<choose>
<if variable="author" match="any">
<names variable="author">
<name and="symbol" name-as-sort-order="all" initialize-with=". "/>
<label prefix=" (" form="short" suffix=")" text-case="title"/>
</names>
</if>
<else>
<names variable="editor">
<name and="symbol" name-as-sort-order="all" initialize-with=". "/>
<label prefix=" (" form="short" suffix=")" text-case="capitalize-first"/>
</names>
</else>
</choose>
<text macro="Datum"/>
</group>
<group>
<text font-style="italic" variable="title"/>
<text prefix=" (" variable="edition" suffix=")"/>
</group>
<choose>
<if variable="URL" match="all">
<group delimiter=", ">
<text font-style="italic" variable="container-title"/>
<text macro="AJVolIssue"/>
<text macro="Seitenzahlen"/>
</group>
</if>
</choose>
<choose>
<if variable="DOI ISBN" match="any">
<group>
<choose>
<if variable="publisher-place" match="any">
<text variable="publisher-place" suffix=": "/>
</if>
<else>
<text variable="event-place"/>
</else>
</choose>
<text variable="publisher"/>
</group>
</if>
</choose>
<text macro="ISBNdoi"/>
</else>
</choose>
</if>
</choose>
<choose>
<if type="chapter" match="any">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<text variable="title"/>
<group delimiter=", ">
<group delimiter=" ">
<names prefix="In: " variable="container-author">
<name delimiter="," and="symbol" name-as-sort-order="all" initialize-with="."/>
</names>
<choose>
<if variable="container-author" match="any">
<text prefix=" (" value="Eds." suffix=")"/>
</if>
</choose>
<text font-style="italic" variable="container-title"/>
</group>
<text macro="Seitenzahlen"/>
</group>
<text macro="Erscheinungsort"/>
<text macro="ISBNdoi"/>
</if>
</choose>
<choose>
<if type="paper-conference" match="any">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<text variable="title"/>
<group delimiter=", ">
<text prefix="In: " font-style="italic" variable="container-title"/>
<text macro="Seitenzahlen"/>
</group>
<text macro="ISBNdoi"/>
</if>
</choose>
<choose>
<if type="patent" match="any">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<text variable="title"/>
<text variable="number" font-variant="normal" strip-periods="false"/>
</if>
</choose>
<choose>
<if type="article-journal" match="any">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<choose>
<if variable="issued submitted" match="any">
<text font-style="normal" variable="title"/>
</if>
<else>
<text font-style="normal" variable="title"/>
</else>
</choose>
<choose>
<if variable="issued submitted" match="any">
<group delimiter=", ">
<names prefix="In: " variable="editor">
<name and="symbol" initialize-with=". "/>
<label form="short"/>
</names>
<text font-style="italic" variable="container-title"/>
<group>
<text macro="AJVolIssue"/>
<text macro="AJSeitenzahlen"/>
</group>
</group>
</if>
<else>
<group delimiter=", ">
<names variable="editor">
<name and="symbol" initialize-with=". "/>
<label form="short"/>
</names>
<group delimiter=", ">
<text font-style="italic" variable="container-title"/>
<text macro="AJVolIssue"/>
<text macro="AJSeitenzahlen"/>
</group>
</group>
</else>
</choose>
<text macro="ISBNdoi"/>
<choose>
<if variable="status" match="none">
<choose>
<if variable="submitted issued" match="none">
<text variable="number"/>
</if>
</choose>
</if>
</choose>
</if>
</choose>
<choose>
<if type="article" match="any">
<choose>
<if match="all" variable="URL number">
<group>
<text macro="Autoren"/>
<text macro="ADatum"/>
</group>
<text variable="title"/>
<text variable="number"/>
<text macro="ISBNdoi"/>
</if>
<else>
<group>
<text macro="Autoren"/>
<text macro="ADatum"/>
</group>
<text font-style="italic" variable="title"/>
<group delimiter=", ">
<group delimiter=", ">
<group delimiter=", ">
<text font-style="italic" variable="container-title"/>
</group>
<text macro="VolIssue"/>
<text macro="Seitenzahlen"/>
</group>
</group>
<text macro="Erscheinungsort"/>
<text macro="ISBNdoi"/>
</else>
</choose>
</if>
</choose>
<choose>
<if type="thesis" match="any">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<text font-style="italic" variable="title"/>
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
<choose>
<if variable="publisher-place" match="any">
<text variable="publisher-place"/>
</if>
<else>
<text variable="event-place"/>
</else>
</choose>
</group>
<text macro="ISBNdoi"/>
</if>
</choose>
<choose>
<if type="speech" match="all">
<choose>
<if match="none" variable="number-of-pages">
<group>
<text macro="Autoren"/>
</group>
<text font-style="italic" variable="title"/>
<group>
<choose>
<if match="any" variable="keyword">
<text value="Invited talk presented at: "/>
</if>
<else>
<text value="Presented at: "/>
</else>
</choose>
<text variable="event"/>
</group>
<group delimiter=", ">
<choose>
<if variable="event-place" match="any">
<text variable="event-place"/>
</if>
<else>
<text variable="publisher-place"/>
</else>
</choose>
<date form="text" variable="event-date">
<date-part name="month"/>
<date-part name="year"/>
<date-part name="day"/>
</date>
</group>
</if>
<else>
<text value="This is a talk or poster with a conference-paper reference!"/>
</else>
</choose>
</if>
</choose>
<choose>
<if type="report" match="any">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<group prefix=" " delimiter=", ">
<text variable="title"/>
</group>
<group prefix="(" suffix=")" delimiter=", ">
<text variable="container-title" font-style="italic"/>
<text macro="VolIssue"/>
<text macro="Seitenzahlen"/>
</group>
<text macro="ISBNdoi"/>
</if>
</choose>
<choose>
<if type="motion_picture" match="any">
<group>
<text macro="Autoren"/>
<text macro="Datum"/>
</group>
<text variable="title" font-style="italic"/>
<text macro="ISBNdoi"/>
</if>
</choose>
</group>
</group>
</layout>
</bibliography>
</style>