Skip to content

Commit

Permalink
Update acm-sig-proceedings-long-author-list.csl (citation-style-langu…
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and rmzelle committed Jul 15, 2017
1 parent aacf8e7 commit 2dbc9b9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
31 changes: 21 additions & 10 deletions acm-sig-proceedings-long-author-list.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
<name>Chris Horn</name>
<email>[email protected]</email>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="science"/>
<category field="engineering"/>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2017-07-15T11:24:39+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 All @@ -43,6 +46,13 @@
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="access">
<choose>
<if type="article-journal" match="any">
<text variable="DOI" prefix=" DOI:https://doi.org/"/>
</if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
Expand All @@ -64,7 +74,7 @@
</date>
<choose>
<if type="paper-conference">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title"/>
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
Expand All @@ -82,7 +92,7 @@
</group>
</if>
<else-if type="article-journal">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<group delimiter=", ">
Expand All @@ -99,7 +109,7 @@
</group>
</else-if>
<else-if type="patent">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="number"/>
<date variable="issued">
Expand All @@ -110,21 +120,21 @@
</group>
</else-if>
<else-if type="thesis">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title" font-style="italic"/>
<text variable="archive_location" prefix="Doctoral Thesis #"/>
<text variable="publisher"/>
</group>
</else-if>
<else-if type="report">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title" font-style="italic"/>
<text variable="number" prefix="Technical Report #"/>
<text variable="publisher"/>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="URL" font-style="italic"/>
<date variable="accessed" prefix="Accessed: ">
<date-part name="year" suffix="-"/>
Expand All @@ -134,7 +144,7 @@
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="editor"/>
Expand All @@ -143,19 +153,20 @@
</group>
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title" font-style="italic"/>
<text variable="publisher"/>
</group>
</else-if>
<else>
<group delimiter=". ">
<group delimiter=". " suffix=".">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<text variable="publisher"/>
</group>
</else>
</choose>
<text macro="access"/>
</layout>
</bibliography>
</style>
13 changes: 12 additions & 1 deletion acm-sig-proceedings.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
<name>Chris Horn</name>
<email>[email protected]</email>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="numeric"/>
<category field="science"/>
<category field="engineering"/>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2017-07-15T11:28:14+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 All @@ -43,6 +46,13 @@
<label form="short" prefix=", "/>
</names>
</macro>
<macro name="access">
<choose>
<if type="article-journal" match="any">
<text variable="DOI" prefix=". DOI:https://doi.org/"/>
</if>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
Expand Down Expand Up @@ -156,6 +166,7 @@
</group>
</else>
</choose>
<text macro="access"/>
</layout>
</bibliography>
</style>

0 comments on commit 2dbc9b9

Please sign in to comment.