Skip to content

Commit abe2066

Browse files
authored
Update methods-of-information-in-medicine.csl (JabRef#4847)
1 parent c64d98b commit abe2066

File tree

1 file changed

+95
-51
lines changed

1 file changed

+95
-51
lines changed

methods-of-information-in-medicine.csl

+95-51
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,34 @@
44
<title>Methods of Information in Medicine</title>
55
<id>http://www.zotero.org/styles/methods-of-information-in-medicine</id>
66
<link href="http://www.zotero.org/styles/methods-of-information-in-medicine" rel="self"/>
7-
<link href="http://www.schattauer.de/fileadmin/assets/zeitschriften/methods/Instruction_to_Authors.pdf" rel="documentation"/>
7+
<link href="https://www.thieme.com/books-main/clinical-informatics/product/4439-methods-of-information-in-medicine" rel="documentation"/>
8+
<link href="https://www.thieme.com/media/ita/Methods_authors_instructions.pdf" rel="documentation"/>
89
<author>
910
<name>Sebastian Karcher</name>
1011
</author>
1112
<contributor>
1213
<name>Michael Berkowitz</name>
1314
<email>[email protected]</email>
1415
</contributor>
16+
<contributor>
17+
<name>Patrick O'Brien</name>
18+
</contributor>
1519
<category citation-format="numeric"/>
1620
<category field="medicine"/>
1721
<issn>0026-1270</issn>
18-
<updated>2012-09-27T22:06:38+00:00</updated>
22+
<updated>2020-06-05T09:29:34+00:00</updated>
1923
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2024
</info>
2125
<locale xml:lang="en">
2226
<terms>
2327
<term name="no date" form="long">date unknown</term>
28+
<term name="presented at">paper presented at</term>
2429
</terms>
2530
</locale>
2631
<macro name="author">
27-
<names variable="author" suffix=". ">
32+
<names variable="author">
2833
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
29-
<label form="long" prefix=", " suffix="."/>
34+
<label form="short" prefix=", " suffix="."/>
3035
<substitute>
3136
<names variable="editor"/>
3237
<names variable="translator"/>
@@ -36,23 +41,24 @@
3641
<macro name="editor">
3742
<names variable="editor">
3843
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
39-
<label form="long" prefix=", " suffix=". "/>
44+
<label form="short" prefix=", " suffix=". "/>
4045
</names>
4146
</macro>
4247
<macro name="publisher">
43-
<text variable="publisher-place" suffix=": "/>
44-
<text variable="publisher" suffix="; "/>
45-
<text macro="date"/>
48+
<group delimiter="; ">
49+
<group delimiter=": ">
50+
<text variable="publisher-place"/>
51+
<text variable="publisher"/>
52+
</group>
53+
<text macro="date"/>
54+
</group>
4655
</macro>
4756
<macro name="date">
4857
<choose>
4958
<if variable="issued">
5059
<choose>
51-
<if type="article-journal">
52-
<date variable="issued">
53-
<date-part name="year"/>
54-
<date-part name="month" form="short" prefix=" " strip-periods="true"/>
55-
</date>
60+
<if type="report paper-conference" match="any">
61+
<date form="text" date-parts="year-month-day" variable="issued"/>
5662
</if>
5763
<else>
5864
<date variable="issued">
@@ -67,19 +73,26 @@
6773
</choose>
6874
</macro>
6975
<macro name="access">
70-
<text variable="URL" suffix=". "/>
71-
<group delimiter=" ">
72-
<text term="accessed" text-case="capitalize-first"/>
73-
<date variable="accessed">
74-
<date-part name="year"/>
75-
<date-part name="month" form="numeric" prefix="-"/>
76-
<date-part name="day" prefix="-"/>
77-
</date>
78-
</group>
76+
<choose>
77+
<if type="webpage post post-weblog" match="any">
78+
<group delimiter=". ">
79+
<text variable="URL"/>
80+
<group delimiter=" ">
81+
<text term="accessed" text-case="capitalize-first"/>
82+
<date form="text" variable="accessed"/>
83+
</group>
84+
</group>
85+
</if>
86+
</choose>
7987
</macro>
8088
<macro name="title">
8189
<group delimiter=" ">
8290
<text variable="title"/>
91+
<choose>
92+
<if type="thesis" match="any">
93+
<text variable="genre" prefix="[" suffix="]"/>
94+
</if>
95+
</choose>
8396
</group>
8497
</macro>
8598
<macro name="edition">
@@ -99,38 +112,69 @@
99112
<sort>
100113
<key variable="citation-number"/>
101114
</sort>
102-
<layout prefix="[" suffix="]" delimiter="; ">
115+
<layout vertical-align="sup" delimiter="; ">
103116
<text variable="citation-number"/>
104117
</layout>
105118
</citation>
106-
<bibliography>
107-
<layout suffix=".">
108-
<text variable="citation-number" suffix=". "/>
109-
<text macro="author"/>
110-
<text macro="title" suffix=". "/>
111-
<choose>
112-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
113-
<text macro="edition" suffix=" "/>
114-
<text macro="publisher" suffix="."/>
115-
</if>
116-
<else-if type="chapter paper-conference" match="any">
117-
<group prefix=" " suffix=". ">
118-
<text term="in" suffix=": " text-case="capitalize-first"/>
119-
<text macro="editor"/>
120-
<text variable="container-title"/>
121-
</group>
122-
<text macro="publisher" prefix=" "/>
123-
<text variable="page" prefix=" p. " suffix="."/>
124-
</else-if>
125-
<else>
126-
<text variable="container-title" suffix=" " form="short"/>
127-
<text macro="date" suffix=";"/>
128-
<text variable="volume"/>
129-
<text variable="issue" prefix=" (" suffix=")"/>
130-
<text variable="page" prefix=":" suffix="."/>
131-
</else>
132-
</choose>
133-
<text macro="access" prefix=" "/>
119+
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
120+
<layout>
121+
<text variable="citation-number" suffix=" "/>
122+
<group delimiter=". ">
123+
<text macro="author"/>
124+
<text macro="title"/>
125+
<choose>
126+
<if type="bill book graphic legal_case legislation motion_picture song thesis" match="any">
127+
<group delimiter=". ">
128+
<text macro="edition"/>
129+
<text macro="publisher"/>
130+
</group>
131+
</if>
132+
<else-if type="chapter" match="any">
133+
<group prefix=" ">
134+
<text term="in" suffix=": " text-case="capitalize-first"/>
135+
<text macro="editor"/>
136+
<text variable="container-title"/>
137+
<group delimiter=":">
138+
<group delimiter="; ">
139+
<text macro="publisher" prefix=" "/>
140+
</group>
141+
<text variable="page"/>
142+
</group>
143+
</group>
144+
</else-if>
145+
<else-if type="paper-conference" match="any">
146+
<group delimiter="; ">
147+
<group delimiter=": ">
148+
<text term="presented at" text-case="capitalize-first"/>
149+
<text variable="container-title"/>
150+
</group>
151+
<text macro="publisher"/>
152+
</group>
153+
</else-if>
154+
<else-if type="report" match="any">
155+
<group delimiter=". ">
156+
<text macro="publisher"/>
157+
<text variable="number"/>
158+
</group>
159+
</else-if>
160+
<else>
161+
<group delimiter=" ">
162+
<text variable="container-title" form="short" strip-periods="true"/>
163+
<group delimiter=";">
164+
<text macro="date"/>
165+
<group delimiter=":">
166+
<group>
167+
<text variable="volume"/>
168+
<text variable="issue" prefix="(" suffix=")"/>
169+
</group>
170+
<text variable="page"/>
171+
</group>
172+
</group>
173+
</group>
174+
</else>
175+
</choose>
176+
<text macro="access" prefix=" "/>
177+
</group>
134178
</layout>
135179
</bibliography>
136180
</style>

0 commit comments

Comments
 (0)