%This is the basic template for ETRA 2024 Late Breaking Work
%A percentage sign denotes a comment
%% The first command in your LaTeX source must be the \documentclass command.
% ETRA LBW 2024 Note: it's the two column layout needed for LBW so \documentclass[sigconf]{acmart} is needed rather than \documentclass[manuscript,screen]{acmart}
\documentclass[sigconf]{acmart}
% ETRA LBW 2024 Note:
%References must follow the SIGRAPH author year/style, rather than the number format: \citestyle{acmauthoryear} is needed for ETRA LBW
\citestyle{acmauthoryear}
%% ETRA LBW 2024 Note: some general information about allowed packages if you are trying to use additional packages:
%% To ensure 100% compatibility, please check the allow list of
%% approved LaTeX packages to be used with the Master Article Template at
%% https://authors.acm.org/proceedings/production-information/accepted-latex-packages
%% before creating your document. The allow list page provides
%% information on how to submit additional LaTeX packages for
%% review and adoption.
%% Fonts used in the template cannot be substituted; margin
%% adjustments are not allowed.
%% ETRA LBW 2024 Note: do not change this
%% \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}}}
%% ETRA LBW 2024 Note: you don't need to do anything with this unless the paper is accepted - leave it as is until then
%% 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{XXXXXXX.XXXXXXX}
%% ETRA LBW 2024 Note: you don't need to do anything with this unless the paper is accepted - leave it as is until then
%% These commands are for a PROCEEDINGS abstract or paper.
\acmConference[Conference acronym 'XX]{Make sure to enter the correct
conference title from your rights confirmation email}{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}
%% end of the preamble, start of the body of the document source.
\begin{document}
%%
%% The "title" command has an optional parameter,
%% allowing the author to define a "short title" to be used in page headers.
\title{This is the basic template for ETRA 2024 Late Breaking Work}
%%
%% 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}
\country{USA}
\postcode{43017-6221}
}
\author{Lars Th{\o}rv{\"a}ld}
\affiliation{%
\institution{The Th{\o}rv{\"a}ld Group}
\streetaddress{1 Th{\o}rv{\"a}ld Circle}
\city{Hekla}
\country{Iceland}}
\email{larst@affiliation.org}
\author{Valerie B\'eranger}
\affiliation{%
\institution{Inria Paris-Rocquencourt}
\city{Rocquencourt}
\country{France}
}
\author{Aparna Patel}
\affiliation{%
\institution{Rajiv Gandhi University}
\streetaddress{Rono-Hills}
\city{Doimukh}
\state{Arunachal Pradesh}
\country{India}}
\author{Huifen Chan}
\affiliation{%
\institution{Tsinghua University}
\streetaddress{30 Shuangqing Rd}
\city{Haidian Qu}
\state{Beijing Shi}
\country{China}}
\author{Charles Palmer}
\affiliation{%
\institution{Palmer Research Laboratories}
\streetaddress{8600 Datapoint Drive}
\city{San Antonio}
\state{Texas}
\country{USA}
\postcode{78229}}
\email{cpalmer@prl.com}
%%
%% 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}{Trovato and Tobin, et al.}
%-----------------------
%-------Abstract-------
%-----------------------
\begin{abstract}
Edit this - no more than 150 words.
\end{abstract}
%% ETRA LBW 2024 Note: this the CCSXML information is optional
%% 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.
%<ccs2012>
% <concept>
% <concept_id>10002978.10003029</concept_id>
% <concept_desc>Security and privacy~Human and societal aspects of security and privacy</concept_desc>
% <concept_significance>500</concept_significance>
% </concept>
% </ccs2012>
%\end{CCSXML}
%\ccsdesc[500]{Security and privacy~Human and societal aspects of security and privacy}
%% ETRA LBW 2024 Note: replace with your own keywords.
%% Keywords. The author(s) should pick words that accurately describe
%% the work being presented. Separate the keywords with commas.
\keywords{Keyword1, keyword2, keyword3, keyword4}
%% ETRA LBW 2024 Note: This is optional
%% A "teaser" image appears between the author and affiliation
%% information and the body of the document, and typically spans the
%% page.
\begin{teaserfigure}
\includegraphics[width=\textwidth]{images/1280x400.png}
\caption{Example teaser image.}
\Description{Grey box containing the numbers 1280x400}
\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
%------------------------
%-------Introduction ----
%------------------------
\label{intro}
\section{Introduction}
Please edit the sections of this template as you see fit - whatever works for the research you wish to present.
%-----------------------
%-------Background----
%-----------------------
\label{background}
\section{Related Work}
Edit this text. Here is an example of a reference \cite{10.1145/3588015.3590113}. Here is another example \cite{10.1145/3588015.3590127}
%-----------------------
%-------Methods----
%-----------------------
\label{methods}
\section{Methods}
Edit this text.
%ETRA LBW 2024 Note: an example of how to place an image. h means right here. The image doesn't fit in column one so still moves to column two.
\begin{figure}[h]
\includegraphics[width=\linewidth]{images/600x400.png}
\Description{An grey box containing 600x400 as a placeholder}
\caption{Example image caption}
\label{fig:exampleOne}
\end{figure}
%-----------------------
%-------Results----
%-----------------------
\label{results}
\section{Results}
Edit this.
%%ETRA LBW 2024 Note: One column table
\begin{table}
\caption{Frequency of Special Characters}
\label{tab:freq}
\begin{tabular}{ccl}
\toprule
Non-English or Math&Frequency&Comments\\
\midrule
\O & 1 in 1,000& For Swedish names\\
$\pi$ & 1 in 5& Common in math\\
\$ & 4 in 5 & Used in business\\
$\Psi^2_1$ & 1 in 40,000& Unexplained usage\\
\bottomrule
\end{tabular}
\end{table}
% %ETRA LBW 2024 Note: Wider table taking up the full page - commented out by default
%\begin{table*}
% \caption{Some Typical Commands}
% \label{tab:commands}
% \begin{tabular}{ccl}
% \toprule
% Command &A Number & Comments\\
% \midrule
% \texttt{{\char'134}author} & 100& Author \\
% \texttt{{\char'134}table}& 300 & For tables\\
% \texttt{{\char'134}table*}& 400& For wider tables\\
% \bottomrule
% \end{tabular}
%\end{table*}
Referencing Table \ref{tab:freq}in-text.
%-----------------------
%-------Conclusions----
%-----------------------
\label{conclusions}
\section{Conclusions and Future Work}
Edit this.
%-----------------------
%-------Acknowledgments-
%-----------------------
\begin{acks}
Identification of funding sources and other support, and thanks to
individuals and groups that assisted in the research and the
preparation of the work should be included in an acknowledgment
section, which is placed just before the reference section in your
document.
\end{acks}
%-----------------------
%-------Appendices-
%-----------------------
%ETRA LBW 2024 Note: These are optional and have commented these out by default
%\appendix
%\section{Example Appendix Section}
%\subsection{Part One}
%Edit this..
%\subsection{Part Two}
%Edit this.
%% The next two lines define the bibliography style to be used, and
%% the bibliography file.
\bibliographystyle{ACM-Reference-Format}
\bibliography{references}
\end{document}
\endinput
%%
%% End of file `main-document.tex'.