diff options
| author | Stratis Ioannidis <stratis@Stratiss-MacBook-Air.local> | 2013-09-22 07:55:14 +0200 |
|---|---|---|
| committer | Stratis Ioannidis <stratis@Stratiss-MacBook-Air.local> | 2013-09-22 07:55:14 +0200 |
| commit | cc1eea524d8fd1314d85fe7b56cddd95fd75302d (patch) | |
| tree | 8d028b58c801d7263e2457e5cf9934e279b51e70 /paper.tex | |
| parent | 1cb6e4b28e77b8c1a87e54bbd7097d7f8af0e371 (diff) | |
| parent | 50900bfc44961b87379cd2d3464b677d9f5be1ac (diff) | |
| download | recommendation-cc1eea524d8fd1314d85fe7b56cddd95fd75302d.tar.gz | |
Merge branch 'master' of ssh://74.95.195.229:1444/git/data_value
Diffstat (limited to 'paper.tex')
| -rwxr-xr-x | paper.tex | 29 |
1 files changed, 16 insertions, 13 deletions
@@ -1,31 +1,32 @@ -\documentclass[11pt,letterpaper]{article} -\usepackage[margin=1in]{geometry} -\usepackage[numbers]{natbib} +\documentclass[draft]{llncs} +\pagestyle{plain} +\usepackage[numbers, sectionbib]{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} +\usepackage[pagebackref=true,breaklinks=true,colorlinks=true,pagebackref=false]{hyperref} \title{Budget Feasible Mechanisms for Experimental Design} \author{ - Thibaut Horel\\École Normale Supérieure\\\texttt{thibaut.horel@normalesup.org} + Thibaut Horel\inst{1} \and - Stratis Ioannidis\\Technicolor\\\texttt{stratis.ioannidis@technicolor.com} + Stratis Ioannidis\inst{2} \and - S. Muthukrishnan\\Rutgers University--Microsoft Research\\\texttt{muthu@cs.rutgers.edu} + S. Muthukrishnan\inst{3} +} +\institute{École Normale Supérieure, \email{thibaut.horel@normalesup.org} + \and + Technicolor, \email{stratis.ioannidis@technicolor.com} + \and + Rutgers University, \email{muthu@cs.rutgers.edu} } - \begin{document} \maketitle -\thispagestyle{empty} \begin{abstract} \input{abstract} \end{abstract} -\clearpage -\setcounter{page}{1} \section{Introduction} \input{intro} @@ -39,8 +40,10 @@ \input{conclusion} \section*{Acknowledgments} \input{ack} -\bibliographystyle{abbrvnat} +\bibliographystyle{splncsnat} +\begin{footnotesize} \bibliography{notes} +\end{footnotesize} \appendix \input{appendix} \section{Extensions}\label{sec:ext} |
