Skip to content

Commit

Permalink
Update thieme-german.csl (#4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Jul 14, 2020
1 parent 648765a commit a3e41d4
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions thieme-german.csl
@@ -1,6 +1,6 @@
<?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" page-range-format="expanded" default-locale="de-DE">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" demote-non-dropping-particle="sort-only" class="in-text" page-range-format="expanded" default-locale="de-DE">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Thieme-German (German)</title>
<id>http://www.zotero.org/styles/thieme-german</id>
Expand All @@ -24,22 +24,19 @@
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>Modified version of the "Vancouver Bracket" for Thieme Journals</summary>
<updated>2017-05-18T15:23:08+00:00</updated>
<updated>2020-06-30T08:44:34+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>
<macro name="author">
<names variable="author" suffix=". ">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
</substitute>
<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=")"/>
</names>
</macro>
<macro name="editor">
<names variable="editor" suffix=". ">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")"/>
<names suffix=". " variable="editor">
<name sort-separator=" " name-as-sort-order="all" initialize-with="" delimiter-precedes-last="always" delimiter=", "/>
<label prefix=" (" form="short" suffix=")"/>
</names>
</macro>
<macro name="publisher">
Expand All @@ -62,7 +59,7 @@
</group>
</macro>
<macro name="journal-title">
<text variable="container-title" form="short" strip-periods="true"/>
<text form="short" variable="container-title" strip-periods="true"/>
</macro>
<macro name="title">
<text variable="title"/>
Expand All @@ -71,12 +68,12 @@
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
<number form="ordinal" variable="edition"/>
<text form="short" term="edition"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
<text suffix="." variable="edition"/>
</else>
</choose>
</macro>
Expand All @@ -89,8 +86,8 @@
</layout>
</citation>
<bibliography second-field-align="flush">
<layout>
<text variable="citation-number" vertical-align="sup"/>
<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 macro="author"/>
<text macro="title" suffix=". "/>
<choose>
Expand All @@ -102,22 +99,22 @@
</if>
<else-if type="chapter paper-conference" match="any">
<group prefix=" " suffix=".">
<text term="in" suffix=": " text-case="capitalize-first"/>
<text suffix=": " term="in" text-case="capitalize-first"/>
<text macro="editor"/>
<text variable="container-title"/>
</group>
<text macro="publisher" prefix=" "/>
<text variable="page" prefix=": "/>
<text prefix=" " macro="publisher"/>
<text prefix=": " variable="page"/>
</else-if>
<else>
<group delimiter=" ">
<text macro="journal-title"/>
<date variable="issued" suffix=";">
<date suffix=";" variable="issued">
<date-part name="year"/>
</date>
<text variable="volume"/>
</group>
<text variable="page" prefix=": "/>
<text prefix=": " variable="page"/>
</else>
</choose>
<text macro="access"/>
Expand Down

0 comments on commit a3e41d4

Please sign in to comment.