<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="file:/C:/temp/csl.rnc" type="compact"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text">
    <info>
        <title>FHV Autor-Jahr System v.1.3</title>
        <id>https://homepages.fhv.at/fw/download/fhv-citation-style-1-3.csl</id>
        <link href="https://homepages.fhv.at/fw/download/fhv-citation-style-1-3.csl"/>
        <contributor>
        <name>Frank Weber</name>
        <email>newsfranklin66@gmx.net</email>
        </contributor>
        <contributor>
            <name>Julian Onions</name>
            <email>julian.onions@gmail.com</email>
        </contributor>
        <contributor>
            <name>Sven Rothe</name>
            <email>mmoole@googlemail.com</email>
        </contributor>
        <category term="author-date"/>
        <category term="generic-base"/>
        <updated>2009-04-21T19:59:03+00:00</updated>
        <summary>Citation Style of the University of Applied Sciences Vorarlberg, based on A Harvard author-date style variant, mostly german</summary>
        <link href="http://www.fhv.at/fhv/lib/wiss/wissarb.pdf"
            rel="documentation"/>
		<!--  useful things: non breaking space: &#160;   -->
    </info>
    <macro name="author">
        <names variable="author" delimiter="; ">
            <name name-as-sort-order="all" sort-separator=", " delimiter="; "
                delimiter-precedes-last="always" form="long" suffix="&#160;"/>
            <label form="short" prefix=" (" suffix=".)"/>
            <substitute>
                <text macro="editor"/>
			    <names variable="translator"/>
            </substitute>
        </names>
        <text macro="anon"/>
    </macro>
    <macro name="author-short">
        <names variable="author" delimiter="; ">
            <name form="short" delimiter=";&#160;" initialize-with=". " delimiter-precedes-last="always" sort-separator="," suffix="&#160;"/>
            <substitute>
                <names variable="editor"/>
                <names variable="translator"/>
            </substitute>
        </names>
        <text macro="anon"/>
    </macro>
    <macro name="editor">
        <names variable="editor" delimiter="; ">
            <name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="always" form="long" suffix=""/>
            <label form="short" prefix=" (" suffix=".):&#160;" />
        </names>
    </macro>
  <macro name="anon">
    <choose>
      <if variable="author editor translator" match="none">
    <text term="anonymous" form="short" suffix="&#160;"/>
	  </if>
	</choose>
  </macro>
   <macro name="title">
        <choose>
            <if type="book">
                <text variable="title" font-style="normal" suffix=".&#160;"/>
            </if>
            <else-if type="chapter">
                <text variable="title" font-style="normal" prefix="&#8222;" suffix=".&#8220; "/>
             </else-if>
             <else-if type="webpage">
                <text variable="title" font-style="normal" suffix=".&#160;"/>
             </else-if>
             <else-if type="article-journal article-newspaper article-magazine" match="any">
                <text variable="title" font-style="normal" prefix="&#8222;" suffix=".&#8220; "/>
             </else-if>
             <else>
                <text variable="title" font-style="normal" prefix="&#160;" suffix="&#160;"/>
            </else>
        </choose>
    </macro>
     <macro name="collection-title">
     	<choose>
     	<if type="article-journal">
            <text variable="collection-title" prefix="&#160;(=&#160;" suffix="),&#160;"/>
         </if>
         <else-if type="book chapter article-newspaper webpage" match="any">
         <text variable="collection-title" prefix="&#160;(=&#160;" suffix=")"/>
         </else-if>
         <else>
          <text value="o.&#160;J."/>
          </else>
         </choose>
    </macro>
    <macro name="access">
       <choose>
            <if type="webpage">
                <choose>
                    <if variable="URL">
                        <text value="Online im Internet: "/>
                        <text variable="URL"/>
                        <group prefix=" (" delimiter=" " suffix=")">
                            <text value="Zugriff am:"/> 
                            <date variable="accessed">
                                <date-part name="day" form="numeric-leading-zeros" suffix="." />
                                <date-part name="month" suffix="." form="numeric-leading-zeros"/>
                                <date-part name="year" form="long"/>
                            </date>
                        </group>
                    </if>
                </choose>
            </if>
            <else-if type="book chapter article-journal article-newspaper" match="any">
                <choose>
                    <if variable="URL">
                        <text value=".&#160;Online im Internet: "/>
                        <text variable="URL"/>
                        <group prefix=" (" delimiter=" " suffix=")">
                            <text value="Zugriff am:"/> 
                            <date variable="accessed">
                                <date-part name="day" form="numeric-leading-zeros" suffix="." />
                                <date-part name="month" suffix="." form="numeric-leading-zeros"/>
                                <date-part name="year" form="long"/>
                            </date>
                        </group>
                    </if>
                </choose>
            </else-if>
        </choose>
    </macro>
    <macro name="publisher">
        <group delimiter=": ">
            <text variable="publisher-place"/>
            <text variable="publisher"/>
        </group>
    </macro>
     <macro name="published-date">
        <choose>
            <if type="article-newspaper">
                <date variable="issued">
                    <date-part name="day" form="numeric" suffix=".&#160;"/>
                    <date-part name="month" form="long" suffix=" "/>
                    <date-part name="year" form="long"/>
                </date>
            </if>
        </choose>
    </macro>
    <macro name="year-date">
        <choose>
            <if variable="issued">
                <date variable="issued">
                    <date-part name="year"/>
                </date>
            </if>
            <else>
                <text value="o.&#160;J."/>
            </else>
        </choose>
    </macro>
    <macro name="locator">
        <choose>
            <if type="article-journal">
                <text variable="volume" prefix="" suffix="&#160;"/>
                 <date variable="issued">
                    <date-part name="year" prefix="(" suffix=")"/>
                  </date>
                <text variable="issue" prefix=",&#160;" suffix=""/>
            </if>
            <else-if type="article-newspaper">
                <text variable="volume" prefix=",&#160;" suffix="&#160;"/>
                 <!-- <date variable="issued">
                    <date-part name="year" prefix="(" suffix=")"/>
                  </date> -->
                <text variable="issue" prefix=",&#160;" suffix=""/>
            </else-if>
        </choose>
    </macro>
   <macro name="pages">
        <choose>
            <if type="chapter article-journal article-newspaper" match="any">
                <label variable="page" form="short" prefix=",&#160;" suffix=".&#160;"/>
                <text variable="page"/>
            </if>
        </choose>
    </macro>
    <macro name="edition">
        <choose>
            <if is-numeric="edition">
                <group delimiter=" ">
                    <number variable="edition" form="numeric" suffix=". Aufl.&#160;"/>
                </group>
            </if>
            <else>
                <text variable="edition" suffix=".&#160;"/>
            </else>
        </choose>
    </macro>
    <macro name="container-prefix">
        <choose>
            <if type="chapter article-journal article-magazine article-newspaper" match="any">
                <text term="in" text-case="capitalize-first" suffix=":&#160;"/>
            </if>
        </choose>
    </macro>
    <macro name="container-title">
      <choose>
            <if type="chapter">
                <text variable="container-title" font-style="normal" suffix=".&#160;"/>
            </if>
            <else-if type="article-journal article-newspaper article-magazine" match="any">
                <text variable="container-title" font-style="normal" suffix=",&#160;"/>
             </else-if>
            <else-if type="webpage">
                <text variable="container-title" font-style="normal" suffix=".&#160;"/>
             </else-if>
            <else>
                <text variable="container-title" font-style="normal" suffix="&#160;"/>
            </else>
        </choose>
  </macro>
  <!-- Hier beginnt die Formatierung für das Kurzzitat im Text - this is where the citation starts -->
    <citation>
        <option name="et-al-min" value="4"/>
        <option name="et-al-use-first" value="1"/>
        <option name="et-al-subsequent-min" value="4"/>
        <option name="et-al-subsequent-use-first" value="1"/>
        <option name="disambiguate-add-year-suffix" value="true"/>
        <option name="disambiguate-add-names" value="true"/>
        <option name="disambiguate-add-givenname" value="true"/>
        <option name="collapse" value="year"/>
        <layout prefix="(" suffix=")" delimiter="; ">
 						<text macro="author-short"/>
                 		<text macro="year-date"/>
                        <text variable="locator" prefix=",&#160;S.&#160;"/>
        </layout>
    </citation>
   <!-- Hier beginnt die Formatierung für das Literaturverzeichnis -  this is where the bibliography starts -->
   <bibliography>
        <option name="hanging-indent" value="true"/>
        <option name="et-al-min" value="4"/>
        <option name="et-al-use-first" value="1"/>
        <sort>
            <key macro="author"/>
            <key variable="title"/>
        </sort>
        <layout suffix=".">
                <text macro="author"/>
                <text macro="year-date" prefix="(" suffix="):&#160;"/>
                <text macro="title"/>
                <text macro="container-prefix"/>
                <text macro="editor"/>
			    <text macro="container-title"/>
                <text macro="edition"/>
                <text macro="publisher"/>
                <text macro="collection-title"/>
                <text macro="locator"/>
                <text macro="published-date"/>
                <text macro="pages"/>
                <text macro="access"/>
        </layout>
    </bibliography>
</style>
