Skip to content

Commit d97d4b7

Browse files
authored
Update iso690-author-date-sk.csl (JabRef#4669)
1 parent 22e0bab commit d97d4b7

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

Diff for: iso690-author-date-sk.csl

+8-23
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<category citation-format="author-date"/>
1414
<category field="generic-base"/>
1515
<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>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<locale>
@@ -139,7 +139,6 @@
139139
<macro name="container-author">
140140
<names variable="container-author">
141141
<name and="text" delimiter=", " delimiter-precedes-last="never">
142-
<!--name and="text" name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="never"-->
143142
<name-part name="given"/>
144143
<name-part name="family" text-case="uppercase"/>
145144
</name>
@@ -286,7 +285,6 @@
286285
<date variable="issued">
287286
<date-part name="day" suffix="."/>
288287
<date-part name="month" form="numeric" suffix="."/>
289-
<!--date-part name="year"/-->
290288
</date>
291289
</if>
292290
</choose>
@@ -300,8 +298,8 @@
300298
<macro name="edition">
301299
<choose>
302300
<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"/>
305303
</if>
306304
<else>
307305
<text variable="edition" form="long"/>
@@ -323,7 +321,6 @@
323321
<text variable="publisher-place"/>
324322
</if>
325323
<else>
326-
<!-- sine loco (s.l.)-->
327324
<text value="b.m." text-case="capitalize-first"/>
328325
</else>
329326
</choose>
@@ -362,7 +359,6 @@
362359
<text variable="publisher"/>
363360
</if>
364361
<else>
365-
<!-- sine nomine (s.n.)-->
366362
<text value="b.n."/>
367363
</else>
368364
</choose>
@@ -383,11 +379,11 @@
383379
<choose>
384380
<if variable="URL DOI" match="any">
385381
<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"/>
391387
</date>
392388
</group>
393389
</if>
@@ -469,14 +465,10 @@
469465
</sort>
470466
<layout>
471467
<group delimiter=", " suffix=". ">
472-
<!-- Author(s) -->
473468
<text macro="responsability"/>
474-
<!-- Citation Year -->
475469
<text macro="year-date"/>
476470
</group>
477-
<!-- Rest of Citation -->
478471
<choose>
479-
<!-- Specific Formats -->
480472
<if type="book" match="any">
481473
<group delimiter=". " suffix=". ">
482474
<group delimiter=" ">
@@ -486,7 +478,6 @@
486478
<text macro="edition"/>
487479
<text macro="secondary-responsability"/>
488480
<text macro="publisher-info"/>
489-
<!--text macro="page"/-->
490481
<text macro="collection"/>
491482
</group>
492483
<text macro="accessed"/>
@@ -503,7 +494,6 @@
503494
<text macro="edition"/>
504495
<text macro="secondary-responsability"/>
505496
<text macro="publisher-info"/>
506-
<!--text macro="page"/-->
507497
<group delimiter=" ">
508498
<text macro="collection"/>
509499
<text macro="accessed"/>
@@ -545,10 +535,6 @@
545535
<group delimiter=" ">
546536
<group delimiter=", ">
547537
<text macro="publisher-info"/>
548-
<!--group delimiter=": ">
549-
<text macro="publisher-place"/>
550-
<text macro="publisher"/>
551-
</group-->
552538
<text macro="collection"/>
553539
<text macro="page"/>
554540
</group>
@@ -683,7 +669,6 @@
683669
<group delimiter=". " suffix=". ">
684670
<text macro="title"/>
685671
<text macro="interviewer"/>
686-
<!--text macro="event"/-->
687672
<text macro="date-day-month"/>
688673
</group>
689674
</else-if>

0 commit comments

Comments
 (0)