Skip to content

Commit 58d65fd

Browse files
authored
Create cureus.csl (JabRef#5048)
1 parent 5b68591 commit 58d65fd

File tree

1 file changed

+173
-0
lines changed

1 file changed

+173
-0
lines changed

Diff for: cureus.csl

+173
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" et-al-min="7" et-al-use-first="3" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-GB">
3+
<info>
4+
<title>Cureus</title>
5+
<id>http://www.zotero.org/styles/cureus</id>
6+
<link href="http://www.zotero.org/styles/cureus" rel="self"/>
7+
<link href="http://www.zotero.org/styles/bmj" rel="template"/>
8+
<link href="https://www.cureus.com/author_guide#references-section" rel="documentation"/>
9+
<author>
10+
<name>Paul M</name>
11+
<email>[email protected]</email>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<eissn>2168-8184</eissn>
16+
<summary>Vancouver style adapted for Cureus online journal (adapted from BMJ)</summary>
17+
<updated>2020-09-28T20:43:31+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<macro name="author">
21+
<names variable="author" suffix=": ">
22+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
23+
<label form="long" prefix=", "/>
24+
<et-al font-style="normal"/>
25+
<substitute>
26+
<names variable="editor"/>
27+
</substitute>
28+
</names>
29+
</macro>
30+
<macro name="editor">
31+
<names variable="editor" suffix=". ">
32+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
33+
<label form="short" prefix=", "/>
34+
<et-al term="et-al" font-style="italic"/>
35+
</names>
36+
</macro>
37+
<macro name="publisher">
38+
<group delimiter=": " suffix="; ">
39+
<text variable="publisher"/>
40+
<text variable="publisher-place"/>
41+
</group>
42+
<text macro="date" suffix=". "/>
43+
</macro>
44+
<macro name="access">
45+
<choose>
46+
<if variable="DOI">
47+
<text variable="DOI"/>
48+
</if>
49+
</choose>
50+
</macro>
51+
<macro name="journal-title">
52+
<choose>
53+
<if type="article-journal article-magazine" match="any">
54+
<text variable="container-title" form="short" strip-periods="true" font-style="normal" suffix=". "/>
55+
</if>
56+
<else>
57+
<text variable="container-title" suffix=". " form="short"/>
58+
</else>
59+
</choose>
60+
</macro>
61+
<macro name="date">
62+
<choose>
63+
<if type="article-journal">
64+
<choose>
65+
<if variable="volume page" match="none">
66+
<choose>
67+
<if variable="DOI URL" match="any">
68+
<group prefix="Published Online First: ">
69+
<date variable="issued" delimiter=" ">
70+
<date-part name="day"/>
71+
<date-part name="month" form="long" text-case="capitalize-first"/>
72+
<date-part name="year"/>
73+
</date>
74+
</group>
75+
</if>
76+
<else>
77+
<date variable="issued">
78+
<date-part name="year"/>
79+
</date>
80+
</else>
81+
</choose>
82+
</if>
83+
<else>
84+
<date variable="issued">
85+
<date-part name="year"/>
86+
</date>
87+
</else>
88+
</choose>
89+
</if>
90+
<else-if type="webpage patent" match="any">
91+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix="). "/>
92+
<group>
93+
<text term="accessed" text-case="capitalize-first" suffix=": "/>
94+
<date variable="accessed" suffix=". ">
95+
<date-part name="month" suffix=" "/>
96+
<date-part name="day" suffix=", "/>
97+
<date-part name="year"/>
98+
</date>
99+
<text variable="URL"/>
100+
</group>
101+
</else-if>
102+
<else>
103+
<date variable="issued">
104+
<date-part name="year"/>
105+
</date>
106+
</else>
107+
</choose>
108+
</macro>
109+
<macro name="title">
110+
<choose>
111+
<if type="book thesis" match="any">
112+
<text variable="title" font-style="normal"/>
113+
</if>
114+
<else>
115+
<text variable="title"/>
116+
</else>
117+
</choose>
118+
</macro>
119+
<macro name="edition">
120+
<choose>
121+
<if is-numeric="edition">
122+
<group delimiter=" ">
123+
<number variable="edition" form="ordinal"/>
124+
<text term="edition" form="short"/>
125+
</group>
126+
</if>
127+
<else>
128+
<text variable="edition" suffix="."/>
129+
</else>
130+
</choose>
131+
</macro>
132+
<citation collapse="citation-number">
133+
<sort>
134+
<key variable="citation-number"/>
135+
</sort>
136+
<layout prefix="[" suffix="]" delimiter=",">
137+
<text variable="citation-number"/>
138+
</layout>
139+
</citation>
140+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush">
141+
<layout>
142+
<text variable="citation-number" suffix="."/>
143+
<text macro="author"/>
144+
<text macro="title" suffix=". "/>
145+
<choose>
146+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
147+
<text macro="edition" prefix=" "/>
148+
<text macro="publisher" prefix=" "/>
149+
</if>
150+
<else-if type="chapter paper-conference" match="any">
151+
<group prefix=" " suffix=".">
152+
<text term="in" suffix=": " text-case="capitalize-first"/>
153+
<text macro="editor"/>
154+
<text variable="container-title" font-style="normal"/>
155+
</group>
156+
<text macro="publisher" prefix=" "/>
157+
<text variable="page" suffix="."/>
158+
</else-if>
159+
<else>
160+
<text macro="journal-title"/>
161+
<group delimiter=", " suffix=". ">
162+
<text macro="date" prefix=" "/>
163+
<group>
164+
<text variable="volume" font-weight="normal" suffix=":"/>
165+
<text variable="page"/>
166+
</group>
167+
</group>
168+
</else>
169+
</choose>
170+
<text macro="access"/>
171+
</layout>
172+
</bibliography>
173+
</style>

0 commit comments

Comments
 (0)