Permalink
Browse files
Update harvard-university-of-leeds.csl (#3705)
- Loading branch information...
Showing
with
21 additions
and
13 deletions.
-
+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