Position_Paper_Template
Autor
Patricia Lago
Last Updated
hace 2 años
License
Creative Commons CC BY 4.0
Resumen
This template guides the creation of a position paper.
This template guides the creation of a position paper.
%
\documentclass[sigconf,review]{acmart}
\settopmatter{printacmref=false} % Removes citation information below abstract
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\pagestyle{plain} % removes running headers
\usepackage{pifont} % used for \todo symbol
\newcommand{\todo}[1]{\textcolor{blue}{#1}}
\usepackage{hyperref}
\usepackage{float}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
% Rights management information.
% This information is sent to you when you complete the rights form.
% the commands and values with those provided to you when you complete the rights form.
%
% These commands are for a PROCEEDINGS abstract or paper.
% \copyrightyear{2018}
% \acmYear{2018}
% \setcopyright{acmlicensed}
% \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}
% \acmDOI{10.1145/1122445.1122456}
% \acmISBN{978-1-4503-9999-9/18/06}
%
% These commands are for a JOURNAL article.
%\setcopyright{acmcopyright}
%\acmJournal{TOG}
%\acmYear{2018}\acmVolume{37}\acmNumber{4}\acmArticle{111}\acmMonth{8}
%\acmDOI{10.1145/1122445.1122456}
%
% 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. 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}
% The first command in your LaTeX source must be the \documentclass command.
%
% end of the preamble, start of the body of the document source.
\begin{document}
% These commands have SAMPLE values in them; it is your responsibility as an author to replace
%
% The "title" command has an optional parameter, allowing the author to define a "short title" to be used in page headers.
\title{Position Paper Template (Your title goes here)}
%
% The "author" command and its associated commands are used to define the authors and their affiliations.
% Of note is the shared affiliation of the first two authors, and the "authornote" and "authornotemark" commands
% used to denote shared contribution to the research.
% \author{Ben Trovato}
% \authornote{Both authors contributed equally to this research.}
% \email{trovato@corporation.com}
% \orcid{1234-5678-9012}
% \author{G.K.M. Tobin}
% \authornotemark[1]
% \email{webmaster@marysville-ohio.com}
% \affiliation{%
% \institution{Institute for Clarity in Documentation}
% \streetaddress{P.O. Box 1212}
% \city{Dublin}
% \state{Ohio}
% \postcode{43017-6221}
% }
\author{Jane Doe}
\affiliation{%
\institution{Group \todo{groupID}, \\ Vrije Universiteit Amsterdam, The Netherlands}
}
\email{j.doe@vu.nl}
\authornote{VUnetID \todo{add here}}
\author{Jasper Jansen}
\affiliation{%
\institution{Group \todo{groupID}, \\ Vrije Universiteit Amsterdam, The Netherlands}
}
\email{j.jansen@vu.nl}
\authornote{VUnetID \todo{add here}}
%
% By default, the full list of authors will be used in the page headers. Often, this list is too long, and will overlap
% other information printed in the page headers. This command allows the author to define a more concise list
% of authors' names for this purpose.
%\renewcommand{\shortauthors}{Verdecchia, et al.}
%
% The abstract is a short summary of the work to be presented in the article.
\begin{abstract}
\todo{The abstract of the study goes here. A good abstract shortly summarizes the paper by covering: (i) a presentation of the topic covered, (ii) the research followed, (iii) the main findings of the study, and (iv) the outcome of the investigation}
\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}
% <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. The author(s) should pick words that accurately describe the work being
% presented. Separate the keywords with commas.
\keywords{Position Paper, \todo{Other keywords identifying your study separated by comma}}
%
% A "teaser" image appears between the author and affiliation information and the body
% of the document, and typically spans the page.
%
% This command processes the author and affiliation and title information and builds
% the first part of the formatted document.
\maketitle
%\vspace{10pt}
\input{introduction.tex}
\input{body.tex}
\input{conclusion.tex}
\bibliographystyle{ACM-Reference-Format}
\bibliography{bibliography}
\appendix
\section{Individual Contribution}
\todo{Add a table explaining for each section, the contribution of each author.}
%
% If your work has an appendix, this is the place to put it.
%\appendix
\end{document}