Skip to content

Commit a39430e

Browse files
katie-finchrmzelle
authored andcommitted
Create rmit-university-harvard.csl (#4504)
1 parent 830aa7b commit a39430e

File tree

1 file changed

+216
-0
lines changed

1 file changed

+216
-0
lines changed

rmit-university-harvard.csl

+216
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
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-GB">
3+
<info>
4+
<title>RMIT University - Harvard</title>
5+
<id>http://www.zotero.org/styles/rmit-university-harvard</id>
6+
<link href="http://www.zotero.org/styles/rmit-university-harvard" rel="self"/>
7+
<link href="http://www.zotero.org/styles/harvard-deakin-university" rel="template"/>
8+
<link href="https://www.lib.rmit.edu.au/easy-cite/" rel="documentation"/>
9+
<author>
10+
<name>Katie Finch</name>
11+
<email>[email protected]</email>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="generic-base"/>
15+
<updated>2020-01-13T00:52:05+00:00</updated>
16+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
17+
</info>
18+
<locale xml:lang="en">
19+
<terms>
20+
<term name="editor" form="short">
21+
<single>ed.</single>
22+
<multiple>eds</multiple>
23+
</term>
24+
<term name="translator" form="short">
25+
<single>trans.</single>
26+
<multiple>trans</multiple>
27+
</term>
28+
<term name="edition" form="short">edn</term>
29+
<term name="volume" form="short">vol.</term>
30+
<term name="chapter" form="short">ch.</term>
31+
</terms>
32+
</locale>
33+
<macro name="editor">
34+
<names variable="editor" delimiter=", ">
35+
<name and="symbol" initialize-with="" delimiter=", "/>
36+
<label form="short" strip-periods="false" prefix=" (" suffix=")"/>
37+
</names>
38+
</macro>
39+
<macro name="noauthor_title">
40+
<choose>
41+
<if type="article-newspaper">
42+
<names variable="author">
43+
<name/>
44+
<substitute>
45+
<text variable="container-title" font-style="italic"/>
46+
</substitute>
47+
</names>
48+
</if>
49+
<else>
50+
<names variable="author">
51+
<name/>
52+
<substitute>
53+
<choose>
54+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
55+
<text variable="title" strip-periods="true" font-style="italic"/>
56+
</if>
57+
<else>
58+
<text variable="title" quotes="true"/>
59+
</else>
60+
</choose>
61+
</substitute>
62+
</names>
63+
</else>
64+
</choose>
65+
</macro>
66+
<macro name="author">
67+
<names variable="author">
68+
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="" delimiter=", " delimiter-precedes-last="never"/>
69+
<label form="short" prefix=" (" suffix=")"/>
70+
<substitute>
71+
<names variable="editor"/>
72+
<names variable="translator"/>
73+
<text macro="noauthor_title"/>
74+
</substitute>
75+
</names>
76+
</macro>
77+
<macro name="author-short">
78+
<names variable="author">
79+
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
80+
<substitute>
81+
<names variable="editor"/>
82+
<names variable="translator"/>
83+
<text macro="noauthor_title"/>
84+
</substitute>
85+
</names>
86+
</macro>
87+
<macro name="access">
88+
<choose>
89+
<if variable="URL" type="webpage">
90+
<group prefix=" " delimiter=", ">
91+
<date variable="accessed" prefix="viewed ">
92+
<date-part name="day" suffix=" "/>
93+
<date-part name="month" suffix=" "/>
94+
<date-part name="year" suffix=","/>
95+
</date>
96+
</group>
97+
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
98+
</if>
99+
</choose>
100+
</macro>
101+
<macro name="title">
102+
<choose>
103+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
104+
<text variable="title" strip-periods="false" font-style="italic" suffix=","/>
105+
</if>
106+
<else>
107+
<text variable="title" quotes="true"/>
108+
</else>
109+
</choose>
110+
</macro>
111+
<macro name="publisher">
112+
<group delimiter=", ">
113+
<text variable="publisher"/>
114+
<text variable="publisher-place"/>
115+
</group>
116+
</macro>
117+
<macro name="year-date">
118+
<choose>
119+
<if variable="issued">
120+
<date variable="issued">
121+
<date-part name="year"/>
122+
</date>
123+
</if>
124+
<else>
125+
<text term="no date" form="short"/>
126+
</else>
127+
</choose>
128+
</macro>
129+
<macro name="pages">
130+
<label suffix=" " variable="page" form="short"/>
131+
<text variable="page"/>
132+
<choose>
133+
<if match="none" variable="page">
134+
<text variable="page-first"/>
135+
</if>
136+
</choose>
137+
</macro>
138+
<macro name="edition">
139+
<choose>
140+
<if is-numeric="edition">
141+
<group delimiter=" ">
142+
<number variable="edition" form="ordinal"/>
143+
<text term="edition" form="short"/>
144+
</group>
145+
</if>
146+
<else>
147+
<text variable="edition" strip-periods="false"/>
148+
</else>
149+
</choose>
150+
</macro>
151+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
152+
<layout prefix="(" suffix=")" delimiter="; ">
153+
<group delimiter=", ">
154+
<group delimiter=" ">
155+
<text macro="author-short"/>
156+
<text macro="year-date"/>
157+
</group>
158+
<group>
159+
<label variable="locator" form="short"/>
160+
<text variable="locator"/>
161+
</group>
162+
</group>
163+
</layout>
164+
</citation>
165+
<bibliography hanging-indent="false">
166+
<sort>
167+
<key macro="author"/>
168+
<key macro="year-date"/>
169+
</sort>
170+
<layout suffix=".">
171+
<text macro="author"/>
172+
<date variable="issued" prefix=" " suffix=",">
173+
<date-part name="year"/>
174+
</date>
175+
<choose>
176+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
177+
<group prefix=" " delimiter=" " suffix=",">
178+
<text macro="title"/>
179+
<text macro="edition"/>
180+
<text macro="editor"/>
181+
</group>
182+
<text prefix=" " macro="publisher"/>
183+
</if>
184+
<else-if type="chapter paper-conference" match="any">
185+
<text macro="title" prefix=" "/>
186+
<group delimiter=" " prefix=", ">
187+
<text term="in"/>
188+
<group delimiter=", ">
189+
<text macro="editor"/>
190+
<text variable="container-title" font-style="italic"/>
191+
<text variable="collection-title"/>
192+
<text macro="edition"/>
193+
<text macro="publisher"/>
194+
<text macro="pages"/>
195+
</group>
196+
</group>
197+
</else-if>
198+
<else>
199+
<group suffix=",">
200+
<text macro="title" prefix=" "/>
201+
<text macro="editor" prefix=" "/>
202+
</group>
203+
<group prefix=" ">
204+
<text variable="container-title" font-style="italic"/>
205+
<group prefix=", " delimiter=", ">
206+
<text variable="volume" prefix="vol. "/>
207+
<text variable="issue" prefix="no. "/>
208+
<text macro="pages"/>
209+
</group>
210+
</group>
211+
</else>
212+
</choose>
213+
<text prefix=", " macro="access"/>
214+
</layout>
215+
</bibliography>
216+
</style>

0 commit comments

Comments
 (0)