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

\def\theconference{HotMobile'15}
\def\thetitle{The Missing Numerator: Toward a Value Measure for Smartphone
Apps}
\def\theauthors{Anudipa Maiti and Geoffrey Challen}

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

\toappear{}

\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}
\fi

\date{}

\title{\thetitle}

\numberofauthors{1}

\author{
\alignauthor
Anudipa Maiti and Geoffrey Challen\\
\affaddr{University at Buffalo}\\
\email{\{anudipam,challen\}@buffalo.edu}
}


\CopyrightYear{2015}
\crdata{}

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

\maketitle

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

\input{usage.tex}
\input{metric.tex}
\input{results.tex}
%\input{related.tex}

\input{conclusion.tex}

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

\end{document}