Skip to content

Commit 2d5cfff

Browse files
authored
1 parent 5e264d5 commit 2d5cfff

File tree

1 file changed

+151
-0
lines changed

1 file changed

+151
-0
lines changed

cancer-biomarkers.csl

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
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" default-locale="en-US">
3+
<info>
4+
<title>Cancer Biomarkers</title>
5+
<id>http://www.zotero.org/styles/cancer-biomarkers</id>
6+
<link href="http://www.zotero.org/styles/cancer-biomarkers" rel="self"/>
7+
<link href="http://www.zotero.org/styles/ios-press-books" rel="template"/>
8+
<link href="https://www.iospress.com/catalog/journals/cancer-biomarkers" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<category field="biology"/>
15+
<issn>1574-0153</issn>
16+
<eissn>1875-8592</eissn>
17+
<summary>Style for the IOS Press journal Cancer Biomarkers, based on a style by the same publishing house.</summary>
18+
<updated>2021-11-03T14:31:14+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<macro name="author">
22+
<names variable="author">
23+
<name delimiter-precedes-last="never" initialize-with="."/>
24+
<label form="short" prefix=", "/>
25+
<substitute>
26+
<names variable="editor"/>
27+
<names variable="translator"/>
28+
</substitute>
29+
</names>
30+
</macro>
31+
<macro name="editor">
32+
<names variable="editor">
33+
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
34+
<label form="short" prefix=", "/>
35+
</names>
36+
</macro>
37+
<macro name="year-date">
38+
<choose>
39+
<if variable="issued">
40+
<date variable="issued">
41+
<date-part name="year"/>
42+
</date>
43+
</if>
44+
<else>
45+
<text term="no date" form="short"/>
46+
</else>
47+
</choose>
48+
</macro>
49+
<macro name="publisher">
50+
<group delimiter=", ">
51+
<text variable="publisher"/>
52+
<choose>
53+
<if type="thesis" match="none">
54+
<text variable="publisher-place"/>
55+
</if>
56+
</choose>
57+
<text macro="year-date"/>
58+
</group>
59+
</macro>
60+
<macro name="edition">
61+
<choose>
62+
<if is-numeric="edition">
63+
<group delimiter=" ">
64+
<number variable="edition" form="ordinal"/>
65+
<text term="edition" form="short"/>
66+
</group>
67+
</if>
68+
<else>
69+
<text variable="edition"/>
70+
</else>
71+
</choose>
72+
</macro>
73+
<macro name="access">
74+
<choose>
75+
<if type="webpage post post-weblog" match="any">
76+
<text variable="URL"/>
77+
<group prefix=" (" suffix=")" delimiter=" ">
78+
<text term="accessed"/>
79+
<date variable="accessed" form="text"/>
80+
</group>
81+
</if>
82+
</choose>
83+
</macro>
84+
<citation collapse="citation-number">
85+
<sort>
86+
<key variable="citation-number"/>
87+
</sort>
88+
<layout prefix="[" suffix="]" delimiter=",">
89+
<text variable="citation-number"/>
90+
</layout>
91+
</citation>
92+
<bibliography and="text" second-field-align="flush" entry-spacing="0">
93+
<layout suffix=".">
94+
<text variable="citation-number" prefix="[" suffix="]"/>
95+
<group delimiter=", ">
96+
<text macro="author"/>
97+
<choose>
98+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
99+
<group delimiter=", ">
100+
<text variable="title" font-style="italic"/>
101+
<text macro="edition"/>
102+
<text macro="publisher"/>
103+
</group>
104+
</if>
105+
<else-if type="chapter paper-conference" match="any">
106+
<group delimiter=", ">
107+
<text variable="title"/>
108+
<group delimiter=": ">
109+
<text term="in"/>
110+
<text variable="container-title" font-style="italic"/>
111+
</group>
112+
<text macro="editor"/>
113+
<text macro="edition" suffix=", "/>
114+
<text macro="publisher"/>
115+
<group delimiter=" ">
116+
<label variable="page" form="short"/>
117+
<text variable="page"/>
118+
</group>
119+
</group>
120+
</else-if>
121+
<else-if type="patent">
122+
<group delimiter=", ">
123+
<text variable="title"/>
124+
<text variable="number"/>
125+
<text macro="year-date"/>
126+
</group>
127+
</else-if>
128+
<else-if type="thesis">
129+
<group delimiter=", ">
130+
<text variable="title"/>
131+
<text variable="genre"/>
132+
<text macro="publisher"/>
133+
</group>
134+
</else-if>
135+
<else>
136+
<group delimiter=", ">
137+
<text variable="title" suffix=","/>
138+
<group delimiter=" ">
139+
<text variable="container-title" form="short" text-case="title" strip-periods="true" font-style="italic" suffix="."/>
140+
<text variable="volume" font-weight="bold"/>
141+
<text macro="year-date" prefix="(" suffix=")"/>
142+
</group>
143+
<text variable="page" form="short"/>
144+
</group>
145+
</else>
146+
</choose>
147+
</group>
148+
<text macro="access" prefix=". "/>
149+
</layout>
150+
</bibliography>
151+
</style>

0 commit comments

Comments
 (0)