Blame view

paper.tex 2.25 KB
Geoffrey Challen authored
1
2
3
\input{./include/start.tex}

\def\theconference{HotMobile'15}
Geoffrey Challen authored
4
\def\thetitle{The Missing Numerator: Toward a Value Measure for Smartphone
Geoffrey Challen authored
5
6
Apps}
\def\theauthors{Anudipa Maiti and Geoffrey Challen}
Geoffrey Challen authored
7
\def\theemails{\{anudipam,challen\}@buffalo.edu}
Geoffrey Challen authored
8
9
10
11
12
13
14
15
16
17
18
19
20
21

\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
Geoffrey Challen authored
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\toappear{\fontfamily{ptm}\selectfont\scriptsize
  Permission to make digital or hard
  copies of all or part of this work for personal or classroom use is granted
  without fee provided that copies are not made or distributed for profit or
  commercial advantage and that copies bear this notice and the full citation
  on the first page. Copyrights for components of this work owned by others
  than the author(s) must be honored. Abstracting with credit is permitted.
  To copy otherwise, or republish, to post on servers or to redistribute to
  lists, requires prior specific permission and/or a fee. Request permissions
  from \href{mailto:permissions@acm.org}{Permissions@acm.org}.\\
  Copyright is held by the owner/author(s). Publication rights licensed to
  ACM.\\
  \href{http://ubicomp.org/ubicomp2014/}{\textit{HotMobile'15}}, February
  12--13, 2015, Santa Fe, NM, USA\\
  ACM 978-1-4503-3391-7/15/02$\ldots$\$15.00.\\
Anudipa Maiti authored
37
  \url{http://dx.doi.org/10.1145/2699343.2699360}}
Geoffrey Challen authored
38
Geoffrey Challen authored
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\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
Geoffrey Challen authored
55
56
57
58
\theauthors\\[0.05in]
\affaddr{Department of Computer Science and Engineering}\\
\affaddr{University at Buffalo}\\[0.05in]
\email{\theemails}
Geoffrey Challen authored
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
}


\CopyrightYear{2015}
\crdata{}

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

\maketitle

\input{abstract.tex}
\input{introduction.tex}
Geoffrey Challen authored
76
77

\input{usage.tex}
Anudipa Maiti authored
78
79
\input{metric.tex}
\input{results.tex}
Geoffrey Challen authored
80
Geoffrey Challen authored
81
82
\input{conclusion.tex}
Geoffrey Challen authored
83
{\scriptsize
Geoffrey Challen authored
84
\balance
Geoffrey Challen authored
85
86
87
88
89
90
\renewcommand{\baselinestretch}{0.9}
\bibliographystyle{acm}
\bibliography{references}
}

\end{document}