|
1 | 1 | <?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/) --> |
4 | 4 | <info> |
5 | 5 | <title>Thieme-German (German)</title> |
6 | 6 | <id>http://www.zotero.org/styles/thieme-german</id> |
|
24 | 24 | <category citation-format="numeric"/> |
25 | 25 | <category field="medicine"/> |
26 | 26 | <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> |
28 | 28 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
29 | 29 | </info> |
30 | 30 | <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=")"/> |
37 | 34 | </names> |
38 | 35 | </macro> |
39 | 36 | <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=")"/> |
43 | 40 | </names> |
44 | 41 | </macro> |
45 | 42 | <macro name="publisher"> |
|
62 | 59 | </group> |
63 | 60 | </macro> |
64 | 61 | <macro name="journal-title"> |
65 | | - <text variable="container-title" form="short" strip-periods="true"/> |
| 62 | + <text form="short" variable="container-title" strip-periods="true"/> |
66 | 63 | </macro> |
67 | 64 | <macro name="title"> |
68 | 65 | <text variable="title"/> |
|
71 | 68 | <choose> |
72 | 69 | <if is-numeric="edition"> |
73 | 70 | <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"/> |
76 | 73 | </group> |
77 | 74 | </if> |
78 | 75 | <else> |
79 | | - <text variable="edition" suffix="."/> |
| 76 | + <text suffix="." variable="edition"/> |
80 | 77 | </else> |
81 | 78 | </choose> |
82 | 79 | </macro> |
|
89 | 86 | </layout> |
90 | 87 | </citation> |
91 | 88 | <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"/> |
94 | 91 | <text macro="author"/> |
95 | 92 | <text macro="title" suffix=". "/> |
96 | 93 | <choose> |
|
102 | 99 | </if> |
103 | 100 | <else-if type="chapter paper-conference" match="any"> |
104 | 101 | <group prefix=" " suffix="."> |
105 | | - <text term="in" suffix=": " text-case="capitalize-first"/> |
| 102 | + <text suffix=": " term="in" text-case="capitalize-first"/> |
106 | 103 | <text macro="editor"/> |
107 | 104 | <text variable="container-title"/> |
108 | 105 | </group> |
109 | | - <text macro="publisher" prefix=" "/> |
110 | | - <text variable="page" prefix=": "/> |
| 106 | + <text prefix=" " macro="publisher"/> |
| 107 | + <text prefix=": " variable="page"/> |
111 | 108 | </else-if> |
112 | 109 | <else> |
113 | 110 | <group delimiter=" "> |
114 | 111 | <text macro="journal-title"/> |
115 | | - <date variable="issued" suffix=";"> |
| 112 | + <date suffix=";" variable="issued"> |
116 | 113 | <date-part name="year"/> |
117 | 114 | </date> |
118 | 115 | <text variable="volume"/> |
119 | 116 | </group> |
120 | | - <text variable="page" prefix=": "/> |
| 117 | + <text prefix=": " variable="page"/> |
121 | 118 | </else> |
122 | 119 | </choose> |
123 | 120 | <text macro="access"/> |
|
0 commit comments