-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
1 parent
ea8804e
commit a5101b6
Showing
1 changed file
with
77 additions
and
127 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
<title>Modern Pathology</title> | ||
<id>http://www.zotero.org/styles/modern-pathology</id> | ||
<link href="http://www.zotero.org/styles/modern-pathology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/journal-of-veterinary-diagnostic-investigation" rel="template"/> | ||
<link href="https://www.nature.com/modpathol/authors-and-referees/authors#how-to-submit" rel="documentation"/> | ||
<link href="http://www.zotero.org/styles/nature" rel="template"/> | ||
<link href="https://www.nature.com/modpathol/authors-and-referees" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>[email protected]</email> | ||
|
@@ -14,167 +14,117 @@ | |
<category field="medicine"/> | ||
<issn>0893-3952</issn> | ||
<eissn>1530-0285</eissn> | ||
<updated>2018-02-01T18:13:13+00:00</updated> | ||
<updated>2022-01-06T18:13:13+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 xml:lang="en"> | ||
<terms> | ||
<term name="available at">available from</term> | ||
</terms> | ||
</locale> | ||
<macro name="title"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<text variable="title" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author" suffix=". "> | ||
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<et-al font-style="normal"/> | ||
<names variable="author"> | ||
<name sort-separator=", " delimiter=", " and="symbol" initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all" delimiter-precedes-et-al="never"/> | ||
<label form="short" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor" suffix=". "> | ||
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<label prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="publisher"> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher" prefix=": "/> | ||
<group prefix=", "> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="page" match="none"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix=" doi:"/> | ||
</if> | ||
<else-if variable="URL"> | ||
<group delimiter=". "> | ||
<group delimiter=" " prefix="[" suffix="]"> | ||
<text term="cited"/> | ||
<date variable="accessed"> | ||
<date-part name="day"/> | ||
<date-part name="month" strip-periods="false" prefix=" "/> | ||
<date-part name="year" prefix=" "/> | ||
</date> | ||
</group> | ||
<group delimiter=": "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</if> | ||
<if variable="volume"/> | ||
<else-if variable="DOI"> | ||
<text variable="DOI" prefix="doi:"/> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="journal-title"> | ||
<macro name="issuance"> | ||
<choose> | ||
<if type="article-journal article-magazine" match="any"> | ||
<text variable="container-title" form="short" strip-periods="true"/> | ||
<if type="bill book graphic legal_case legislation motion_picture song thesis chapter paper-conference" match="any"> | ||
<group delimiter="; " suffix="."> | ||
<group delimiter=", " prefix="(" suffix=")"> | ||
<text variable="publisher" form="long"/> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="report webpage post post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<text variable="URL"/> | ||
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text variable="container-title" suffix=". " form="short"/> | ||
<date variable="issued" prefix="(" suffix=")"> | ||
<date-part name="year"/> | ||
</date> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<macro name="container-title"> | ||
<choose> | ||
<if type="book"> | ||
<group delimiter=", "> | ||
<text variable="title"/> | ||
<text macro="edition"/> | ||
</group> | ||
<if type="article-journal"> | ||
<text variable="container-title" font-style="italic" form="short"/> | ||
</if> | ||
<else-if type="webpage post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<text variable="title"/> | ||
<text term="internet" text-case="capitalize-first" prefix="[" suffix="]"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text variable="title"/> | ||
<text variable="container-title" font-style="italic"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<macro name="editor"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
<if type="chapter paper-conference" match="any"> | ||
<names variable="editor" prefix="(" suffix=")"> | ||
<label form="short" suffix=" "/> | ||
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> | ||
</names> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="volume"> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<text variable="volume" font-weight="bold" suffix=","/> | ||
</if> | ||
<else> | ||
<text variable="edition" suffix="."/> | ||
<group delimiter=" "> | ||
<label variable="volume" form="short"/> | ||
<text variable="volume"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout delimiter="," vertical-align="sup"> | ||
<layout vertical-align="sup" delimiter=","> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography delimiter-precedes-et-al="always" et-al-min="4" et-al-use-first="3" second-field-align="flush"> | ||
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush" entry-spacing="0" line-spacing="2"> | ||
<layout suffix="."> | ||
<text variable="citation-number"/> | ||
<text macro="author"/> | ||
<text macro="title" suffix=". "/> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group prefix=" " delimiter=" "> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group prefix=" " suffix=". "> | ||
<text term="in" suffix=": " text-case="capitalize-first"/> | ||
<text macro="editor"/> | ||
<group delimiter=", "> | ||
<text variable="container-title"/> | ||
<text macro="edition"/> | ||
</group> | ||
</group> | ||
<group delimiter=". " prefix=" "> | ||
<text macro="publisher"/> | ||
<group delimiter=" "> | ||
<label plural="never" variable="page" form="short"/> | ||
<text variable="page" suffix="."/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="patent" match="any"> | ||
<group delimiter=". "> | ||
<group delimiter=" "> | ||
<text variable="authority"/> | ||
<text variable="number"/> | ||
</group> | ||
<date form="text" variable="issued"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text macro="journal-title"/> | ||
<group suffix="."> | ||
<date variable="issued" prefix=" "> | ||
<date-part name="year"/> | ||
</date> | ||
<group prefix=";"> | ||
<text variable="volume"/> | ||
<text variable="page" prefix=":"/> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
<text macro="access"/> | ||
<text variable="citation-number" suffix="."/> | ||
<group delimiter=" "> | ||
<text macro="author" suffix="."/> | ||
<text macro="title" suffix="."/> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text term="in"/> | ||
</if> | ||
</choose> | ||
<text macro="container-title"/> | ||
<text macro="editor"/> | ||
<text macro="volume"/> | ||
<text variable="page"/> | ||
<text macro="issuance"/> | ||
<text macro="access"/> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |