Skip to content

Commit

Permalink
Update rmit-university-harvard.csl (JabRef#4890)
Browse files Browse the repository at this point in the history
Amendments to correct an error of duplicate commas appearing in some systems (eg Ex Libris' Primo).
  • Loading branch information
katie-finch committed Jun 28, 2020
1 parent 5d535fc commit a942b5c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions rmit-university-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://www.lib.rmit.edu.au/easy-cite/" rel="documentation"/>
<author>
<name>Katie Finch</name>
<email>katie.finch@rmit.edu.au</email>
<email>library.systems@rmit.edu.au</email>
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
Expand Down Expand Up @@ -87,14 +87,15 @@
<macro name="access">
<choose>
<if variable="URL" type="article-newspaper webpage speech report">
<text value="viewed"/>
<group prefix=" " delimiter=", ">
<date variable="accessed" prefix="viewed ">
<date variable="accessed" delimiter=" ">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year" suffix=","/>
</date>
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
</group>
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
</if>
</choose>
</macro>
Expand Down Expand Up @@ -206,10 +207,10 @@
</date>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group prefix=" " delimiter=" " suffix=",">
<group delimiter=" " prefix=" ">
<text macro="title"/>
<text macro="report-number"/>
<text macro="edition"/>
<text macro="edition" suffix=","/>
<text macro="editor"/>
</group>
<text prefix=" " macro="publisher"/>
Expand Down

0 comments on commit a942b5c

Please sign in to comment.