Skip to content

Commit

Permalink
Update thieme-german.csl (#5710)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Nov 9, 2021
1 parent ebe0787 commit 91eda8c
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions thieme-german.csl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<name>Christoph Mann</name>
<email>[email protected]</email>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>Modified version of the "Vancouver Bracket" for Thieme Journals</summary>
Expand All @@ -30,18 +33,20 @@
<locale xml:lang="de">
<terms>
<term name="et-al">et al.</term>
<term name="internet">im Internet</term>
<term name="accessed">Stand</term>
</terms>
</locale>
<macro name="author">
<names suffix=". " variable="author">
<name sort-separator=" " name-as-sort-order="all" initialize-with="" et-al-use-first="3" et-al-min="4" delimiter-precedes-last="always"/>
<label prefix=" (" form="short" suffix=")"/>
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="editor">
<names suffix=". " variable="editor">
<name sort-separator=" " name-as-sort-order="all" initialize-with="" delimiter-precedes-last="always" delimiter=", "/>
<label prefix=", " form="short"/>
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="publisher">
Expand All @@ -50,27 +55,28 @@
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
<group>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</macro>
<macro name="access">
<choose>
<if variable="DOI">
<if type="article-journal" match="any">
<text variable="DOI" prefix="doi:"/>
</if>
<else>
<else-if type="webpage post post-weblog" match="any">
<group delimiter="; ">
<group>
<text value="Im Internet: "/>
<group delimiter=": ">
<text term="internet" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
<date variable="accessed" form="numeric" prefix="Stand: "/>
<group delimiter=": ">
<text term="accessed"/>
<date form="numeric" variable="accessed"/>
</group>
</group>
</else>
</else-if>
</choose>
</macro>
<macro name="journal-title">
Expand Down Expand Up @@ -100,14 +106,14 @@
<text variable="citation-number"/>
</layout>
</citation>
<bibliography second-field-align="flush">
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush">
<layout vertical-align="baseline" font-variant="normal">
<text prefix="[" suffix="]" variable="citation-number" strip-periods="false" vertical-align="baseline" quotes="false" text-case="title"/>
<text variable="citation-number" strip-periods="false" quotes="false" vertical-align="baseline" prefix="[" suffix="]"/>
<text macro="author"/>
<text macro="title" suffix=". "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group prefix=" " delimiter=" ">
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group delimiter=" ">
<text macro="edition"/>
<text macro="publisher"/>
</group>
Expand All @@ -124,10 +130,10 @@
<else>
<group delimiter=" ">
<text macro="journal-title"/>
<group delimiter="; ">
<date variable="issued" form="numeric" date-parts="year"/>
<text variable="volume"/>
</group>
<date suffix=";" variable="issued">
<date-part name="year"/>
</date>
<text variable="volume"/>
</group>
<text prefix=": " variable="page"/>
</else>
Expand Down

0 comments on commit 91eda8c

Please sign in to comment.