Skip to content

Commit

Permalink
Update ACM style (#6773) (#6774)
Browse files Browse the repository at this point in the history
closes #6773
  • Loading branch information
vtta authored Nov 10, 2023
1 parent 503d3d5 commit 5bea241
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions association-for-computing-machinery.csl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
<name>Patrick O'Brien</name>
<email>[email protected]</email>
</author>
<contributor>
<name>Junliang Hu</name>
<email>[email protected]</email>
</contributor>
<category citation-format="numeric"/>
<category field="engineering"/>
<updated>2019-12-18T11:27:24+00:00</updated>
<updated>2023-11-10T22:57:25+08: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 @@ -88,7 +92,7 @@
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="DOI:https://doi.org/"/>
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if variable="URL">
<group delimiter=" ">
Expand Down Expand Up @@ -129,14 +133,22 @@
<text macro="book-publisher" suffix="."/>
</if>
<else-if type="paper-conference">
<group suffix="." delimiter=", ">
<group delimiter=" " suffix=", ">
<text term="in" text-case="capitalize-first"/>
<group delimiter=" ">
<text term="in" text-case="capitalize-first"/>
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
<text variable="collection-title" prefix="(" suffix=")"/>
</group>
<text variable="container-title" font-style="italic"/>
<text variable="collection-title" font-style="italic" prefix="(" suffix=")"/>
</group>
</group>
<group delimiter=", " suffix=". ">
<date variable="issued" prefix="">
<date-part name="month" form="long" suffix=" "/>
<date-part name="day" form="numeric-leading-zeros" suffix=", " range-delimiter="-"/>
<date-part name="year"/>
</date>
<text variable="event-place"/>
</group>
<group delimiter=", " suffix=". ">
<text macro="book-publisher"/>
<text variable="page"/>
</group>
Expand Down

0 comments on commit 5bea241

Please sign in to comment.