diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-29 19:39:56 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-29 19:39:56 -0500 |
| commit | 310718cb00370138b8d6f0e8a8222e5ecdda843c (patch) | |
| tree | 113938bc18de495bc555e146c5ab098a82d5095e /paper.tex | |
| parent | 49880b3de9e4a4a190e26d03dbe093e3534823de (diff) | |
| download | recommendation-master.tar.gz | |
Diffstat (limited to 'paper.tex')
| -rwxr-xr-x | paper.tex | 42 |
1 files changed, 16 insertions, 26 deletions
@@ -1,30 +1,22 @@ -\documentclass{llncs} -\usepackage[numbers, sectionbib]{natbib} +\documentclass[prodmode,acmteac]{acmsmall} +%\usepackage[numbers, sectionbib]{natbib} \usepackage[utf8]{inputenc} \usepackage{amsmath,amsfonts} \usepackage{algorithm, algpseudocode} -\usepackage{bbm,color,verbatim} +\usepackage{bbm,color,verbatim, microtype} \input{definitions} -\usepackage[pagebackref=true,breaklinks=true,colorlinks=true,pagebackref=false]{hyperref} -\title{Budget Feasible Mechanisms \\for Experimental Design} +\usepackage[pagebackref=false,breaklinks=true]{hyperref} +\title{Budget Feasible Mechanisms for Experimental Design} \author{ - Thibaut Horel\inst{1} - \and - Stratis Ioannidis\inst{2} - \and - S. Muthukrishnan\inst{3} -} -\institute{École Normale Supérieure, \email{thibaut.horel@normalesup.org} - \and - Technicolor, \email{stratis.ioannidis@technicolor.com} - \and - Rutgers University, \email{muthu@cs.rutgers.edu} + Thibaut Horel\affil{Harvard University} + Stratis Ioannidis\affil{Northeastern University} + S. Muthukrishnan\affil{Rutgers University} } \begin{document} -\maketitle \begin{abstract} \input{abstract} \end{abstract} +\maketitle \section{Introduction} \input{intro} @@ -38,16 +30,14 @@ \input{conclusion} \section*{Acknowledgments} \input{ack} -\bibliographystyle{splncsnat} -\begin{footnotesize} +\bibliographystyle{ACM-Reference-Format-Journals} \bibliography{notes} -\end{footnotesize} -%\appendix -%\input{appendix} -%\section{Extensions}\label{sec:ext} -%\input{general} -%\section{Non-Truthfulness of the Maximum Operator}\label{sec:non-monotonicity} -%\input{counterexample} +\appendix +\input{appendix} +\section{Extensions}\label{sec:ext} +\input{general} +\section{Non-Truthfulness of the Maximum Operator}\label{sec:non-monotonicity} +\input{counterexample} \end{document} |
