<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" default-locale="de-DE" demote-non-dropping-particle="sort-only">
  <info>
    <title>Zeitschrift für Medien- und Kulturforschung (Deutsch)</title>
    <title-short>ZMK</title-short>
    <id>http://www.zotero.org/styles/zeitschrift-fur-medien-und-kulturforschung</id>
    <link href="http://www.zotero.org/styles/zeitschrift-fur-medien-und-kulturforschung" rel="self"/>
    <link href="https://meiner.de/service/autoren-beitraeger#ZMK" rel="documentation"/>
    <link href="https://github.com/citation-style-language/styles/pull/3764#commitcomment-31115303" rel="documentation"/>
    <author>
      <name>Till A. Heilmann</name>
      <email>mail@tillheilmann.info</email>
      <uri>http://www.tillheilmann.info</uri>
    </author>
    <category citation-format="note"/>
    <category field="humanities"/>
    <issn>1869-1366</issn>
    <eissn>2366-0767</eissn>
    <summary>Style for ZMK. Zeitschrift für Medien- und Kulturforschung. Citations in notes, no bibliography.</summary>
    <updated>2021-02-10T05:28:52+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>
  <!--
      /////////////////////////////////////////////////////////////////////
      ABOUT ZEITSCHRIFT-FUR-MEDIEN-UND-KULTURFORSCHUNG.CSL
      /////////////////////////////////////////////////////////////////////
      zeitschrift-fur-medien-und-kulturforschung.csl may be used for the German journal Zeitschrift für Medien- und Kulturforschung (ZMK).
      Please note the following remarks (some concerning only the use of the style with Zotero 5.x):
      - The only types explicitly supported are 'Buch' / 'book', 'Buchteil' / 'chapter', 'Zeitschriftenartikel' / 'article_journal' and 'Zeitungsartikel' / 'article-newspaper'!
      - References to motion pictures are to be made in-text manually. This style is of no use in these cases.
      - The style supports using variables for which there are no distinct fields of entry in Zotero (see comments below). These variables can be set through Zotero’s 'Extra' field like this:
      original-date: 1899
      - All types can have 'original-date'.
      - Dates can be given in Extended Date/Time Format 1.0 (EDTF) like this:
      issued: 1503/1506
      issued: -27500~
      event-date: 1975-04-11/1975-04-13
      CAVEAT: Support for EDTF in Zotero 5.x is flaky and output will likely be wrong!
  -->
  <locale xml:lang="de">
    <terms>
      <term name="collection-editor" form="short">
        <single>Hg.</single>
        <multiple>Hg.</multiple>
      </term>
      <term name="collection-editor" form="verb-short">hrsg.&#160;v.</term>
      <term name="editor" form="short">
        <single>Hg.</single>
        <multiple>Hg.</multiple>
      </term>
      <term name="editor" form="verb-short">
        <single>hrsg.&#160;v.</single>
        <multiple>hrsg.&#160;v.</multiple>
      </term>
      <term name="editorial-director" form="verb-short">hrsg.&#160;v.</term>
      <term name="editortranslator" form="short">
        <single>Hg.&#160;u. Übers.</single>
        <multiple>Hg.&#160;u. Übers.</multiple>
      </term>
      <term name="editortranslator" form="verb-short">hrsg.&#160;u. übers. v.</term>
      <term name="et-al">u.&#160;a.</term>
      <term name="ibid">ebd.</term>
      <term name="illustrator" form="verb-short">illus.&#160;v.</term>
      <term name="translator" form="short">
        <single>Übers.</single>
        <multiple>Übers.</multiple>
      </term>
      <term name="translator" form="verb-short">
        <single>übers.&#160;v.</single>
        <multiple>übers.&#160;v.</multiple>
      </term>
      <term name="open-quote">»</term>
      <term name="close-quote">«</term>
      <term name="open-inner-quote">›</term>
      <term name="close-inner-quote">‹</term>
    </terms>
    <date form="numeric" delimiter=".">
      <date-part name="day" form="numeric"/>
      <date-part name="month" form="numeric"/>
      <date-part name="year"/>
    </date>
  </locale>
  <macro name="main-contributors-cite-long">
    <choose>
      <if variable="author">
        <group delimiter=", ">
          <names variable="author"/>
          <names variable="interviewer">
            <label form="verb" suffix=" "/>
            <name/>
          </names>
        </group>
      </if>
      <else-if type="book">
        <names variable="editor">
          <name/>
          <label prefix=" (" form="short" suffix=")"/>
        </names>
      </else-if>
    </choose>
  </macro>
  <macro name="main-contributors-cite-short">
    <choose>
      <if variable="author">
        <group delimiter=", ">
          <names variable="author">
            <name form="short"/>
          </names>
          <names variable="interviewer">
            <label form="verb" suffix=" "/>
            <name form="short"/>
          </names>
        </group>
      </if>
      <else-if type="book">
        <names variable="editor">
          <name form="short"/>
          <label prefix=" (" form="short" suffix=")"/>
        </names>
      </else-if>
    </choose>
  </macro>
  <macro name="additional-main-contributors">
    <choose>
      <if type="article-journal chapter" match="any">
        <names prefix=", " variable="translator">
          <label form="verb-short" suffix=" "/>
          <name/>
        </names>
      </if>
      <else-if type="book">
        <choose>
          <if variable="author">
            <names prefix=", " variable="editor translator" delimiter=", ">
              <label form="verb-short" suffix=" "/>
              <name/>
            </names>
          </if>
          <else>
            <names prefix=", " variable="translator" delimiter=", ">
              <label form="verb-short" suffix=" "/>
              <name/>
            </names>
          </else>
        </choose>
      </else-if>
    </choose>
  </macro>
  <macro name="secondary-contributors">
    <choose>
      <if variable="container-author">
        <names variable="container-author">
          <name/>
        </names>
      </if>
      <else-if type="chapter">
        <names variable="editor">
          <name/>
          <label prefix=" (" form="short" suffix=")"/>
        </names>
      </else-if>
    </choose>
  </macro>
  <macro name="additional-secondary-contributors">
    <choose>
      <if type="article-journal" variable="editor" match="all">
        <names variable="editor">
          <label form="verb-short" suffix=" "/>
          <name/>
        </names>
      </if>
      <else-if type="chapter" variable="container-author" match="all">
        <names variable="editor">
          <label form="verb-short" suffix=" "/>
          <name/>
        </names>
      </else-if>
    </choose>
  </macro>
  <macro name="tertiary-contributors">
    <choose>
      <if type="book">
        <choose>
          <if variable="author editor title" match="any">
            <names variable="collection-editor">
              <label form="verb-short" suffix=" "/>
              <name/>
            </names>
          </if>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="main-title-long">
    <text variable="title" text-case="title"/>
    <choose>
      <if variable="title" match="none">
        <choose>
          <if variable="reviewed-author reviewed-title" match="any">
            <text value="Rezension zu"/>
            <group delimiter=": " prefix=" ">
              <names variable="reviewed-author"/>
              <text variable="reviewed-title" text-case="title"/>
            </group>
          </if>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="main-title-short">
    <choose>
      <if type="book">
        <text variable="title" text-case="title" form="short"/>
        <choose>
          <if variable="title-short" match="none">
            <text prefix=", " macro="volume-and-issue"/>
          </if>
        </choose>
      </if>
      <else-if type="chapter" variable="version" match="all">
        <text variable="container-title" text-case="title" form="short"/>
      </else-if>
      <else>
        <text variable="title" text-case="title" form="short"/>
      </else>
    </choose>
    <choose>
      <if variable="title title-short" match="none">
        <choose>
          <if variable="reviewed-title">
            <text value="Rezension zu "/>
            <text variable="reviewed-title" text-case="title"/>
          </if>
          <else-if variable="reviewed-author">
            <text value="Rezension zu "/>
            <names variable="reviewed-author">
              <name form="short"/>
            </names>
          </else-if>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="main-title-addendum">
    <group prefix=" (" delimiter=", " suffix=")">
      <text variable="original-title" text-case="title"/>
      <text macro="original-date"/>
    </group>
    <choose>
      <if variable="title title-short" match="any">
        <choose>
          <if variable="reviewed-author reviewed-title" match="any">
            <group delimiter=": " prefix=", Rezension zu ">
              <names variable="reviewed-author"/>
              <text variable="reviewed-title" text-case="title"/>
            </group>
          </if>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="secondary-title">
    <choose>
      <if type="article-journal article-newspaper chapter post-weblog" match="any">
        <text variable="container-title" text-case="title"/>
      </if>
    </choose>
  </macro>
  <macro name="secondary-title-addendum">
    <group prefix=" (" delimiter=", " suffix=")">
      <choose>
        <if type="article-journal">
          <text variable="collection-title" text-case="title"/>
        </if>
      </choose>
    </group>
    <choose>
      <if type="article-journal">
        <text prefix=" " macro="volume-and-issue"/>
        <choose>
          <if type="article-newspaper">
            <text prefix=", " variable="section"/>
          </if>
        </choose>
      </if>
      <else-if type="chapter">
        <text prefix=", " macro="volume-and-issue"/>
      </else-if>
    </choose>
  </macro>
  <macro name="tertiary-title">
    <choose>
      <if type="book chapter" match="any">
        <choose>
          <if is-numeric="collection-number">
            <group delimiter="&#160;">
              <text variable="collection-title" text-case="title"/>
              <text variable="collection-number"/>
            </group>
          </if>
          <else>
            <group delimiter=", ">
              <text variable="collection-title" text-case="title"/>
              <text variable="collection-number"/>
            </group>
          </else>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="published">
    <text prefix=", " variable="genre"/>
    <text prefix=", " variable="medium"/>
    <text prefix=", " macro="publisher-place"/>
    <choose>
      <if type="article-journal article-newspaper" match="any">
        <text prefix=" (" macro="main-date" suffix=")"/>
      </if>
      <else-if type="book chapter" match="any">
        <text prefix=" " macro="main-date"/>
      </else-if>
      <else>
        <text prefix=", " macro="main-date"/>
      </else>
    </choose>
    <group prefix=" (" delimiter=", " suffix=")">
      <text macro="tertiary-title"/>
      <text macro="tertiary-contributors"/>
    </group>
    <group>
      <group prefix=", " delimiter=".&#160;">
        <label variable="locator" form="short"/>
        <text variable="page"/>
      </group>
    </group>
  </macro>
  <macro name="volume-and-issue">
    <choose>
      <if type="article-journal">
        <group delimiter="/">
          <text variable="volume"/>
          <text variable="issue"/>
        </group>
      </if>
      <else-if type="book chapter" match="any">
        <choose>
          <if variable="volume" match="all">
            <group delimiter=" ">
              <text term="volume" plural="false" form="short"/>
              <text variable="volume"/>
              <text prefix=" (von " variable="number-of-volumes" suffix=")"/>
            </group>
          </if>
          <else-if variable="number-of-volumes">
            <text variable="number-of-volumes" form="short"/>
            <text prefix=" " term="volume" plural="true" form="short"/>
          </else-if>
        </choose>
      </else-if>
    </choose>
  </macro>
  <macro name="publisher-place">
    <choose>
      <if variable="publisher-place">
        <text variable="publisher-place"/>
      </if>
      <else-if type="book chapter" match="any">
        <text value="o.&#160;O."/>
      </else-if>
    </choose>
  </macro>
  <macro name="main-date">
    <choose>
      <if is-uncertain-date="issued">
        <text term="circa" form="short" suffix=" "/>
      </if>
    </choose>
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="day" form="numeric" suffix="."/>
          <date-part name="month" form="numeric" suffix="."/>
          <date-part name="year"/>
        </date>
      </if>
      <else>
        <text term="no date" form="short"/>
      </else>
    </choose>
  </macro>
  <macro name="original-date">
    <choose>
      <if is-uncertain-date="original-date">
        <text term="circa" form="short" suffix=" "/>
      </if>
    </choose>
    <choose>
      <if type="article-journal">
        <date variable="original-date">
          <date-part name="month" form="short" suffix=" "/>
          <date-part name="year"/>
        </date>
      </if>
      <else-if type="book chapter" match="any">
        <date variable="original-date">
          <date-part name="year"/>
        </date>
      </else-if>
      <else>
        <date variable="original-date">
          <date-part name="day" form="numeric" suffix="."/>
          <date-part name="month" form="numeric" suffix="."/>
          <date-part name="year"/>
        </date>
      </else>
    </choose>
  </macro>
  <macro name="accessed-date">
    <date variable="accessed">
      <date-part name="day" form="numeric" suffix="."/>
      <date-part name="month" form="numeric" suffix="."/>
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="extra-info">
    <text prefix=", " variable="dimensions"/>
    <text prefix=", " variable="references"/>
    <choose>
      <if variable="URL">
        <group prefix=", " delimiter=" ">
          <text prefix="unter: " variable="URL"/>
          <text prefix="(" macro="accessed-date" suffix=")"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="locator-following">
    <group prefix=", " delimiter=".&#160;">
      <label variable="locator" form="short"/>
      <text variable="locator"/>
    </group>
  </macro>
  <macro name="locator-first">
    <choose>
      <if type="article-journal chapter" match="any">
        <group prefix=", hier " delimiter=".&#160;">
          <label variable="locator" form="short"/>
          <text variable="locator"/>
        </group>
      </if>
      <else>
        <group prefix=", " delimiter=".&#160;">
          <label variable="locator" form="short"/>
          <text variable="locator"/>
        </group>
      </else>
    </choose>
  </macro>
  <citation delimiter-precedes-last="never" delimiter-precedes-et-al="never" and="text" et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
    <layout delimiter="; " suffix=".">
      <choose>
        <if position="ibid-with-locator">
          <text term="ibid" text-case="capitalize-first"/>
          <text macro="locator-following"/>
        </if>
        <else-if position="ibid">
          <text term="ibid" text-case="capitalize-first"/>
        </else-if>
        <else-if position="subsequent">
          <group delimiter=": ">
            <text macro="main-contributors-cite-short"/>
            <text macro="main-title-short"/>
          </group>
          <text prefix=" (wie Anm. " variable="first-reference-note-number" suffix=")"/>
          <text macro="locator-following"/>
        </else-if>
        <else>
          <group delimiter=": ">
            <text macro="main-contributors-cite-long"/>
            <text macro="main-title-long"/>
          </group>
          <text macro="main-title-addendum"/>
          <text macro="additional-main-contributors"/>
          <choose>
            <if type="article-journal article-newspaper chapter" match="any">
              <group prefix=", " delimiter=": ">
                <text term="in"/>
                <text macro="secondary-contributors"/>
                <text macro="secondary-title"/>
              </group>
            </if>
            <else-if type="post-weblog">
              <text prefix=", Eintrag im Blog " macro="secondary-title"/>
            </else-if>
            <else>
              <group prefix=", " delimiter=", ">
                <text macro="secondary-contributors"/>
                <text macro="secondary-title"/>
              </group>
            </else>
          </choose>
          <text macro="secondary-title-addendum"/>
          <text prefix=", " macro="additional-secondary-contributors"/>
          <text macro="published"/>
          <text macro="locator-first"/>
          <text macro="extra-info"/>
        </else>
      </choose>
    </layout>
  </citation>
</style>
