Skip to content

Commit beab323

Browse files
authored
Create haemophilia.csl (JabRef#4601)
1 parent 6d7ca0a commit beab323

File tree

1 file changed

+215
-0
lines changed

1 file changed

+215
-0
lines changed

haemophilia.csl

+215
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
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="chicago" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Haemophilia</title>
5+
<id>http://www.zotero.org/styles/haemophilia</id>
6+
<link href="http://www.zotero.org/styles/haemophilia" rel="self"/>
7+
<link href="http://www.zotero.org/styles/cancer-translational-medicine" rel="template"/>
8+
<link href="https://onlinelibrary.wiley.com/page/journal/13652516/homepage/ForAuthors.html#preparing" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<issn>1351-8216</issn>
15+
<eissn>1365-2516</eissn>
16+
<updated>2020-03-06T09:50:30+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<locale xml:lang="en">
20+
<terms>
21+
<term name="page-range-delimiter">-</term>
22+
</terms>
23+
</locale>
24+
<macro name="editor">
25+
<names variable="editor">
26+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
27+
<label prefix=", "/>
28+
</names>
29+
</macro>
30+
<macro name="author">
31+
<group suffix=".">
32+
<names variable="author">
33+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
34+
<label form="short" prefix=", "/>
35+
<substitute>
36+
<names variable="editor"/>
37+
<text macro="title"/>
38+
</substitute>
39+
</names>
40+
</group>
41+
</macro>
42+
<macro name="title">
43+
<choose>
44+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
45+
<text variable="title" text-case="title"/>
46+
</if>
47+
<else>
48+
<text variable="title"/>
49+
</else>
50+
</choose>
51+
</macro>
52+
<macro name="publisher">
53+
<group delimiter=": ">
54+
<text variable="publisher-place"/>
55+
<text variable="publisher"/>
56+
</group>
57+
</macro>
58+
<macro name="edition">
59+
<choose>
60+
<if is-numeric="edition">
61+
<group delimiter=" ">
62+
<number variable="edition" form="ordinal"/>
63+
<text term="edition" form="short"/>
64+
</group>
65+
</if>
66+
<else>
67+
<text variable="edition" suffix="."/>
68+
</else>
69+
</choose>
70+
</macro>
71+
<citation collapse="citation-number">
72+
<sort>
73+
<key variable="citation-number"/>
74+
</sort>
75+
<layout delimiter="," vertical-align="sup">
76+
<text variable="citation-number"/>
77+
<group prefix="(" suffix=")">
78+
<label variable="locator" form="short" strip-periods="true"/>
79+
<text variable="locator"/>
80+
</group>
81+
</layout>
82+
</citation>
83+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush">
84+
<layout>
85+
<text variable="citation-number" suffix=". "/>
86+
<text macro="author"/>
87+
<text macro="title" prefix=" " suffix="."/>
88+
<choose>
89+
<if type="bill book graphic legislation motion_picture report song" match="any">
90+
<group suffix="." prefix=" " delimiter=" ">
91+
<group delimiter=" ">
92+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
93+
<text variable="volume" suffix="."/>
94+
</group>
95+
<text macro="edition"/>
96+
<text macro="editor" prefix="(" suffix=")"/>
97+
</group>
98+
<text macro="publisher" prefix=" "/>
99+
<group suffix="." prefix="; ">
100+
<date variable="issued">
101+
<date-part name="year"/>
102+
</date>
103+
<text variable="page" prefix=":"/>
104+
</group>
105+
</if>
106+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
107+
<group prefix=" " delimiter=" ">
108+
<text term="in" text-case="capitalize-first" suffix=":"/>
109+
<text macro="editor" suffix="."/>
110+
<text variable="container-title" text-case="title" suffix="."/>
111+
<group delimiter=" ">
112+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
113+
<text variable="volume" suffix="."/>
114+
</group>
115+
<text macro="edition"/>
116+
<text variable="collection-title" suffix="."/>
117+
<group suffix=".">
118+
<text macro="publisher"/>
119+
<group delimiter=". " prefix="; " suffix=".">
120+
<date variable="issued">
121+
<date-part name="year"/>
122+
</date>
123+
<group delimiter=" ">
124+
<label plural="never" variable="page" form="short"/>
125+
<text variable="page"/>
126+
</group>
127+
</group>
128+
</group>
129+
</group>
130+
</else-if>
131+
<else-if type="article-newspaper">
132+
<text variable="container-title" font-style="italic" prefix=" " suffix=". "/>
133+
<choose>
134+
<if variable="URL">
135+
<group delimiter=". " suffix=".">
136+
<text variable="URL"/>
137+
<group prefix="Published ">
138+
<date variable="issued">
139+
<date-part name="month" suffix=" "/>
140+
<date-part name="day" suffix=", "/>
141+
<date-part name="year"/>
142+
</date>
143+
</group>
144+
<group>
145+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
146+
<date variable="accessed">
147+
<date-part name="month" suffix=" "/>
148+
<date-part name="day" suffix=", "/>
149+
<date-part name="year"/>
150+
</date>
151+
</group>
152+
</group>
153+
</if>
154+
<else>
155+
<group delimiter=":" suffix=".">
156+
<group>
157+
<date variable="issued">
158+
<date-part name="month" suffix=" "/>
159+
<date-part name="day" suffix=", "/>
160+
<date-part name="year"/>
161+
</date>
162+
</group>
163+
<text variable="page"/>
164+
</group>
165+
</else>
166+
</choose>
167+
</else-if>
168+
<else-if type="legal_case">
169+
<group suffix="," prefix=" " delimiter=" ">
170+
<text macro="editor" prefix="(" suffix=")"/>
171+
</group>
172+
<group prefix=" " delimiter=" ">
173+
<text variable="container-title"/>
174+
<text variable="volume"/>
175+
</group>
176+
<text variable="page" prefix=", " suffix=" "/>
177+
<group prefix="(" suffix=")." delimiter=" ">
178+
<text variable="authority"/>
179+
<date variable="issued">
180+
<date-part name="year"/>
181+
</date>
182+
</group>
183+
</else-if>
184+
<else>
185+
<group delimiter=". " suffix=".">
186+
<text macro="editor" prefix=" "/>
187+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
188+
<group delimiter=";">
189+
<choose>
190+
<if variable="issue volume" match="any">
191+
<date variable="issued">
192+
<date-part name="year"/>
193+
</date>
194+
</if>
195+
<else>
196+
<date variable="issued">
197+
<date-part name="month" suffix=" "/>
198+
<date-part name="year"/>
199+
</date>
200+
</else>
201+
</choose>
202+
<group delimiter=":">
203+
<group>
204+
<text variable="volume"/>
205+
<text variable="issue" prefix="(" suffix=")"/>
206+
</group>
207+
<text variable="page"/>
208+
</group>
209+
</group>
210+
</group>
211+
</else>
212+
</choose>
213+
</layout>
214+
</bibliography>
215+
</style>

0 commit comments

Comments
 (0)