Skip to content

Commit

Permalink
Update emerald-harvard.csl (#6335)
Browse files Browse the repository at this point in the history
https://forums.zotero.org/discussion/101716/edit-style-to-include-doi#latest
format based on recently published articles.

Co-authored-by: Sebastian Karcher <karcher@u.northwestern.edu>
  • Loading branch information
POBrien333 and adam3smith committed Dec 13, 2022
1 parent d6c6a16 commit f6c778e
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions emerald-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2020-08-26T12:00:00+00:00</updated>
<updated>2022-12-12T18:17:18+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale>
Expand Down Expand Up @@ -108,28 +108,23 @@
</if>
<else>
<choose>
<if variable="page" match="none">
<choose>
<if variable="DOI">
<text term="available at" suffix=":"/>
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<group delimiter=" ">
<text term="available at" suffix=":"/>
<text variable="URL"/>
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date variable="accessed" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</group>
</else>
</choose>
<if variable="DOI">
<text variable="DOI" prefix="doi: "/>
</if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=" ">
<text term="available at" suffix=":"/>
<text variable="URL"/>
<group delimiter=" " prefix="(" suffix=")">
<text term="accessed"/>
<date variable="accessed" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</group>
</else-if>
</choose>
</else>
</choose>
Expand Down

0 comments on commit f6c778e

Please sign in to comment.