Skip to content

Commit

Permalink
Update Journal of Universal Computer Science
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adam3smith committed Sep 15, 2020
1 parent 26265bf commit c358b17
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions journal-of-universal-computer-science.csl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" initialize-with=". "/>
<name form="short" and="text" initialize-with=". " et-al-min="3" et-al-use-first="1"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand Down Expand Up @@ -347,8 +347,8 @@
<if type="article-journal article-magazine" match="any">
<group prefix=", " delimiter=", ">
<group>
<text variable="volume" font-style="normal" prefix="Vol. "/>
<text variable="issue" prefix=", No. "/>
<text variable="volume"/>
<text variable="issue" prefix=", "/>
</group>
</group>
<choose>
Expand Down Expand Up @@ -478,13 +478,13 @@
<macro name="pages">
<text variable="page"/>
</macro>
<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">
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
<key macro="author"/>
<key macro="issued-sort"/>
</sort>
<layout delimiter=", " prefix="[" suffix="]">
<group delimiter=" ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued-year"/>
<text macro="citation-locator"/>
Expand All @@ -499,7 +499,7 @@
</sort>
<layout>
<group suffix=".">
<group delimiter=" " prefix="[" suffix="] ">
<group delimiter=", " prefix="[" suffix="] ">
<text macro="author-short"/>
<text macro="issued-year"/>
</group>
Expand All @@ -514,9 +514,8 @@
<text macro="event"/>
<text macro="publisher"/>
</group>
<text macro="issued"/>
<group>
<label prefix=", " suffix=" " variable="page" form="short"/>
<group delimiter=", ">
<text macro="issued"/>
<text macro="pages"/>
</group>
</group>
Expand Down

0 comments on commit c358b17

Please sign in to comment.