Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
202 lines (201 sloc) 7.37 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-DE">
<info>
<title>Friedrich-Schiller-Universität Jena - Medizinische Fakultät (German)</title>
<id>http://www.zotero.org/styles/friedrich-schiller-universitat-jena-medizinische-fakultat</id>
<link href="http://www.zotero.org/styles/friedrich-schiller-universitat-jena-medizinische-fakultat" rel="self"/>
<link href="http://www.zotero.org/styles/aquatic-conservation" rel="template"/>
<link href="http://www.uniklinikum-jena.de/MedWeb_media/Downloads/Dekanat_Promotionsstelle/Formulare/Zitierweise.pdf" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
<email>obrienpat86@gmail.com</email>
</author>
<category citation-format="author-date"/>
<category field="medicine"/>
<summary>Style for the medical faculty of the Friedrich-Schiller University Jena, derived primarily from Aquatic Conservation style</summary>
<updated>2018-05-21T17:53:16+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="et-al">et al.</term>
</terms>
</locale>
<macro name="editor-translator">
<names variable="editor translator" prefix="(" suffix=")." delimiter=", ">
<name and="text" initialize-with="" delimiter=", "/>
<label form="short" prefix=", " text-case="capitalize-first" strip-periods="true"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always" et-al-min="11" et-al-use-first="10"/>
<label form="short" text-case="capitalize-first" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with="" et-al-min="3" et-al-use-first="1"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" form="short"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="author-count">
<names variable="author">
<name form="count"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" form="short"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="title">
<choose>
<if match="any" type="paper-conference">
<group delimiter=" ">
<text variable="title"/>
<text variable="genre" prefix="[" suffix="]"/>
</group>
</if>
<else-if type="bill book graphic legal_case motion_picture song" match="any">
<text variable="title" font-style="normal"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="edition">
<group delimiter=" ">
<number variable="edition" form="long-ordinal"/>
<text variable="edition"/>
</group>
</macro>
<citation disambiguate-add-year-suffix="true" collapse="year">
<sort>
<key macro="issued"/>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="issued"/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="2">
<sort>
<key macro="author" names-min="1" names-use-first="1"/>
<key macro="author-count" names-min="3" names-use-first="3"/>
<key macro="author-short"/>
<key macro="issued"/>
<key macro="author"/>
</sort>
<layout suffix=". ">
<group delimiter=". ">
<text macro="author"/>
<date variable="issued">
<date-part name="year"/>
</date>
<choose>
<if type="bill book graphic legal_case motion_picture song" match="any">
<group delimiter=". ">
<text macro="title"/>
<text macro="editor-translator" prefix=" "/>
<text macro="edition"/>
</group>
<text prefix=" " suffix="." macro="publisher"/>
</if>
<else-if type="report" match="any">
<group delimiter=". ">
<text macro="title" prefix=" "/>
<group delimiter=". ">
<group delimiter=", ">
<text variable="genre" prefix=" "/>
<text variable="number"/>
</group>
<text macro="publisher"/>
</group>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". ">
<group delimiter=" ">
<text macro="title" prefix=" "/>
<text variable="genre" prefix="[" suffix="]"/>
</group>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text macro="title" prefix=" "/>
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<names variable="editor">
<name delimiter-precedes-last="always" et-al-min="8" et-al-use-first="3" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" strip-periods="false" prefix=", "/>
</names>
</group>
<text variable="container-title"/>
<text macro="edition"/>
<group delimiter=", ">
<text variable="page" prefix=" "/>
<text macro="publisher" prefix=" " suffix=";"/>
</group>
</group>
</else-if>
<else>
<group delimiter=". ">
<text macro="title" prefix=" "/>
<group delimiter=", ">
<text variable="container-title"/>
<group delimiter=":">
<group prefix=" ">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page"/>
</group>
</group>
</group>
</else>
</choose>
</group>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.