|
5 | 5 | <id>http://www.zotero.org/styles/journal-of-paleontology</id>
|
6 | 6 | <link href="http://www.zotero.org/styles/journal-of-paleontology" rel="self"/>
|
7 | 7 | <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"/> |
9 | 10 | <author>
|
10 | 11 | <name>Martin R. Smith</name>
|
11 | 12 | <email>martins@gmail.com</email>
|
|
15 | 16 | <category field="biology"/>
|
16 | 17 | <issn>0022-3360</issn>
|
17 | 18 | <eissn>1937-2337</eissn>
|
18 |
| - <updated>2019-03-05T08:19:38+00:00</updated> |
| 19 | + <updated>2021-08-12T08:51:54+00:00</updated> |
19 | 20 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
20 | 21 | </info>
|
21 | 22 | <locale>
|
|
32 | 33 | </macro>
|
33 | 34 | <macro name="editor">
|
34 | 35 | <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=", "/> |
37 | 38 | </names>
|
38 | 39 | </macro>
|
39 | 40 | <macro name="author-short">
|
|
73 | 74 | </macro>
|
74 | 75 | <macro name="publisher">
|
75 | 76 | <group delimiter=", ">
|
76 |
| - <text variable="publisher"/> |
77 | 77 | <text variable="publisher-place"/>
|
| 78 | + <text variable="publisher"/> |
78 | 79 | </group>
|
79 | 80 | </macro>
|
80 | 81 | <macro name="container-title">
|
|
83 | 84 | <text variable="container-title"/>
|
84 | 85 | </if>
|
85 | 86 | <else>
|
86 |
| - <text variable="container-title" suffix="."/> |
| 87 | + <text variable="container-title" text-case="title"/> |
87 | 88 | </else>
|
88 | 89 | </choose>
|
89 | 90 | </macro>
|
|
150 | 151 | <text macro="editor" prefix=" (" suffix=")"/>
|
151 | 152 | </group>
|
152 | 153 | <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> |
162 | 158 | </if>
|
163 | 159 | <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> |
167 | 165 | <text macro="publisher"/>
|
| 166 | + </group> |
| 167 | + <group> |
168 | 168 | <text variable="number-of-pages"/>
|
| 169 | + <label plural="never" variable="number-of-pages" form="short"/> |
169 | 170 | </group>
|
170 |
| - <text term="page" form="short"/> |
171 | 171 | </else-if>
|
172 | 172 | <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> |
183 | 199 | </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"/> |
197 | 203 | </group>
|
198 | 204 | </group>
|
199 | 205 | </else-if>
|
|
0 commit comments