Skip to content

Commit

Permalink
Update journal-of-paleontology.csl (#5594)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Aug 23, 2021
1 parent 9cc3797 commit b110d07
Showing 1 changed file with 48 additions and 42 deletions.
90 changes: 48 additions & 42 deletions journal-of-paleontology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<id>http://www.zotero.org/styles/journal-of-paleontology</id>
<link href="http://www.zotero.org/styles/journal-of-paleontology" rel="self"/>
<link href="http://www.zotero.org/styles/journal-of-vertebrate-paleontology" rel="template"/>
<link href="http://www.journalofpaleontology.org/instructions.htm" rel="documentation"/>
<link href="https://www.cambridge.org/core/journals/journal-of-paleontology/information/instructions-contributors" rel="documentation"/>
<link href="https://www.cambridge.org/core/services/aop-file-manager/file/5c94f7029ab84c5f086928bb" rel="documentation"/>
<author>
<name>Martin R. Smith</name>
<email>[email protected]</email>
Expand All @@ -15,7 +16,7 @@
<category field="biology"/>
<issn>0022-3360</issn>
<eissn>1937-2337</eissn>
<updated>2019-03-05T08:19:38+00:00</updated>
<updated>2021-08-12T08:51:54+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale>
Expand All @@ -32,8 +33,8 @@
</macro>
<macro name="editor">
<names variable="editor">
<name sort-separator=" " initialize-with="." and="text" delimiter=", "/>
<label form="short" prefix=" (" suffix=")"/>
<name and="text" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="author-short">
Expand Down Expand Up @@ -73,8 +74,8 @@
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="container-title">
Expand All @@ -83,7 +84,7 @@
<text variable="container-title"/>
</if>
<else>
<text variable="container-title" suffix="."/>
<text variable="container-title" text-case="title"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -150,50 +151,55 @@
<text macro="editor" prefix=" (" suffix=")"/>
</group>
<text prefix=" " suffix=", " macro="publisher"/>
<choose>
<if variable="number-of-pages">
<text variable="number-of-pages"/>
</if>
<else>
<text variable="page"/>
</else>
</choose>
<text term="page" form="short"/>
<group delimiter=" ">
<text variable="number-of-pages"/>
<label plural="never" variable="number-of-pages" form="short"/>
</group>
</if>
<else-if type="thesis" match="any">
<text variable="title" suffix=": "/>
<group delimiter=", ">
<text variable="genre"/>
<group delimiter=": ">
<group delimiter=" ">
<text variable="title"/>
<text variable="genre" prefix="[" suffix="]"/>
</group>
<text macro="publisher"/>
</group>
<group>
<text variable="number-of-pages"/>
<label plural="never" variable="number-of-pages" form="short"/>
</group>
<text term="page" form="short"/>
</else-if>
<else-if type="chapter" match="any">
<group delimiter=" ">
<text variable="title" suffix="; "/>
<text term="page" form="short" suffix=". "/>
<text variable="page" suffix=". "/>
<text term="in" text-case="capitalize-first" font-style="italic"/>
<text macro="editor" suffix=","/>
<group delimiter=", ">
<text macro="container-title" text-case="title"/>
<text variable="collection-title" prefix=". "/>
<text macro="edition"/>
<group delimiter=", ">
<text variable="title"/>
<group delimiter=" ">
<text term="in" font-style="italic"/>
<text macro="editor" suffix=","/>
</group>
<group delimiter=": ">
<group delimiter=", ">
<text macro="container-title" text-case="title"/>
<text variable="collection-title"/>
<choose>
<if is-numeric="volume">
<group delimiter=" ">
<label variable="volume" form="short"/>
<number variable="volume" suffix="."/>
</group>
</if>
<else>
<text variable="volume" suffix="."/>
</else>
</choose>
<text macro="edition"/>
</group>
<group delimiter=". ">
<text macro="publisher"/>
</group>
</group>
<group delimiter=". ">
<choose>
<if is-numeric="volume">
<group delimiter=" ">
<label variable="volume" form="short"/>
<number variable="volume" suffix="."/>
</group>
</if>
<else>
<text variable="volume" suffix="."/>
</else>
</choose>
<text macro="publisher"/>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
</else-if>
Expand Down

0 comments on commit b110d07

Please sign in to comment.