|
21 | 21 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
22 | 22 | </info> |
23 | 23 | <!-- |
24 | | - ISNAD AUTHOR-DATE v.1.0 |
| 24 | + ISNAD AUTHOR-DATE v.1.1 |
25 | 25 |
|
26 | 26 | Document Type Mappings |
27 | 27 | ISNAD CSL |
|
51 | 51 | Interview interview |
52 | 52 | Interview article-journal, article-magazine, article-newspaper, book (as collection-title with interviewer extra) |
53 | 53 | Legislation legislation (with code number for official journal) |
54 | | - Legislation legislation (without code number other legal sources) |
55 | | - Standart book |
| 54 | + Legislation legislation (without code number other legal sources) |
| 55 | + Standard standard (For backward compability book with issued, collection-number, authority) |
56 | 56 | Case legal_case |
57 | 57 | Website webpage |
58 | 58 | Databese webpage |
|
601 | 601 | <if type="article-journal article-magazine article-newspaper" match="any"> |
602 | 602 | <group delimiter=", "> |
603 | 603 | <group> |
604 | | - <number suffix="/" variable="volume"/> |
| 604 | + <choose> |
| 605 | + <if match="all" variable="volume issue"> |
| 606 | + <number suffix="/" variable="volume"/> |
| 607 | + </if> |
| 608 | + <else> |
| 609 | + <number variable="volume"/> |
| 610 | + </else> |
| 611 | + </choose> |
605 | 612 | <number variable="issue"/> |
606 | 613 | </group> |
607 | 614 | </group> |
|
736 | 743 | <if is-uncertain-date="issued"> |
737 | 744 | <date variable="issued" form="numeric" date-parts="year" prefix="[" suffix="?]"/> |
738 | 745 | </if> |
739 | | - <else-if type="book" variable="issued collection-number"> |
| 746 | + <else-if type="standard"> |
| 747 | + <choose> |
| 748 | + <if variable="collection-title" match="none"> |
| 749 | + <group delimiter=", "> |
| 750 | + <date date-parts="year" form="numeric" variable="issued"/> |
| 751 | + <text variable="collection-number"/> |
| 752 | + </group> |
| 753 | + </if> |
| 754 | + </choose> |
| 755 | + </else-if> |
| 756 | + <else-if type="book" variable="issued collection-number authority"> |
740 | 757 | <choose> |
741 | 758 | <if variable="collection-title" match="none"> |
742 | 759 | <group delimiter=", "> |
|
0 commit comments