Skip to content

Commit d9ba2de

Browse files
authored
Update equine-veterinary-education.csl (JabRef#4677)
1 parent 7d30659 commit d9ba2de

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

equine-veterinary-education.csl

+13-5
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@
4444
</macro>
4545
<macro name="access">
4646
<choose>
47-
<if variable="DOI">
48-
<text variable="DOI" prefix="https://doi.org/"/>
49-
</if>
50-
<else-if type="webpage post post-weblog" match="any">
47+
<if type="webpage post post-weblog" match="any">
5148
<group delimiter=". ">
5249
<text variable="URL"/>
5350
<group>
@@ -59,7 +56,14 @@
5956
</date>
6057
</group>
6158
</group>
62-
</else-if>
59+
</if>
60+
<else>
61+
<choose>
62+
<if variable="volume page" match="none">
63+
<text variable="DOI" prefix="https://doi.org/"/>
64+
</if>
65+
</choose>
66+
</else>
6367
</choose>
6468
</macro>
6569
<macro name="title">
@@ -134,6 +138,10 @@
134138
</layout>
135139
</citation>
136140
<bibliography and="text" et-al-min="12" et-al-use-first="6">
141+
<sort>
142+
<key macro="author"/>
143+
<key variable="issued" sort="ascending"/>
144+
</sort>
137145
<layout>
138146
<group delimiter=" " suffix=".">
139147
<text macro="author"/>

0 commit comments

Comments
 (0)