Skip to content

Commit

Permalink
Update university-of-south-wales-harvard.csl (#7296)
Browse files Browse the repository at this point in the history
  • Loading branch information
docsez authored Nov 29, 2024
1 parent 785c6ef commit 6b7b611
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions university-of-south-wales-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<name>Aspen</name>
<email>[email protected]</email>
</author>
<contributor>
<name>Sez</name>
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<summary>The author-year Harvard standard for the University of South Wales</summary>
Expand Down Expand Up @@ -64,26 +67,20 @@
</macro>
<macro name="access">
<choose>
<if variable="URL" match="all">
<group delimiter=" ">
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
<group delimiter=": " prefix="(" suffix=")">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</group>
<if variable="DOI" match="any">
<text variable="DOI" prefix="Available at: doi:"/>
</if>
<else-if match="all" variable="DOI">
<text variable="DOI" prefix="doi: "/>
<else-if variable="URL">
<text variable="URL" prefix="Available at: "/>
</else-if>
</choose>
<group prefix=" (Accessed: " suffix=")">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</macro>
<macro name="title">
<choose>
Expand Down

0 comments on commit 6b7b611

Please sign in to comment.