Skip to content

Commit a942b5c

Browse files
authored
Update rmit-university-harvard.csl (#4890)
Amendments to correct an error of duplicate commas appearing in some systems (eg Ex Libris' Primo).
1 parent 5d535fc commit a942b5c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rmit-university-harvard.csl

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="https://www.lib.rmit.edu.au/easy-cite/" rel="documentation"/>
99
<author>
1010
<name>Katie Finch</name>
11-
<email>katie.finch@rmit.edu.au</email>
11+
<email>library.systems@rmit.edu.au</email>
1212
</author>
1313
<category citation-format="author-date"/>
1414
<category field="generic-base"/>
@@ -87,14 +87,15 @@
8787
<macro name="access">
8888
<choose>
8989
<if variable="URL" type="article-newspaper webpage speech report">
90+
<text value="viewed"/>
9091
<group prefix=" " delimiter=", ">
91-
<date variable="accessed" prefix="viewed ">
92+
<date variable="accessed" delimiter=" ">
9293
<date-part name="day" suffix=" "/>
9394
<date-part name="month" suffix=" "/>
9495
<date-part name="year" suffix=","/>
9596
</date>
97+
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
9698
</group>
97-
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
9899
</if>
99100
</choose>
100101
</macro>
@@ -206,10 +207,10 @@
206207
</date>
207208
<choose>
208209
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
209-
<group prefix=" " delimiter=" " suffix=",">
210+
<group delimiter=" " prefix=" ">
210211
<text macro="title"/>
211212
<text macro="report-number"/>
212-
<text macro="edition"/>
213+
<text macro="edition" suffix=","/>
213214
<text macro="editor"/>
214215
</group>
215216
<text prefix=" " macro="publisher"/>

0 commit comments

Comments
 (0)