Skip to content
Permalink
Browse files

Update harvard-university-of-leeds.csl (#3705)

  • Loading branch information...
jesusbagpuss authored and rmzelle committed Sep 25, 2018
1 parent 6898b4a commit 08fd6f23b584f71e5c3a0a43467888d64791ef21
Showing with 21 additions and 13 deletions.
  1. +21 −13 harvard-university-of-leeds.csl
@@ -54,17 +54,21 @@
</macro>
<macro name="access">
<choose>
<if variable="URL">
<group prefix=" [" suffix="]. ">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
<text value="Available from:" suffix=" "/>
<text variable="URL"/>
<if type="article article-journal article-magazine" match="none">
<choose>
<if variable="URL">
<group prefix=" [" suffix="]. ">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
<text value="Available from:" suffix=" "/>
<text variable="URL"/>
</if>
</choose>
</if>
</choose>
</macro>
@@ -225,8 +229,12 @@
<group delimiter=" ">
<text variable="container-title" font-style="italic" suffix="."/>
<choose>
<if match="any" variable="URL">
<text term="online" text-case="capitalize-first" prefix="[" suffix="]"/>
<if type="article article-journal article-magazine" match="none">
<choose>
<if match="any" variable="URL">
<text term="online" text-case="capitalize-first" prefix="[" suffix="]"/>
</if>
</choose>
</if>
</choose>
</group>

0 comments on commit 08fd6f2

Please sign in to comment.
You can’t perform that action at this time.