Skip to content

Commit 98985b1

Browse files
authored
Create cancer-drug-resistance.csl (#5590)
1 parent 0af101d commit 98985b1

File tree

1 file changed

+179
-0
lines changed

1 file changed

+179
-0
lines changed

cancer-drug-resistance.csl

+179
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
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-GB">
3+
<info>
4+
<title>Cancer Drug Resistance</title>
5+
<title-short>CDR</title-short>
6+
<id>http://www.zotero.org/styles/cancer-drug-resistance</id>
7+
<link href="http://www.zotero.org/styles/cancer-drug-resistance" rel="self"/>
8+
<link href="http://www.zotero.org/styles/bmj" rel="template"/>
9+
<link href="https://cdrjournal.com/pages/view/author_instructions" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="medicine"/>
15+
<eissn>2578-532X</eissn>
16+
<updated>2021-08-09T09:26:36+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+
<macro name="author">
20+
<names variable="author" suffix=". ">
21+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
22+
<label form="long" prefix=", "/>
23+
<substitute>
24+
<names variable="editor"/>
25+
</substitute>
26+
</names>
27+
</macro>
28+
<macro name="editor">
29+
<names variable="editor">
30+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
31+
<label form="short" prefix=", "/>
32+
</names>
33+
</macro>
34+
<macro name="publisher">
35+
<group delimiter="; ">
36+
<group delimiter=": ">
37+
<text variable="publisher-place"/>
38+
<text variable="publisher"/>
39+
</group>
40+
<text macro="date" prefix=" "/>
41+
</group>
42+
</macro>
43+
<macro name="access">
44+
<choose>
45+
<if type="article-journal">
46+
<group delimiter=" " prefix="[" suffix="]">
47+
<text variable="PMID" prefix="PMID: "/>
48+
<text variable="DOI" prefix="DOI: "/>
49+
</group>
50+
</if>
51+
<else-if variable="URL">
52+
<text variable="URL"/>
53+
<group prefix=" (" suffix=")." delimiter=" ">
54+
<text term="accessed"/>
55+
<date variable="accessed">
56+
<date-part name="day" suffix=" "/>
57+
<date-part name="month" suffix=" " form="short" strip-periods="true"/>
58+
<date-part name="year"/>
59+
</date>
60+
</group>
61+
</else-if>
62+
</choose>
63+
</macro>
64+
<macro name="journal-title">
65+
<choose>
66+
<if type="article-journal article-magazine" match="any">
67+
<text variable="container-title" form="short" font-style="italic" strip-periods="true"/>
68+
</if>
69+
<else>
70+
<text variable="container-title" suffix=". " form="short"/>
71+
</else>
72+
</choose>
73+
</macro>
74+
<macro name="date">
75+
<choose>
76+
<if type="article-journal">
77+
<choose>
78+
<if variable="volume page" match="none">
79+
<choose>
80+
<if variable="DOI URL" match="any">
81+
<group prefix="Published Online First: ">
82+
<date variable="issued" delimiter=" ">
83+
<date-part name="day"/>
84+
<date-part name="month" form="long" text-case="capitalize-first"/>
85+
<date-part name="year"/>
86+
</date>
87+
</group>
88+
</if>
89+
<else>
90+
<date variable="issued">
91+
<date-part name="year"/>
92+
</date>
93+
</else>
94+
</choose>
95+
</if>
96+
<else>
97+
<date variable="issued">
98+
<date-part name="year"/>
99+
</date>
100+
</else>
101+
</choose>
102+
</if>
103+
<else>
104+
<date variable="issued">
105+
<date-part name="year"/>
106+
</date>
107+
</else>
108+
</choose>
109+
</macro>
110+
<macro name="title">
111+
<choose>
112+
<if type="book thesis" match="any">
113+
<text variable="title" font-style="italic"/>
114+
</if>
115+
<else>
116+
<text variable="title"/>
117+
</else>
118+
</choose>
119+
</macro>
120+
<macro name="edition">
121+
<choose>
122+
<if is-numeric="edition">
123+
<group delimiter=" ">
124+
<number variable="edition" form="ordinal"/>
125+
<text term="edition" form="short"/>
126+
</group>
127+
</if>
128+
<else>
129+
<text variable="edition" suffix="."/>
130+
</else>
131+
</choose>
132+
</macro>
133+
<citation collapse="citation-number">
134+
<sort>
135+
<key variable="citation-number"/>
136+
</sort>
137+
<layout prefix="[" suffix="]" delimiter=",">
138+
<text variable="citation-number"/>
139+
</layout>
140+
</citation>
141+
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
142+
<layout>
143+
<text variable="citation-number" suffix=" "/>
144+
<text macro="author"/>
145+
<text macro="title" suffix=". "/>
146+
<choose>
147+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
148+
<text macro="edition" prefix=" "/>
149+
<text macro="publisher" prefix=" "/>
150+
</if>
151+
<else-if type="chapter paper-conference" match="any">
152+
<group delimiter=". " prefix=" " suffix=".">
153+
<group delimiter=": ">
154+
<text term="in" text-case="capitalize-first"/>
155+
<text macro="editor"/>
156+
</group>
157+
<text variable="container-title" font-style="italic"/>
158+
<text macro="publisher" prefix=" "/>
159+
<group delimiter=" ">
160+
<label variable="page" form="short"/>
161+
<text variable="page" suffix="."/>
162+
</group>
163+
</group>
164+
</else-if>
165+
<else>
166+
<text macro="journal-title"/>
167+
<group delimiter=";" suffix=".">
168+
<text macro="date" prefix=" "/>
169+
<group delimiter=":">
170+
<text variable="volume" font-weight="normal"/>
171+
<text variable="page"/>
172+
</group>
173+
</group>
174+
</else>
175+
</choose>
176+
<text macro="access" prefix=" "/>
177+
</layout>
178+
</bibliography>
179+
</style>

0 commit comments

Comments
 (0)