Skip to content

Commit 5e34eb1

Browse files
authored
Update animal-welfare.csl (JabRef#4713)
1 parent 06785fa commit 5e34eb1

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

animal-welfare.csl

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
<?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">
33
<info>
44
<title>Animal Welfare</title>
55
<id>http://www.zotero.org/styles/animal-welfare</id>
66
<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"/>
88
<author>
99
<name>Sjúrður Hammer</name>
1010
<uri>http://www.mendeley.com/profiles/sjurur-hammer/</uri>
1111
</author>
12+
<contributor>
13+
<name>Patrick O'Brien</name>
14+
</contributor>
1215
<category citation-format="author-date"/>
1316
<category field="biology"/>
1417
<issn>0962-7286</issn>
15-
<updated>2015-07-27T13:15:14+00:00</updated>
18+
<updated>2020-04-18T10:32:13+00:00</updated>
1619
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1720
</info>
1821
<macro name="container-contributors">
1922
<choose>
2023
<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=": "/>
2225
<names variable="editor translator" delimiter=", ">
2326
<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=")"/>
2528
</names>
2629
</if>
2730
</choose>
@@ -66,9 +69,12 @@
6669
</macro>
6770
<macro name="access">
6871
<choose>
69-
<if type="webpage">
70-
<text variable="URL"/>
72+
<if type="article-journal">
73+
<text variable="DOI" prefix="https://doi.org/"/>
7174
</if>
75+
<else-if type="webpage post post-weblog">
76+
<text variable="URL"/>
77+
</else-if>
7278
</choose>
7379
</macro>
7480
<macro name="publisher">
@@ -135,7 +141,7 @@
135141
<choose>
136142
<if type="article-journal article-magazine article-newspaper" match="any">
137143
<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=" "/>
139145
<text variable="page" prefix=": " suffix="."/>
140146
</if>
141147
<else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
@@ -177,7 +183,7 @@
177183
<text macro="author" font-weight="bold"/>
178184
<text macro="issued" suffix=" "/>
179185
<text variable="title"/>
180-
<text macro="locators" font-weight="normal"/>
186+
<text macro="locators"/>
181187
<text macro="edition" font-weight="bold"/>
182188
<group delimiter=". " prefix=". ">
183189
<text macro="publisher"/>

0 commit comments

Comments
 (0)