0% found this document useful (0 votes)
14 views6 pages

Association For Computing Machinery Acm Large 2 Column Format Template

The document provides a comprehensive guide on using the 'acmart' document class for preparing articles for ACM publications. It outlines the various template styles, parameters, and formatting requirements necessary for submission, including title information, author affiliations, and rights management. Additionally, it emphasizes the importance of adhering to specific LATEX commands and guidelines to ensure proper documentation and publication standards.

Uploaded by

Ivanbg03gd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views6 pages

Association For Computing Machinery Acm Large 2 Column Format Template

The document provides a comprehensive guide on using the 'acmart' document class for preparing articles for ACM publications. It outlines the various template styles, parameters, and formatting requirements necessary for submission, including title information, author affiliations, and rights management. Additionally, it emphasizes the importance of adhering to specific LATEX commands and guidelines to ensure proper documentation and publication standards.

Uploaded by

Ivanbg03gd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

The Name of the Title Is Hope

BEN TROVATO∗ and G.K.M. TOBIN∗ , Institute for Clarity in Documentation, USA
LARS THØRVÄLD, The Thørväld Group, Iceland
VALERIE BÉRANGER, Inria Paris-Rocquencourt, France
APARNA PATEL, Rajiv Gandhi University, India
HUIFEN CHAN, Tsinghua University, China
CHARLES PALMER, Palmer Research Laboratories, USA
JOHN SMITH, The Thørväld Group, Iceland
JULIUS P. KUMQUAT, The Kumquat Consortium, USA
A clear and well-documented LATEX document is presented as an article If you have published with ACM before, this document provides
formatted for publication by ACM in a conference proceedings or journal insight and instruction into more recent changes to the article tem-
publication. Based on the “acmart” document class, this article presents and plate.
explains many of the common variations, as well as many of the formatting The “acmart” document class can be used to prepare articles for
elements an author may use in the preparation of the documentation of their any ACM publication — conference or journal, and for any stage
work.
of publication, from review to final “camera-ready” copy, to the
CCS Concepts: • Do Not Use This Code → Generate the Correct Terms author’s own version, with very few changes to the source.
for Your Paper; Generate the Correct Terms for Your Paper; Generate the
Correct Terms for Your Paper; Generate the Correct Terms for Your Paper. 2 Template Overview
Additional Key Words and Phrases: Do, Not, Us, This, Code, Put, the, Correct, As noted in the introduction, the “acmart” document class can be
Terms, for, Your, Paper used to prepare many different kinds of documentation — a double-
ACM Reference Format: anonymous initial submission of a full-length technical paper, a
Ben Trovato, G.K.M. Tobin, Lars Thørväld, Valerie Béranger, Aparna Patel, two-page SIGGRAPH Emerging Technologies abstract, a “camera-
Huifen Chan, Charles Palmer, John Smith, and Julius P. Kumquat. 2018. The ready” journal article, a SIGCHI Extended Abstract, and more — all
Name of the Title Is Hope. ACM Trans. Graph. 37, 4, Article 111 (August 2018), by selecting the appropriate template style and template parameters.
6 pages. https://doi.org/XXXXXXX.XXXXXXX This document will explain the major features of the document
class. For further information, the LATEX User’s Guide is available
1 Introduction from https://www.acm.org/publications/proceedings-template.
ACM’s consolidated article template, introduced in 2017, provides
a consistent LATEX style for use across ACM publications, and in- 2.1 Template Styles
corporates accessibility and metadata-extraction functionality nec- The primary parameter given to the “acmart” document class is the
essary for future Digital Library endeavors. Numerous ACM and template style which corresponds to the kind of publication or SIG
SIG-specific LATEX templates have been examined, and their unique publishing the work. This parameter is enclosed in square brackets
features incorporated into this single new template. and is a part of the documentclass command:
If you are new to publishing with ACM, this document is a valu-
able guide to the process of preparing your work for publication. \documentclass[STYLE]{acmart}
∗ Both
Journals use one of three template styles. All but three ACM
authors contributed equally to this research.
journals use the acmsmall template style:
Authors’ Contact Information: Ben Trovato, [email protected]; G.K.M. Tobin, • acmsmall: The default journal template style.
[email protected], Institute for Clarity in Documentation, Dublin, Ohio,
USA; Lars Thørväld, The Thørväld Group, Hekla, Iceland, [email protected]; Valerie • acmlarge: Used by JOCCH and TAP.
Béranger, Inria Paris-Rocquencourt, Rocquencourt, France; Aparna Patel, Rajiv Gandhi • acmtog: Used by TOG.
University, Doimukh, Arunachal Pradesh, India; Huifen Chan, Tsinghua University,
Haidian Qu, Beijing Shi, China; Charles Palmer, Palmer Research Laboratories, San The majority of conference proceedings documentation will use
Antonio, Texas, USA, [email protected]; John Smith, The Thørväld Group, Hekla, the acmconf template style.
Iceland, [email protected]; Julius P. Kumquat, The Kumquat Consortium, New
York, USA, [email protected]. • sigconf: The default proceedings template style.
• sigchi: Used for SIGCHI conference articles.
Permission to make digital or hard copies of all or part of this work for personal or
classroom use is granted without fee provided that copies are not made or distributed
• sigplan: Used for SIGPLAN conference articles.
for profit or commercial advantage and that copies bear this notice and the full citation
on the first page. Copyrights for components of this work owned by others than the 2.2 Template Parameters
author(s) must be honored. Abstracting with credit is permitted. To copy otherwise, or
republish, to post on servers or to redistribute to lists, requires prior specific permission In addition to specifying the template style to be used in formatting
and/or a fee. Request permissions from [email protected]. your work, there are a number of template parameters which modify
© 2018 Copyright held by the owner/author(s). Publication rights licensed to ACM.
ACM 1557-7368/2018/8-ART111 some part of the applied template style. A complete list of these
https://doi.org/XXXXXXX.XXXXXXX parameters can be found in the LATEX User’s Guide.

ACM Trans. Graph., Vol. 37, No. 4, Article 111. Publication date: August 2018.
111:2 • Trovato et al.

Frequently-used parameters, or combinations of parameters, in- overlapping text. The following command should be placed just
clude: after the last \author{} definition:
• anonymous,review: Suitable for a “double-anonymous” con- \renewcommand{\shortauthors}{McCartney, et al.}
ference submission. Anonymizes the work and includes line Omitting this command will force the use of a concatenated list of
numbers. Use with the \acmSubmissionID command to print all of the authors’ names, which may result in overlapping text in
the submission’s unique ID on each page of the work. the page headers.
• authorversion: Produces a version of the work suitable for The article template’s documentation, available at https://www.
posting by the author. acm.org/publications/proceedings-template, has a complete expla-
• screen: Produces colored hyperlinks. nation of these commands and tips for their effective use.
This document uses the following string as the first command in Note that authors’ addresses are mandatory for journal articles.
the source file:
7 Rights Information
\documentclass[acmtog]{acmart}
Authors of any work published by ACM will need to complete a
3 Modifications rights form. Depending on the kind of work, and the rights man-
Modifying the template — including but not limited to: adjusting agement choice made by the author, this may be copyright transfer,
margins, typeface sizes, line spacing, paragraph and list definitions, permission, license, or an OA (open access) agreement.
and the use of the \vspace command to manually adjust the vertical Regardless of the rights management choice, the author will re-
spacing between elements of your work — is not allowed. ceive a copy of the completed rights form once it has been submitted.
Your document will be returned to you for revision if mod- This form contains LATEX commands that must be copied into the
ifications are discovered. source document. When the document source is compiled, these
commands and their parameters add formatted text to several areas
4 Typefaces of the final document:
The “acmart” document class requires the use of the “Libertine” • the “ACM Reference Format” text on the first page.
typeface family. Your TEX installation should include this set of • the “rights management” text on the first page.
packages. Please do not substitute other typefaces. The “lmodern” • the conference information in the page header(s).
and “ltimes” packages should not be used, as they will override Rights information is unique to the work; if you are preparing
the built-in typeface families. several works for an event, make sure to use the correct set of
commands with each of the works.
5 Title Information The ACM Reference Format text is required for all articles over
The title of your work should use capital letters appropriately - one page in length, and is optional for one-page articles (abstracts).
https://capitalizemytitle.com/ has useful rules for capitalization. Use
8 CCS Concepts and User-Defined Keywords
the title command to define the title of your work. If your work
has a subtitle, define it with the subtitle command. Do not insert Two elements of the “acmart” document class provide powerful
line breaks in your title. taxonomic tools for you to help readers find your work in an online
If your title is lengthy, you must define a short version to be search.
used in the page headers, to prevent overlapping text. The title The ACM Computing Classification System — https://www.acm.
command has a “short title” parameter: org/publications/class-2012 — is a set of classifiers and concepts
that describe the computing discipline. Authors can select entries
\title[short title]{full title}
from this classification system, via https://dl.acm.org/ccs/ccs.cfm,
6 Authors and Affiliations and generate the commands to be included in the LATEX source.
User-defined keywords are a comma-separated list of words and
Each author must be defined separately for accurate metadata identi- phrases of the authors’ choosing, providing a more flexible way of
fication. As an exception, multiple authors may share one affiliation. describing the research being presented.
Authors’ names should not be abbreviated; use full first names wher- CCS concepts and user-defined keywords are required for for
ever possible. Include authors’ e-mail addresses whenever possible. all articles over two pages in length, and are optional for one- and
Grouping authors’ names or e-mail addresses, or providing an two-page articles (or abstracts).
“e-mail alias,” as shown below, is not acceptable:
\author{Brooke Aster, David Mehldau} 9 Sectioning Commands
\email{dave,judy,[email protected]} Your work should use standard LATEX sectioning commands: \section,
\email{[email protected]} \subsection, \subsubsection, \paragraph, and \subparagraph.
The authornote and authornotemark commands allow a note The sectioning levels up to \subsusection should be numbered;
to apply to multiple authors — for example, if the first two authors do not remove the numbering from the commands.
of an article contributed equally to the work. Simulating a sectioning command by setting the first word or
If your author list is lengthy, you must define a shortened version words of a paragraph in boldface or italicized text is not allowed.
of the list of authors to be used in the page headers, to prevent Below are examples of sectioning commands.

ACM Trans. Graph., Vol. 37, No. 4, Article 111. Publication date: August 2018.
The Name of the Title Is Hope • 111:3

Table 1. Frequency of Special Characters how this equation: lim𝑛→∞ 𝑥 = 0, set here in in-line math style,
looks slightly different when set in display style. (See next section).
Non-English or Math Frequency Comments
11.2 Display Equations
Ø 1 in 1,000 For Swedish names
𝜋 1 in 5 Common in math A numbered display equation—one set off by vertical space from
$ 4 in 5 Used in business the text and centered horizontally—is produced by the equation
Ψ12 1 in 40,000 Unexplained usage environment. An unnumbered display equation is produced by the
displaymath environment.
Again, in either environment, you can use any of the symbols
9.1 Subsection and structures available in LATEX; this section will just give a couple
of examples of display equations in context. First, consider the
This is a subsection.
equation, shown as an inline equation above:
9.1.1 Subsubsection. This is a subsubsection. lim 𝑥 = 0 (1)
𝑛→∞
Paragraph. This is a paragraph.
Notice how it is formatted somewhat differently in the displaymath
Subparagraph This is a subparagraph.
environment. Now, we’ll enter an unnumbered equation:
10 Tables ∞
∑︁
𝑥 +1
The “acmart” document class includes the “booktabs” package — 𝑖=0
https://ctan.org/pkg/booktabs — for preparing high-quality tables.
and follow it with another numbered equation:
Table captions are placed above the table.
∞ ∫ 𝜋 +2
Because tables cannot be split across pages, the best placement ∑︁
𝑥𝑖 = 𝑓 (2)
for them is typically the top of the page nearest their initial cite. To 0
𝑖=0
ensure this proper “floating” placement of tables, use the environ-
just to demonstrate LATEX’s able handling of numbering.
ment table to enclose the table’s contents and the table caption. The
contents of the table itself must go in the tabular environment, to be
12 Figures
aligned properly in rows and columns, with the desired horizontal
and vertical rules. Again, detailed instructions on tabular material The “figure” environment should be used for figures. One or more
are found in the LATEX User’s Guide. images can be placed within a figure. If your figure contains third-
Immediately following this sentence is the point at which Table 1 party material, you must clearly identify it as such, as shown in the
is included in the input file; compare the placement of the table here example below.
with the table in the printed output of this document.
To set a wider table, which takes up the whole width of the page’s
live area, use the environment table* to enclose the table’s contents
and the table caption. As with a single-column table, this wide
table will “float” to a location deemed more desirable. Immediately
following this sentence is the point at which Table 2 is included in
the input file; again, it is instructive to compare the placement of
the table here with the table in the printed output of this document.
Always use midrule to separate table header rows from data rows,
and use it only for this purpose. This enables assistive technologies
to recognise table headers and support their users in navigating
tables more easily.

11 Math Equations
You may want to display math equations in three distinct styles:
inline, numbered or non-numbered display. Each of the three are
discussed in the next sections.

11.1 Inline (In-text) Equations


A formula that appears in the running text is called an inline or in- Fig. 1. 1907 Franklin Model D roadster. Photograph by Harris & Ewing, Inc.
text formula. It is produced by the math environment, which can be [Public domain], via Wikimedia Commons. (https://goo.gl/VLCRBB).
invoked with the usual \begin . . . \end construction or with the
short form $ . . . $. You can use any of the symbols and structures, Your figures should contain a caption which describes the figure
from 𝛼 to 𝜔, available in LATEX [Lamport 1986]; this section will to the reader.
simply show a few examples of in-text equations in context. Notice Figure captions are placed below the figure.

ACM Trans. Graph., Vol. 37, No. 4, Article 111. Publication date: August 2018.
111:4 • Trovato et al.

Table 2. Some Typical Commands

Command A Number Comments


\author 100 Author
\table 300 For tables
\table* 400 For wider tables

Every figure should also have a figure description unless it is \citestyle{acmauthoryear}


purely decorative. These descriptions convey what’s in the image
to someone who cannot see it. They are also used by search engine Some examples. A paginated journal article [Abril and Plant 2007],
crawlers for indexing images, and when images cannot be loaded. an enumerated journal article [Cohen et al. 2007], a reference to an
A figure description must be unformatted plain text less than 2000 entire issue [Cohen 1996], a monograph (whole book) [Kosiur 2001],
characters long (including spaces). Figure descriptions should a monograph/whole book in a series (see 2a in spec. document)
not repeat the figure caption – their purpose is to capture [Harel 1979], a divisible-book such as an anthology or compila-
important information that is not already provided in the tion [Editor 2007] followed by the same example, however we only
caption or the main text of the paper. For figures that convey output the series if the volume number is given [Editor 2008] (so
important and complex new information, a short text description Editor00a’s series should NOT be present since it has no vol. no.), a
may not be adequate. More complex alternative descriptions can be chapter in a divisible book [Spector 1990], a chapter in a divisible
placed in an appendix and referenced in a short figure description. book in a series [Douglass et al. 1998], a multi-volume work as book
For example, provide a data table capturing the information in a [Knuth 1997], a couple of articles in a proceedings (of a conference,
bar chart, or a structured list representing a graph. For additional symposium, workshop for example) (paginated proceedings article)
information regarding how best to write figure descriptions and [Andler 1979; Hagerup et al. 1993], a proceedings article with all
why doing this is so important, please see https://www.acm.org/ possible elements [Smith 2010], an example of an enumerated pro-
publications/taps/describing-figures/. ceedings article [Gundy et al. 2007], an informally published work
[Harel 1978], a couple of preprints [Anzaroot et al. 2014; Bornmann
12.1 The “Teaser Figure” et al. 2019], a doctoral dissertation [Clarkson 1985], a master’s the-
A “teaser figure” is an image, or set of images in one figure, that are sis: [Anisi 2003], an online document / world wide web resource
placed after all author and affiliation information, and before the [Ablamowicz and Fauser 2007; Poker-Edge.Com 2006; Thornburg
body of the article, spanning the page. If you wish to have such a 2001], a video game (Case 1) [Obama 2008] and (Case 2) [Novak
figure in your article, place the command immediately before the 2003] and [Lee 2005] and (Case 3) a patent [Scientist 2009], work
\maketitle command: accepted for publication [Rous 2008], ’YYYYb’-test for prolific au-
thor [Saeedi et al. 2010a] and [Saeedi et al. 2010b]. Other cites might
\begin{teaserfigure}
contain ’duplicate’ DOI and URLs (some SIAM articles) [Kirschmer
\includegraphics[width=\textwidth]{sampleteaser}
and Voight 2010]. Boris / Barbara Beeton: multi-volume works as
\caption{figure caption}
books [Hörmander 1985b] and [Hörmander 1985a]. A couple of ci-
\Description{figure description}
tations with DOIs: [IEEE 2004; Kirschmer and Voight 2010]. Online
\end{teaserfigure}
citations: [Thornburg 2001; TUG 2017; Veytsman 2017]. Artifacts:
[R Core Team 2019] and [Anzaroot and McCallum 2013].
13 Citations and Bibliographies
The use of BibTEX for the preparation and formatting of one’s refer-
ences is strongly recommended. Authors’ names should be complete 14 Acknowledgments
— use full first names (“Donald E. Knuth”) not initials (“D. E. Knuth”) Identification of funding sources and other support, and thanks to
— and the salient identifying features of a reference should be in- individuals and groups that assisted in the research and the prepara-
cluded: title, year, volume, number, pages, article DOI, etc. tion of the work should be included in an acknowledgment section,
The bibliography is included in your source document with these which is placed just before the reference section in your document.
two commands, placed just before the \end{document} command: This section has a special environment:
\bibliographystyle{ACM-Reference-Format}
\begin{acks}
\bibliography{bibfile}
...
where “bibfile” is the name, without the “.bib” suffix, of the \end{acks}
BibTEX file.
Citations and references are numbered by default. A small num- so that the information contained therein can be more easily col-
ber of ACM publications have citations and references formatted in lected during the article metadata extraction phase, and to ensure
the “author year” style; for these exceptions, please include this com- consistency in the spelling of the section heading.
mand in the preamble (before the command “\begin{document}”) Authors should not prepare this section as a numbered or unnum-
of your LATEX source: bered \section; please use the “acks” environment.

ACM Trans. Graph., Vol. 37, No. 4, Article 111. Publication date: August 2018.
The Name of the Title Is Hope • 111:5

15 Appendices Sam Anzaroot, Alexandre Passos, David Belanger, and Andrew McCallum. 2014.
Learning Soft Linear Constraints with Application to Citation Field Extraction.
If your work needs an appendix, add it before the “\end{document}” arXiv:1403.1349
command at the conclusion of your source document. Lutz Bornmann, K. Brad Wray, and Robin Haunschild. 2019. Citation concept analysis
(CCA)—A new form of citation analysis revealing the usefulness of concepts for
Start the appendix with the “appendix” command: other researchers illustrated by two exemplary case studies including classic books
\appendix by Thomas S. Kuhn and Karl R. Popper. arXiv:1905.12410 [cs.DL]
Kenneth L. Clarkson. 1985. Algorithms for Closest-Point Problems (Computational
and note that in the appendix, sections are lettered, not numbered. Geometry). Ph. D. Dissertation. Stanford University, Palo Alto, CA. UMI Order
Number: AAT 8506171.
This document has two appendices, demonstrating the section and Jacques Cohen (Ed.). 1996. Special issue: Digital Libraries. Commun. ACM 39, 11 (Nov.
subsection identification method. 1996).
Sarah Cohen, Werner Nutt, and Yehoshua Sagic. 2007. Deciding equivalances among
conjunctive aggregate queries. J. ACM 54, 2, Article 5 (April 2007), 50 pages. doi:10.
16 Multi-language papers 1145/1219092.1219093
Bruce P. Douglass, David Harel, and Mark B. Trakhtenbrot. 1998. Statecarts in use:
Papers may be written in languages other than English or include structured analysis and object-orientation. In Lectures on Embedded Systems, Grze-
titles, subtitles, keywords and abstracts in different languages (as gorz Rozenberg and Frits W. Vaandrager (Eds.). Lecture Notes in Computer Science,
a rule, a paper in a language other than English should include Vol. 1494. Springer-Verlag, London, 368–394. doi:10.1007/3-540-65193-4_29
Ian Editor (Ed.). 2007. The title of book one (1st. ed.). The name of the series one, Vol. 9.
an English title and an English abstract). Use language=... for University of Chicago Press, Chicago. doi:10.1007/3-540-09237-4
every language used in the paper. The last language indicated is Ian Editor (Ed.). 2008. The title of book two (2nd. ed.). University of Chicago Press,
Chicago, Chapter 100. doi:10.1007/3-540-09237-4
the main language of the paper. For example, a French paper with Matthew Van Gundy, Davide Balzarotti, and Giovanni Vigna. 2007. Catch me, if you can:
additional titles and abstracts in English and German may start with Evading network signatures with web-based polymorphic worms. In Proceedings of
the following command the first USENIX workshop on Offensive Technologies (WOOT ’07). USENIX Association,
Berkley, CA, Article 7, 9 pages.
\documentclass[sigconf, language=english, language=german, Torben Hagerup, Kurt Mehlhorn, and J. Ian Munro. 1993. Maintaining Discrete Proba-
bility Distributions Optimally. In Proceedings of the 20th International Colloquium on
language=french]{acmart} Automata, Languages and Programming (Lecture Notes in Computer Science, Vol. 700).
Springer-Verlag, Berlin, 253–264.
The title, subtitle, keywords and abstract will be typeset in the David Harel. 1978. LOGICS of Programs: AXIOMATICS and DESCRIPTIVE POWER.
main language of the paper. The commands \translatedXXX, XXX MIT Research Lab Technical Report TR-200. Massachusetts Institute of Technology,
begin title, subtitle and keywords, can be used to set these elements Cambridge, MA.
David Harel. 1979. First-Order Dynamic Logic. Lecture Notes in Computer Science,
in the other languages. The environment translatedabstract is Vol. 68. Springer-Verlag, New York, NY. doi:10.1007/3-540-09237-4
used to set the translation of the abstract. These commands and Lars Hörmander. 1985a. The analysis of linear partial differential operators. III.
environment have a mandatory first argument: the language of the Grundlehren der Mathematischen Wissenschaften [Fundamental Principles of Math-
ematical Sciences], Vol. 275. Springer-Verlag, Berlin, Germany. viii+525 pages.
second argument. See sample-sigconf-i13n.tex file for examples Pseudodifferential operators.
of their usage. Lars Hörmander. 1985b. The analysis of linear partial differential operators. IV.
Grundlehren der Mathematischen Wissenschaften [Fundamental Principles of Math-
ematical Sciences], Vol. 275. Springer-Verlag, Berlin, Germany. vii+352 pages.
17 SIGCHI Extended Abstracts Fourier integral operators.
IEEE 2004. IEEE TCSC Executive Committee. In Proceedings of the IEEE International
The “sigchi-a” template style (available only in LATEX and not in Conference on Web Services (ICWS ’04). IEEE Computer Society, Washington, DC,
Word) produces a landscape-orientation formatted article, with a USA, 21–22. doi:10.1109/ICWS.2004.64
wide left margin. Three environments are available for use with Markus Kirschmer and John Voight. 2010. Algorithmic Enumeration of Ideal Classes
for Quaternion Orders. SIAM J. Comput. 39, 5 (Jan. 2010), 1714–1747. doi:10.1137/
the “sigchi-a” template style, and produce formatted output in the 080734467
margin: Donald E. Knuth. 1997. The Art of Computer Programming, Vol. 1: Fundamental Algo-
rithms (3rd. ed.). Addison Wesley Longman Publishing Co., Inc.
sidebar: Place formatted text in the margin. David Kosiur. 2001. Understanding Policy-Based Networking (2nd. ed.). Wiley, New
York, NY.
marginfigure: Place a figure in the margin. Leslie Lamport. 1986. LATEX: A Document Preparation System. Addison-Wesley, Reading,
margintable: Place a table in the margin. MA.
Newton Lee. 2005. Interview with Bill Kinder: January 13, 2005. Video. Comput.
Entertain. 3, 1, Article 4 (Jan.-March 2005). doi:10.1145/1057270.1057278
Acknowledgments Dave Novak. 2003. Solder man. Video. In ACM SIGGRAPH 2003 Video Review on
To Robert, for the bagels and explaining CMYK and color spaces. Animation theater Program: Part I - Vol. 145 (July 27–27, 2003). ACM Press, New
York, NY, 4. doi:99.9999/woot07-S422 http://video.google.com/videoplay?docid=
6528042696351994555
References Barack Obama. 2008. A more perfect union. Video. Retrieved March 21, 2008 from
http://video.google.com/videoplay?docid=6528042696351994555
Rafal Ablamowicz and Bertfried Fauser. 2007. CLIFFORD: a Maple 11 Package for Poker-Edge.Com. 2006. Stats and Analysis. Retrieved June 7, 2006 from http://www.
Clifford Algebra Computations, version 11. Retrieved February 28, 2008 from http: poker-edge.com/stats.php
//math.tntech.edu/rafal/cliff11/index.html R Core Team. 2019. R: A Language and Environment for Statistical Computing. R
Patricia S. Abril and Robert Plant. 2007. The patent holder’s dilemma: Buy, sell, or troll? Foundation for Statistical Computing, Vienna, Austria. https://www.R-project.org/
Commun. ACM 50, 1 (Jan. 2007), 36–44. doi:10.1145/1188913.1188915 Bernard Rous. 2008. The Enabling of Digital Libraries. Digital Libraries 12, 3, Article 5
Sten Andler. 1979. Predicate Path expressions. In Proceedings of the 6th. ACM SIGACT- (July 2008). To appear.
SIGPLAN symposium on Principles of Programming Languages (POPL ’79). ACM Mehdi Saeedi, Morteza Saheb Zamani, and Mehdi Sedighi. 2010a. A library-based
Press, New York, NY, 226–236. doi:10.1145/567752.567774 synthesis methodology for reversible logic. Microelectron. J. 41, 4 (April 2010),
David A. Anisi. 2003. Optimal Motion Control of a Ground Vehicle. Master’s thesis. Royal 185–194.
Institute of Technology (KTH), Stockholm, Sweden. Mehdi Saeedi, Morteza Saheb Zamani, Mehdi Sedighi, and Zahra Sasanian. 2010b.
Sam Anzaroot and Andrew McCallum. 2013. UMass Citation Field Extraction Synthesis of Reversible Circuit Using Cycle-Based Approach. J. Emerg. Technol.
Dataset. Retrieved May 27, 2019 from http://www.iesl.cs.umass.edu/data/data- Comput. Syst. 6, 4 (Dec. 2010).
umasscitationfield

ACM Trans. Graph., Vol. 37, No. 4, Article 111. Publication date: August 2018.
111:6 • Trovato et al.

Joseph Scientist. 2009. The fountain of youth. Patent No. 12345, Filed July 1st., 2008, A.2 Part Two
Issued Aug. 9th., 2009.
Stan W. Smith. 2010. An experiment in bibliographic mark-up: Parsing metadata for Etiam commodo feugiat nisl pulvinar pellentesque. Etiam auctor
XML export. In Proceedings of the 3rd. annual workshop on Librarians and Computers sodales ligula, non varius nibh pulvinar semper. Suspendisse nec
(LAC ’10, Vol. 3), Reginald N. Smythe and Alexander Noble (Eds.). Paparazzi Press,
Milan Italy, 422–431. doi:99.9999/woot07-S422
lectus non ipsum convallis congue hendrerit vitae sapien. Donec
Asad Z. Spector. 1990. Achieving application requirements. In Distributed Systems (2nd. at laoreet eros. Vivamus non purus placerat, scelerisque diam eu,
ed.), Sape Mullender (Ed.). ACM Press, New York, NY, 19–33. doi:10.1145/90417.90738 cursus ante. Etiam aliquam tortor auctor efficitur mattis.
Harry Thornburg. 2001. Introduction to Bayesian Statistics. Retrieved March 2, 2005
from http://ccrma.stanford.edu/~jos/bayes/bayes.html
TUG 2017. Institutional members of the TEX Users Group. Retrieved May 27, 2017 from B Online Resources
http://wwtug.org/instmem.html
Boris Veytsman. 2017. acmart—Class for typesetting publications of ACM. Retrieved
Nam id fermentum dui. Suspendisse sagittis tortor a nulla mollis,
May 27, 2017 from http://www.ctan.org/pkg/acmart in pulvinar ex pretium. Sed interdum orci quis metus euismod, et
sagittis enim maximus. Vestibulum gravida massa ut felis suscipit
A Research Methods congue. Quisque mattis elit a risus ultrices commodo venenatis eget
A.1 Part One dui. Etiam sagittis eleifend elementum.
Nam interdum magna at lectus dignissim, ac dignissim lorem
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi male- rhoncus. Maecenas eu arcu ac neque placerat aliquam. Nunc pulv-
suada, quam in pulvinar varius, metus nunc fermentum urna, id inar massa et mattis lacinia.
sollicitudin purus odio sit amet enim. Aliquam ullamcorper eu ip-
sum vel mollis. Curabitur quis dictum nisl. Phasellus vel semper Received 20 February 2007; revised 12 March 2009; accepted 5 June 2009
risus, et lacinia dolor. Integer ultricies commodo sem nec semper.

ACM Trans. Graph., Vol. 37, No. 4, Article 111. Publication date: August 2018.

You might also like