summaryrefslogtreecommitdiffstats
path: root/paper.tex
blob: fde82705c12be371ccb9ba3f4431ac695c2b88ab (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
\documentclass[prodmode,acmec]{ec-acmsmall}
%\documentclass{article}
\acmVolume{X}
\acmNumber{X}
\acmArticle{X}
\acmYear{2013}
\acmMonth{2}
\usepackage[numbers]{natbib}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amsfonts}
%\usepackage{amsthm}
\usepackage{algorithm}
\usepackage{algpseudocode,bbm,color,verbatim}
\input{definitions}
\title{Budget Feasible Mechanisms for Experimental Design}
\author{
    Thibaut Horel \affil{Technicolor}
Stratis Ioannidis \affil{Technicolor}
S. Muthukrishnan \affil{Rutgers University, Microsoft Research}}
%Remove permission block empty space
\makeatletter
\let\@copyrightspace\relax
\makeatother
\markboth{Thibaut Horel, Stratis Ioannidis and S. Muthukrishnan}{Budget Feasible Mechanisms for Experimental Design}
\begin{document}

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

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