diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2012-11-06 02:53:42 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2012-11-06 02:53:42 +0100 |
| commit | a90b10d4653eb81c2647fa1b267dadc0a9fcacd8 (patch) | |
| tree | aade432d37b7e0fdd68c5ef1674f32e570f702e9 /stoc_paper.tex | |
| parent | 2f6accb332cfa17521490fdb239327c91ed1dcd4 (diff) | |
| download | recommendation-a90b10d4653eb81c2647fa1b267dadc0a9fcacd8.tar.gz | |
Post submission clean-up
Diffstat (limited to 'stoc_paper.tex')
| -rw-r--r-- | stoc_paper.tex | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/stoc_paper.tex b/stoc_paper.tex new file mode 100644 index 0000000..cbb13af --- /dev/null +++ b/stoc_paper.tex @@ -0,0 +1,49 @@ +\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} + +%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 +\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} +\appendix +\input{appendix} +\end{document} |
