|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-GB" version="1.0" demote-non-dropping-particle="sort-only"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB"> |
3 | 3 | <info> |
4 | 4 | <title>Animal Welfare</title> |
5 | 5 | <id>http://www.zotero.org/styles/animal-welfare</id> |
6 | 6 | <link href="http://www.zotero.org/styles/animal-welfare" rel="self"/> |
7 | | - <link href="http://www.ufaw.org.uk/instructions-authors.php" rel="documentation"/> |
| 7 | + <link href="https://www.ufaw.org.uk/the-ufaw-journal/instructions-for-authors" rel="documentation"/> |
8 | 8 | <author> |
9 | 9 | <name>Sjúrður Hammer</name> |
10 | 10 | <uri>http://www.mendeley.com/profiles/sjurur-hammer/</uri> |
11 | 11 | </author> |
| 12 | + <contributor> |
| 13 | + <name>Patrick O'Brien</name> |
| 14 | + </contributor> |
12 | 15 | <category citation-format="author-date"/> |
13 | 16 | <category field="biology"/> |
14 | 17 | <issn>0962-7286</issn> |
15 | | - <updated>2015-07-27T13:15:14+00:00</updated> |
| 18 | + <updated>2020-04-18T10:32:13+00:00</updated> |
16 | 19 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
17 | 20 | </info> |
18 | 21 | <macro name="container-contributors"> |
19 | 22 | <choose> |
20 | 23 | <if type="chapter paper-conference" match="any"> |
21 | | - <text term="in" text-case="capitalize-first" font-style="normal" suffix=" "/> |
| 24 | + <text term="in" text-case="capitalize-first" suffix=": "/> |
22 | 25 | <names variable="editor translator" delimiter=", "> |
23 | 26 | <name and="text" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
24 | | - <label form="short" prefix=" (" suffix=")"/> |
| 27 | + <label form="short" strip-periods="true" prefix=" (" suffix=")"/> |
25 | 28 | </names> |
26 | 29 | </if> |
27 | 30 | </choose> |
|
66 | 69 | </macro> |
67 | 70 | <macro name="access"> |
68 | 71 | <choose> |
69 | | - <if type="webpage"> |
70 | | - <text variable="URL"/> |
| 72 | + <if type="article-journal"> |
| 73 | + <text variable="DOI" prefix="https://doi.org/"/> |
71 | 74 | </if> |
| 75 | + <else-if type="webpage post post-weblog"> |
| 76 | + <text variable="URL"/> |
| 77 | + </else-if> |
72 | 78 | </choose> |
73 | 79 | </macro> |
74 | 80 | <macro name="publisher"> |
|
135 | 141 | <choose> |
136 | 142 | <if type="article-journal article-magazine article-newspaper" match="any"> |
137 | 143 | <text variable="container-title" form="long" font-style="italic" prefix=". "/> |
138 | | - <text variable="volume" font-weight="normal" prefix=" "/> |
| 144 | + <text variable="volume" font-style="italic" prefix=" "/> |
139 | 145 | <text variable="page" prefix=": " suffix="."/> |
140 | 146 | </if> |
141 | 147 | <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> |
|
177 | 183 | <text macro="author" font-weight="bold"/> |
178 | 184 | <text macro="issued" suffix=" "/> |
179 | 185 | <text variable="title"/> |
180 | | - <text macro="locators" font-weight="normal"/> |
| 186 | + <text macro="locators"/> |
181 | 187 | <text macro="edition" font-weight="bold"/> |
182 | 188 | <group delimiter=". " prefix=". "> |
183 | 189 | <text macro="publisher"/> |
|
0 commit comments