paper.tex 1.35 KB
\input{./include/start.tex}

\def\theconference{HotWireless'15}
\def\thetitle{A Little Sharing Goes a Long Way:\\The Case for Reciprocal Wifi
Sharing}
\def\theauthors{Jinghao Shi, Liwen Gui, Chunming Qiao, Dimitrios Koutsonikolas, and Geoffrey Challen}
\def\theemails{\{jinghaos,liwengui,qiao,dimitrio,challen\}@buffalo.edu}
\def\thepapernumber{5}

\def\aftercaptiongap{-4mm}

\ifdefined\isdraft
  \usepackage{fancyhdr}
  \pagestyle{fancy}
  \renewcommand{\headrulewidth}{0pt}
  \lhead{}
  \chead{Under Submission to \theconference{}. Do not distribute.}
  \rhead{}
\else
\fi

\begin{document}

\ifdefined\isblue
\begin{textblock}{1}(6.4,-0.4)
\noindent\href{http://blue.cse.buffalo.edu}{\includegraphics[width=0.6in]{./figures/logos/blue.jpg}}
\end{textblock}
\else
\fi

\title{\thetitle}

\numberofauthors{1}

\ifdefined\isdraft
\author{
  \theauthors\\
  \affaddr{University at Buffalo}\\
  \email{\theemails}
  Paper \#\thepapernumber{}
}
\hypersetup{
  pdfinfo={
    Title={\thetitle},
    Author={\theauthors},
  }
}
\else
\author{
  Paper \#\thepapernumber{}
}
\hypersetup{
  pdfinfo={
    Title={\thetitle},
  }
}
\fi

\maketitle

\input{abstract.tex}
\input{introduction.tex}
\input{investigation.tex}
\input{design.tex}
\input{challenges.tex}
\input{related.tex}
\input{conclusion.tex}

{\scriptsize
  \bibliographystyle{abbrv}
  \bibliography{references}
}

\end{document}