Skip to content

Commit

Permalink
Update rmit-university-harvard.csl (#4884)
Browse files Browse the repository at this point in the history
  • Loading branch information
areographe committed Jun 25, 2020
1 parent 5213c2f commit 9f106eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion rmit-university-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2020-04-13T04:40:00+00:00</updated>
<updated>2020-06-24T03:04:07+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -123,6 +123,13 @@
</if>
</choose>
</macro>
<macro name="report-number">
<choose>
<if type="report">
<text variable="number" suffix=","/>
</if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
Expand Down Expand Up @@ -201,6 +208,7 @@
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group prefix=" " delimiter=" " suffix=",">
<text macro="title"/>
<text macro="report-number"/>
<text macro="edition"/>
<text macro="editor"/>
</group>
Expand Down

0 comments on commit 9f106eb

Please sign in to comment.