Skip to content

Commit 5d5927a

Browse files
Create serbian-archives-of-medicine.csl (#5721)
1 parent 2777954 commit 5d5927a

File tree

1 file changed

+360
-0
lines changed

1 file changed

+360
-0
lines changed

serbian-archives-of-medicine.csl

Lines changed: 360 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,360 @@
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="minimal" default-locale="en-US">
3+
<info>
4+
<title>Vancouver - Serbian Archives of Medicine</title>
5+
<title-short>Srp Arh Celok Lek</title-short>
6+
<id>http://www.zotero.org/styles/serbian-archives-of-medicine</id>
7+
<link href="http://www.zotero.org/styles/serbian-archives-of-medicine" rel="self"/>
8+
<link href="http://www.zotero.org/styles/vancouver-brackets" rel="template"/>
9+
<link href="http://www.srpskiarhiv.rs/en/instructions/" rel="documentation"/>
10+
<author>
11+
<name>Nikola Grubor</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>0370-8179</issn>
17+
<eissn>2406-0895</eissn>
18+
<summary>Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Serbian Archives of Medicine</summary>
19+
<updated>2021-11-14T07:02:42+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<locale xml:lang="en">
23+
<date form="text" delimiter=" ">
24+
<date-part name="year"/>
25+
<date-part name="month" form="short" strip-periods="true"/>
26+
<date-part name="day"/>
27+
</date>
28+
<terms>
29+
<term name="collection-editor" form="long">
30+
<single>editor</single>
31+
<multiple>editors</multiple>
32+
</term>
33+
<term name="presented at">presented at</term>
34+
<term name="available at">available from</term>
35+
<term name="section" form="short">sect.</term>
36+
</terms>
37+
</locale>
38+
<macro name="author">
39+
<names variable="author">
40+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
41+
<label form="long" prefix=", "/>
42+
<substitute>
43+
<names variable="editor"/>
44+
</substitute>
45+
</names>
46+
</macro>
47+
<macro name="editor">
48+
<names variable="editor" suffix=".">
49+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
50+
<label form="long" prefix=", "/>
51+
</names>
52+
</macro>
53+
<macro name="chapter-marker">
54+
<choose>
55+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
56+
<text term="in" text-case="capitalize-first"/>
57+
</if>
58+
</choose>
59+
</macro>
60+
<macro name="publisher">
61+
<choose>
62+
<!-- discard publisher info for articles -->
63+
<if type="article-journal article-magazine article-newspaper" match="none">
64+
<group delimiter=": " suffix=";">
65+
<choose>
66+
<if type="thesis">
67+
<text variable="publisher-place" prefix="[" suffix="]"/>
68+
</if>
69+
<else-if type="speech"/>
70+
<else>
71+
<text variable="publisher-place"/>
72+
</else>
73+
</choose>
74+
<text variable="publisher"/>
75+
</group>
76+
</if>
77+
</choose>
78+
</macro>
79+
<macro name="accessed-date">
80+
<choose>
81+
<if variable="URL">
82+
<group prefix="[" suffix="]" delimiter=" ">
83+
<text term="cited" text-case="lowercase"/>
84+
<date variable="accessed" form="text"/>
85+
</group>
86+
</if>
87+
</choose>
88+
</macro>
89+
<macro name="container-title">
90+
<choose>
91+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
92+
<group suffix="." delimiter=" ">
93+
<choose>
94+
<if type="article-journal review review-book" match="any">
95+
<text variable="container-title" form="short" strip-periods="true"/>
96+
</if>
97+
<else>
98+
<text variable="container-title" strip-periods="true"/>
99+
</else>
100+
</choose>
101+
<choose>
102+
<if variable="URL">
103+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
104+
</if>
105+
</choose>
106+
</group>
107+
<text macro="edition" prefix=" "/>
108+
</if>
109+
<!--
110+
add event-name and event-place once they become available
111+
-->
112+
<else-if type="bill legislation" match="any">
113+
<group delimiter=", ">
114+
<group delimiter=". ">
115+
<text variable="container-title"/>
116+
<group delimiter=" ">
117+
<text term="section" form="short" text-case="capitalize-first"/>
118+
<text variable="section"/>
119+
</group>
120+
</group>
121+
<text variable="number"/>
122+
</group>
123+
</else-if>
124+
<else-if type="speech">
125+
<group delimiter=": " suffix=";">
126+
<group delimiter=" ">
127+
<text variable="genre" text-case="capitalize-first"/>
128+
<text term="presented at"/>
129+
</group>
130+
<text variable="event"/>
131+
</group>
132+
</else-if>
133+
<else>
134+
<group delimiter=", " suffix=".">
135+
<choose>
136+
<if variable="collection-title" match="none">
137+
<group delimiter=" ">
138+
<label variable="volume" form="short" text-case="capitalize-first"/>
139+
<text variable="volume"/>
140+
</group>
141+
</if>
142+
</choose>
143+
<text variable="container-title"/>
144+
</group>
145+
</else>
146+
</choose>
147+
</macro>
148+
<macro name="title">
149+
<text variable="title"/>
150+
<choose>
151+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
152+
<choose>
153+
<if variable="URL">
154+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
155+
</if>
156+
</choose>
157+
<text macro="edition" prefix=". "/>
158+
</if>
159+
</choose>
160+
<choose>
161+
<if type="thesis">
162+
<text variable="genre" prefix=" [" suffix="]"/>
163+
</if>
164+
</choose>
165+
</macro>
166+
<macro name="edition">
167+
<choose>
168+
<if is-numeric="edition">
169+
<group delimiter=" ">
170+
<number variable="edition" form="ordinal"/>
171+
<text term="edition" form="short"/>
172+
</group>
173+
</if>
174+
<else>
175+
<text variable="edition" suffix="."/>
176+
</else>
177+
</choose>
178+
</macro>
179+
<macro name="date">
180+
<choose>
181+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
182+
<group suffix=";" delimiter=" ">
183+
<date variable="issued" form="text"/>
184+
<text macro="accessed-date"/>
185+
</group>
186+
</if>
187+
<else-if type="bill legislation" match="any">
188+
<group delimiter=", ">
189+
<date variable="issued" delimiter=" ">
190+
<date-part name="month" form="short" strip-periods="true"/>
191+
<date-part name="day"/>
192+
</date>
193+
<date variable="issued">
194+
<date-part name="year"/>
195+
</date>
196+
</group>
197+
</else-if>
198+
<else-if type="report">
199+
<date variable="issued" delimiter=" ">
200+
<date-part name="year"/>
201+
<date-part name="month" form="short" strip-periods="true"/>
202+
</date>
203+
<text macro="accessed-date" prefix=" "/>
204+
</else-if>
205+
<else-if type="patent">
206+
<group suffix=".">
207+
<group delimiter=", ">
208+
<text variable="number"/>
209+
<date variable="issued">
210+
<date-part name="year"/>
211+
</date>
212+
</group>
213+
<text macro="accessed-date" prefix=" "/>
214+
</group>
215+
</else-if>
216+
<else-if type="speech">
217+
<group delimiter="; ">
218+
<group delimiter=" ">
219+
<date variable="issued" delimiter=" ">
220+
<date-part name="year"/>
221+
<date-part name="month" form="short" strip-periods="true"/>
222+
<date-part name="day"/>
223+
</date>
224+
<text macro="accessed-date"/>
225+
</group>
226+
<text variable="event-place"/>
227+
</group>
228+
</else-if>
229+
<else>
230+
<group suffix=".">
231+
<date variable="issued">
232+
<date-part name="year"/>
233+
</date>
234+
<text macro="accessed-date" prefix=" "/>
235+
</group>
236+
</else>
237+
</choose>
238+
</macro>
239+
<macro name="pages">
240+
<choose>
241+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
242+
<text variable="page" prefix=":"/>
243+
</if>
244+
<else-if type="book" match="any">
245+
<text variable="number-of-pages" prefix=" "/>
246+
<choose>
247+
<if is-numeric="number-of-pages">
248+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
249+
</if>
250+
</choose>
251+
</else-if>
252+
<else>
253+
<group prefix=" " delimiter=" ">
254+
<label variable="page" form="short" plural="never"/>
255+
<text variable="page"/>
256+
</group>
257+
</else>
258+
</choose>
259+
</macro>
260+
<macro name="DOI">
261+
<choose>
262+
<if variable="DOI">
263+
<text variable="DOI" prefix="https://doi.org/"/>
264+
</if>
265+
<else-if type="webpage post-weblog" match="any">
266+
<choose>
267+
<if variable="URL">
268+
<text variable="URL"/>
269+
<group prefix=" (" suffix=")" delimiter=" ">
270+
<text term="accessed"/>
271+
<date variable="accessed" form="text"/>
272+
</group>
273+
</if>
274+
</choose>
275+
</else-if>
276+
</choose>
277+
</macro>
278+
<macro name="pmid">
279+
<text variable="PMID" prefix=" PMID: "/>
280+
<choose>
281+
<if variable="PMID" match="none">
282+
<text variable="PMCID" prefix=" PMCID: "/>
283+
</if>
284+
</choose>
285+
</macro>
286+
<macro name="journal-location">
287+
<choose>
288+
<if type="article-journal article-magazine review review-book" match="any">
289+
<text variable="volume"/>
290+
<text variable="issue" prefix="(" suffix=")"/>
291+
</if>
292+
</choose>
293+
</macro>
294+
<macro name="collection-details">
295+
<choose>
296+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
297+
<choose>
298+
<if variable="collection-title">
299+
<group delimiter=" " prefix="(" suffix=")">
300+
<names variable="collection-editor" suffix=".">
301+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
302+
<label form="long" prefix=", "/>
303+
</names>
304+
<group delimiter="; ">
305+
<text variable="collection-title"/>
306+
<group delimiter=" ">
307+
<label variable="volume" form="short"/>
308+
<text variable="volume"/>
309+
</group>
310+
</group>
311+
</group>
312+
</if>
313+
</choose>
314+
</if>
315+
</choose>
316+
</macro>
317+
<macro name="report-details">
318+
<choose>
319+
<if type="report">
320+
<text variable="number" prefix="Report No.: "/>
321+
</if>
322+
</choose>
323+
</macro>
324+
<citation collapse="citation-number">
325+
<sort>
326+
<key variable="citation-number"/>
327+
</sort>
328+
<layout prefix="(" suffix=")" delimiter=",">
329+
<text variable="citation-number"/>
330+
</layout>
331+
</citation>
332+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
333+
<layout>
334+
<text variable="citation-number" suffix=". "/>
335+
<group delimiter=". " suffix=". ">
336+
<text macro="author"/>
337+
<text macro="title"/>
338+
</group>
339+
<group delimiter=" " suffix=". ">
340+
<group delimiter=": ">
341+
<text macro="chapter-marker"/>
342+
<group delimiter=" ">
343+
<text macro="editor"/>
344+
<text macro="container-title"/>
345+
</group>
346+
</group>
347+
<text macro="publisher"/>
348+
<group>
349+
<text macro="date"/>
350+
<text macro="journal-location"/>
351+
<text macro="pages"/>
352+
</group>
353+
</group>
354+
<text macro="collection-details" suffix=". "/>
355+
<text macro="report-details" suffix=". "/>
356+
<text macro="DOI" prefix=""/>
357+
<text macro="pmid"/>
358+
</layout>
359+
</bibliography>
360+
</style>

0 commit comments

Comments
 (0)