|
13 | 13 | <category citation-format="author-date"/> |
14 | 14 | <category field="generic-base"/> |
15 | 15 | <summary>Style based on STN ISO 690:2012</summary> |
16 | | - <updated>2014-04-23T23:24:15+00:00</updated> |
| 16 | + <updated>2020-04-02T22:05:52+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> |
|
139 | 139 | <macro name="container-author"> |
140 | 140 | <names variable="container-author"> |
141 | 141 | <name and="text" delimiter=", " delimiter-precedes-last="never"> |
142 | | - <!--name and="text" name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="never"--> |
143 | 142 | <name-part name="given"/> |
144 | 143 | <name-part name="family" text-case="uppercase"/> |
145 | 144 | </name> |
|
286 | 285 | <date variable="issued"> |
287 | 286 | <date-part name="day" suffix="."/> |
288 | 287 | <date-part name="month" form="numeric" suffix="."/> |
289 | | - <!--date-part name="year"/--> |
290 | 288 | </date> |
291 | 289 | </if> |
292 | 290 | </choose> |
|
300 | 298 | <macro name="edition"> |
301 | 299 | <choose> |
302 | 300 | <if is-numeric="edition"> |
303 | | - <number variable="edition" form="ordinal"/> |
304 | | - <label variable="edition" form="short" prefix=" "/> |
| 301 | + <number suffix="." variable="edition"/> |
| 302 | + <label plural="never" prefix=" " variable="edition" form="short"/> |
305 | 303 | </if> |
306 | 304 | <else> |
307 | 305 | <text variable="edition" form="long"/> |
|
323 | 321 | <text variable="publisher-place"/> |
324 | 322 | </if> |
325 | 323 | <else> |
326 | | - <!-- sine loco (s.l.)--> |
327 | 324 | <text value="b.m." text-case="capitalize-first"/> |
328 | 325 | </else> |
329 | 326 | </choose> |
|
362 | 359 | <text variable="publisher"/> |
363 | 360 | </if> |
364 | 361 | <else> |
365 | | - <!-- sine nomine (s.n.)--> |
366 | 362 | <text value="b.n."/> |
367 | 363 | </else> |
368 | 364 | </choose> |
|
383 | 379 | <choose> |
384 | 380 | <if variable="URL DOI" match="any"> |
385 | 381 | <group prefix=" [" suffix="]"> |
386 | | - <text term="accessed" form="short"/> |
387 | | - <date variable="accessed"> |
388 | | - <date-part name="day" prefix=". "/> |
389 | | - <date-part name="month" prefix=". "/> |
390 | | - <date-part name="year" prefix=" "/> |
| 382 | + <text term="accessed" form="short" suffix=". "/> |
| 383 | + <date form="numeric" variable="accessed"> |
| 384 | + <date-part name="day"/> |
| 385 | + <date-part name="month"/> |
| 386 | + <date-part name="year"/> |
391 | 387 | </date> |
392 | 388 | </group> |
393 | 389 | </if> |
|
469 | 465 | </sort> |
470 | 466 | <layout> |
471 | 467 | <group delimiter=", " suffix=". "> |
472 | | - <!-- Author(s) --> |
473 | 468 | <text macro="responsability"/> |
474 | | - <!-- Citation Year --> |
475 | 469 | <text macro="year-date"/> |
476 | 470 | </group> |
477 | | - <!-- Rest of Citation --> |
478 | 471 | <choose> |
479 | | - <!-- Specific Formats --> |
480 | 472 | <if type="book" match="any"> |
481 | 473 | <group delimiter=". " suffix=". "> |
482 | 474 | <group delimiter=" "> |
|
486 | 478 | <text macro="edition"/> |
487 | 479 | <text macro="secondary-responsability"/> |
488 | 480 | <text macro="publisher-info"/> |
489 | | - <!--text macro="page"/--> |
490 | 481 | <text macro="collection"/> |
491 | 482 | </group> |
492 | 483 | <text macro="accessed"/> |
|
503 | 494 | <text macro="edition"/> |
504 | 495 | <text macro="secondary-responsability"/> |
505 | 496 | <text macro="publisher-info"/> |
506 | | - <!--text macro="page"/--> |
507 | 497 | <group delimiter=" "> |
508 | 498 | <text macro="collection"/> |
509 | 499 | <text macro="accessed"/> |
|
545 | 535 | <group delimiter=" "> |
546 | 536 | <group delimiter=", "> |
547 | 537 | <text macro="publisher-info"/> |
548 | | - <!--group delimiter=": "> |
549 | | - <text macro="publisher-place"/> |
550 | | - <text macro="publisher"/> |
551 | | - </group--> |
552 | 538 | <text macro="collection"/> |
553 | 539 | <text macro="page"/> |
554 | 540 | </group> |
|
683 | 669 | <group delimiter=". " suffix=". "> |
684 | 670 | <text macro="title"/> |
685 | 671 | <text macro="interviewer"/> |
686 | | - <!--text macro="event"/--> |
687 | 672 | <text macro="date-day-month"/> |
688 | 673 | </group> |
689 | 674 | </else-if> |
|
0 commit comments