|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal" default-locale="en-US"> |
3 | 3 | <info>
|
4 | 4 | <title>American Journal of Archaeology</title>
|
5 | 5 | <title-short>AJA</title-short>
|
|
15 | 15 | <issn>0002-9114</issn>
|
16 | 16 | <eissn>1939-828X</eissn>
|
17 | 17 | <summary>The American Journal of Archaeology style</summary>
|
18 |
| - <updated>2017-04-13T16:17:59+00:00</updated> |
| 18 | + <updated>2021-11-12T14:22:00+00:00</updated> |
19 | 19 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
20 | 20 | </info>
|
21 | 21 | <locale>
|
|
32 | 32 | <if variable="author">
|
33 | 33 | <names variable="editor">
|
34 | 34 | <label form="verb-short" prefix=" " text-case="capitalize-first" suffix=" "/>
|
35 |
| - <name and="text" delimiter=", "/> |
| 35 | + <name and="text" delimiter=", " suffix=". "/> |
36 | 36 | </names>
|
37 | 37 | </if>
|
38 | 38 | </choose>
|
|
170 | 170 | </choose>
|
171 | 171 | </if>
|
172 | 172 | <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
|
173 |
| - <text variable="title" font-style="italic"/> |
| 173 | + <text variable="title" font-style="italic" text-case="title"/> |
174 | 174 | </else-if>
|
175 | 175 | <else>
|
176 |
| - <text variable="title" suffix=". " quotes="true"/> |
| 176 | + <text variable="title" suffix=". " quotes="true" text-case="title"/> |
177 | 177 | </else>
|
178 | 178 | </choose>
|
179 | 179 | </macro>
|
|
188 | 188 | </group>
|
189 | 189 | </if>
|
190 | 190 | <else>
|
191 |
| - <text variable="edition" suffix="."/> |
| 191 | + <text variable="edition"/> |
192 | 192 | </else>
|
193 | 193 | </choose>
|
194 | 194 | </if>
|
|
198 | 198 | <choose>
|
199 | 199 | <if type="article-journal">
|
200 | 200 | <text variable="volume" prefix=" "/>
|
201 |
| - <text variable="issue" prefix=" "/> |
| 201 | + <text variable="issue" prefix=" (" suffix=")"/> |
202 | 202 | </if>
|
203 | 203 | <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
|
204 | 204 | <group prefix=". " delimiter=". ">
|
|
239 | 239 | </group>
|
240 | 240 | </if>
|
241 | 241 | <else-if type="article-journal">
|
242 |
| - <text variable="page" prefix=": "/> |
| 242 | + <text variable="page" prefix=":"/> |
243 | 243 | </else-if>
|
244 | 244 | </choose>
|
245 | 245 | </macro>
|
|
265 | 265 | <text variable="container-title" font-style="italic"/>
|
266 | 266 | </macro>
|
267 | 267 | <macro name="publisher">
|
268 |
| - <group delimiter=": "> |
269 |
| - <text variable="publisher-place"/> |
270 |
| - <text variable="publisher"/> |
| 268 | + <group> |
| 269 | + <choose> |
| 270 | + <if type="thesis" match="none"> |
| 271 | + <text value=". "/> |
| 272 | + <group delimiter=": "> |
| 273 | + <text variable="publisher-place"/> |
| 274 | + <text variable="publisher"/> |
| 275 | + </group> |
| 276 | + </if> |
| 277 | + <else> |
| 278 | + <text variable="publisher"/> |
| 279 | + </else> |
| 280 | + </choose> |
271 | 281 | </group>
|
272 | 282 | </macro>
|
273 | 283 | <macro name="date">
|
|
287 | 297 | </macro>
|
288 | 298 | <macro name="event">
|
289 | 299 | <group>
|
290 |
| - <text term="presented at" suffix=" "/> |
| 300 | + <choose> |
| 301 | + <if variable="genre" match="none"> |
| 302 | + <text term="presented at" suffix=" " text-case="capitalize-first"/> |
| 303 | + </if> |
| 304 | + <else> |
| 305 | + <text term="presented at" suffix=" " text-case="lowercase"/> |
| 306 | + </else> |
| 307 | + </choose> |
291 | 308 | <text variable="event"/>
|
292 | 309 | </group>
|
293 | 310 | </macro>
|
|
300 | 317 | <if variable="title" match="none"/>
|
301 | 318 | <else-if type="thesis"/>
|
302 | 319 | <else>
|
303 |
| - <text variable="genre" text-case="capitalize-first" prefix=". "/> |
| 320 | + <text variable="genre" text-case="capitalize-first" prefix=" "/> |
304 | 321 | </else>
|
305 | 322 | </choose>
|
306 | 323 | </macro>
|
|
320 | 337 | <text macro="day-month" prefix=", "/>
|
321 | 338 | </else-if>
|
322 | 339 | <else>
|
323 |
| - <group prefix=". " delimiter=", "> |
| 340 | + <group prefix="" delimiter=", "> |
324 | 341 | <choose>
|
325 | 342 | <if type="thesis">
|
326 | 343 | <text variable="genre" text-case="capitalize-first"/>
|
327 | 344 | </if>
|
328 | 345 | </choose>
|
329 | 346 | <text macro="publisher"/>
|
330 |
| - <text macro="day-month"/> |
331 | 347 | </group>
|
332 | 348 | </else>
|
333 | 349 | </choose>
|
|
342 | 358 | <group delimiter=" ">
|
343 | 359 | <text macro="contributors-short"/>
|
344 | 360 | <text macro="date"/>
|
345 |
| - <text macro="day-month" prefix=" (" suffix="), "/> |
346 | 361 | </group>
|
347 | 362 | <text macro="point-locators"/>
|
348 | 363 | </group>
|
|
356 | 371 | <layout suffix=".">
|
357 | 372 | <text macro="contributors" suffix=". "/>
|
358 | 373 | <text macro="date" suffix=". "/>
|
359 |
| - <text macro="day-month" text-case="capitalize-first" suffix=". "/> |
360 | 374 | <text macro="title"/>
|
361 | 375 | <text macro="description"/>
|
362 |
| - <text macro="secondary-contributors" prefix=". "/> |
| 376 | + <text macro="secondary-contributors" prefix=" "/> |
363 | 377 | <text macro="container-title"/>
|
364 | 378 | <text macro="container-contributors" prefix=", "/>
|
365 | 379 | <text macro="locators-chapter"/>
|
366 |
| - <text macro="edition" prefix=". "/> |
| 380 | + <text macro="edition" prefix=". " strip-periods="true"/> |
367 | 381 | <text macro="locators"/>
|
368 | 382 | <text macro="collection-title" prefix=". "/>
|
369 | 383 | <text macro="issue"/>
|
|
0 commit comments