Skip to content

Commit b110d07

Browse files
authored
1 parent 9cc3797 commit b110d07

File tree

1 file changed

+48
-42
lines changed

1 file changed

+48
-42
lines changed

journal-of-paleontology.csl

+48-42
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<id>http://www.zotero.org/styles/journal-of-paleontology</id>
66
<link href="http://www.zotero.org/styles/journal-of-paleontology" rel="self"/>
77
<link href="http://www.zotero.org/styles/journal-of-vertebrate-paleontology" rel="template"/>
8-
<link href="http://www.journalofpaleontology.org/instructions.htm" rel="documentation"/>
8+
<link href="https://www.cambridge.org/core/journals/journal-of-paleontology/information/instructions-contributors" rel="documentation"/>
9+
<link href="https://www.cambridge.org/core/services/aop-file-manager/file/5c94f7029ab84c5f086928bb" rel="documentation"/>
910
<author>
1011
<name>Martin R. Smith</name>
1112
<email>martins@gmail.com</email>
@@ -15,7 +16,7 @@
1516
<category field="biology"/>
1617
<issn>0022-3360</issn>
1718
<eissn>1937-2337</eissn>
18-
<updated>2019-03-05T08:19:38+00:00</updated>
19+
<updated>2021-08-12T08:51:54+00:00</updated>
1920
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2021
</info>
2122
<locale>
@@ -32,8 +33,8 @@
3233
</macro>
3334
<macro name="editor">
3435
<names variable="editor">
35-
<name sort-separator=" " initialize-with="." and="text" delimiter=", "/>
36-
<label form="short" prefix=" (" suffix=")"/>
36+
<name and="text" initialize-with="." name-as-sort-order="all"/>
37+
<label form="short" prefix=", "/>
3738
</names>
3839
</macro>
3940
<macro name="author-short">
@@ -73,8 +74,8 @@
7374
</macro>
7475
<macro name="publisher">
7576
<group delimiter=", ">
76-
<text variable="publisher"/>
7777
<text variable="publisher-place"/>
78+
<text variable="publisher"/>
7879
</group>
7980
</macro>
8081
<macro name="container-title">
@@ -83,7 +84,7 @@
8384
<text variable="container-title"/>
8485
</if>
8586
<else>
86-
<text variable="container-title" suffix="."/>
87+
<text variable="container-title" text-case="title"/>
8788
</else>
8889
</choose>
8990
</macro>
@@ -150,50 +151,55 @@
150151
<text macro="editor" prefix=" (" suffix=")"/>
151152
</group>
152153
<text prefix=" " suffix=", " macro="publisher"/>
153-
<choose>
154-
<if variable="number-of-pages">
155-
<text variable="number-of-pages"/>
156-
</if>
157-
<else>
158-
<text variable="page"/>
159-
</else>
160-
</choose>
161-
<text term="page" form="short"/>
154+
<group delimiter=" ">
155+
<text variable="number-of-pages"/>
156+
<label plural="never" variable="number-of-pages" form="short"/>
157+
</group>
162158
</if>
163159
<else-if type="thesis" match="any">
164-
<text variable="title" suffix=": "/>
165-
<group delimiter=", ">
166-
<text variable="genre"/>
160+
<group delimiter=": ">
161+
<group delimiter=" ">
162+
<text variable="title"/>
163+
<text variable="genre" prefix="[" suffix="]"/>
164+
</group>
167165
<text macro="publisher"/>
166+
</group>
167+
<group>
168168
<text variable="number-of-pages"/>
169+
<label plural="never" variable="number-of-pages" form="short"/>
169170
</group>
170-
<text term="page" form="short"/>
171171
</else-if>
172172
<else-if type="chapter" match="any">
173-
<group delimiter=" ">
174-
<text variable="title" suffix="; "/>
175-
<text term="page" form="short" suffix=". "/>
176-
<text variable="page" suffix=". "/>
177-
<text term="in" text-case="capitalize-first" font-style="italic"/>
178-
<text macro="editor" suffix=","/>
179-
<group delimiter=", ">
180-
<text macro="container-title" text-case="title"/>
181-
<text variable="collection-title" prefix=". "/>
182-
<text macro="edition"/>
173+
<group delimiter=", ">
174+
<text variable="title"/>
175+
<group delimiter=" ">
176+
<text term="in" font-style="italic"/>
177+
<text macro="editor" suffix=","/>
178+
</group>
179+
<group delimiter=": ">
180+
<group delimiter=", ">
181+
<text macro="container-title" text-case="title"/>
182+
<text variable="collection-title"/>
183+
<choose>
184+
<if is-numeric="volume">
185+
<group delimiter=" ">
186+
<label variable="volume" form="short"/>
187+
<number variable="volume" suffix="."/>
188+
</group>
189+
</if>
190+
<else>
191+
<text variable="volume" suffix="."/>
192+
</else>
193+
</choose>
194+
<text macro="edition"/>
195+
</group>
196+
<group delimiter=". ">
197+
<text macro="publisher"/>
198+
</group>
183199
</group>
184-
<group delimiter=". ">
185-
<choose>
186-
<if is-numeric="volume">
187-
<group delimiter=" ">
188-
<label variable="volume" form="short"/>
189-
<number variable="volume" suffix="."/>
190-
</group>
191-
</if>
192-
<else>
193-
<text variable="volume" suffix="."/>
194-
</else>
195-
</choose>
196-
<text macro="publisher"/>
200+
<group delimiter=" ">
201+
<label variable="page" form="short"/>
202+
<text variable="page"/>
197203
</group>
198204
</group>
199205
</else-if>

0 commit comments

Comments
 (0)