Skip to content
Snippets Groups Projects
Commit 8cab3b66 authored by Antti Hyttinen's avatar Antti Hyttinen
Browse files

Appendix to the end of the paper as requested by the call for papers.

parent 4d5d3550
No related branches found
No related tags found
No related merge requests found
%\documentclass{article}
%\usepackage{float}
%\usepackage[caption = false]{subfig}
%\usepackage[final]{graphicx}
%
%\RequirePackage{graphicx,xcolor}
%
%\usepackage{mathtools}
%\usepackage{xspace} % fix space in macros
%\usepackage{units} % nicer slanted fractions
%\usepackage{xfrac}
%\input{macros}
%\usepackage{chato-notes}
%
%
%
%\usepackage[margin=0.8in]{geometry}
%
%\begin{document}
\documentclass[sigconf,anonymous]{acmart}
% \documentclass[sigconf]{acmart}
\usepackage{tikz}
\usepackage{tikz-cd}
\usetikzlibrary{arrows,automata, positioning}
% Packages
\usepackage{type1cm} % type1 computer modern font
\usepackage{graphicx} % advanced figures
\usepackage{xspace} % fix space in macros
\usepackage{balance} % to better equalize the last page
\usepackage{multirow} % multi rows for tables
\usepackage[font={bf}, tableposition=top]{caption} % captions on top for tables
\usepackage{bold-extra} % bold + {small capital, italic}
\usepackage{siunitx} % \num for decimal grouping
\usepackage[vlined,linesnumbered,ruled,noend]{algorithm2e} % algorithms
\usepackage{booktabs} % nicer tables
%\usepackage[hyphens]{url} % handle long urls
%\usepackage[bookmarks, pdftex, colorlinks=false]{hyperref} % clickable references
%\usepackage[square,numbers]{natbib} % better references
\usepackage{microtype} % compress text
\usepackage{units} % nicer slanted fractions
\usepackage{mathtools} % amsmath++
%\usepackage{amssymb} % math symbols
%\usepackage{amsmath}
\usepackage{relsize}
\usepackage{caption}
\captionsetup{belowskip=6pt,aboveskip=2pt} % to save space.
%\usepackage{subcaption}
% \usepackage{multicolumn}
\usepackage[]{inputenc}
\usepackage{xfrac}
\RequirePackage{graphicx,color}
\usepackage[font={small}]{subfig} % subfig, 4 figures in a row
\usepackage{pifont}
\usepackage{footnote} % show footnotes in tables
\makesavenoteenv{table}
\newtheorem{problem}{Problem}
\newcommand{\ourtitle}{Evaluating Decision Makers over Selectively Labeled Data\\Appendix}
\input{macros}
\usepackage{chato-notes}
\title{\ourtitle}
\author{Michael Mathioudakis}
\affiliation{%
\institution{University of Helsinki}
\city{Helsinki}
\country{Finland}
}
\email{michael.mathioudakis@helsinki.fi}
\begin{document}
\fancyhead{}
\maketitle
\renewcommand{\shortauthors}{Authors}
\appendix
\section{Technical details}
%\note{Riku}{From KDD: ''In addition, authors can provide an optional two (2) page supplement at the end of their submitted paper (it needs to be in the same PDF file and start at page 10) focused on reproducibility. This supplement can only be used to include (i) information necessary for reproducing the experimental results, insights, or conclusions reported in the paper (e.g., various algorithmic and model parameters and configurations, hyper-parameter search spaces, details related to dataset filtering and train/test splits, software versions, detailed hardware configuration, etc.), and (ii) any pseudo-code, or proofs that due to space limitations, could not be included in the main nine-page manuscript, but that help in reproducibility (see reproducibility policy below for more details).''}
......@@ -368,7 +278,7 @@ These figures also feature the \textbf{Probabilistic} decision maker: Each subje
%\label{fig:approach}
%\end{figure}
\clearpage
\begin{figure*}%[H]
\centering
......@@ -446,6 +356,3 @@ These figures also feature the \textbf{Probabilistic} decision maker: Each subje
%\end{figure}
%\newpage
\end{document}
......@@ -114,6 +114,6 @@ The approach is also demonstrated to be robust to different variations in the de
\bibliography{biblio}
%\balancecolumns % GM June 2007
%\input{appendix}
\input{appendix}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment