Skip to content

Commit

Permalink
Update equine-veterinary-education.csl (JabRef#4677)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Apr 8, 2020
1 parent 7d30659 commit d9ba2de
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions equine-veterinary-education.csl
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
</macro>
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if type="webpage post post-weblog" match="any">
<if type="webpage post post-weblog" match="any">
<group delimiter=". ">
<text variable="URL"/>
<group>
Expand All @@ -59,7 +56,14 @@
</date>
</group>
</group>
</else-if>
</if>
<else>
<choose>
<if variable="volume page" match="none">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
</choose>
</else>
</choose>
</macro>
<macro name="title">
Expand Down Expand Up @@ -134,6 +138,10 @@
</layout>
</citation>
<bibliography and="text" et-al-min="12" et-al-use-first="6">
<sort>
<key macro="author"/>
<key variable="issued" sort="ascending"/>
</sort>
<layout>
<group delimiter=" " suffix=".">
<text macro="author"/>
Expand Down

0 comments on commit d9ba2de

Please sign in to comment.