Skip to content

Commit 381106e

Browse files
authored
Update national-institute-of-organisation-dynamics-australia-harvard.csl (#4879)
1 parent c66a5c0 commit 381106e

1 file changed

+13
-6
lines changed

national-institute-of-organisation-dynamics-australia-harvard.csl

+13-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@
1313
<category citation-format="author-date"/>
1414
<category field="generic-base"/>
1515
<summary>Style based on the National Institute of Organisation Dynamics Australia Referencing Guide. Currently covers the most typical item types (books, chapters, webpages, articles in journals, magazines, newspapers (online and print), theses and reports. Doesn't cover legal citations and artworks.</summary>
16-
<updated>2019-06-12T20:34:54+00:00</updated>
16+
<updated>2020-06-22T08:25:38+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
19+
<locale xml:lang="en">
20+
<terms>
21+
<term name="retrieved">viewed</term>
22+
<term name="edition" form="short">edn.</term>
23+
</terms>
24+
</locale>
1925
<macro name="container">
2026
<choose>
2127
<if type="chapter paper-conference" match="any">
@@ -78,10 +84,11 @@
7884
<choose>
7985
<if variable="URL">
8086
<group delimiter=" ">
81-
<group prefix="Viewed " suffix=" " delimiter=", ">
87+
<text term="retrieved" text-case="capitalize-first"/>
88+
<group delimiter=", ">
8289
<date variable="accessed" delimiter=" ">
8390
<date-part name="day"/>
84-
<date-part name="month" form="short" strip-periods="true"/>
91+
<date-part name="month" strip-periods="true"/>
8592
<date-part name="year"/>
8693
</date>
8794
<text variable="URL"/>
@@ -108,8 +115,8 @@
108115
</choose>
109116
<text macro="edition" prefix=", "/>
110117
</else-if>
111-
<else-if type="webpage">
112-
<text variable="title" text-case="title"/>
118+
<else-if type="webpage post post-weblog" match="any">
119+
<text variable="title" text-case="title" font-style="italic"/>
113120
</else-if>
114121
<else>
115122
<text variable="title" quotes="true"/>
@@ -174,7 +181,7 @@
174181
<text variable="edition" suffix="."/>
175182
</else>
176183
</choose>
177-
<text value="ed"/>
184+
<label text-case="capitalize-first" variable="edition" form="short"/>
178185
</group>
179186
</macro>
180187
<macro name="locators">

0 commit comments

Comments
 (0)