{% raw %} \pdfoutput=1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % [paper-cutter clarifications] % % DO NOT EDIT THIS FILE (unless you know what you are doing). % THIS IS A FILE SUPPLIED BY THE TEMPLATE. % PLEASE EDIT main.tex INSTEAD. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% This is file `sample-sigconf.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% samples.dtx (with options: `sigconf') %% %% IMPORTANT NOTICE: %% %% For the copyright see the source file. %% %% Any modified versions of this file must be renamed %% with new filenames distinct from sample-sigconf.tex. %% %% For distribution of the original source see the terms %% for copying and modification in the file samples.dtx. %% %% This generated file may be distributed as long as the %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% %% The first command in your LaTeX source must be the \documentclass command. \documentclass[sigconf]{acmart} %% %% \BibTeX command to typeset BibTeX logo in the docs \AtBeginDocument{% \providecommand\BibTeX{{% \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}} %% Rights management information. This information is sent to you %% when you complete the rights form. These commands have SAMPLE %% values in them; it is your responsibility as an author to replace %% the commands and values with those provided to you when you %% complete the rights form. \setcopyright{acmcopyright} \copyrightyear{2018} \acmYear{2018} \acmDOI{10.1145/1122445.1122456} %% These commands are for a PROCEEDINGS abstract or paper. \acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural Gaze Detection}{June 03--05, 2018}{Woodstock, NY} \acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection, June 03--05, 2018, Woodstock, NY} \acmPrice{15.00} \acmISBN{978-1-4503-XXXX-X/18/06} %% %% Submission ID. %% Use this when submitting an article to a sponsored event. You'll %% receive a unique submission ID from the organizers %% of the event, and this ID should be used as the parameter to this command. %%\acmSubmissionID{123-A56-BU3} %% %% The majority of ACM publications use numbered citations and %% references. The command \citestyle{authoryear} switches to the %% "author year" style. %% %% If you are preparing content for an event %% sponsored by ACM SIGGRAPH, you must use the "author year" style of %% citations and references. %% Uncommenting %% the next command will enable that style. %%\citestyle{acmauthoryear} \newcommand\bycite[1]{in~\citet{#1}} \input{config} \input{extras} \input{preamble} %% %% end of the preamble, start of the body of the document source. \begin{document} \input{metadata} %% %% The abstract is a short summary of the work to be presented in the %% article. \begin{abstract} \input{abstract} \end{abstract} %% %% 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. The author(s) should pick words that accurately describe %% the work being presented. Separate the keywords with commas. \keywords{datasets, neural networks, gaze detection, text tagging} %% A "teaser" image appears between the author and affiliation %% information and the body of the document, and typically spans the %% page. % commented by F.G. %% \begin{teaserfigure} %% \includegraphics[width=\textwidth]{sampleteaser} %% \caption{Seattle Mariners at Spring Training, 2010.} %% \Description{Enjoying the baseball game from the third-base %% seats. Ichiro Suzuki preparing to bat.} %% \label{fig:teaser} %% \end{teaserfigure} %% %% This command processes the author and affiliation and title %% information and builds the first part of the formatted document. \maketitle \input{main} %% %% The next two lines define the bibliography style to be used, and %% the bibliography file. \bibliographystyle{ACM-Reference-Format} \bibliography{bibliography} %% %% If your work has an appendix, this is the place to put it. \ifwithappendix \appendix \input{appendix} \fi \end{document} \endinput %% %% End of file `sample-sigconf.tex'. %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: {% endraw %}