<?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">
  <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  <info>
    <title>Universität Graz - Geographie</title>
    <title-short>geo-graz</title-short>
    <id>http://www.zotero.org/styles/universitat-graz-geographie</id>
    <link href="http://www.zotero.org/styles/universitat-graz-geographie" rel="self"/>
    <link href="https://static.uni-graz.at/fileadmin/_files/_urbi_sites/_geographie/Studienservice/Organisatorisches/Anleitungen_fuer_wiss_Arbeiten_2025.pdf" rel="documentation"/>
    <category citation-format="author-date"/>
    <category field="geography"/>
    <summary>Zitierstandard Geographie-Graz</summary>
    <updated>2026-03-16T15:46:45+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">
    <terms>
      <term name="accessed">zuletzt geprüft am</term>
      <term name="et-al">et al.</term>
      <term name="editor" form="short">Hg.</term>
    </terms>
  </locale>
  <macro name="editor">
    <names variable="editor">
      <name delimiter="; " delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1" initialize-with="." name-as-sort-order="all"/>
      <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
    </names>
  </macro>
  <macro name="anon">
    <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
  </macro>
  <macro name="author">
    <names variable="author">
      <name delimiter="; " delimiter-precedes-last="always" et-al-min="19" initialize-with="." name-as-sort-order="all">
        <name-part name="given" text-case="capitalize-first" suffix="."/>
      </name>
      <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
      <substitute>
        <names variable="editor"/>
        <text macro="anon"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-short">
    <names variable="author">
      <name and="text" form="short" delimiter=" " delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1" initialize-with=". " sort-separator=","/>
      <substitute>
        <names variable="editor"/>
        <names variable="translator"/>
        <text macro="anon"/>
      </substitute>
    </names>
  </macro>
  <macro name="access">
    <choose>
      <if variable="DOI">
        <text variable="DOI" prefix=". https://doi.org/"/>
      </if>
      <else-if variable="URL">
        <group prefix=". ">
          <text variable="URL"/>
          <group prefix=", " delimiter=" ">
            <text term="accessed"/>
            <date form="numeric" variable="accessed"/>
          </group>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="title">
    <text variable="title"/>
  </macro>
  <macro name="publisher">
    <group>
      <text variable="publisher-place" suffix=": "/>
      <text variable="publisher"/>
    </group>
  </macro>
  <macro name="year-date">
    <choose>
      <if variable="issued"/>
      <else>
        <text term="no date" form="short"/>
      </else>
    </choose>
  </macro>
  <macro name="pages">
    <group prefix=", ">
      <text term="page" form="short" suffix=" "/>
      <text variable="page"/>
    </group>
  </macro>
  <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" givenname-disambiguation-rule="by-cite" disambiguate-add-givenname="true" collapse="year" after-collapse-delimiter="; ">
    <layout delimiter="; " prefix="(" suffix=")">
      <group>
        <text macro="author-short"/>
        <date date-parts="year" form="text" variable="issued" prefix=" "/>
        <group prefix=", ">
          <text term="page" form="short" suffix=" "/>
          <text variable="locator"/>
        </group>
      </group>
    </layout>
  </citation>
  <bibliography hanging-indent="true" et-al-min="9" et-al-use-first="8" entry-spacing="0" line-spacing="1">
    <sort>
      <key macro="author"/>
      <key macro="year-date"/>
      <key variable="title"/>
    </sort>
    <layout suffix=".">
      <choose>
        <if type="book" match="any">
          <group>
            <text macro="author" suffix=" "/>
            <choose>
              <if match="any" variable="editor">
                <text macro="editor" suffix=" "/>
              </if>
            </choose>
            <date form="text" variable="issued" prefix="(" suffix="): "/>
            <text macro="title" suffix=". "/>
            <choose>
              <if match="any" variable="edition">
                <text variable="edition" suffix=". "/>
              </if>
            </choose>
            <text macro="publisher"/>
            <group prefix=" (" suffix=")" delimiter=", ">
              <text variable="collection-title"/>
              <text variable="collection-number"/>
            </group>
          </group>
        </if>
      </choose>
      <choose>
        <if type="article article-journal article-magazine article-newspaper paper-conference" match="any">
          <group>
            <text macro="author" suffix=" "/>
            <date date-parts="year" form="text" variable="issued" prefix="(" suffix="): "/>
            <text macro="title" suffix=". "/>
            <choose>
              <!-- Logik für Preprints (CSL-Typ 'article') -->
              <if type="article">
                <text variable="publisher" prefix="In: "/>
              </if>
              <!-- Logik für normale Zeitschriften -->
              <else>
                <text variable="container-title" prefix="In: " suffix=" "/>
              </else>
            </choose>
            <group delimiter=", ">
              <text variable="volume"/>
              <text variable="issue"/>
            </group>
            <text macro="pages"/>
            <text macro="access"/>
          </group>
        </if>
      </choose>
      <choose>
        <if type="webpage" match="any">
          <group>
            <text macro="author" suffix=" "/>
            <text term="editor" form="short" text-case="capitalize-first" prefix="(" suffix=") "/>
            <date date-parts="year" form="text" variable="issued" prefix="(" suffix="): "/>
            <text macro="title"/>
            <text macro="access"/>
          </group>
        </if>
      </choose>
      <choose>
        <if type="chapter" match="any">
          <group>
            <text macro="author"/>
            <date form="text" variable="issued" prefix=" (" suffix="): "/>
            <text macro="title" suffix=". "/>
            <text macro="editor" prefix="In: " suffix=": "/>
            <text variable="container-title" suffix=". "/>
            <text macro="publisher"/>
            <group prefix=" (" suffix=")" delimiter=", ">
              <text variable="collection-title"/>
              <text variable="collection-number"/>
            </group>
            <text macro="pages"/>
          </group>
        </if>
      </choose>
    </layout>
  </bibliography>
</style>
