Skip to content

Commit 43287c7

Browse files
authored
Update taxon.csl a little more (JabRef#4989)
1 parent 9f32917 commit 43287c7

File tree

1 file changed

+21
-35
lines changed

1 file changed

+21
-35
lines changed

taxon.csl

+21-35
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-US">
3+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
34
<info>
45
<title>Taxon</title>
56
<id>http://www.zotero.org/styles/taxon</id>
67
<link href="http://www.zotero.org/styles/taxon" rel="self"/>
78
<link href="http://www.zotero.org/styles/apa" rel="template"/>
8-
<link href="http://www.iapt-taxon.org/pages/taxonguidelines" rel="documentation"/>
9+
<link href="https://onlinelibrary.wiley.com/page/journal/19968175/homepage/author-guidelines" rel="documentation"/>
910
<author>
1011
<name>Patrick O'Brien, PhD</name>
1112
<email>[email protected]</email>
@@ -18,7 +19,7 @@
1819
<category field="botany"/>
1920
<issn>0040-0262</issn>
2021
<eissn>1996-8175</eissn>
21-
<updated>2020-08-20T12:00:00+00:00</updated>
22+
<updated>2020-08-24T15:01:01+00:00</updated>
2223
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2324
</info>
2425
<locale xml:lang="en">
@@ -110,7 +111,7 @@
110111
</choose>
111112
</else-if>
112113
<else>
113-
<text variable="title" form="short" quotes="true"/>
114+
<text variable="title" form="short" quotes="false"/>
114115
</else>
115116
</choose>
116117
</substitute>
@@ -125,18 +126,12 @@
125126
</if>
126127
<else-if variable="archive" match="any">
127128
<group>
128-
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
129-
<text term="from" suffix=" "/>
130129
<text variable="archive" suffix="."/>
131130
<text variable="archive_location" prefix=" (" suffix=")"/>
132131
</group>
133132
</else-if>
134133
<else>
135-
<group>
136-
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
137-
<text term="from" suffix=" "/>
138-
<text variable="URL"/>
139-
</group>
134+
<text variable="URL"/>
140135
</else>
141136
</choose>
142137
</if>
@@ -161,11 +156,7 @@
161156
</group>
162157
</if>
163158
<else>
164-
<group>
165-
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
166-
<text term="from" suffix=" "/>
167-
<text variable="URL"/>
168-
</group>
159+
<text variable="URL"/>
169160
</else>
170161
</choose>
171162
</else>
@@ -219,7 +210,7 @@
219210
<text macro="title"/>
220211
<choose>
221212
<if type="report thesis" match="any">
222-
<group prefix=" (" suffix=")" delimiter=", ">
213+
<group prefix=". " delimiter=", ">
223214
<group delimiter=" ">
224215
<choose>
225216
<if variable="genre" match="any">
@@ -262,18 +253,12 @@
262253
</macro>
263254
<macro name="publisher">
264255
<choose>
265-
<if type="report" match="any">
256+
<if type="report thesis" match="any">
266257
<group delimiter=": ">
267258
<text variable="publisher-place"/>
268259
<text variable="publisher"/>
269260
</group>
270261
</if>
271-
<else-if type="thesis" match="any">
272-
<group delimiter=", ">
273-
<text variable="publisher"/>
274-
<text variable="publisher-place"/>
275-
</group>
276-
</else-if>
277262
<else-if type="post-weblog webpage" match="none">
278263
<group delimiter=", ">
279264
<choose>
@@ -342,7 +327,7 @@
342327
<date-part prefix=", " name="month"/>
343328
</date>
344329
</if>
345-
<else-if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song dataset" match="none">
330+
<else-if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis dataset" match="none">
346331
<date variable="issued">
347332
<date-part prefix=", " name="month"/>
348333
<date-part prefix=" " name="day"/>
@@ -369,7 +354,7 @@
369354
</macro>
370355
<macro name="issued-sort">
371356
<choose>
372-
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song dataset" match="none">
357+
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis dataset" match="none">
373358
<date variable="issued">
374359
<date-part name="year"/>
375360
<date-part name="month"/>
@@ -459,9 +444,9 @@
459444
</group>
460445
</if>
461446
<else>
462-
<group>
447+
<group delimiter=" ">
448+
<number variable="number-of-volumes" form="numeric"/>
463449
<text term="volume" form="short" plural="true" text-case="lowercase" suffix=" "/>
464-
<number variable="number-of-volumes" form="numeric" prefix="1&#8211;"/>
465450
</group>
466451
</else>
467452
</choose>
@@ -481,14 +466,11 @@
481466
</choose>
482467
</macro>
483468
<macro name="citation-locator">
484-
<group>
469+
<group delimiter=" ">
485470
<choose>
486-
<if locator="chapter">
487-
<label variable="locator" form="long" text-case="capitalize-first"/>
488-
</if>
489-
<else-if locator="page" match="none">
471+
<if locator="page" match="none">
490472
<label variable="locator" form="short" suffix=" "/>
491-
</else-if>
473+
</if>
492474
</choose>
493475
<text variable="locator"/>
494476
</group>
@@ -499,7 +481,11 @@
499481
<group>
500482
<choose>
501483
<if type="chapter paper-conference entry-encyclopedia" match="any">
502-
<text term="in" suffix=": "/>
484+
<group prefix=" " suffix=" " delimiter=" ">
485+
<label text-case="capitalize-first" variable="page" form="short"/>
486+
<text variable="page"/>
487+
<text term="in" suffix=": "/>
488+
</group>
503489
</if>
504490
</choose>
505491
<group delimiter=", ">
@@ -566,7 +552,7 @@
566552
</macro>
567553
<macro name="series">
568554
<choose>
569-
<if type="book chapter">
555+
<if type="book chapter" match="any">
570556
<group delimiter=" ">
571557
<text variable="collection-title" text-case="title"/>
572558
<text variable="collection-number"/>

0 commit comments

Comments
 (0)