Skip to content

Commit d2017d2

Browse files
authored
Create jbi-evidence-synthesis.csl (#7476)
* Create jbi-evidence-synthesis.csl https://forums.zotero.org/discussion/122583/style-request-jbi-evidence-synthesis#latest * Re-indent CSL styles
1 parent 592a7e5 commit d2017d2

File tree

1 file changed

+191
-0
lines changed

1 file changed

+191
-0
lines changed

jbi-evidence-synthesis.csl

+191
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>JBI Evidence Synthesis</title>
5+
<id>http://www.zotero.org/styles/jbi-evidence-synthesis</id>
6+
<link href="http://www.zotero.org/styles/jbi-evidence-synthesis" rel="self"/>
7+
<link href="http://www.zotero.org/styles/haematologica" rel="template"/>
8+
<link href="https://journals.lww.com/jbisrir/Pages/IFAs_Manuscript_style_preparation_guidelines.aspx" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<eissn>2689-8381</eissn>
15+
<updated>2025-03-13T11:56:06+00:00</updated>
16+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
17+
</info>
18+
<macro name="author">
19+
<names variable="author" suffix=". ">
20+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
21+
<et-al font-style="italic"/>
22+
<label strip-periods="true" prefix=", "/>
23+
<substitute>
24+
<names variable="editor"/>
25+
</substitute>
26+
</names>
27+
</macro>
28+
<macro name="editor">
29+
<names variable="editor">
30+
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
31+
<et-al font-style="italic"/>
32+
<label strip-periods="true" prefix=", " suffix="."/>
33+
</names>
34+
</macro>
35+
<macro name="date">
36+
<choose>
37+
<if type="article-newspaper report" match="any">
38+
<date variable="issued" form="text"/>
39+
</if>
40+
<else>
41+
<date variable="issued" form="text" date-parts="year"/>
42+
</else>
43+
</choose>
44+
</macro>
45+
<macro name="publisher">
46+
<group>
47+
<group delimiter=" ">
48+
<text variable="genre" text-case="title"/>
49+
<text variable="number"/>
50+
</group>
51+
<group delimiter=": ">
52+
<choose>
53+
<if type="thesis" match="none">
54+
<text variable="publisher-place"/>
55+
</if>
56+
</choose>
57+
<text variable="publisher" suffix=";"/>
58+
</group>
59+
<choose>
60+
<if variable="URL" match="none">
61+
<text macro="date" prefix=" " suffix="."/>
62+
</if>
63+
</choose>
64+
</group>
65+
</macro>
66+
<macro name="access">
67+
<choose>
68+
<if type="article-journal" match="any">
69+
<choose>
70+
<if variable="page volume" match="none">
71+
<text value="epub ahead of print" text-case="capitalize-first" prefix=" [" suffix="]"/>
72+
</if>
73+
</choose>
74+
</if>
75+
<else-if type="webpage post-weblog post" match="any">
76+
<group delimiter=". " prefix="; ">
77+
<text macro="accessed-date"/>
78+
<group delimiter=": ">
79+
<text term="available at"/>
80+
<text variable="URL"/>
81+
</group>
82+
</group>
83+
</else-if>
84+
</choose>
85+
</macro>
86+
<macro name="accessed-date">
87+
<group delimiter=" ">
88+
<text macro="date"/>
89+
<group delimiter=" " prefix="[" suffix="]">
90+
<text term="cited"/>
91+
<date variable="accessed">
92+
<date-part name="year"/>
93+
<date-part name="month" form="short" strip-periods="true" prefix=" "/>
94+
<date-part name="day" prefix=" "/>
95+
</date>
96+
</group>
97+
</group>
98+
</macro>
99+
<macro name="container-title">
100+
<choose>
101+
<if type="article-journal" match="any">
102+
<text variable="container-title" form="short" strip-periods="true"/>
103+
</if>
104+
<else>
105+
<text variable="container-title" font-style="italic"/>
106+
</else>
107+
</choose>
108+
</macro>
109+
<macro name="title">
110+
<text variable="title"/>
111+
</macro>
112+
<macro name="edition">
113+
<choose>
114+
<if is-numeric="edition">
115+
<group delimiter=" ">
116+
<number variable="edition" form="ordinal"/>
117+
<text term="edition" form="short"/>
118+
</group>
119+
</if>
120+
<else>
121+
<text variable="edition" suffix="."/>
122+
</else>
123+
</choose>
124+
</macro>
125+
<citation collapse="citation-number">
126+
<sort>
127+
<key variable="citation-number"/>
128+
</sort>
129+
<layout delimiter="," vertical-align="sup">
130+
<text variable="citation-number"/>
131+
</layout>
132+
</citation>
133+
<bibliography delimiter-precedes-et-al="always" et-al-min="7" et-al-use-first="6" second-field-align="flush">
134+
<layout suffix=".">
135+
<text variable="citation-number" suffix=". "/>
136+
<text macro="author"/>
137+
<text macro="title"/>
138+
<choose>
139+
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis" match="any">
140+
<group delimiter=". " prefix=". ">
141+
<text macro="edition"/>
142+
<text macro="publisher"/>
143+
<group>
144+
<text variable="number-of-pages"/>
145+
<label prefix=" " variable="page" form="short"/>
146+
</group>
147+
</group>
148+
</if>
149+
<else-if type="chapter paper-conference" match="any">
150+
<group prefix=". ">
151+
<group delimiter=". ">
152+
<group delimiter=" ">
153+
<text term="in" suffix=":" text-case="capitalize-first"/>
154+
<text macro="editor"/>
155+
<text variable="container-title" font-style="normal"/>
156+
</group>
157+
<text macro="publisher"/>
158+
</group>
159+
<label plural="never" strip-periods="true" prefix=" " variable="page" form="short"/>
160+
<text variable="page"/>
161+
</group>
162+
</else-if>
163+
<else-if type="article-newspaper article-magazine" match="any">
164+
<group delimiter=", " prefix=". ">
165+
<text macro="container-title"/>
166+
<text macro="date"/>
167+
<text variable="page"/>
168+
</group>
169+
</else-if>
170+
<else>
171+
<group delimiter=";" prefix=". ">
172+
<group delimiter=" ">
173+
<text macro="container-title"/>
174+
<choose>
175+
<if variable="page" match="any">
176+
<text macro="date"/>
177+
</if>
178+
</choose>
179+
</group>
180+
<group>
181+
<text variable="volume"/>
182+
<text variable="issue" prefix="(" suffix="):"/>
183+
<text variable="page"/>
184+
</group>
185+
</group>
186+
</else>
187+
</choose>
188+
<text macro="access"/>
189+
</layout>
190+
</bibliography>
191+
</style>

0 commit comments

Comments
 (0)