Skip to content

Commit

Permalink
Update taylor-and-francis-council-of-science-editors-author-date.csl (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed May 6, 2021
1 parent 141be9b commit 7dd1f44
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@
</names>
</macro>
<macro name="access">
<text variable="URL"/>
<choose>
<if match="any" variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
Expand Down

0 comments on commit 7dd1f44

Please sign in to comment.