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

\def\theconference{MobiSys'16}
\def\thetitle{Poster: QoE-centric Mobile Operating System Design}
\def\theauthors{Scott Haseley, Geoffrey Challen}
\def\theemails{\{shaseley,challen\}@buffalo.edu}

\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)
\noindent\href{http://blue.cse.buffalo.edu}{\includegraphics[width=0.6in]{./figures/logos/blue.jpg}}
\end{textblock}
\else
\fi

\date{}

\title{\thetitle}

\numberofauthors{2}

\author{
  \alignauthor\theauthors\\[0.05in]
  \affaddr{University at Buffalo}\\
\email{\theemails}
}

\CopyrightYear{2016}
\setcopyright{rightsretained}
\conferenceinfo{MobiSys'16 Companion}{June 25-30, 2016, Singapore, Singapore}
\isbn{978-1-4503-4416-6/16/06}
\doi{http://dx.doi.org/10.1145/2938559.2938604}

\clubpenalty=10000
\widowpenalty = 10000

\hypersetup{
  pdfinfo={
    Title={\thetitle},
    Author={\theauthors}
  },
}

\maketitle

\input{abstract.tex}
\input{introduction.tex}
\input{design.tex}

{\scriptsize
\renewcommand{\baselinestretch}{0.8}
\bibliographystyle{acm}
\bibliography{references}
}

\end{document}