summaryrefslogtreecommitdiffstats
path: root/paper.tex
blob: 86bdbdd7b48c5a8c6bfeaafe1a271429929f3170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass{article}
\usepackage[utf8]{inputenc}
\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

\begin{document}

\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}
\section{Introduction}
\input{intro}

\section{Preliminaries}\label{sec:peel}
\input{problem}
\section{Mechanism for \EDP{}}
\input{main}
\section{Extension to Other Problems}\label{sec:ext}
\input{general}
%\section{Conclusion}
%\input{conclusion}
\begin{small}
\bibliographystyle{abbrv}
\bibliography{notes}
\end{small}
\section*{Appendix}
\input{appendix}
\end{document}