Skip to content

Commit

Permalink
For government publications, use accessed rather than viewed. (citati…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvenema authored and rmzelle committed Jan 28, 2019
1 parent 2d604c6 commit b420d75
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions la-trobe-university-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<category citation-format="author-date"/>
<category field="humanities"/>
<category field="generic-base"/>
<updated>2018-10-23T10:52:00+00:00</updated>
<updated>2019-01-28T00:16:01+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>
<macro name="container">
Expand Down Expand Up @@ -181,15 +181,22 @@
<choose>
<if match="any" variable="URL">
<group delimiter=", ">
<group>
<text value="viewed" suffix=" "/>
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<group delimiter=" ">
<choose>
<if type="report" match="any">
<text value="accessed"/>
</if>
<else>
<text value="viewed"/>
</else>
</choose>
<date delimiter="" variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
</group>
</if>
<else-if match="none" variable="URL">
Expand Down

0 comments on commit b420d75

Please sign in to comment.