summaryrefslogtreecommitdiffstats
path: root/paper.tex
blob: 6719bfd8796c4aa086d4b044ed048ebcecec7c60 (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
\documentclass{acm_proc_article-sp}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amsfonts}
\usepackage{algorithm}
\usepackage{algpseudocode,bbm,color,verbatim}
\input{definitions}
\title{Budget Feasible Mechanisms for Experimental Design}
\makeatletter
\let\@copyrightspace\relax
\makeatother

\begin{document}

\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}

\section{Introduction}
\input{intro}

\section{Preliminaries}
\input{problem}
\section{Mechanism for \EDP{}}
\input{main}
\section{Extension to Other Problems}
\input{general}
\section{Conclusion}
\input{conclusion}

\bibliographystyle{abbrv}
\bibliography{notes}
\end{document}