Skip to content

Commit

Permalink
Update association-for-computing-machinery.csl (#4459)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and adam3smith committed Dec 18, 2019
1 parent eab02ea commit 6357af5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions association-for-computing-machinery.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</author>
<category citation-format="numeric"/>
<category field="engineering"/>
<updated>2019-12-17T16:30:44+00:00</updated>
<updated>2019-12-18T11:27:24+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -125,7 +125,7 @@
</group>
<group suffix=".">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="book-publisher" suffix="."/>
</if>
<else-if type="paper-conference">
Expand Down Expand Up @@ -181,6 +181,12 @@
<text variable="page"/>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". ">
<text variable="genre"/>
<text macro="book-publisher"/>
</group>
</else-if>
<else>
<group suffix="." delimiter=", ">
<group delimiter=" " font-style="italic">
Expand Down

0 comments on commit 6357af5

Please sign in to comment.