summaryrefslogtreecommitdiffstats
path: root/paper.tex
blob: 7b821b6c56e3e4ff306dfa6ee961ffcac71c3263 (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
41
42
43
44
45
46
47
\documentclass[11pt,letterpaper]{article}
\usepackage[margin=1in]{geometry}
\usepackage[numbers]{natbib}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amsfonts}
\usepackage{algorithm, algpseudocode}
\usepackage{bbm,color,verbatim}
\usepackage{amsthm}
\input{definitions}
\usepackage[pagebackref=true,breaklinks=true,colorlinks=true]{hyperref}
\title{Budget Feasible Mechanisms for Experimental Design}
\author{
    Thibaut Horel\\École Normale Supérieure\\\texttt{thibaut.horel@ens.fr}
    \and
    Stratis Ioannidis\\Technicolor\\\texttt{stratis.ioannidis@technicolor.com}
    \and
    S. Muthukrishnan\\Rutgers University\\\texttt{muthu@cs.rutgers.edu}
}

\begin{document}
\maketitle
\thispagestyle{empty}
\begin{abstract}
\input{abstract}
\end{abstract}

\clearpage
\setcounter{page}{1}
\section{Introduction}
\input{intro}

\section{Preliminaries}\label{sec:peel}
\input{problem}
\section{Approximation results}\label{sec:approximation}
\input{approximation}
\section{Mechanism for \SEDP{}}\label{sec:mechanism}
\input{main}
\section{Extensions}\label{sec:ext}
\input{general}
%\section{Conclusion}
%\input{conclusion}
\bibliographystyle{abbrvnat}
\bibliography{notes}
\newpage
\section{Appendix}
\input{appendix}
\end{document}