Skip to content

Commit 4a62709

Browse files
authored
Update monash-university-harvard.csl (#5253)
1 parent 64fd1aa commit 4a62709

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

monash-university-harvard.csl

+9-16
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
<link href="http://guides.lib.monash.edu/citing-referencing/harvard" rel="documentation"/>
99
<author>
1010
<name>Patrick O'Brien</name>
11-
<email>obrienpat86@gmail.com</email>
1211
</author>
1312
<category citation-format="author-date"/>
1413
<category field="generic-base"/>
15-
<updated>2018-12-30T00:24:57+00:00</updated>
14+
<updated>2021-02-09T09:23:58+00:00</updated>
1615
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1716
</info>
1817
<locale xml:lang="en">
@@ -131,10 +130,10 @@
131130
</else-if>
132131
<else>
133132
<group>
134-
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
135-
<text term="from" suffix=" "/>
136-
<text variable="URL"/>
133+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
134+
<date form="text" variable="accessed"/>
137135
</group>
136+
<text variable="URL" prefix=", "/>
138137
</else>
139138
</choose>
140139
</if>
@@ -214,17 +213,14 @@
214213
<text macro="title"/>
215214
<choose>
216215
<if type="report thesis" match="any">
217-
<group delimiter=", ">
216+
<group delimiter=", " prefix=", ">
218217
<group delimiter=" ">
219218
<choose>
220-
<if variable="genre" match="any">
221-
<text variable="genre"/>
222-
</if>
219+
<if variable="genre" match="any"/>
223220
<else>
224221
<text variable="collection-title"/>
225222
</else>
226223
</choose>
227-
<text variable="number" prefix="No. "/>
228224
</group>
229225
<group delimiter=" ">
230226
<text term="version" text-case="capitalize-first"/>
@@ -258,10 +254,7 @@
258254
<macro name="publisher">
259255
<choose>
260256
<if type="report" match="any">
261-
<group delimiter=": ">
262-
<text variable="publisher-place"/>
263-
<text variable="publisher"/>
264-
</group>
257+
<text variable="publisher"/>
265258
</if>
266259
<else-if type="thesis" match="any">
267260
<group delimiter=", ">
@@ -586,7 +579,7 @@
586579
</if>
587580
</choose>
588581
</macro>
589-
<citation et-al-min="5" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year">
582+
<citation et-al-min="5" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year">
590583
<sort>
591584
<key macro="author"/>
592585
<key macro="issued-sort"/>
@@ -609,7 +602,7 @@
609602
</sort>
610603
<layout suffix=".">
611604
<group delimiter=", ">
612-
<group delimiter=" ">
605+
<group delimiter=", ">
613606
<text macro="author"/>
614607
<text macro="issued" suffix=","/>
615608
<text macro="title-plus-extra"/>

0 commit comments

Comments
 (0)