Skip to content

Commit a8b53ca

Browse files
authored
Create african-online-scientific-information-systems-vancouver.csl (#5326)
1 parent c7d8f90 commit a8b53ca

File tree

1 file changed

+161
-0
lines changed

1 file changed

+161
-0
lines changed
Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB">
3+
<info>
4+
<title>African Online Scientific Information Systems - Vancouver</title>
5+
<title-short>AOSIS</title-short>
6+
<id>http://www.zotero.org/styles/african-online-scientific-information-systems-vancouver</id>
7+
<link href="http://www.zotero.org/styles/african-online-scientific-information-systems-vancouver" rel="self"/>
8+
<link href="http://www.zotero.org/styles/the-new-england-journal-of-medicine" rel="template"/>
9+
<link href="https://safpj.co.za/index.php/safpj/pages/view/submission-guidelines#part_1" rel="documentation"/>
10+
<link href="https://aosis.co.za/documents/Vancouver_Reference_style_guide.pdf" rel="documentation"/>
11+
<author>
12+
<name>Patrick O'Brien, PhD</name>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="generic-base"/>
16+
<summary>Vancouver-like style for AOSIS Publishing as per 13 April 2017.</summary>
17+
<updated>2021-03-16T16:40:41+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+
<terms>
22+
<term name="internet">homepage on the Internet</term>
23+
</terms>
24+
</locale>
25+
<macro name="author">
26+
<names variable="author" suffix=". ">
27+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
28+
<label form="long" prefix=", "/>
29+
<substitute>
30+
<names variable="editor"/>
31+
</substitute>
32+
</names>
33+
</macro>
34+
<macro name="editor">
35+
<names variable="editor" suffix=". ">
36+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
37+
<label form="long" prefix=", "/>
38+
</names>
39+
</macro>
40+
<macro name="publisher">
41+
<text variable="publisher-place" suffix=": "/>
42+
<text variable="publisher" suffix=", "/>
43+
<group suffix="; ">
44+
<date variable="issued">
45+
<date-part name="year"/>
46+
</date>
47+
<text macro="accessed-date" prefix=" "/>
48+
</group>
49+
</macro>
50+
<macro name="access">
51+
<group>
52+
<text value="Available from: "/>
53+
<text variable="URL"/>
54+
</group>
55+
</macro>
56+
<macro name="accessed-date">
57+
<choose>
58+
<if variable="URL">
59+
<group prefix="[" suffix="]" delimiter=" ">
60+
<text term="cited"/>
61+
<date variable="accessed">
62+
<date-part name="year"/>
63+
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
64+
<date-part name="day" prefix=" "/>
65+
</date>
66+
</group>
67+
</if>
68+
</choose>
69+
</macro>
70+
<macro name="journal-title">
71+
<choose>
72+
<if type="article-journal article-magazine" match="any">
73+
<group suffix=" ">
74+
<text variable="container-title" form="short" strip-periods="true"/>
75+
<choose>
76+
<if variable="URL">
77+
<text term="internet" prefix=" [" suffix="]"/>
78+
</if>
79+
</choose>
80+
</group>
81+
</if>
82+
<else>
83+
<text variable="container-title" suffix=". " form="short"/>
84+
</else>
85+
</choose>
86+
</macro>
87+
<macro name="title">
88+
<group delimiter=" ">
89+
<text variable="title"/>
90+
<choose>
91+
<if type="article-journal article-magazine" match="none">
92+
<choose>
93+
<if variable="URL">
94+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
95+
</if>
96+
</choose>
97+
</if>
98+
</choose>
99+
</group>
100+
</macro>
101+
<macro name="edition">
102+
<choose>
103+
<if is-numeric="edition">
104+
<group delimiter=" ">
105+
<number variable="edition" form="ordinal"/>
106+
<text term="edition" form="short"/>
107+
</group>
108+
</if>
109+
<else>
110+
<text variable="edition" suffix="."/>
111+
</else>
112+
</choose>
113+
</macro>
114+
<citation collapse="citation-number">
115+
<sort>
116+
<key variable="citation-number"/>
117+
</sort>
118+
<layout delimiter="," vertical-align="sup">
119+
<text variable="citation-number"/>
120+
</layout>
121+
</citation>
122+
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
123+
<layout>
124+
<text variable="citation-number" suffix=". "/>
125+
<text macro="author"/>
126+
<text macro="title" suffix=". "/>
127+
<choose>
128+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
129+
<group prefix=" " delimiter=" ">
130+
<text macro="edition"/>
131+
<text macro="publisher"/>
132+
</group>
133+
</if>
134+
<else-if type="chapter paper-conference" match="any">
135+
<group prefix=" " suffix=". ">
136+
<text term="in" suffix=": " text-case="capitalize-first"/>
137+
<text macro="editor"/>
138+
<text variable="container-title"/>
139+
</group>
140+
<text macro="publisher" prefix=" "/>
141+
<text variable="page" prefix=" p. " suffix="."/>
142+
</else-if>
143+
<else>
144+
<text macro="journal-title"/>
145+
<group suffix=";">
146+
<date variable="issued">
147+
<date-part name="year"/>
148+
</date>
149+
<text macro="accessed-date" prefix=" "/>
150+
</group>
151+
<group suffix=". ">
152+
<text variable="volume"/>
153+
<text variable="issue" prefix="(" suffix=")"/>
154+
<text variable="page" prefix=":"/>
155+
</group>
156+
</else>
157+
</choose>
158+
<text macro="access"/>
159+
</layout>
160+
</bibliography>
161+
</style>

0 commit comments

Comments
 (0)