-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update harvard-anglia-ruskin-university.csl (#5840)
* 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 <[email protected]> * Update harvard-anglia-ruskin-university.csl Co-authored-by: Brenton M. Wiernik <[email protected]> * Update harvard-anglia-ruskin-university.csl Co-authored-by: Brenton M. Wiernik <[email protected]> * Re-indent CSL styles Co-authored-by: POBrien333 <[email protected]> Co-authored-by: Brenton M. Wiernik <[email protected]>
- Loading branch information
1 parent
bc8f258
commit 6bd742c
Showing
1 changed file
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,13 @@ | |
<name>Steven Singleton</name> | ||
<email>[email protected]</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"> | ||
|
@@ -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> | ||
|
@@ -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"> | ||
|
@@ -321,12 +325,12 @@ | |
<else-if variable="URL"> | ||
<group> | ||
<text term="available at" text-case="capitalize-first" prefix=" " suffix=": "/> | ||
<text variable="URL" prefix="<" suffix=">"/> | ||
<text variable="URL" prefix="<" 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> | ||
|
@@ -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=", "> | ||
|