Skip to content

Commit c358b17

Browse files
committed
Update Journal of Universal Computer Science
The journal style & published articles differ a good bit and they don't seem to be sticklers, this is a reasonable rendition. supersedes citation-style-language/styles#5004
1 parent 26265bf commit c358b17

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

journal-of-universal-computer-science.csl

+8-9
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</macro>
7070
<macro name="author-short">
7171
<names variable="author">
72-
<name form="short" and="text" initialize-with=". "/>
72+
<name form="short" and="text" initialize-with=". " et-al-min="3" et-al-use-first="1"/>
7373
<substitute>
7474
<names variable="editor"/>
7575
<names variable="translator"/>
@@ -347,8 +347,8 @@
347347
<if type="article-journal article-magazine" match="any">
348348
<group prefix=", " delimiter=", ">
349349
<group>
350-
<text variable="volume" font-style="normal" prefix="Vol. "/>
351-
<text variable="issue" prefix=", No. "/>
350+
<text variable="volume"/>
351+
<text variable="issue" prefix=", "/>
352352
</group>
353353
</group>
354354
<choose>
@@ -478,13 +478,13 @@
478478
<macro name="pages">
479479
<text variable="page"/>
480480
</macro>
481-
<citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
481+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" givenname-disambiguation-rule="primary-name">
482482
<sort>
483483
<key macro="author"/>
484484
<key macro="issued-sort"/>
485485
</sort>
486486
<layout delimiter=", " prefix="[" suffix="]">
487-
<group delimiter=" ">
487+
<group delimiter=", ">
488488
<text macro="author-short"/>
489489
<text macro="issued-year"/>
490490
<text macro="citation-locator"/>
@@ -499,7 +499,7 @@
499499
</sort>
500500
<layout>
501501
<group suffix=".">
502-
<group delimiter=" " prefix="[" suffix="] ">
502+
<group delimiter=", " prefix="[" suffix="] ">
503503
<text macro="author-short"/>
504504
<text macro="issued-year"/>
505505
</group>
@@ -514,9 +514,8 @@
514514
<text macro="event"/>
515515
<text macro="publisher"/>
516516
</group>
517-
<text macro="issued"/>
518-
<group>
519-
<label prefix=", " suffix=" " variable="page" form="short"/>
517+
<group delimiter=", ">
518+
<text macro="issued"/>
520519
<text macro="pages"/>
521520
</group>
522521
</group>

0 commit comments

Comments
 (0)