|
1 | 1 | <?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"> |
3 | 3 | <info>
|
4 | 4 | <title>Equine Veterinary Education</title>
|
5 | 5 | <title-short>EVE</title-short>
|
6 | 6 | <id>http://www.zotero.org/styles/equine-veterinary-education</id>
|
7 | 7 | <link href="http://www.zotero.org/styles/equine-veterinary-education" rel="self"/>
|
8 | 8 | <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"/> |
10 | 10 | <author>
|
11 | 11 | <name>Charles Parnot</name>
|
12 | 12 |
|
|
15 | 15 | <contributor>
|
16 | 16 | <name>Patrick O'Brien</name>
|
17 | 17 | </contributor>
|
18 |
| - <category citation-format="numeric"/> |
| 18 | + <category citation-format="author-date"/> |
19 | 19 | <category field="biology"/>
|
20 | 20 | <category field="medicine"/>
|
21 | 21 | <issn>0957-7734</issn>
|
22 | 22 | <eissn>2042-3292</eissn>
|
23 |
| - <updated>2020-04-06T12:50:28+00:00</updated> |
| 23 | + <updated>2020-04-07T14:27:20+00:00</updated> |
24 | 24 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
25 | 25 | </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> |
33 | 26 | <macro name="author">
|
34 | 27 | <names variable="author">
|
35 | 28 | <name initialize-with="." name-as-sort-order="all">
|
|
92 | 85 | </else>
|
93 | 86 | </choose>
|
94 | 87 | </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> |
95 | 121 | <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> |
98 | 134 | </layout>
|
99 | 135 | </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"> |
101 | 137 | <layout>
|
102 |
| - <text variable="citation-number" suffix=". "/> |
103 | 138 | <group delimiter=" " suffix=".">
|
104 | 139 | <text macro="author"/>
|
105 | 140 | <date variable="issued" prefix="(" suffix=")">
|
|
0 commit comments