Skip to content

Commit ceb56fa

Browse files
authored
Create future-medicine.csl (JabRef#4834)
1 parent c5f14e2 commit ceb56fa

File tree

1 file changed

+220
-0
lines changed

1 file changed

+220
-0
lines changed

Diff for: future-medicine.csl

+220
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
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-GB">
3+
<info>
4+
<title>Future Medicine journals</title>
5+
<id>http://www.zotero.org/styles/future-medicine</id>
6+
<link href="http://www.zotero.org/styles/future-medicine" rel="self"/>
7+
<link href="http://www.zotero.org/styles/journal-of-applied-pharmaceutical-research" rel="template"/>
8+
<link href="https://www.futuremedicine.com/authorguide/preparingyourarticle" rel="documentation"/>
9+
<link href="https://www.futuremedicine.com/pb-assets/Future-Medicine-Author-Guidelines-1585216135307.pdf" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Bien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<category field="biology"/>
16+
<updated>2020-05-28T14:49:56+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="presented at">presented at</term>
22+
</terms>
23+
</locale>
24+
<macro name="author">
25+
<names variable="author">
26+
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
27+
<et-al font-style="italic"/>
28+
<substitute>
29+
<names variable="editor"/>
30+
</substitute>
31+
</names>
32+
</macro>
33+
<macro name="container-title">
34+
<choose>
35+
<if type="article-journal" match="any">
36+
<text variable="container-title" form="short" font-style="italic"/>
37+
</if>
38+
<else-if type="chapter paper-conference" match="any">
39+
<text variable="container-title" font-style="italic"/>
40+
</else-if>
41+
<else>
42+
<text variable="container-title"/>
43+
</else>
44+
</choose>
45+
</macro>
46+
<macro name="edition">
47+
<number suffix=" " variable="edition" form="ordinal"/>
48+
<label plural="never" variable="edition" form="short"/>
49+
</macro>
50+
<macro name="title">
51+
<choose>
52+
<if type="book" match="any">
53+
<text variable="title" quotes="false" font-style="italic"/>
54+
</if>
55+
<else-if type="webpage" match="any">
56+
<text variable="title" quotes="true"/>
57+
</else-if>
58+
<else>
59+
<text variable="title"/>
60+
</else>
61+
</choose>
62+
</macro>
63+
<macro name="issued">
64+
<choose>
65+
<if type="paper-conference" match="any">
66+
<date variable="issued">
67+
<date-part name="day" suffix=" "/>
68+
<date-part name="month" suffix=", "/>
69+
<date-part name="year"/>
70+
</date>
71+
</if>
72+
<else>
73+
<date date-parts="year" form="numeric" variable="issued" prefix="(" suffix=")">
74+
<date-part name="year"/>
75+
</date>
76+
</else>
77+
</choose>
78+
</macro>
79+
<macro name="editor">
80+
<names variable="editor">
81+
<name initialize-with="" name-as-sort-order="all" sort-separator=" "/>
82+
<label form="short" plural="never" text-case="capitalize-first" prefix=" (" suffix=")"/>
83+
</names>
84+
</macro>
85+
<macro name="locators">
86+
<choose>
87+
<if type="article-journal" match="any">
88+
<text variable="volume"/>
89+
<text variable="issue" prefix="(" suffix=")"/>
90+
</if>
91+
<else-if type="book chapter" match="any">
92+
<group font-style="italic" delimiter=", " prefix="(" suffix=")">
93+
<group delimiter=" ">
94+
<text term="volume" text-case="capitalize-first"/>
95+
<text variable="volume"/>
96+
</group>
97+
<group>
98+
<text term="chapter" form="short" text-case="capitalize-first" suffix=" "/>
99+
<text variable="chapter-number"/>
100+
</group>
101+
<text macro="edition"/>
102+
</group>
103+
</else-if>
104+
</choose>
105+
</macro>
106+
<macro name="page">
107+
<text variable="page"/>
108+
</macro>
109+
<macro name="publisher">
110+
<group delimiter=", ">
111+
<text variable="publisher"/>
112+
<text variable="publisher-place"/>
113+
</group>
114+
</macro>
115+
<citation collapse="citation-number">
116+
<sort>
117+
<key variable="citation-number"/>
118+
</sort>
119+
<layout vertical-align="baseline" delimiter="," prefix="[" suffix="]">
120+
<text variable="citation-number"/>
121+
</layout>
122+
</citation>
123+
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
124+
<sort>
125+
<key variable="citation-number"/>
126+
</sort>
127+
<layout suffix=".">
128+
<text variable="citation-number"/>
129+
<text macro="author" suffix=". "/>
130+
<choose>
131+
<if type="article-journal">
132+
<group delimiter=". ">
133+
<text macro="title"/>
134+
<group delimiter=" ">
135+
<text macro="container-title"/>
136+
<group delimiter=", ">
137+
<text macro="locators"/>
138+
<text macro="page"/>
139+
</group>
140+
<text macro="issued"/>
141+
</group>
142+
</group>
143+
</if>
144+
<else-if type="book" match="any">
145+
<group delimiter=". ">
146+
<text macro="title"/>
147+
<text macro="edition"/>
148+
<text macro="locators"/>
149+
<group delimiter=" ">
150+
<text macro="publisher"/>
151+
<text macro="issued"/>
152+
</group>
153+
</group>
154+
</else-if>
155+
<else-if type="chapter" match="any">
156+
<group delimiter=". ">
157+
<text variable="title"/>
158+
<group delimiter=": ">
159+
<text term="in" text-case="capitalize-first"/>
160+
<group delimiter=" ">
161+
<text macro="container-title"/>
162+
<text macro="locators"/>
163+
</group>
164+
</group>
165+
<group delimiter=", ">
166+
<text macro="editor"/>
167+
<text macro="publisher"/>
168+
<group delimiter=" ">
169+
<text macro="page"/>
170+
<text macro="issued"/>
171+
</group>
172+
</group>
173+
</group>
174+
</else-if>
175+
<else-if type="paper-conference" match="any">
176+
<group delimiter=". ">
177+
<text variable="title"/>
178+
<group delimiter=": ">
179+
<text term="presented at" text-case="capitalize-first"/>
180+
<text macro="container-title"/>
181+
</group>
182+
<group delimiter=", ">
183+
<text macro="publisher"/>
184+
<text macro="issued"/>
185+
</group>
186+
</group>
187+
</else-if>
188+
<else-if type="patent">
189+
<group delimiter=" ">
190+
<text variable="number"/>
191+
<text macro="issued"/>
192+
</group>
193+
</else-if>
194+
<else-if type="thesis" match="any">
195+
<group delimiter=", ">
196+
<text variable="genre"/>
197+
<text macro="publisher"/>
198+
<text macro="issued"/>
199+
</group>
200+
</else-if>
201+
<else-if type="webpage post post-weblog" match="any">
202+
<group delimiter=".">
203+
<group delimiter=" ">
204+
<text macro="title"/>
205+
<text macro="issued"/>
206+
</group>
207+
<text variable="URL"/>
208+
</group>
209+
</else-if>
210+
<else>
211+
<group delimiter=", ">
212+
<text macro="title"/>
213+
<text macro="publisher"/>
214+
<text macro="issued"/>
215+
</group>
216+
</else>
217+
</choose>
218+
</layout>
219+
</bibliography>
220+
</style>

0 commit comments

Comments
 (0)