Skip to content

Commit 7d30659

Browse files
authored
Update equine-veterinary-education.csl (JabRef#4675)
1 parent 9a7791f commit 7d30659

File tree

1 file changed

+50
-15
lines changed

1 file changed

+50
-15
lines changed

equine-veterinary-education.csl

+50-15
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-last="never" default-locale="en-GB">
33
<info>
44
<title>Equine Veterinary Education</title>
55
<title-short>EVE</title-short>
66
<id>http://www.zotero.org/styles/equine-veterinary-education</id>
77
<link href="http://www.zotero.org/styles/equine-veterinary-education" rel="self"/>
88
<link href="http://www.zotero.org/styles/bmj" rel="template"/>
9-
<link href="http://onlinelibrary.wiley.com/journal/10.1001/(ISSN)2042-3292/homepage/ForAuthors.html" rel="documentation"/>
9+
<link href="https://beva.onlinelibrary.wiley.com/hub/journal/20423292/homepage/forauthors.html" rel="documentation"/>
1010
<author>
1111
<name>Charles Parnot</name>
1212
<email>[email protected]</email>
@@ -15,21 +15,14 @@
1515
<contributor>
1616
<name>Patrick O'Brien</name>
1717
</contributor>
18-
<category citation-format="numeric"/>
18+
<category citation-format="author-date"/>
1919
<category field="biology"/>
2020
<category field="medicine"/>
2121
<issn>0957-7734</issn>
2222
<eissn>2042-3292</eissn>
23-
<updated>2020-04-06T12:50:28+00:00</updated>
23+
<updated>2020-04-07T14:27:20+00:00</updated>
2424
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2525
</info>
26-
<locale>
27-
<terms>
28-
<term name="and">and</term>
29-
<term name="et-al">and others</term>
30-
<term name="in">in</term>
31-
</terms>
32-
</locale>
3326
<macro name="author">
3427
<names variable="author">
3528
<name initialize-with="." name-as-sort-order="all">
@@ -92,14 +85,56 @@
9285
</else>
9386
</choose>
9487
</macro>
88+
<macro name="point-locators">
89+
<group>
90+
<choose>
91+
<if locator="page" match="none">
92+
<label variable="locator" form="short" suffix=" "/>
93+
</if>
94+
</choose>
95+
<text variable="locator"/>
96+
</group>
97+
</macro>
98+
<macro name="contributors-short">
99+
<names variable="author">
100+
<name form="short" and="text" delimiter=", "/>
101+
<et-al font-style="italic"/>
102+
<substitute>
103+
<names variable="editor"/>
104+
<names variable="translator"/>
105+
<text macro="title"/>
106+
</substitute>
107+
</names>
108+
</macro>
109+
<macro name="date-reference">
110+
<choose>
111+
<if variable="issued">
112+
<date variable="issued">
113+
<date-part name="year"/>
114+
</date>
115+
</if>
116+
<else>
117+
<text term="no date" form="short"/>
118+
</else>
119+
</choose>
120+
</macro>
95121
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
96-
<layout delimiter=", " prefix="[" suffix="]">
97-
<text variable="citation-number"/>
122+
<sort>
123+
<key variable="issued" sort="ascending"/>
124+
<key macro="author"/>
125+
</sort>
126+
<layout prefix="(" suffix=")" delimiter=", ">
127+
<group delimiter=":">
128+
<group delimiter=" ">
129+
<text macro="contributors-short"/>
130+
<text macro="date-reference"/>
131+
</group>
132+
<text macro="point-locators"/>
133+
</group>
98134
</layout>
99135
</citation>
100-
<bibliography and="text" et-al-min="12" et-al-use-first="6" second-field-align="flush">
136+
<bibliography and="text" et-al-min="12" et-al-use-first="6">
101137
<layout>
102-
<text variable="citation-number" suffix=". "/>
103138
<group delimiter=" " suffix=".">
104139
<text macro="author"/>
105140
<date variable="issued" prefix="(" suffix=")">

0 commit comments

Comments
 (0)