Skip to content

Commit

Permalink
Update university-of-roehampton-harvard.csl (#5831)
Browse files Browse the repository at this point in the history
When generating citations, it was omitting the 'et al' on resources with 4+ authors. I've added it to line 449 this time (which I hope is the correct one), but can't be sure as I was ultimately using the Visual CSL editor to put it together in the first instance.
  • Loading branch information
longskatedeath committed Jan 7, 2022
1 parent b231514 commit 5b166c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions university-of-roehampton-harvard.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="text" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="text" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>University of Roehampton - Harvard</title>
Expand Down Expand Up @@ -187,7 +187,7 @@
<macro name="translator">
<names variable="translator">
<label form="verb" text-case="capitalize-first"/>
<name delimiter=". " prefix=" " suffix="." and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
<name delimiter=". " prefix=" " suffix="." and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
<et-al font-style="italic"/>
</names>
</macro>
Expand Down Expand Up @@ -446,7 +446,7 @@
<et-al font-style="italic"/>
</names>
</macro>
<citation 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-suffix">
<layout delimiter="; " prefix="(" suffix=")">
<group delimiter=":">
<group delimiter=", ">
Expand Down

0 comments on commit 5b166c2

Please sign in to comment.