diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-06-02 18:22:21 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-06-02 18:22:21 +0200 |
commit | a5f247a282db2ca3c756346466d5e46ade46042e (patch) | |
tree | 1253a4682e083f2afd3d98432563b97017c46a10 | |
parent | 17f54bb26f619c2a9821dcb202355b8114bd2760 (diff) |
Add csl style
-rw-r--r-- | Proposal.md | 19 | ||||
-rw-r--r-- | acm-sig-proceedings-long-author-list.csl | 172 |
2 files changed, 188 insertions, 3 deletions
diff --git a/Proposal.md b/Proposal.md index d1a5bc7..ebb07fc 100644 --- a/Proposal.md +++ b/Proposal.md @@ -1,3 +1,15 @@ +--- +title: A computing platform that embraces the language +bibliography: bibliography.bib +reference-section-title: Bibliography +link-citations: true +link-bibliography: true +csl: acm-sig-proceedings-long-author-list.csl + +# How to cite: +# https://pandoc.org/chunkedhtml-demo/8.20-citation-syntax.html +... + # A computing platform that embraces the language ## UNIX's influence @@ -69,12 +81,12 @@ integer-interpreter. This leaks too many details to the user/developer. ### Shell (fork+exec) -Metion "a fork in the road" paper. -We can do better. Fork+exec embraces the Unix model, not the language. +We can do better. Fork+exec embraces the Unix model [@fork:Baumann], not the +language. ### Users (now used for permissions) -Users as persons using the computer, not as programs. I'm the only user of this +Users as people using the computer, not as programs. I'm the only user of this machine. ### Permissions @@ -149,3 +161,4 @@ installed in a conventional machine. Oberon, TempleOS... Computing for one person. That one person can totally manipulate, alone. + diff --git a/acm-sig-proceedings-long-author-list.csl b/acm-sig-proceedings-long-author-list.csl new file mode 100644 index 0000000..975bdfb --- /dev/null +++ b/acm-sig-proceedings-long-author-list.csl @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="utf-8"?> +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US"> + <info> + <title>ACM SIG Proceedings ("et al." for 15+ authors)</title> + <id>http://www.zotero.org/styles/acm-sig-proceedings-long-author-list</id> + <link href="http://www.zotero.org/styles/acm-sig-proceedings-long-author-list" rel="self"/> + <link href="https://www.acm.org/publications/authors/reference-formatting" rel="documentation"/> + <author> + <name>Naeem Esfahani</name> + <email>nesfaha2@gmu.edu</email> + <uri>http://mason.gmu.edu/~nesfaha2/</uri> + </author> + <contributor> + <name>Chris Horn</name> + <email>chris.horn@securedecisions.com</email> + </contributor> + <contributor> + <name>Patrick O'Brien</name> + </contributor> + <category citation-format="numeric"/> + <category field="science"/> + <category field="engineering"/> + <updated>2023-07-13T21:22:54+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"> + <choose> + <if type="webpage"> + <text variable="title" suffix=":"/> + </if> + <else> + <names variable="author"> + <name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/> + <label form="short" prefix=" "/> + <substitute> + <names variable="editor"/> + <names variable="translator"/> + </substitute> + </names> + </else> + </choose> + </macro> + <macro name="editor"> + <names variable="editor"> + <name initialize-with="." delimiter=", " and="text"/> + <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"/> + </sort> + <layout prefix="[" suffix="]" delimiter=", "> + <text variable="citation-number"/> + </layout> + </citation> + <bibliography entry-spacing="0" second-field-align="flush" et-al-min="15" et-al-use-first="1"> + <sort> + <key macro="author"/> + <key variable="title"/> + </sort> + <layout suffix="."> + <text variable="citation-number" prefix="[" suffix="]"/> + <text macro="author" suffix=" "/> + <date variable="issued" suffix=". "> + <date-part name="year"/> + </date> + <choose> + <if type="paper-conference"> + <group delimiter=". " suffix="."> + <text variable="title"/> + <group delimiter=" "> + <text variable="container-title" font-style="italic"/> + <group delimiter=", "> + <group delimiter=", " prefix="(" suffix=")"> + <text variable="publisher-place"/> + <date variable="issued"> + <date-part name="month" form="short" suffix=" "/> + <date-part name="year"/> + </date> + </group> + <text variable="page"/> + </group> + </group> + </group> + </if> + <else-if type="article-journal"> + <group delimiter=". " suffix="."> + <text variable="title"/> + <text variable="container-title" font-style="italic"/> + <group delimiter=", "> + <text variable="volume"/> + <group delimiter=" "> + <text variable="issue"/> + <date variable="issued" prefix="(" suffix=")"> + <date-part name="month" form="short" suffix=" "/> + <date-part name="year"/> + </date> + </group> + <text variable="page"/> + </group> + </group> + </else-if> + <else-if type="patent"> + <group delimiter=". " suffix="."> + <text variable="title"/> + <text variable="number"/> + <date variable="issued"> + <date-part name="month" form="short" suffix=" "/> + <date-part name="day" suffix=", "/> + <date-part name="year"/> + </date> + </group> + </else-if> + <else-if type="thesis"> + <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=". " 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=". " suffix="."> + <text variable="URL" font-style="italic"/> + <date variable="accessed" prefix="Accessed: "> + <date-part name="year" suffix="-"/> + <date-part name="month" form="numeric-leading-zeros" suffix="-"/> + <date-part name="day" form="numeric-leading-zeros"/> + </date> + </group> + </else-if> + <else-if type="chapter paper-conference" match="any"> + <group delimiter=". " suffix="."> + <text variable="title"/> + <text variable="container-title" font-style="italic"/> + <text macro="editor"/> + <text variable="publisher"/> + <text variable="page"/> + </group> + </else-if> + <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> + <group delimiter=". " suffix="."> + <text variable="title" font-style="italic"/> + <text variable="publisher"/> + </group> + </else-if> + <else> + <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> |