summaryrefslogtreecommitdiffstats
path: root/paper.tex
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-11-06 02:53:42 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2012-11-06 02:53:42 +0100
commita90b10d4653eb81c2647fa1b267dadc0a9fcacd8 (patch)
treeaade432d37b7e0fdd68c5ef1674f32e570f702e9 /paper.tex
parent2f6accb332cfa17521490fdb239327c91ed1dcd4 (diff)
downloadrecommendation-a90b10d4653eb81c2647fa1b267dadc0a9fcacd8.tar.gz
Post submission clean-up
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex23
1 files changed, 7 insertions, 16 deletions
diff --git a/paper.tex b/paper.tex
index cbb13af..86bdbdd 100644
--- a/paper.tex
+++ b/paper.tex
@@ -1,28 +1,19 @@
-\documentclass{acm_proc_article-sp}
+\documentclass{article}
\usepackage[utf8]{inputenc}
-\usepackage{amsmath,amsfonts}
+\usepackage{amsmath,amsfonts,amsthm}
\usepackage{algorithm}
\usepackage{algpseudocode,bbm,color,verbatim}
\input{definitions}
\title{Budget Feasible Mechanisms for Experimental Design}
-
+\author{
+Thibaut Horel\\Technicolor\\\texttt{thibaut.horel@ens.fr} \and
+Stratis Ioannidis\\Technicolor\\\texttt{stratis.ioannidis@technicolor.com}\and
+S. Muthukrishnan\\Rutgers University, Microsoft Research\\\texttt{muthu@cs.rutgers.edu}}
%Remove permission block empty space
\makeatletter
\let\@copyrightspace\relax
\makeatother
-\numberofauthors{3}
-\author{
-\alignauthor Thibaut Horel\\ %\titlenote{\texttt{thibaut.horel@ens.fr}}\\
- \affaddr{Technicolor}\\
- \email{thibaut.horel@ens.fr}
-\alignauthor Stratis Ioannidis\\ % \titlenote{\texttt{stratis.ioannidis@technicolor.com}}\\
- \affaddr{Technicolor}\\
- \email{stratis.ioannidis\\@technicolor.com}
-\alignauthor S. Muthukrishnan\\% \titlenote{\texttt{muthu@cs.rutgers.edu}}\\
- \affaddr{Rutgers University, Microsoft Research}\\
- \email{muthu@cs.rutgers.edu}
-}
\begin{document}
\maketitle
@@ -44,6 +35,6 @@
\bibliographystyle{abbrv}
\bibliography{notes}
\end{small}
-\appendix
+\section*{Appendix}
\input{appendix}
\end{document}