\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} \newcommand{\schedutil}{\texttt{schedutil}\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} 10010520.10010553.10010562 Computer systems organization~Embedded systems 500 10010520.10010575.10010755 Computer systems organization~Redundancy 300 10010520.10010553.10010554 Computer systems organization~Robotics 100 10003033.10003083.10003095 Networks~Network reliability 100 \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