|
30 | 30 | <name>Thomas Kluyver</name> |
31 | 31 | |
32 | 32 | </contributor> |
| 33 | + <contributor> |
| 34 | + <name>Patrick O'Brien</name> |
| 35 | + </contributor> |
33 | 36 | <category citation-format="numeric"/> |
34 | 37 | <category field="biology"/> |
35 | 38 | <category field="medicine"/> |
36 | 39 | <summary>Style for the "Trends" journals by Cell Press</summary> |
37 | | - <updated>2012-10-29T10:03:16+00:00</updated> |
| 40 | + <updated>2022-09-12T12:37:15+00:00</updated> |
38 | 41 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
39 | 42 | </info> |
40 | | - <!-- Macros --> |
41 | 43 | <macro name="edition"> |
42 | 44 | <choose> |
43 | 45 | <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> |
|
56 | 58 | </choose> |
57 | 59 | </macro> |
58 | 60 | <macro name="issued"> |
59 | | - <choose> |
60 | | - <if type="article-journal"> |
61 | | - <date variable="issued"> |
62 | | - <date-part name="year" form="long" prefix="(" suffix=") "/> |
63 | | - </date> |
64 | | - </if> |
65 | | - <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song thesis" match="any"> |
66 | | - <date variable="issued"> |
67 | | - <date-part name="year" form="long" prefix="(" suffix=") "/> |
68 | | - </date> |
69 | | - </else-if> |
70 | | - <else> |
71 | | - <date variable="issued"> |
72 | | - <date-part name="day" form="numeric-leading-zeros" suffix="-"/> |
73 | | - <date-part name="month" form="short" suffix="-" strip-periods="true"/> |
74 | | - <date-part name="year" form="long" prefix="(" suffix=") "/> |
75 | | - </date> |
76 | | - </else> |
77 | | - </choose> |
| 61 | + <date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/> |
78 | 62 | </macro> |
79 | 63 | <macro name="author"> |
80 | 64 | <names variable="author"> |
|
88 | 72 | </names> |
89 | 73 | </macro> |
90 | 74 | <macro name="editor"> |
91 | | - <names variable="editor" prefix="(" suffix="),"> |
| 75 | + <names variable="editor" prefix="(" suffix=")"> |
92 | 76 | <name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " and="text"/> |
93 | 77 | <label form="short" prefix=", " strip-periods="true"/> |
94 | 78 | </names> |
95 | 79 | </macro> |
96 | 80 | <macro name="locators"> |
97 | 81 | <group delimiter=", "> |
98 | | - <text macro="edition"/> |
| 82 | + <text macro="edition" prefix="(" suffix=")"/> |
99 | 83 | <group delimiter=" "> |
100 | 84 | <number variable="volume" form="numeric"/> |
101 | 85 | </group> |
|
108 | 92 | <macro name="title"> |
109 | 93 | <choose> |
110 | 94 | <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
111 | | - <text variable="title" font-style="italic" suffix=", "/> |
| 95 | + <text variable="title" font-style="italic"/> |
112 | 96 | </if> |
113 | 97 | <else> |
114 | | - <text variable="title" suffix=". "/> |
| 98 | + <text variable="title"/> |
115 | 99 | </else> |
116 | 100 | </choose> |
117 | 101 | </macro> |
|
129 | 113 | <choose> |
130 | 114 | <if type="paper-conference"> |
131 | 115 | <choose> |
132 | | - <!-- Published Conference Paper --> |
133 | 116 | <if variable="container-title"> |
134 | 117 | <group delimiter=", "> |
135 | 118 | <text variable="container-title" prefix="in " font-style="italic"/> |
136 | 119 | <text variable="event-place"/> |
137 | 120 | </group> |
138 | 121 | </if> |
139 | | - <!-- Unpublished Conference Paper --> |
140 | 122 | <else> |
141 | 123 | <group delimiter=", "> |
142 | 124 | <text variable="event" prefix="presented at the "/> |
|
167 | 149 | <macro name="page"> |
168 | 150 | <choose> |
169 | 151 | <if type="chapter paper-conference" match="any"> |
170 | | - <label variable="page" form="short" plural="always" suffix=" "/> |
171 | | - <text variable="page"/> |
| 152 | + <group delimiter=" "> |
| 153 | + <label variable="page" form="short" plural="always"/> |
| 154 | + <text variable="page"/> |
| 155 | + </group> |
172 | 156 | </if> |
173 | 157 | <else> |
174 | 158 | <text variable="page"/> |
175 | 159 | </else> |
176 | 160 | </choose> |
177 | 161 | </macro> |
178 | | - <!-- Citation --> |
179 | 162 | <citation collapse="citation-number"> |
180 | 163 | <sort> |
181 | 164 | <key variable="citation-number"/> |
|
184 | 167 | <text variable="citation-number"/> |
185 | 168 | </layout> |
186 | 169 | </citation> |
187 | | - <!-- Bibliography --> |
188 | 170 | <bibliography et-al-min="3" et-al-use-first="1" entry-spacing="0" second-field-align="flush"> |
189 | 171 | <layout> |
190 | | - <!-- Citation Number --> |
191 | | - <text variable="citation-number" suffix=" "/> |
192 | | - <!-- Author(s) --> |
193 | | - <text macro="author" suffix=" "/> |
194 | | - <!-- Rest of Citation --> |
| 172 | + <text variable="citation-number" suffix="."/> |
| 173 | + <group delimiter=" "> |
| 174 | + <text macro="author"/> |
| 175 | + <text macro="issued"/> |
| 176 | + <text macro="title"/> |
| 177 | + </group> |
195 | 178 | <choose> |
196 | | - <!-- Specific Formats --> |
197 | 179 | <if type="article-journal"> |
198 | | - <text macro="issued"/> |
199 | | - <text macro="title"/> |
200 | | - <text variable="container-title" form="short" font-style="italic" suffix=" "/> |
201 | | - <choose> |
202 | | - <if variable="volume"> |
203 | | - <text macro="locators" suffix=", "/> |
204 | | - <text macro="page"/> |
205 | | - </if> |
206 | | - <else-if variable="DOI"> |
207 | | - <text variable="DOI" prefix="DOI: "/> |
208 | | - </else-if> |
209 | | - <else-if variable="URL"> |
210 | | - <text term="at"/> |
211 | | - <text variable="URL" prefix=" <" suffix=">"/> |
212 | | - </else-if> |
213 | | - </choose> |
| 180 | + <group delimiter=" " prefix=". "> |
| 181 | + <text variable="container-title" form="short" font-style="italic"/> |
| 182 | + <choose> |
| 183 | + <if variable="volume"> |
| 184 | + <group delimiter=", "> |
| 185 | + <text macro="locators"/> |
| 186 | + <text macro="page"/> |
| 187 | + </group> |
| 188 | + </if> |
| 189 | + <else-if variable="DOI"> |
| 190 | + <text variable="DOI" prefix="DOI: "/> |
| 191 | + </else-if> |
| 192 | + <else-if variable="URL"> |
| 193 | + <text term="at"/> |
| 194 | + <text variable="URL" prefix=" <" suffix=">"/> |
| 195 | + </else-if> |
| 196 | + </choose> |
| 197 | + </group> |
214 | 198 | </if> |
215 | 199 | <else-if type="paper-conference"> |
216 | | - <group delimiter=", "> |
217 | | - <text macro="issued"/> |
218 | | - <text macro="title"/> |
| 200 | + <group delimiter=", " prefix=". "> |
219 | 201 | <text macro="event"/> |
220 | 202 | <text macro="locators"/> |
221 | 203 | <text macro="page"/> |
222 | 204 | </group> |
223 | 205 | </else-if> |
224 | 206 | <else-if type="thesis"> |
225 | | - <group delimiter=", "> |
226 | | - <text macro="issued"/> |
227 | | - <text macro="title"/> |
| 207 | + <group delimiter=", " prefix=". "> |
228 | 208 | <text variable="genre"/> |
229 | 209 | <text macro="publisher"/> |
230 | 210 | </group> |
231 | 211 | </else-if> |
232 | | - <else-if type="webpage"> |
233 | | - <group delimiter=", " suffix=". "> |
234 | | - <text macro="issued"/> |
235 | | - <text macro="title"/> |
236 | | - <text variable="container-title" font-style="italic"/> |
237 | | - </group> |
| 212 | + <else-if type="webpage post post-weblog" match="any"> |
| 213 | + <text variable="container-title" font-style="italic" prefix=". " suffix=". "/> |
238 | 214 | <text macro="access"/> |
239 | 215 | </else-if> |
240 | 216 | <else-if type="patent"> |
241 | | - <text macro="issued"/> |
242 | | - <text macro="title" suffix=", "/> |
243 | | - <text variable="number"/> |
| 217 | + <text variable="number" prefix=", "/> |
244 | 218 | </else-if> |
245 | | - <!-- Generic/Fallback Formats --> |
246 | 219 | <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
247 | | - <text macro="issued"/> |
248 | | - <text macro="title"/> |
249 | | - <text macro="locators"/> |
250 | | - <text macro="publisher" suffix="."/> |
| 220 | + <group delimiter=", " prefix=", "> |
| 221 | + <text macro="locators"/> |
| 222 | + <text macro="publisher"/> |
| 223 | + </group> |
251 | 224 | </else-if> |
252 | 225 | <else-if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any"> |
253 | 226 | <group delimiter=", "> |
254 | | - <text macro="issued"/> |
255 | | - <text macro="title"/> |
256 | 227 | <text variable="container-title" font-style="italic"/> |
257 | 228 | <text macro="locators"/> |
258 | 229 | <text macro="publisher"/> |
259 | 230 | <text macro="page"/> |
260 | 231 | </group> |
261 | 232 | </else-if> |
262 | 233 | <else-if type="chapter paper-conference" match="any"> |
263 | | - <text macro="issued"/> |
264 | | - <text macro="title"/> |
265 | | - <text variable="container-title" prefix="In " font-style="italic" suffix=" "/> |
266 | | - <text macro="locators"/> |
267 | | - <text macro="editor" prefix=" " suffix=" "/> |
268 | 234 | <group delimiter=", "> |
| 235 | + <group delimiter=" " prefix=". "> |
| 236 | + <text term="in" text-case="capitalize-first"/> |
| 237 | + <text variable="container-title" font-style="italic"/> |
| 238 | + <text macro="locators"/> |
| 239 | + <text macro="editor"/> |
| 240 | + </group> |
269 | 241 | <text macro="page"/> |
270 | 242 | <text macro="publisher"/> |
271 | 243 | </group> |
272 | 244 | </else-if> |
273 | 245 | <else> |
274 | | - <group delimiter=", " suffix=". "> |
275 | | - <text macro="title"/> |
| 246 | + <group delimiter=", "> |
276 | 247 | <text variable="container-title" font-style="italic"/> |
277 | 248 | <text macro="locators"/> |
278 | 249 | </group> |
279 | 250 | <group delimiter=", "> |
280 | | - <text macro="issued"/> |
281 | 251 | <text macro="publisher"/> |
282 | 252 | <text macro="page"/> |
283 | 253 | </group> |
|
0 commit comments