Skip to content

Instantly share code, notes, and snippets.

@adam3smith
Created September 7, 2011 21:01
Show Gist options
  • Save adam3smith/1201723 to your computer and use it in GitHub Desktop.
Save adam3smith/1201723 to your computer and use it in GitHub Desktop.
<?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">
<info>
<title>Promotionsordnung Ruprecht-Karls-Universitaet Heidelberg, Medizinische Fakultaet</title>
<id>http://www.zotero.org/styles/heidelberg-medizin</id>
<link href="http://www.zotero.org/styles/heidelberg-medizin" rel="self"/>
<author>
<name>Doktorarbeit</name>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<updated>2009-08-08T10:55:47+00:00</updated>
<summary>A style based on the dissertation guidelines of Heidelberg Medical School"</summary>
</info>
<macro name="editor">
<names variable="editor" delimiter="">
<name and="text" initialize-with="" delimiter=" "/>
<label form="short" prefix=", " text-case="lowercase" suffix="" 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"/>
<label form="short" prefix="" suffix="" text-case="lowercase" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<text variable="title"/>
</substitute>
</names>
<group prefix=" (" suffix="):">
<date variable="issued">
<date-part name="year"/>
</date>
<choose>
<if type="bill book graphic legal_case motion_picture report song article-journal chapter paper-conference" match="none">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
</if>
</choose>
</group>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=""/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="container-title">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" prefix=". " suffix=":"/>
<group delimiter=", " prefix=" " suffix=" (Hrsg.): ">
<text variable="genre"/>
<text variable="publisher"/>
</group>
<text variable="container-title" font-style="italic" font-weight="bold" suffix="."/>
<text variable="volume" prefix=" " suffix=", "/>
</if>
<else>
<text variable="container-title" form="short" font-style="italic" prefix=". "/>
</else>
</choose>
</macro>
<macro name="container-contributors">
<names variable="editor" delimiter=", " prefix=" (" suffix=")">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", " text-case="capitalize-first" suffix="." strip-periods="true"/>
</names>
</macro>
<macro name="edition">
<choose>
<if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="," strip-periods="true"/>
<text variable="publisher-place"/>
</group>
</if>
<else>
<text variable="edition" suffix=", "/>
<text variable="publisher-place" prefix=""/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="pages-book-chapter">
<choose>
<if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
<label variable="page" form="short" prefix=", " suffix=". " strip-periods="true"/>
<text variable="page"/>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", " prefix=" (" suffix=") ">
<text variable="genre"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="event">
<text variable="event"/>
<text variable="event-place" prefix=", "/>
</macro>
<macro name="locators">
<choose>
<if type="article-journal">
<group prefix=" " delimiter=", ">
<text variable="volume" font-style="italic"/>
<text variable="page"/>
</group>
</if>
</choose>
</macro>
<macro name="access">
<group>
<text value=" Available at:" suffix=" "/>
<text variable="URL" font-weight="bold"/>
<group prefix=" [" suffix="]">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</group>
</macro>
<macro name="bookvolume">
<group>
<choose>
<if type="chapter paper-conference" match="any">
<text variable="volume" prefix=" " suffix=", "/>
</if>
</choose>
</group>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<text variable="citation-number" vertical-align="baseline" font-style="normal"/>
</layout>
</citation>
<bibliography second-field-align="flush" entry-spacing="0">
<layout suffix=" ">
<text variable="citation-number" suffix=". "/>
<text macro="author" suffix="."/>
<text macro="issued"/>
<text variable="title" font-weight="bold" prefix=" "/>
<text macro="pages-book-chapter"/>
<text macro="container-title"/>
<text macro="container-contributors"/>
<text macro="bookvolume"/>
<text macro="edition"/>
<text macro="locators"/>
<text macro="access"/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment