Skip to content

Commit a5101b6

Browse files
authored
1 parent ea8804e commit a5101b6

File tree

1 file changed

+77
-127
lines changed

1 file changed

+77
-127
lines changed

modern-pathology.csl

Lines changed: 77 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>Modern Pathology</title>
55
<id>http://www.zotero.org/styles/modern-pathology</id>
66
<link href="http://www.zotero.org/styles/modern-pathology" rel="self"/>
7-
<link href="http://www.zotero.org/styles/journal-of-veterinary-diagnostic-investigation" rel="template"/>
8-
<link href="https://www.nature.com/modpathol/authors-and-referees/authors#how-to-submit" rel="documentation"/>
7+
<link href="http://www.zotero.org/styles/nature" rel="template"/>
8+
<link href="https://www.nature.com/modpathol/authors-and-referees" rel="documentation"/>
99
<author>
1010
<name>Patrick O'Brien</name>
1111
<email>obrienpat86@gmail.com</email>
@@ -14,167 +14,117 @@
1414
<category field="medicine"/>
1515
<issn>0893-3952</issn>
1616
<eissn>1530-0285</eissn>
17-
<updated>2018-02-01T18:13:13+00:00</updated>
17+
<updated>2022-01-06T18:13:13+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
20-
<locale xml:lang="en">
21-
<terms>
22-
<term name="available at">available from</term>
23-
</terms>
24-
</locale>
20+
<macro name="title">
21+
<choose>
22+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
23+
<text variable="title" font-style="italic"/>
24+
</if>
25+
<else>
26+
<text variable="title"/>
27+
</else>
28+
</choose>
29+
</macro>
2530
<macro name="author">
26-
<names variable="author" suffix=". ">
27-
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
28-
<et-al font-style="normal"/>
31+
<names variable="author">
32+
<name sort-separator=", " delimiter=", " and="symbol" initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all" delimiter-precedes-et-al="never"/>
2933
<label form="short" prefix=", "/>
30-
<substitute>
31-
<names variable="editor"/>
32-
</substitute>
33-
</names>
34-
</macro>
35-
<macro name="editor">
36-
<names variable="editor" suffix=". ">
37-
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
38-
<label prefix=", "/>
3934
</names>
4035
</macro>
41-
<macro name="publisher">
42-
<text variable="publisher-place"/>
43-
<text variable="publisher" prefix=": "/>
44-
<group prefix=", ">
45-
<date variable="issued">
46-
<date-part name="year"/>
47-
</date>
48-
</group>
49-
</macro>
5036
<macro name="access">
5137
<choose>
52-
<if variable="page" match="none">
53-
<choose>
54-
<if variable="DOI">
55-
<text variable="DOI" prefix=" doi:"/>
56-
</if>
57-
<else-if variable="URL">
58-
<group delimiter=". ">
59-
<group delimiter=" " prefix="[" suffix="]">
60-
<text term="cited"/>
61-
<date variable="accessed">
62-
<date-part name="day"/>
63-
<date-part name="month" strip-periods="false" prefix=" "/>
64-
<date-part name="year" prefix=" "/>
65-
</date>
66-
</group>
67-
<group delimiter=": ">
68-
<text term="available at" text-case="capitalize-first"/>
69-
<text variable="URL"/>
70-
</group>
71-
</group>
72-
</else-if>
73-
</choose>
74-
</if>
38+
<if variable="volume"/>
39+
<else-if variable="DOI">
40+
<text variable="DOI" prefix="doi:"/>
41+
</else-if>
7542
</choose>
7643
</macro>
77-
<macro name="journal-title">
44+
<macro name="issuance">
7845
<choose>
79-
<if type="article-journal article-magazine" match="any">
80-
<text variable="container-title" form="short" strip-periods="true"/>
46+
<if type="bill book graphic legal_case legislation motion_picture song thesis chapter paper-conference" match="any">
47+
<group delimiter="; " suffix=".">
48+
<group delimiter=", " prefix="(" suffix=")">
49+
<text variable="publisher" form="long"/>
50+
<date variable="issued">
51+
<date-part name="year"/>
52+
</date>
53+
</group>
54+
</group>
8155
</if>
56+
<else-if type="report webpage post post-weblog" match="any">
57+
<group delimiter=" ">
58+
<text variable="URL"/>
59+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
60+
</group>
61+
</else-if>
8262
<else>
83-
<text variable="container-title" suffix=". " form="short"/>
63+
<date variable="issued" prefix="(" suffix=")">
64+
<date-part name="year"/>
65+
</date>
8466
</else>
8567
</choose>
8668
</macro>
87-
<macro name="title">
69+
<macro name="container-title">
8870
<choose>
89-
<if type="book">
90-
<group delimiter=", ">
91-
<text variable="title"/>
92-
<text macro="edition"/>
93-
</group>
71+
<if type="article-journal">
72+
<text variable="container-title" font-style="italic" form="short"/>
9473
</if>
95-
<else-if type="webpage post-weblog" match="any">
96-
<group delimiter=" ">
97-
<text variable="title"/>
98-
<text term="internet" text-case="capitalize-first" prefix="[" suffix="]"/>
99-
</group>
100-
</else-if>
10174
<else>
102-
<text variable="title"/>
75+
<text variable="container-title" font-style="italic"/>
10376
</else>
10477
</choose>
10578
</macro>
106-
<macro name="edition">
79+
<macro name="editor">
10780
<choose>
108-
<if is-numeric="edition">
109-
<group delimiter=" ">
110-
<number variable="edition" form="ordinal"/>
111-
<text term="edition" form="short"/>
112-
</group>
81+
<if type="chapter paper-conference" match="any">
82+
<names variable="editor" prefix="(" suffix=")">
83+
<label form="short" suffix=" "/>
84+
<name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
85+
</names>
86+
</if>
87+
</choose>
88+
</macro>
89+
<macro name="volume">
90+
<choose>
91+
<if type="article-journal" match="any">
92+
<text variable="volume" font-weight="bold" suffix=","/>
11393
</if>
11494
<else>
115-
<text variable="edition" suffix="."/>
95+
<group delimiter=" ">
96+
<label variable="volume" form="short"/>
97+
<text variable="volume"/>
98+
</group>
11699
</else>
117100
</choose>
118101
</macro>
119102
<citation collapse="citation-number">
120103
<sort>
121104
<key variable="citation-number"/>
122105
</sort>
123-
<layout delimiter="," vertical-align="sup">
106+
<layout vertical-align="sup" delimiter=",">
124107
<text variable="citation-number"/>
125108
</layout>
126109
</citation>
127-
<bibliography delimiter-precedes-et-al="always" et-al-min="4" et-al-use-first="3" second-field-align="flush">
110+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush" entry-spacing="0" line-spacing="2">
128111
<layout suffix=".">
129-
<text variable="citation-number"/>
130-
<text macro="author"/>
131-
<text macro="title" suffix=". "/>
132-
<choose>
133-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
134-
<group prefix=" " delimiter=" ">
135-
<text macro="publisher"/>
136-
</group>
137-
</if>
138-
<else-if type="chapter paper-conference" match="any">
139-
<group prefix=" " suffix=". ">
140-
<text term="in" suffix=": " text-case="capitalize-first"/>
141-
<text macro="editor"/>
142-
<group delimiter=", ">
143-
<text variable="container-title"/>
144-
<text macro="edition"/>
145-
</group>
146-
</group>
147-
<group delimiter=". " prefix=" ">
148-
<text macro="publisher"/>
149-
<group delimiter=" ">
150-
<label plural="never" variable="page" form="short"/>
151-
<text variable="page" suffix="."/>
152-
</group>
153-
</group>
154-
</else-if>
155-
<else-if type="patent" match="any">
156-
<group delimiter=". ">
157-
<group delimiter=" ">
158-
<text variable="authority"/>
159-
<text variable="number"/>
160-
</group>
161-
<date form="text" variable="issued"/>
162-
</group>
163-
</else-if>
164-
<else>
165-
<text macro="journal-title"/>
166-
<group suffix=".">
167-
<date variable="issued" prefix=" ">
168-
<date-part name="year"/>
169-
</date>
170-
<group prefix=";">
171-
<text variable="volume"/>
172-
<text variable="page" prefix=":"/>
173-
</group>
174-
</group>
175-
</else>
176-
</choose>
177-
<text macro="access"/>
112+
<text variable="citation-number" suffix="."/>
113+
<group delimiter=" ">
114+
<text macro="author" suffix="."/>
115+
<text macro="title" suffix="."/>
116+
<choose>
117+
<if type="chapter paper-conference" match="any">
118+
<text term="in"/>
119+
</if>
120+
</choose>
121+
<text macro="container-title"/>
122+
<text macro="editor"/>
123+
<text macro="volume"/>
124+
<text variable="page"/>
125+
<text macro="issuance"/>
126+
<text macro="access"/>
127+
</group>
178128
</layout>
179129
</bibliography>
180130
</style>

0 commit comments

Comments
 (0)