forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update acm-sig-proceedings-long-author-list.csl (citation-style-langu…
- Loading branch information
1 parent
aacf8e7
commit 2dbc9b9
Showing
2 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"/> | ||
|
@@ -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"/> | ||
|
@@ -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=", "> | ||
|
@@ -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"> | ||
|
@@ -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="-"/> | ||
|
@@ -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"/> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"/> | ||
|
@@ -156,6 +166,7 @@ | |
</group> | ||
</else> | ||
</choose> | ||
<text macro="access"/> | ||
</layout> | ||
</bibliography> | ||
</style> |