Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
232 lines (231 sloc) 8.25 KB
<?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" default-locale="de-AT">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Ferdinand Porsche Fern-Fachhochschule (German - Austria)</title>
<title-short>Ferdinand Porsche FernFH (German - Austria)</title-short>
<id>http://www.zotero.org/styles/ferdinand-porsche-fern-fachhochschule</id>
<link href="http://www.zotero.org/styles/ferdinand-porsche-fern-fachhochschule" rel="self"/>
<link href="http://www.zotero.org/styles/harvard-cite-them-right" rel="template"/>
<link href="https://onlinecampus.fernfh.ac.at/mod/resource/view.php?id=37791" rel="documentation"/>
<link href="https://github.com/citation-style-language/styles/files/73468/Richtlinien.wissenschaftliche.Arbeiten_04_2015.pdf" rel="documentation"/>
<author>
<name>Christian Focke</name>
<email>christian.focke@mail.fernfh.ac.at</email>
</author>
<contributor>
<name>Ingrid Wahl</name>
<email>ingrid.wahl@fernfh.ac.at</email>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Based on the Harvard author-date style</summary>
<updated>2015-12-28T11:38:29+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-AT">
<terms>
<term name="accessed" form="long">
<single>Abruf am</single>
<multiple>Abrufe am</multiple>
</term>
<term name="anonymous" form="short">o. V.</term>
<term name="et-al" form="long">et al.</term>
<term name="presented at" form="long">
<single>vortrag auf der</single>
<multiple>vorträge auf der</multiple>
</term>
</terms>
</locale>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=", " text-case="lowercase"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" strip-periods="false"/>
</macro>
<macro name="author">
<names variable="author">
<name delimiter="/" delimiter-precedes-last="never" initialize="false" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter-precedes-last="never" initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text value="Online:" suffix=" "/>
<text variable="URL"/>
<group prefix=" [" suffix="]">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<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>
</if>
</choose>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text macro="ffh-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="pages">
<group>
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
</macro>
<macro name="ffh-place">
<choose>
<if match="any" variable="publisher-place">
<text variable="publisher-place"/>
</if>
<else>
<text value="o. O."/>
</else>
</choose>
</macro>
<citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
<group>
<label suffix=" " variable="locator" form="short"/>
<text variable="locator"/>
</group>
</group>
</layout>
</citation>
<bibliography et-al-min="6" et-al-use-first="1" hanging-indent="true">
<sort>
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout>
<text macro="author"/>
<text macro="year-date" prefix=" (" suffix=")."/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group prefix=" " delimiter=" " suffix=",">
<text macro="title"/>
<text macro="edition"/>
<text macro="editor"/>
</group>
<text prefix=" " suffix="." macro="publisher"/>
</if>
<else-if type="chapter">
<text macro="title" prefix=" " suffix="."/>
<group prefix=" " delimiter=" ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
<text variable="container-title" font-style="italic" suffix="."/>
<text variable="collection-title" suffix="."/>
<text variable="event" suffix=","/>
<group suffix="." delimiter=", ">
<text macro="publisher" prefix=" "/>
<text macro="pages"/>
</group>
</group>
</else-if>
<else-if type="paper-conference">
<text macro="title" prefix=" " suffix="."/>
<group prefix=" " delimiter=" ">
<text term="presented at" text-case="capitalize-first"/>
<text variable="container-title" suffix="."/>
<text variable="collection-title" suffix="."/>
<text variable="event" suffix=","/>
<group suffix="." delimiter=", ">
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" range-delimiter="-" suffix=". "/>
<date-part name="month" range-delimiter="-" suffix=" "/>
<date-part name="year" range-delimiter="-"/>
</date>
</group>
</group>
</else-if>
<else-if type="thesis">
<group prefix=" " suffix="." delimiter=". ">
<text macro="title"/>
<text variable="genre"/>
<text macro="publisher"/>
</group>
</else-if>
<else>
<group suffix=".">
<text macro="title" prefix=" "/>
<choose>
<if type="article-journal" match="none">
<text macro="editor" prefix=" "/>
</if>
</choose>
</group>
<group prefix=" " suffix=".">
<text variable="container-title" font-style="normal"/>
<group prefix=", ">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<group prefix=", ">
<choose>
<if type="article-journal" match="none">
<label suffix=" " variable="page" form="short"/>
</if>
</choose>
<text variable="page"/>
</group>
</group>
</else>
</choose>
<text prefix=" " macro="access" suffix="."/>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.