forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,31 +3,31 @@ | |
<info> | ||
<title>Paleobiology</title> | ||
<id>www.zotero.org/styles/paleobiology</id> | ||
<link href="http://www.paleosoc.org/content/AuthorContribInstr.html" rel="documentation" /> | ||
<link href="http://www.paleosoc.org/content/AuthorContribInstr.html" rel="documentation"/> | ||
<issn>0094-8373</issn> | ||
<author> | ||
<name>Martin R. Smith</name> | ||
<email>[email protected]</email> | ||
<email>[email protected]</email> | ||
<uri>https://plus.google.com/u/0/108450310917386384868</uri> | ||
</author> | ||
<link href="http://www.zotero.org/styles/lethaia" rel="template" /> | ||
<link href="http://www.zotero.org/styles/paleobiology" rel="self" /> | ||
<link href="http://www.zotero.org/styles/lethaia" rel="template"/> | ||
<link href="http://www.zotero.org/styles/paleobiology" rel="self"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<updated>2012-05-02T11:11:11+00:00</updated> | ||
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights> | ||
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights> | ||
</info> | ||
<macro name="author"> | ||
<names variable="author" suffix="." > | ||
<names variable="author" suffix="."> | ||
<name sort-separator=", " initialize-with=". " and="text" name-as-sort-order="first" delimiter=", " delimiter-precedes-last="always" form="long"> | ||
</name> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name sort-separator=", " initialize-with=". " delimiter=", " and="text" delimiter-precedes-last="contextual" > | ||
<name sort-separator=", " initialize-with=". " delimiter=", " and="text" delimiter-precedes-last="contextual"> | ||
</name> | ||
<label form="short" prefix=", " suffix="." /> | ||
<label form="short" prefix=", " suffix="."/> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
|
@@ -55,10 +55,10 @@ | |
</date> | ||
</if> | ||
<else-if type="book chapter webpage" variable="container-title volume page" match="none"> | ||
<text term="forthcoming" /> | ||
<text term="forthcoming"/> | ||
</else-if> | ||
<else-if type="book chapter webpage" variable="volume page" match="none"> | ||
<text term="in press" /> | ||
<text term="in press"/> | ||
</else-if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
|
@@ -94,23 +94,23 @@ | |
</else> | ||
</choose> | ||
</macro> | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year-suffix" year-suffix-delimiter=", " > | ||
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year-suffix" year-suffix-delimiter=", "> | ||
<sort> | ||
<key macro="year-date"/> | ||
<key macro="author-short"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<text variable="locator"/> | ||
<text variable="year-suffix" font-style="italic"/> | ||
</layout> | ||
</citation> | ||
<bibliography entry-spacing="0" hanging-indent="true" subsequent-author-substitute="———"> | ||
<bibliography entry-spacing="0" hanging-indent="true" subsequent-author-substitute="———"> | ||
<sort> | ||
<key macro="author" names-min="1" names-use-first="1" /> | ||
<key macro="author" names-min="1" names-use-first="1"/> | ||
<key macro="author-count"/> | ||
<key macro="year-date"/> | ||
</sort> | ||
|
@@ -119,45 +119,45 @@ | |
<text macro="author" suffix=" "/> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else-if type="book chapter webpage" variable="container-title volume page" match="none"> | ||
<text term="forthcoming" text-case="capitalize-first" /> | ||
</else-if> | ||
<else-if type="book chapter webpage" variable="volume page" match="none"> | ||
<text term="in press" text-case="capitalize-first"/> | ||
</else-if> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else-if type="book chapter webpage" variable="container-title volume page" match="none"> | ||
<text term="forthcoming" text-case="capitalize-first"/> | ||
</else-if> | ||
<else-if type="book chapter webpage" variable="volume page" match="none"> | ||
<text term="in press" text-case="capitalize-first"/> | ||
</else-if> | ||
</choose> | ||
<text variable="year-suffix" /> | ||
<text variable="year-suffix"/> | ||
<text value=": "/> | ||
<choose> | ||
<if type="bill book graphic legal_case motion_picture report song" match="any"> | ||
<group suffix="."> | ||
<group> | ||
<text variable="title" text-case="capitalize-first" suffix=". "/> | ||
<choose> | ||
<if variable="editor collection-title" match="any"> | ||
<text value="in" font-style="italic" suffix=" "/> | ||
</if> | ||
</choose> | ||
<text macro="editor" suffix=" "/> | ||
<group> | ||
<text variable="collection-title" font-style="italic" text-case="title" suffix=". "/> | ||
<text variable="title" text-case="capitalize-first" suffix=". "/> | ||
<choose> | ||
<if is-numeric="volume"> | ||
<group delimiter=" "> | ||
<text value="Vol. "/> | ||
<number variable="volume" suffix="." form="numeric"/> | ||
</group> | ||
<if variable="editor collection-title" match="any"> | ||
<text value="in" font-style="italic" suffix=" "/> | ||
</if> | ||
<else> | ||
<text variable="volume" suffix="."/> | ||
</else> | ||
</choose> | ||
<text macro="editor" suffix=" "/> | ||
<group> | ||
<text variable="collection-title" font-style="italic" text-case="title" suffix=". "/> | ||
<choose> | ||
<if is-numeric="volume"> | ||
<group delimiter=" "> | ||
<text value="Vol. "/> | ||
<number variable="volume" suffix="." form="numeric"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="volume" suffix="."/> | ||
</else> | ||
</choose> | ||
</group> | ||
</group> | ||
</group> | ||
<text prefix=" " suffix=", " macro="publisher"/> | ||
</group> | ||
</if> | ||
|
@@ -173,8 +173,8 @@ | |
<else-if type="chapter" match="any"> | ||
<text variable="title" suffix=". "/> | ||
<text variable="issue" suffix=". "/> | ||
<text term="page" form="short" prefix="P" /> | ||
<text variable="page" suffix=" " /> | ||
<text term="page" form="short" prefix="P"/> | ||
<text variable="page" suffix=" "/> | ||
<group> | ||
<text value="in" font-style="italic" suffix=" "/> | ||
<text macro="editor" suffix=" "/> | ||
|
@@ -193,7 +193,7 @@ | |
</choose> | ||
</group> | ||
<group delimiter=" "> | ||
<text macro="publisher" /> | ||
<text macro="publisher"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
|
@@ -203,9 +203,9 @@ | |
<text variable="container-title" form="long" suffix=". "/> | ||
<text variable="URL" prefix="Downloaded from " suffix=" "/> | ||
<date variable="accessed" prefix="on "> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year" suffix="."/> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="year" suffix="."/> | ||
</date> | ||
</group> | ||
<text prefix=" " macro="publisher"/> | ||
|
@@ -214,12 +214,12 @@ | |
<text variable="title" suffix=". "/> | ||
<group delimiter=""> | ||
<text variable="container-title" form="long" text-case="capitalize-first"/> | ||
<text variable="volume" prefix=" " /> | ||
<text variable="volume" prefix=" "/> | ||
<text variable="page" prefix=":"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> | ||
</style> |