paper-KeepItSimple/main.tex

131 lines
3.3 KiB
TeX

\documentclass[sigconf,anonymous,10pt,review]{acmart}
%\documentclass[sigconf,10pt]{acmart}
\usepackage{todonotes}
\usepackage{subcaption}
\usepackage{xspace}
%\usepackage{multirow}
\newcommand{\feedback}[1]{[[\textcolor{blue}{#1}]]}
\newcommand{\bfcaption}[1]{\caption{\bf #1}}
\newcommand{\trimfigurespacing}{\vspace*{-4mm}}
\newcommand{\systemname}{\textsc{KeepItSimple}\xspace}
\newcommand{\XXXnote}[1]{\textcolor{red}{\bfseries XXX: #1}}
\newcommand{\tinysection}[1]{\smallskip \noindent \textbf{#1.}~}
%\newcommand{\keepitsimple}{\systemname}
%\newcommand{\todo}[1]{[[]\textcolor{red}{#1}]}
\newcommand{\fixme}[1]{[[\textcolor{green}{#1}]]}
\newcommand{\optspeed}{70\%}
\newcommand{\facebook}{Facebook\xspace}
\setcopyright{acmcopyright}
\copyrightyear{2018}
\acmYear{2018}
\acmDOI{XXXXXXX.XXXXXXX}
\acmConference[Conference acronym 'XX]{Make sure to enter the correct
conference title from your rights confirmation emai}{June 03--05,
2018}{Woodstock, NY}
\acmPrice{15.00}
\acmISBN{978-1-4503-XXXX-X/18/06}
\begin{document}
\title{Keep It Simple Governor}
\author{Carl Nuessle}
\affiliation{%
\institution{SUNY Buffalo}
\email{carlnues@buffalo.edu}
}
\author{Lukasz Ziarek}
\affiliation{%
\institution{SUNY Buffalo}
\email{lziarek@buffalo.edu}
}
\author{Oliver Kennedy}
\affiliation{%
\institution{SUNY Buffalo}
\email{okennedy@buffalo.edu}
}
\renewcommand{\shortauthors}{Nuessle et al.}
%%
%% The code below is generated by the tool at http://dl.acm.org/ccs.cfm.
%% Please copy and paste the code instead of the example below.
%%
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10010562</concept_id>
<concept_desc>Computer systems organization~Embedded systems</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010575.10010755</concept_id>
<concept_desc>Computer systems organization~Redundancy</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010553.10010554</concept_id>
<concept_desc>Computer systems organization~Robotics</concept_desc>
<concept_significance>100</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003083.10003095</concept_id>
<concept_desc>Networks~Network reliability</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Computer systems organization~Embedded systems}
\ccsdesc[300]{Computer systems organization~Redundancy}
\ccsdesc{Computer systems organization~Robotics}
\ccsdesc[100]{Networks~Network reliability}
%\keywords{datasets, neural networks, gaze detection, text tagging}
\begin{abstract}
\input{sections/abstract.tex}
\end{abstract}
\maketitle
\section{Introduction}
\label{sec:introduction}
\input{sections/introduction.tex}
\section{System Design}
\label{sec:design}
\input{sections/design.tex}
\section{Evaluation}
\label{sec:evaluation}
\input{sections/evaluation.tex}
\section{Related Work}
\label{sec:related}
\input{sections/related.tex}
\section{Conclusions}
\label{sec:conclusions}
\input{sections/conclusion.tex}
\section{Notes}
\label{sec:notes}
\input{sections/notes.tex}
%\begin{acks}
%\end{acks}
\bibliographystyle{ACM-Reference-Format}
\bibliography{bibliography}
\end{document}
\endinput