Skip to content

Commit

Permalink
Update harvard-anglia-ruskin-university.csl (#5840)
Browse files Browse the repository at this point in the history
* Update harvard-anglia-ruskin-university.csl

I noticed it was mentioned that the ARU style has a few issues on #5633.

I fixed a few things. The guidelines are very elaborate.
https://library.aru.ac.uk/referencing/harvard.htm

* Re-indent CSL styles

* Update harvard-anglia-ruskin-university.csl

Co-authored-by: Brenton M. Wiernik <bwiernik@users.noreply.github.com>

* Update harvard-anglia-ruskin-university.csl

Co-authored-by: Brenton M. Wiernik <bwiernik@users.noreply.github.com>

* Update harvard-anglia-ruskin-university.csl

Co-authored-by: Brenton M. Wiernik <bwiernik@users.noreply.github.com>

* Re-indent CSL styles

Co-authored-by: POBrien333 <POBrien333@users.noreply.github.com>
Co-authored-by: Brenton M. Wiernik <bwiernik@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 6, 2022
1 parent bc8f258 commit 6bd742c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions harvard-anglia-ruskin-university.csl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<name>Steven Singleton</name>
<email>stvn@gmx.ie</email>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>Anglia Ruskin University Harvard style</summary>
<updated>2021-03-08T09:06:46+00:00</updated>
<updated>2022-01-13T10:42:51+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="cite-author">
Expand All @@ -40,7 +43,7 @@
</choose>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="false"/>
</macro>
<macro name="year-date">
<choose>
Expand Down Expand Up @@ -141,7 +144,8 @@
</macro>
<macro name="translator">
<names variable="translator">
<name and="text" initialize-with="." delimiter=". " prefix="Translated by " suffix="."/>
<label form="verb" text-case="capitalize-first" suffix=" "/>
<name and="text" delimiter-precedes-last="never" initialize-with="."/>
</names>
</macro>
<macro name="bill-detail">
Expand Down Expand Up @@ -321,12 +325,12 @@
<else-if variable="URL">
<group>
<text term="available at" text-case="capitalize-first" prefix=" " suffix=": "/>
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<text variable="URL" prefix="&lt;" suffix=">"/>
<group prefix=" [" suffix="].">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed" delimiter=" ">
<date-part name="day"/>
<date-part name="month" form="short"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
Expand All @@ -344,13 +348,17 @@
<name form="short" and="text" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
<substitute>
<names variable="editor"/>
<text variable="title"/>
<text macro="anon" text-case="capitalize-first"/>
</substitute>
</names>
</else>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix">
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter="; ">
<sort>
<key macro="year-date"/>
<key macro="cite-author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<group delimiter=", ">
Expand Down

0 comments on commit 6bd742c

Please sign in to comment.