Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ACM style (#6773) #6774

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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