|
4 | 4 | <title>Modern Pathology</title> |
5 | 5 | <id>http://www.zotero.org/styles/modern-pathology</id> |
6 | 6 | <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"/> |
9 | 9 | <author> |
10 | 10 | <name>Patrick O'Brien</name> |
11 | 11 | <email>obrienpat86@gmail.com</email> |
|
14 | 14 | <category field="medicine"/> |
15 | 15 | <issn>0893-3952</issn> |
16 | 16 | <eissn>1530-0285</eissn> |
17 | | - <updated>2018-02-01T18:13:13+00:00</updated> |
| 17 | + <updated>2022-01-06T18:13:13+00:00</updated> |
18 | 18 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
19 | 19 | </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> |
25 | 30 | <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"/> |
29 | 33 | <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=", "/> |
39 | 34 | </names> |
40 | 35 | </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> |
50 | 36 | <macro name="access"> |
51 | 37 | <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> |
75 | 42 | </choose> |
76 | 43 | </macro> |
77 | | - <macro name="journal-title"> |
| 44 | + <macro name="issuance"> |
78 | 45 | <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> |
81 | 55 | </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> |
82 | 62 | <else> |
83 | | - <text variable="container-title" suffix=". " form="short"/> |
| 63 | + <date variable="issued" prefix="(" suffix=")"> |
| 64 | + <date-part name="year"/> |
| 65 | + </date> |
84 | 66 | </else> |
85 | 67 | </choose> |
86 | 68 | </macro> |
87 | | - <macro name="title"> |
| 69 | + <macro name="container-title"> |
88 | 70 | <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"/> |
94 | 73 | </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> |
101 | 74 | <else> |
102 | | - <text variable="title"/> |
| 75 | + <text variable="container-title" font-style="italic"/> |
103 | 76 | </else> |
104 | 77 | </choose> |
105 | 78 | </macro> |
106 | | - <macro name="edition"> |
| 79 | + <macro name="editor"> |
107 | 80 | <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=","/> |
113 | 93 | </if> |
114 | 94 | <else> |
115 | | - <text variable="edition" suffix="."/> |
| 95 | + <group delimiter=" "> |
| 96 | + <label variable="volume" form="short"/> |
| 97 | + <text variable="volume"/> |
| 98 | + </group> |
116 | 99 | </else> |
117 | 100 | </choose> |
118 | 101 | </macro> |
119 | 102 | <citation collapse="citation-number"> |
120 | 103 | <sort> |
121 | 104 | <key variable="citation-number"/> |
122 | 105 | </sort> |
123 | | - <layout delimiter="," vertical-align="sup"> |
| 106 | + <layout vertical-align="sup" delimiter=","> |
124 | 107 | <text variable="citation-number"/> |
125 | 108 | </layout> |
126 | 109 | </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"> |
128 | 111 | <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> |
178 | 128 | </layout> |
179 | 129 | </bibliography> |
180 | 130 | </style> |
0 commit comments