Blame view

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

\def\theconference{HotMobile'15}
Geoffrey Challen authored
4
\def\thetitle{\texttt{\huge maybe} We Should Enable\\More Uncertain Mobile App
Geoffrey Challen authored
5
Programming}
Geoffrey Challen authored
6
7
\def\theauthors{%
Geoffrey Challen, Jerry Antony Ajay, Nick DiRienzo, Oliver Kennedy,\\
Geoffrey Challen authored
8
9
Anudipa Maiti, Anandatirtha Nandugudi, Sriram Shantharam,\\
Jinghao Shi, Guru Prasad Srinivasa, and Lukasz Ziarek}
Geoffrey Challen authored
10
\def\theemails{maybe@blue.cse.buffalo.edu}
Geoffrey Challen authored
11
12

\ifdefined\isdraft
Geoffrey Challen authored
13
  \usepackage{fancyhdr}
Geoffrey Challen authored
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  \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}
Geoffrey Challen authored
28
\else
Geoffrey Challen authored
29
30
31
32
\fi

\date{}
Geoffrey Challen authored
33
\title{\thetitle}
Geoffrey Challen authored
34
Geoffrey Challen authored
35
36
37
38
39
40
41
42
43
\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
Jinghao Shi authored
44
45
  from \href{mailto:permissions@acm.org}{permissions@acm.org}.\\
  \textit{HotMobile'15}, February 12--13, 2015, Santa Fe, New Mexico, USA\\
Geoffrey Challen authored
46
47
  Copyright is held by the owner/author(s). Publication rights licensed to
  ACM.\\
Jinghao Shi authored
48
  ACM 978-1-4503-3391-7/15/02\ ...\$15.00.\\
Geoffrey Challen authored
49
50
\url{http://dx.doi.org/10.1145/2699343.2699361}}
Geoffrey Challen authored
51
52
53
\numberofauthors{1}

\author{
Geoffrey Challen authored
54
  \alignauthor\theauthors\\[0.05in]
Geoffrey Challen authored
55
\affaddr{Department of Computer Science and Engineering}\\
Geoffrey Challen authored
56
\affaddr{University at Buffalo}\\[0.05in]
Geoffrey Challen authored
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\email{\theemails}
}

\CopyrightYear{2015}
\crdata{}

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

\maketitle

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

\input{maybe.tex}
\input{certainty.tex}
Geoffrey Challen authored
77
\input{usage.tex}
Geoffrey Challen authored
78
\input{discussion.tex}
Geoffrey Challen authored
79
80
81
82

\input{related.tex}
\input{conclusion.tex}
Geoffrey Challen authored
83
{\scriptsize
Geoffrey Challen authored
84
\renewcommand{\baselinestretch}{0.8}
Geoffrey Challen authored
85
86
87
88
89
\bibliographystyle{acm}
\bibliography{references}
}

\end{document}