Skip to content

Commit d65a6ac

Browse files
authored
Update isnad-metinici.csl (JabRef#5910)
Update book-with editor(s) and standard item types.
1 parent 830d337 commit d65a6ac

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

isnad-metinici.csl

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2222
</info>
2323
<!--
24-
ISNAD AUTHOR-DATE v.1.0
24+
ISNAD AUTHOR-DATE v.1.1
2525
2626
Document Type Mappings
2727
ISNAD CSL
@@ -51,8 +51,8 @@
5151
Interview interview
5252
Interview article-journal, article-magazine, article-newspaper, book (as collection-title with interviewer extra)
5353
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)
5656
Case legal_case
5757
Website webpage
5858
Databese webpage
@@ -601,7 +601,14 @@
601601
<if type="article-journal article-magazine article-newspaper" match="any">
602602
<group delimiter=", ">
603603
<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>
605612
<number variable="issue"/>
606613
</group>
607614
</group>
@@ -736,7 +743,17 @@
736743
<if is-uncertain-date="issued">
737744
<date variable="issued" form="numeric" date-parts="year" prefix="[" suffix="?]"/>
738745
</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">
740757
<choose>
741758
<if variable="collection-title" match="none">
742759
<group delimiter=", ">

0 commit comments

Comments
 (0)