Skip to content

Commit a3e41d4

Browse files
authored
Update thieme-german.csl (JabRef#4919)
1 parent 648765a commit a3e41d4

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

thieme-german.csl

+20-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<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">
3-
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
2+
<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">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
44
<info>
55
<title>Thieme-German (German)</title>
66
<id>http://www.zotero.org/styles/thieme-german</id>
@@ -24,22 +24,19 @@
2424
<category citation-format="numeric"/>
2525
<category field="medicine"/>
2626
<summary>Modified version of the "Vancouver Bracket" for Thieme Journals</summary>
27-
<updated>2017-05-18T15:23:08+00:00</updated>
27+
<updated>2020-06-30T08:44:34+00:00</updated>
2828
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2929
</info>
3030
<macro name="author">
31-
<names variable="author" suffix=". ">
32-
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
33-
<label form="short" prefix=" (" suffix=")"/>
34-
<substitute>
35-
<names variable="editor"/>
36-
</substitute>
31+
<names suffix=". " variable="author">
32+
<name sort-separator=" " name-as-sort-order="all" initialize-with="" et-al-use-first="3" et-al-min="4" delimiter-precedes-last="always"/>
33+
<label prefix=" (" form="short" suffix=")"/>
3734
</names>
3835
</macro>
3936
<macro name="editor">
40-
<names variable="editor" suffix=". ">
41-
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
42-
<label form="short" prefix=" (" suffix=")"/>
37+
<names suffix=". " variable="editor">
38+
<name sort-separator=" " name-as-sort-order="all" initialize-with="" delimiter-precedes-last="always" delimiter=", "/>
39+
<label prefix=" (" form="short" suffix=")"/>
4340
</names>
4441
</macro>
4542
<macro name="publisher">
@@ -62,7 +59,7 @@
6259
</group>
6360
</macro>
6461
<macro name="journal-title">
65-
<text variable="container-title" form="short" strip-periods="true"/>
62+
<text form="short" variable="container-title" strip-periods="true"/>
6663
</macro>
6764
<macro name="title">
6865
<text variable="title"/>
@@ -71,12 +68,12 @@
7168
<choose>
7269
<if is-numeric="edition">
7370
<group delimiter=" ">
74-
<number variable="edition" form="ordinal"/>
75-
<text term="edition" form="short"/>
71+
<number form="ordinal" variable="edition"/>
72+
<text form="short" term="edition"/>
7673
</group>
7774
</if>
7875
<else>
79-
<text variable="edition" suffix="."/>
76+
<text suffix="." variable="edition"/>
8077
</else>
8178
</choose>
8279
</macro>
@@ -89,8 +86,8 @@
8986
</layout>
9087
</citation>
9188
<bibliography second-field-align="flush">
92-
<layout>
93-
<text variable="citation-number" vertical-align="sup"/>
89+
<layout vertical-align="baseline" font-variant="normal">
90+
<text prefix="[" suffix="]" variable="citation-number" strip-periods="false" vertical-align="baseline" quotes="false" text-case="title"/>
9491
<text macro="author"/>
9592
<text macro="title" suffix=". "/>
9693
<choose>
@@ -102,22 +99,22 @@
10299
</if>
103100
<else-if type="chapter paper-conference" match="any">
104101
<group prefix=" " suffix=".">
105-
<text term="in" suffix=": " text-case="capitalize-first"/>
102+
<text suffix=": " term="in" text-case="capitalize-first"/>
106103
<text macro="editor"/>
107104
<text variable="container-title"/>
108105
</group>
109-
<text macro="publisher" prefix=" "/>
110-
<text variable="page" prefix=": "/>
106+
<text prefix=" " macro="publisher"/>
107+
<text prefix=": " variable="page"/>
111108
</else-if>
112109
<else>
113110
<group delimiter=" ">
114111
<text macro="journal-title"/>
115-
<date variable="issued" suffix=";">
112+
<date suffix=";" variable="issued">
116113
<date-part name="year"/>
117114
</date>
118115
<text variable="volume"/>
119116
</group>
120-
<text variable="page" prefix=": "/>
117+
<text prefix=": " variable="page"/>
121118
</else>
122119
</choose>
123120
<text macro="access"/>

0 commit comments

Comments
 (0)