Skip to content

Commit 284bc10

Browse files
authored
Create angiology.csl (#6122)
1 parent eb141cc commit 284bc10

File tree

1 file changed

+200
-0
lines changed

1 file changed

+200
-0
lines changed

angiology.csl

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
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-US">
3+
<info>
4+
<title>Angiology</title>
5+
<title-short>Angiology</title-short>
6+
<id>http://www.zotero.org/styles/angiology</id>
7+
<link href="http://www.zotero.org/styles/angiology" rel="self"/>
8+
<link href="http://www.zotero.org/styles/sage-vancouver" rel="template"/>
9+
<link href="https://journals.sagepub.com/author-instructions/ANG" rel="documentation"/>
10+
<contributor>
11+
<name>Andrew J. Sims</name>
12+
<email>[email protected]</email>
13+
</contributor>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>0003-3197</issn>
17+
<eissn>1940-1574</eissn>
18+
<summary>Vancouver superscript style modified for Angiology</summary>
19+
<updated>2022-07-05T15:11:00+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<macro name="author">
23+
<names variable="author" suffix=". ">
24+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
25+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
26+
<substitute>
27+
<names variable="editor"/>
28+
</substitute>
29+
</names>
30+
</macro>
31+
<macro name="editor">
32+
<names variable="editor">
33+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
34+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
35+
</names>
36+
</macro>
37+
<macro name="date">
38+
<choose>
39+
<if type="article-newspaper report" match="any">
40+
<date variable="issued" form="text"/>
41+
</if>
42+
<else>
43+
<date variable="issued" form="text" date-parts="year"/>
44+
</else>
45+
</choose>
46+
</macro>
47+
<macro name="publisher">
48+
<group delimiter=", ">
49+
<group delimiter=" ">
50+
<text variable="genre" text-case="title"/>
51+
<text variable="number"/>
52+
</group>
53+
<group delimiter=": ">
54+
<choose>
55+
<if type="thesis" match="none">
56+
<text variable="publisher-place"/>
57+
</if>
58+
</choose>
59+
<text variable="publisher"/>
60+
</group>
61+
<choose>
62+
<if variable="URL" match="none">
63+
<text macro="date"/>
64+
</if>
65+
</choose>
66+
</group>
67+
</macro>
68+
<macro name="access">
69+
<choose>
70+
<if variable="page" match="none">
71+
<choose>
72+
<if variable="DOI" match="any">
73+
<group prefix=". " delimiter=". ">
74+
<date variable="issued" form="text" prefix=""/>
75+
<text variable="DOI" prefix="DOI: "/>
76+
</group>
77+
</if>
78+
<else>
79+
<group delimiter=" " prefix=", ">
80+
<text variable="URL"/>
81+
<text macro="accessed-date"/>
82+
</group>
83+
</else>
84+
</choose>
85+
</if>
86+
</choose>
87+
</macro>
88+
<macro name="accessed-date">
89+
<choose>
90+
<if variable="URL">
91+
<group prefix="(" suffix=")" delimiter=", ">
92+
<text macro="date"/>
93+
<group delimiter=" ">
94+
<text term="accessed"/>
95+
<date variable="accessed" form="text"/>
96+
</group>
97+
</group>
98+
</if>
99+
</choose>
100+
</macro>
101+
<macro name="container-title">
102+
<choose>
103+
<if type="article-journal" match="any">
104+
<text variable="container-title" form="short" strip-periods="true" suffix="."/>
105+
</if>
106+
<else>
107+
<text variable="container-title"/>
108+
</else>
109+
</choose>
110+
</macro>
111+
<macro name="title">
112+
<choose>
113+
<if type="book patent report thesis" match="any">
114+
<text variable="title"/>
115+
</if>
116+
<else>
117+
<text variable="title"/>
118+
</else>
119+
</choose>
120+
</macro>
121+
<macro name="page">
122+
<group delimiter=" ">
123+
<label variable="page" form="short"/>
124+
<text variable="page"/>
125+
</group>
126+
</macro>
127+
<macro name="edition">
128+
<choose>
129+
<if is-numeric="edition">
130+
<group delimiter=" ">
131+
<number variable="edition" form="ordinal"/>
132+
<text term="edition" form="short"/>
133+
</group>
134+
</if>
135+
<else>
136+
<text variable="edition" suffix="."/>
137+
</else>
138+
</choose>
139+
</macro>
140+
<citation collapse="citation-number">
141+
<sort>
142+
<key variable="citation-number"/>
143+
</sort>
144+
<layout delimiter="," vertical-align="sup">
145+
<text variable="citation-number"/>
146+
</layout>
147+
</citation>
148+
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush" line-spacing="2">
149+
<layout suffix=".">
150+
<text variable="citation-number" suffix=". "/>
151+
<text macro="author"/>
152+
<text macro="title"/>
153+
<choose>
154+
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis" match="any">
155+
<group delimiter=". " prefix=". ">
156+
<text macro="edition"/>
157+
<text macro="publisher"/>
158+
</group>
159+
</if>
160+
<else-if type="chapter paper-conference" match="any">
161+
<group delimiter=", " prefix=". ">
162+
<group delimiter=". ">
163+
<group delimiter=" ">
164+
<text term="in" suffix=":" text-case="capitalize-first"/>
165+
<text macro="editor"/>
166+
<text variable="container-title"/>
167+
</group>
168+
<text macro="publisher"/>
169+
</group>
170+
<text macro="page"/>
171+
</group>
172+
</else-if>
173+
<else-if type="article-newspaper article-magazine" match="any">
174+
<group delimiter=", " prefix=". ">
175+
<text macro="container-title"/>
176+
<text macro="date"/>
177+
<text macro="page"/>
178+
</group>
179+
</else-if>
180+
<else>
181+
<group delimiter=";" prefix=". ">
182+
<group delimiter=" ">
183+
<text macro="container-title"/>
184+
<choose>
185+
<if variable="page" match="any">
186+
<text macro="date"/>
187+
</if>
188+
</choose>
189+
</group>
190+
<group delimiter=":">
191+
<text variable="volume"/>
192+
<text variable="page"/>
193+
</group>
194+
</group>
195+
</else>
196+
</choose>
197+
<text macro="access"/>
198+
</layout>
199+
</bibliography>
200+
</style>

0 commit comments

Comments
 (0)