Skip to content

Commit

Permalink
Fixes for RCN style
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Nov 15, 2019
1 parent de32b6c commit c0e4630
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions royal-college-of-nursing-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,20 @@
<text variable="DOI" prefix="doi.org/"/>
</if>
<else-if variable="URL">
<text term="available at" suffix=": " text-case="capitalize-first"/>
<text variable="URL"/>
<group prefix=" (" delimiter=": " suffix=")">
<text term="accessed" text-case="capitalize-first"/>
<date form="text" variable="accessed">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
<choose>
<if type="book chapter" match="none">
<text term="available at" suffix=": " text-case="capitalize-first"/>
<text variable="URL"/>
<group prefix=" (" delimiter=" " suffix=")">
<text term="accessed" text-case="capitalize-first"/>
<date form="text" variable="accessed">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</else-if>
</choose>
</macro>
Expand Down

0 comments on commit c0e4630

Please sign in to comment.