Skip to content

Commit ba8db05

Browse files
authored
Create independent style for vox-sanguinis.csl (#6085)
1 parent 845dee0 commit ba8db05

File tree

2 files changed

+178
-16
lines changed

2 files changed

+178
-16
lines changed

dependent/vox-sanguinis.csl

Lines changed: 0 additions & 16 deletions
This file was deleted.

vox-sanguinis.csl

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
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" page-range-format="minimal">
3+
<info>
4+
<title>Vox Sanguinis</title>
5+
<id>http://www.zotero.org/styles/vox-sanguinis</id>
6+
<link rel="self" href="http://www.zotero.org/styles/vox-sanguinis"/>
7+
<link href="http://www.zotero.org/styles/biomed-central" rel="template"/>
8+
<link href="https://onlinelibrary.wiley.com/page/journal/14230410/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+
<category field="biology"/>
15+
<issn>0042-9007</issn>
16+
<eissn>1423-0410</eissn>
17+
<updated>2022-06-06T08:16:31+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale xml:lang="en">
21+
<date form="text" delimiter=" ">
22+
<date-part name="day"/>
23+
<date-part name="month" form="short" strip-periods="true"/>
24+
<date-part name="year"/>
25+
</date>
26+
<terms>
27+
<term name="collection-editor" form="long">
28+
<single>Series editor</single>
29+
<multiple>Series editors</multiple>
30+
</term>
31+
</terms>
32+
</locale>
33+
<macro name="author">
34+
<names variable="author">
35+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
36+
<label prefix=", "/>
37+
<substitute>
38+
<names variable="editor"/>
39+
</substitute>
40+
</names>
41+
</macro>
42+
<macro name="editor">
43+
<names variable="editor" suffix=".">
44+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
45+
<label prefix=", "/>
46+
</names>
47+
</macro>
48+
<macro name="publisher">
49+
<group delimiter="; ">
50+
<group delimiter=": ">
51+
<choose>
52+
<if type="thesis" match="none">
53+
<text variable="publisher-place"/>
54+
</if>
55+
</choose>
56+
<text variable="publisher"/>
57+
</group>
58+
<text macro="year-date"/>
59+
</group>
60+
</macro>
61+
<macro name="container-title">
62+
<choose>
63+
<if type="article-journal" match="any">
64+
<text variable="container-title" form="short" strip-periods="true"/>
65+
</if>
66+
<else>
67+
<text variable="container-title"/>
68+
</else>
69+
</choose>
70+
</macro>
71+
<macro name="edition">
72+
<choose>
73+
<if is-numeric="edition">
74+
<group delimiter=" ">
75+
<number variable="edition" form="ordinal"/>
76+
<text term="edition" form="long" suffix="."/>
77+
</group>
78+
</if>
79+
<else>
80+
<text variable="edition" suffix="."/>
81+
</else>
82+
</choose>
83+
</macro>
84+
<macro name="year-date">
85+
<date variable="issued" form="numeric" date-parts="year"/>
86+
</macro>
87+
<macro name="access">
88+
<choose>
89+
<if type="article-journal">
90+
<choose>
91+
<if match="none" variable="page volume">
92+
<text variable="DOI" prefix="https://doi.org/"/>
93+
</if>
94+
</choose>
95+
</if>
96+
<else-if type="webpage post-weblog post" match="any">
97+
<group delimiter=". ">
98+
<group delimiter=" ">
99+
<text term="cited" text-case="capitalize-first"/>
100+
<date variable="accessed">
101+
<date-part name="year"/>
102+
<date-part name="month" strip-periods="true" prefix=" "/>
103+
<date-part name="day" prefix=" "/>
104+
</date>
105+
</group>
106+
<group delimiter=" ">
107+
<text term="available at" text-case="capitalize-first"/>
108+
<text variable="URL"/>
109+
</group>
110+
</group>
111+
</else-if>
112+
</choose>
113+
</macro>
114+
<citation collapse="citation-number">
115+
<sort>
116+
<key variable="citation-number"/>
117+
</sort>
118+
<layout prefix="[" suffix="]" delimiter=", ">
119+
<text variable="citation-number"/>
120+
</layout>
121+
</citation>
122+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
123+
<layout suffix=".">
124+
<text variable="citation-number" suffix=". "/>
125+
<group>
126+
<group delimiter=". ">
127+
<text macro="author"/>
128+
<text variable="title"/>
129+
<choose>
130+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
131+
<group delimiter=". " prefix=" ">
132+
<text macro="edition"/>
133+
<text variable="genre"/>
134+
<text macro="publisher"/>
135+
</group>
136+
</if>
137+
<else-if type="chapter paper-conference" match="any">
138+
<group delimiter=". ">
139+
<group delimiter=": ">
140+
<text term="in" text-case="capitalize-first"/>
141+
<group delimiter=". ">
142+
<text macro="editor"/>
143+
<text macro="container-title"/>
144+
</group>
145+
</group>
146+
<text macro="edition"/>
147+
<group delimiter=": ">
148+
<text macro="publisher"/>
149+
<group delimiter=" ">
150+
<label variable="page" form="short" plural="never"/>
151+
<text variable="page"/>
152+
</group>
153+
</group>
154+
</group>
155+
</else-if>
156+
<else>
157+
<text macro="container-title"/>
158+
<group delimiter=";">
159+
<text macro="year-date"/>
160+
<group>
161+
<text variable="volume"/>
162+
<choose>
163+
<if is-numeric="issue"/>
164+
<else>
165+
<text variable="issue" prefix=" "/>
166+
</else>
167+
</choose>
168+
<text variable="page" prefix=":"/>
169+
</group>
170+
</group>
171+
</else>
172+
</choose>
173+
<text macro="access"/>
174+
</group>
175+
</group>
176+
</layout>
177+
</bibliography>
178+
</style>

0 commit comments

Comments
 (0)