Skip to content

Commit

Permalink
add DOI to Elsevier Harvar and Elsevier (with titles). That's the two…
Browse files Browse the repository at this point in the history
… styles where the DOI is consistently encouraged in the instructions for authors
  • Loading branch information
adam3smith committed Mar 4, 2014
1 parent ef28e8a commit c808c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions elsevier-harvard.csl
Expand Up @@ -91,7 +91,10 @@
</macro>
<macro name="access">
<choose>
<if type="webpage">
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</if>
<else-if type="webpage">
<group delimiter=" ">
<text value="URL"/>
<text variable="URL"/>
Expand All @@ -104,7 +107,7 @@
</date>
</group>
</group>
</if>
</else-if>
</choose>
</macro>
<macro name="title">
Expand Down
1 change: 1 addition & 0 deletions elsevier-with-titles.csl
Expand Up @@ -125,6 +125,7 @@
</group>
</else>
</choose>
<text variable="DOI" prefix=". doi:"/>
</layout>
</bibliography>
</style>

0 comments on commit c808c85

Please sign in to comment.