Skip to content

Commit fa1b8a7

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 3bb4b5f..60bf7d5
60bf7d5 Add encyclopedia type to wikipedia-templates.csl (#5778) 031afe1 Update and rename dependent/organization-studies.csl to organization-… (#5779) 7ed71e7 Update harvard-newcastle-university.csl (#5765) 46bab91 Update annals-of-oncology.csl (#5760) 6158ae6 Create research-in-plant-disease.csl (#5738) 04422a8 Create chemmedchem.csl (#5753) 7c11521 Create clinical-kidney-journal.csl (#5749) e7ee983 Create kit-karlsruher-institut-fur-technologie-germanistik-ndl-neuere… (#5729) 96a1106 Update article format for STM journal (#5755) a4ca057 Update historia-scribere.csl (#5748) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 60bf7d5
1 parent 6328352 commit fa1b8a7

11 files changed

+2383
-108
lines changed

annals-of-oncology.csl

+249-66
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<title>Annals of Oncology</title>
55
<id>http://www.zotero.org/styles/annals-of-oncology</id>
66
<link href="http://www.zotero.org/styles/annals-of-oncology" rel="self"/>
7-
<link href="www.oxfordjournals.org/our_journals/annonc/for_authors/general.html" rel="documentation"/>
7+
<link href="http://www.zotero.org/styles/vancouver-superscript" rel="template"/>
8+
<link href="https://www.elsevier.com/journals/annals-of-oncology/0923-7534/guide-for-authors" rel="documentation"/>
89
<author>
9-
<name>Johannes Braegelmann</name>
10-
<email>j.braegelmann@gmx.de</email>
10+
<name>Patrick O'Brien</name>
1111
</author>
1212
<category citation-format="numeric"/>
1313
<category field="medicine"/>
1414
<issn>0923-7534</issn>
1515
<eissn>1569-8041</eissn>
16-
<updated>2012-09-27T22:06:38+00:00</updated>
16+
<updated>2021-12-06T10:06:50+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<locale xml:lang="en">
@@ -25,105 +25,288 @@
2525
</terms>
2626
</locale>
2727
<macro name="author">
28-
<names variable="author" suffix=". ">
28+
<names variable="author">
2929
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
30-
</names>
31-
</macro>
32-
<macro name="editor">
33-
<names variable="editor" prefix=" In " suffix=": ">
34-
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always" et-al-min="5" et-al-use-first="3" delimiter-precedes-et-al="never"/>
3530
<label form="short" prefix=" (" suffix=")"/>
3631
<substitute>
3732
<names variable="editor"/>
3833
</substitute>
3934
</names>
4035
</macro>
36+
<macro name="editor">
37+
<names variable="editor" suffix=":">
38+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
39+
<label form="short" strip-periods="false" prefix=" (" suffix=")"/>
40+
</names>
41+
</macro>
42+
<macro name="chapter-marker">
43+
<choose>
44+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
45+
<text term="in" text-case="capitalize-first"/>
46+
</if>
47+
</choose>
48+
</macro>
4149
<macro name="publisher">
42-
<text variable="publisher-place" suffix=": "/>
43-
<text variable="publisher" suffix=", "/>
50+
<choose>
51+
<if type="article-journal article-magazine article-newspaper" match="none">
52+
<group delimiter=": ">
53+
<choose>
54+
<if type="thesis">
55+
<text variable="publisher-place" prefix="[" suffix="]"/>
56+
</if>
57+
<else-if type="speech"/>
58+
<else>
59+
<text variable="publisher-place"/>
60+
</else>
61+
</choose>
62+
<text variable="publisher"/>
63+
</group>
64+
</if>
65+
</choose>
4466
</macro>
45-
<macro name="container-title">
46-
<text variable="container-title" vertical-align="baseline" form="short"/>
67+
<macro name="access">
68+
<choose>
69+
<if variable="URL">
70+
<group delimiter=": ">
71+
<text term="available at" text-case="capitalize-first"/>
72+
<text variable="URL"/>
73+
</group>
74+
</if>
75+
</choose>
4776
</macro>
48-
<macro name="title">
77+
<macro name="accessed-date">
78+
<choose>
79+
<if variable="URL">
80+
<group prefix="[" suffix="]" delimiter=" ">
81+
<text term="cited" text-case="lowercase"/>
82+
<date variable="accessed" form="text"/>
83+
</group>
84+
</if>
85+
</choose>
86+
</macro>
87+
<macro name="container-title">
4988
<choose>
50-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
51-
<text variable="title" suffix=", "/>
89+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
90+
<group delimiter=" ">
91+
<choose>
92+
<if type="article-journal review review-book" match="any">
93+
<text variable="container-title" form="short" strip-periods="true" font-style="italic" suffix="."/>
94+
</if>
95+
<else>
96+
<text variable="container-title" strip-periods="true"/>
97+
</else>
98+
</choose>
99+
</group>
100+
<text macro="edition" prefix=" "/>
52101
</if>
102+
<else-if type="bill legislation" match="any">
103+
<group delimiter=", ">
104+
<group delimiter=". ">
105+
<text variable="container-title"/>
106+
<group delimiter=" ">
107+
<text term="section" form="short" text-case="capitalize-first"/>
108+
<text variable="section"/>
109+
</group>
110+
</group>
111+
<text variable="number"/>
112+
</group>
113+
</else-if>
114+
<else-if type="speech">
115+
<group delimiter=": " suffix=";">
116+
<group delimiter=" ">
117+
<text variable="genre" text-case="capitalize-first"/>
118+
<text term="presented at"/>
119+
</group>
120+
<text variable="event"/>
121+
</group>
122+
</else-if>
53123
<else>
54-
<text variable="title" suffix=". "/>
124+
<group delimiter=", " suffix=".">
125+
<choose>
126+
<if variable="collection-title" match="none">
127+
<group delimiter=" ">
128+
<label variable="volume" form="short" text-case="capitalize-first"/>
129+
<text variable="volume"/>
130+
</group>
131+
</if>
132+
</choose>
133+
<text variable="container-title"/>
134+
</group>
55135
</else>
56136
</choose>
57137
</macro>
58-
<macro name="volume">
59-
<text variable="volume"/>
60-
<text variable="issue" prefix="(" suffix=")"/>
138+
<macro name="title">
139+
<text variable="title"/>
140+
<choose>
141+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
142+
<choose>
143+
<if variable="URL">
144+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
145+
</if>
146+
</choose>
147+
<text macro="edition" prefix=", "/>
148+
</if>
149+
</choose>
150+
<choose>
151+
<if type="thesis">
152+
<text variable="genre" prefix=" [" suffix="]"/>
153+
</if>
154+
</choose>
61155
</macro>
62156
<macro name="edition">
63157
<choose>
64158
<if is-numeric="edition">
65159
<group delimiter=" ">
66160
<number variable="edition" form="ordinal"/>
67-
<text term="edition" form="long" suffix="."/>
161+
<text term="edition"/>
68162
</group>
69163
</if>
70164
<else>
71165
<text variable="edition" suffix="."/>
72166
</else>
73167
</choose>
74168
</macro>
169+
<macro name="date">
170+
<choose>
171+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
172+
<group suffix=";" delimiter=" ">
173+
<date variable="issued" form="text"/>
174+
<text macro="accessed-date"/>
175+
</group>
176+
</if>
177+
<else-if type="bill legislation" match="any">
178+
<group delimiter=", ">
179+
<date variable="issued" delimiter=" ">
180+
<date-part name="month" form="short" strip-periods="true"/>
181+
<date-part name="day"/>
182+
</date>
183+
<date variable="issued">
184+
<date-part name="year"/>
185+
</date>
186+
</group>
187+
</else-if>
188+
<else-if type="report">
189+
<date variable="issued" delimiter=" ">
190+
<date-part name="year"/>
191+
<date-part name="month" form="short" strip-periods="true"/>
192+
</date>
193+
<text macro="accessed-date" prefix=" "/>
194+
</else-if>
195+
<else-if type="patent">
196+
<group suffix=".">
197+
<group delimiter=", ">
198+
<text variable="number"/>
199+
<date variable="issued">
200+
<date-part name="year"/>
201+
</date>
202+
</group>
203+
<text macro="accessed-date" prefix=" "/>
204+
</group>
205+
</else-if>
206+
<else-if type="speech">
207+
<group delimiter="; ">
208+
<group delimiter=" ">
209+
<date variable="issued" delimiter=" ">
210+
<date-part name="year"/>
211+
<date-part name="month" form="short" strip-periods="true"/>
212+
<date-part name="day"/>
213+
</date>
214+
<text macro="accessed-date"/>
215+
</group>
216+
<text variable="event-place"/>
217+
</group>
218+
</else-if>
219+
<else>
220+
<group>
221+
<date variable="issued">
222+
<date-part name="year"/>
223+
</date>
224+
<text macro="accessed-date" prefix=" "/>
225+
</group>
226+
</else>
227+
</choose>
228+
</macro>
229+
<macro name="pages">
230+
<choose>
231+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
232+
<text variable="page" prefix=":"/>
233+
</if>
234+
<else>
235+
<text variable="page" prefix="; "/>
236+
</else>
237+
</choose>
238+
</macro>
239+
<macro name="journal-location">
240+
<choose>
241+
<if type="article-journal article-magazine review review-book" match="any">
242+
<text variable="volume"/>
243+
<text variable="issue" prefix="(" suffix=")"/>
244+
</if>
245+
</choose>
246+
</macro>
247+
<macro name="collection-details">
248+
<choose>
249+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
250+
<choose>
251+
<if variable="collection-title">
252+
<group delimiter=" " prefix="(" suffix=")">
253+
<names variable="collection-editor" suffix=".">
254+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
255+
<label form="long" prefix=", "/>
256+
</names>
257+
<group delimiter="; ">
258+
<text variable="collection-title"/>
259+
<group delimiter=" ">
260+
<label variable="volume" form="short"/>
261+
<text variable="volume"/>
262+
</group>
263+
</group>
264+
</group>
265+
</if>
266+
</choose>
267+
</if>
268+
</choose>
269+
</macro>
270+
<macro name="report-details">
271+
<choose>
272+
<if type="report">
273+
<text variable="number" prefix="Report No.: "/>
274+
</if>
275+
</choose>
276+
</macro>
75277
<citation collapse="citation-number">
76278
<sort>
77279
<key variable="citation-number"/>
78280
</sort>
79-
<layout prefix="[" suffix="]" delimiter=", ">
281+
<layout delimiter="," vertical-align="sup">
80282
<text variable="citation-number"/>
81283
</layout>
82284
</citation>
83-
<bibliography et-al-min="5" et-al-use-first="3" delimiter-precedes-et-al="never" second-field-align="flush">
84-
<layout suffix=".">
285+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
286+
<layout>
85287
<text variable="citation-number" suffix=". "/>
86-
<choose>
87-
<if type="webpage">
88-
<text macro="title"/>
89-
<text variable="URL" prefix=" [" suffix="]"/>
90-
</if>
91-
<else>
92-
<text macro="author"/>
93-
<text macro="title"/>
94-
<choose>
95-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
96-
<group delimiter=" ">
97-
<text macro="edition"/>
98-
<text macro="publisher"/>
99-
</group>
100-
</if>
101-
<else-if type="chapter paper-conference" match="any">
102-
<text macro="editor"/>
103-
<text macro="container-title" suffix=", "/>
104-
<group delimiter=" ">
105-
<text macro="edition" suffix="."/>
106-
<text macro="publisher"/>
107-
</group>
108-
</else-if>
109-
<else>
110-
<text macro="container-title" suffix=" "/>
111-
</else>
112-
</choose>
113-
<date variable="issued">
114-
<date-part name="year"/>
115-
</date>
116-
<choose>
117-
<if variable="page">
118-
<text macro="volume" prefix="; "/>
119-
<text variable="page" prefix=":"/>
120-
</if>
121-
<else>
122-
<text variable="DOI" prefix=". doi:"/>
123-
</else>
124-
</choose>
125-
</else>
126-
</choose>
288+
<group delimiter=". " suffix=". ">
289+
<text macro="author"/>
290+
<text macro="title"/>
291+
</group>
292+
<group delimiter=" " suffix=". ">
293+
<group delimiter=" ">
294+
<text macro="chapter-marker"/>
295+
<group delimiter=" ">
296+
<text macro="editor"/>
297+
<text macro="container-title"/>
298+
</group>
299+
</group>
300+
<text macro="publisher"/>
301+
<group>
302+
<text macro="date"/>
303+
<text macro="journal-location"/>
304+
<text macro="pages"/>
305+
</group>
306+
</group>
307+
<text macro="collection-details" suffix=". "/>
308+
<text macro="report-details" suffix=". "/>
309+
<text macro="access"/>
127310
</layout>
128311
</bibliography>
129312
</style>

dependent/chemmedchem.csl

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
3+
<info>
4+
<title>ChemMedChem</title>
5+
<id>http://www.zotero.org/styles/chemmedchem</id>
6+
<link href="http://www.zotero.org/styles/chemmedchem" rel="self"/>
7+
<link href="http://www.zotero.org/styles/angewandte-chemie" rel="independent-parent"/>
8+
<link href="https://chemistry-europe.onlinelibrary.wiley.com/hub/journal/18607187/notice-to-authors" rel="documentation"/>
9+
<link href="https://chemistry-europe.onlinelibrary.wiley.com/hub/journal/18607187/notice-to-authors" rel="documentation"/>
10+
<category citation-format="numeric"/>
11+
<issn>1860-7179</issn>
12+
<eissn>1860-7187</eissn>
13+
<updated>2021-11-30T19:22:36+00:00</updated>
14+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
15+
</info>
16+
</style>

0 commit comments

Comments
 (0)