|
4 | 4 | <title>Annals of Oncology</title>
|
5 | 5 | <id>http://www.zotero.org/styles/annals-of-oncology</id>
|
6 | 6 | <link href="http://www.zotero.org/styles/annals-of-oncology" rel="self"/>
|
7 |
| - <link href="www.oxfordjournals.org/our_journals/annonc/for_authors/general.html" rel="documentation"/> |
| 7 | + <link href="http://www.zotero.org/styles/vancouver-superscript" rel="template"/> |
| 8 | + <link href="https://www.elsevier.com/journals/annals-of-oncology/0923-7534/guide-for-authors" rel="documentation"/> |
8 | 9 | <author>
|
9 |
| - <name>Johannes Braegelmann</name> |
10 |
| - <email>j.braegelmann@gmx.de</email> |
| 10 | + <name>Patrick O'Brien</name> |
11 | 11 | </author>
|
12 | 12 | <category citation-format="numeric"/>
|
13 | 13 | <category field="medicine"/>
|
14 | 14 | <issn>0923-7534</issn>
|
15 | 15 | <eissn>1569-8041</eissn>
|
16 |
| - <updated>2012-09-27T22:06:38+00:00</updated> |
| 16 | + <updated>2021-12-06T10:06:50+00:00</updated> |
17 | 17 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
18 | 18 | </info>
|
19 | 19 | <locale xml:lang="en">
|
|
25 | 25 | </terms>
|
26 | 26 | </locale>
|
27 | 27 | <macro name="author">
|
28 |
| - <names variable="author" suffix=". "> |
| 28 | + <names variable="author"> |
29 | 29 | <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
|
30 |
| - </names> |
31 |
| - </macro> |
32 |
| - <macro name="editor"> |
33 |
| - <names variable="editor" prefix=" In " suffix=": "> |
34 |
| - <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always" et-al-min="5" et-al-use-first="3" delimiter-precedes-et-al="never"/> |
35 | 30 | <label form="short" prefix=" (" suffix=")"/>
|
36 | 31 | <substitute>
|
37 | 32 | <names variable="editor"/>
|
38 | 33 | </substitute>
|
39 | 34 | </names>
|
40 | 35 | </macro>
|
| 36 | + <macro name="editor"> |
| 37 | + <names variable="editor" suffix=":"> |
| 38 | + <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> |
| 39 | + <label form="short" strip-periods="false" prefix=" (" suffix=")"/> |
| 40 | + </names> |
| 41 | + </macro> |
| 42 | + <macro name="chapter-marker"> |
| 43 | + <choose> |
| 44 | + <if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any"> |
| 45 | + <text term="in" text-case="capitalize-first"/> |
| 46 | + </if> |
| 47 | + </choose> |
| 48 | + </macro> |
41 | 49 | <macro name="publisher">
|
42 |
| - <text variable="publisher-place" suffix=": "/> |
43 |
| - <text variable="publisher" suffix=", "/> |
| 50 | + <choose> |
| 51 | + <if type="article-journal article-magazine article-newspaper" match="none"> |
| 52 | + <group delimiter=": "> |
| 53 | + <choose> |
| 54 | + <if type="thesis"> |
| 55 | + <text variable="publisher-place" prefix="[" suffix="]"/> |
| 56 | + </if> |
| 57 | + <else-if type="speech"/> |
| 58 | + <else> |
| 59 | + <text variable="publisher-place"/> |
| 60 | + </else> |
| 61 | + </choose> |
| 62 | + <text variable="publisher"/> |
| 63 | + </group> |
| 64 | + </if> |
| 65 | + </choose> |
44 | 66 | </macro>
|
45 |
| - <macro name="container-title"> |
46 |
| - <text variable="container-title" vertical-align="baseline" form="short"/> |
| 67 | + <macro name="access"> |
| 68 | + <choose> |
| 69 | + <if variable="URL"> |
| 70 | + <group delimiter=": "> |
| 71 | + <text term="available at" text-case="capitalize-first"/> |
| 72 | + <text variable="URL"/> |
| 73 | + </group> |
| 74 | + </if> |
| 75 | + </choose> |
47 | 76 | </macro>
|
48 |
| - <macro name="title"> |
| 77 | + <macro name="accessed-date"> |
| 78 | + <choose> |
| 79 | + <if variable="URL"> |
| 80 | + <group prefix="[" suffix="]" delimiter=" "> |
| 81 | + <text term="cited" text-case="lowercase"/> |
| 82 | + <date variable="accessed" form="text"/> |
| 83 | + </group> |
| 84 | + </if> |
| 85 | + </choose> |
| 86 | + </macro> |
| 87 | + <macro name="container-title"> |
49 | 88 | <choose>
|
50 |
| - <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
51 |
| - <text variable="title" suffix=", "/> |
| 89 | + <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any"> |
| 90 | + <group delimiter=" "> |
| 91 | + <choose> |
| 92 | + <if type="article-journal review review-book" match="any"> |
| 93 | + <text variable="container-title" form="short" strip-periods="true" font-style="italic" suffix="."/> |
| 94 | + </if> |
| 95 | + <else> |
| 96 | + <text variable="container-title" strip-periods="true"/> |
| 97 | + </else> |
| 98 | + </choose> |
| 99 | + </group> |
| 100 | + <text macro="edition" prefix=" "/> |
52 | 101 | </if>
|
| 102 | + <else-if type="bill legislation" match="any"> |
| 103 | + <group delimiter=", "> |
| 104 | + <group delimiter=". "> |
| 105 | + <text variable="container-title"/> |
| 106 | + <group delimiter=" "> |
| 107 | + <text term="section" form="short" text-case="capitalize-first"/> |
| 108 | + <text variable="section"/> |
| 109 | + </group> |
| 110 | + </group> |
| 111 | + <text variable="number"/> |
| 112 | + </group> |
| 113 | + </else-if> |
| 114 | + <else-if type="speech"> |
| 115 | + <group delimiter=": " suffix=";"> |
| 116 | + <group delimiter=" "> |
| 117 | + <text variable="genre" text-case="capitalize-first"/> |
| 118 | + <text term="presented at"/> |
| 119 | + </group> |
| 120 | + <text variable="event"/> |
| 121 | + </group> |
| 122 | + </else-if> |
53 | 123 | <else>
|
54 |
| - <text variable="title" suffix=". "/> |
| 124 | + <group delimiter=", " suffix="."> |
| 125 | + <choose> |
| 126 | + <if variable="collection-title" match="none"> |
| 127 | + <group delimiter=" "> |
| 128 | + <label variable="volume" form="short" text-case="capitalize-first"/> |
| 129 | + <text variable="volume"/> |
| 130 | + </group> |
| 131 | + </if> |
| 132 | + </choose> |
| 133 | + <text variable="container-title"/> |
| 134 | + </group> |
55 | 135 | </else>
|
56 | 136 | </choose>
|
57 | 137 | </macro>
|
58 |
| - <macro name="volume"> |
59 |
| - <text variable="volume"/> |
60 |
| - <text variable="issue" prefix="(" suffix=")"/> |
| 138 | + <macro name="title"> |
| 139 | + <text variable="title"/> |
| 140 | + <choose> |
| 141 | + <if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none"> |
| 142 | + <choose> |
| 143 | + <if variable="URL"> |
| 144 | + <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/> |
| 145 | + </if> |
| 146 | + </choose> |
| 147 | + <text macro="edition" prefix=", "/> |
| 148 | + </if> |
| 149 | + </choose> |
| 150 | + <choose> |
| 151 | + <if type="thesis"> |
| 152 | + <text variable="genre" prefix=" [" suffix="]"/> |
| 153 | + </if> |
| 154 | + </choose> |
61 | 155 | </macro>
|
62 | 156 | <macro name="edition">
|
63 | 157 | <choose>
|
64 | 158 | <if is-numeric="edition">
|
65 | 159 | <group delimiter=" ">
|
66 | 160 | <number variable="edition" form="ordinal"/>
|
67 |
| - <text term="edition" form="long" suffix="."/> |
| 161 | + <text term="edition"/> |
68 | 162 | </group>
|
69 | 163 | </if>
|
70 | 164 | <else>
|
71 | 165 | <text variable="edition" suffix="."/>
|
72 | 166 | </else>
|
73 | 167 | </choose>
|
74 | 168 | </macro>
|
| 169 | + <macro name="date"> |
| 170 | + <choose> |
| 171 | + <if type="article-journal article-magazine article-newspaper review review-book" match="any"> |
| 172 | + <group suffix=";" delimiter=" "> |
| 173 | + <date variable="issued" form="text"/> |
| 174 | + <text macro="accessed-date"/> |
| 175 | + </group> |
| 176 | + </if> |
| 177 | + <else-if type="bill legislation" match="any"> |
| 178 | + <group delimiter=", "> |
| 179 | + <date variable="issued" delimiter=" "> |
| 180 | + <date-part name="month" form="short" strip-periods="true"/> |
| 181 | + <date-part name="day"/> |
| 182 | + </date> |
| 183 | + <date variable="issued"> |
| 184 | + <date-part name="year"/> |
| 185 | + </date> |
| 186 | + </group> |
| 187 | + </else-if> |
| 188 | + <else-if type="report"> |
| 189 | + <date variable="issued" delimiter=" "> |
| 190 | + <date-part name="year"/> |
| 191 | + <date-part name="month" form="short" strip-periods="true"/> |
| 192 | + </date> |
| 193 | + <text macro="accessed-date" prefix=" "/> |
| 194 | + </else-if> |
| 195 | + <else-if type="patent"> |
| 196 | + <group suffix="."> |
| 197 | + <group delimiter=", "> |
| 198 | + <text variable="number"/> |
| 199 | + <date variable="issued"> |
| 200 | + <date-part name="year"/> |
| 201 | + </date> |
| 202 | + </group> |
| 203 | + <text macro="accessed-date" prefix=" "/> |
| 204 | + </group> |
| 205 | + </else-if> |
| 206 | + <else-if type="speech"> |
| 207 | + <group delimiter="; "> |
| 208 | + <group delimiter=" "> |
| 209 | + <date variable="issued" delimiter=" "> |
| 210 | + <date-part name="year"/> |
| 211 | + <date-part name="month" form="short" strip-periods="true"/> |
| 212 | + <date-part name="day"/> |
| 213 | + </date> |
| 214 | + <text macro="accessed-date"/> |
| 215 | + </group> |
| 216 | + <text variable="event-place"/> |
| 217 | + </group> |
| 218 | + </else-if> |
| 219 | + <else> |
| 220 | + <group> |
| 221 | + <date variable="issued"> |
| 222 | + <date-part name="year"/> |
| 223 | + </date> |
| 224 | + <text macro="accessed-date" prefix=" "/> |
| 225 | + </group> |
| 226 | + </else> |
| 227 | + </choose> |
| 228 | + </macro> |
| 229 | + <macro name="pages"> |
| 230 | + <choose> |
| 231 | + <if type="article-journal article-magazine article-newspaper review review-book" match="any"> |
| 232 | + <text variable="page" prefix=":"/> |
| 233 | + </if> |
| 234 | + <else> |
| 235 | + <text variable="page" prefix="; "/> |
| 236 | + </else> |
| 237 | + </choose> |
| 238 | + </macro> |
| 239 | + <macro name="journal-location"> |
| 240 | + <choose> |
| 241 | + <if type="article-journal article-magazine review review-book" match="any"> |
| 242 | + <text variable="volume"/> |
| 243 | + <text variable="issue" prefix="(" suffix=")"/> |
| 244 | + </if> |
| 245 | + </choose> |
| 246 | + </macro> |
| 247 | + <macro name="collection-details"> |
| 248 | + <choose> |
| 249 | + <if type="article-journal article-magazine article-newspaper review review-book" match="none"> |
| 250 | + <choose> |
| 251 | + <if variable="collection-title"> |
| 252 | + <group delimiter=" " prefix="(" suffix=")"> |
| 253 | + <names variable="collection-editor" suffix="."> |
| 254 | + <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> |
| 255 | + <label form="long" prefix=", "/> |
| 256 | + </names> |
| 257 | + <group delimiter="; "> |
| 258 | + <text variable="collection-title"/> |
| 259 | + <group delimiter=" "> |
| 260 | + <label variable="volume" form="short"/> |
| 261 | + <text variable="volume"/> |
| 262 | + </group> |
| 263 | + </group> |
| 264 | + </group> |
| 265 | + </if> |
| 266 | + </choose> |
| 267 | + </if> |
| 268 | + </choose> |
| 269 | + </macro> |
| 270 | + <macro name="report-details"> |
| 271 | + <choose> |
| 272 | + <if type="report"> |
| 273 | + <text variable="number" prefix="Report No.: "/> |
| 274 | + </if> |
| 275 | + </choose> |
| 276 | + </macro> |
75 | 277 | <citation collapse="citation-number">
|
76 | 278 | <sort>
|
77 | 279 | <key variable="citation-number"/>
|
78 | 280 | </sort>
|
79 |
| - <layout prefix="[" suffix="]" delimiter=", "> |
| 281 | + <layout delimiter="," vertical-align="sup"> |
80 | 282 | <text variable="citation-number"/>
|
81 | 283 | </layout>
|
82 | 284 | </citation>
|
83 |
| - <bibliography et-al-min="5" et-al-use-first="3" delimiter-precedes-et-al="never" second-field-align="flush"> |
84 |
| - <layout suffix="."> |
| 285 | + <bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush"> |
| 286 | + <layout> |
85 | 287 | <text variable="citation-number" suffix=". "/>
|
86 |
| - <choose> |
87 |
| - <if type="webpage"> |
88 |
| - <text macro="title"/> |
89 |
| - <text variable="URL" prefix=" [" suffix="]"/> |
90 |
| - </if> |
91 |
| - <else> |
92 |
| - <text macro="author"/> |
93 |
| - <text macro="title"/> |
94 |
| - <choose> |
95 |
| - <if type="bill book graphic legal_case legislation motion_picture report song" match="any"> |
96 |
| - <group delimiter=" "> |
97 |
| - <text macro="edition"/> |
98 |
| - <text macro="publisher"/> |
99 |
| - </group> |
100 |
| - </if> |
101 |
| - <else-if type="chapter paper-conference" match="any"> |
102 |
| - <text macro="editor"/> |
103 |
| - <text macro="container-title" suffix=", "/> |
104 |
| - <group delimiter=" "> |
105 |
| - <text macro="edition" suffix="."/> |
106 |
| - <text macro="publisher"/> |
107 |
| - </group> |
108 |
| - </else-if> |
109 |
| - <else> |
110 |
| - <text macro="container-title" suffix=" "/> |
111 |
| - </else> |
112 |
| - </choose> |
113 |
| - <date variable="issued"> |
114 |
| - <date-part name="year"/> |
115 |
| - </date> |
116 |
| - <choose> |
117 |
| - <if variable="page"> |
118 |
| - <text macro="volume" prefix="; "/> |
119 |
| - <text variable="page" prefix=":"/> |
120 |
| - </if> |
121 |
| - <else> |
122 |
| - <text variable="DOI" prefix=". doi:"/> |
123 |
| - </else> |
124 |
| - </choose> |
125 |
| - </else> |
126 |
| - </choose> |
| 288 | + <group delimiter=". " suffix=". "> |
| 289 | + <text macro="author"/> |
| 290 | + <text macro="title"/> |
| 291 | + </group> |
| 292 | + <group delimiter=" " suffix=". "> |
| 293 | + <group delimiter=" "> |
| 294 | + <text macro="chapter-marker"/> |
| 295 | + <group delimiter=" "> |
| 296 | + <text macro="editor"/> |
| 297 | + <text macro="container-title"/> |
| 298 | + </group> |
| 299 | + </group> |
| 300 | + <text macro="publisher"/> |
| 301 | + <group> |
| 302 | + <text macro="date"/> |
| 303 | + <text macro="journal-location"/> |
| 304 | + <text macro="pages"/> |
| 305 | + </group> |
| 306 | + </group> |
| 307 | + <text macro="collection-details" suffix=". "/> |
| 308 | + <text macro="report-details" suffix=". "/> |
| 309 | + <text macro="access"/> |
127 | 310 | </layout>
|
128 | 311 | </bibliography>
|
129 | 312 | </style>
|
0 commit comments