paper.tex
1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\input{./include/start.tex}
\def\theconference{HotMobile'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{1}
\author{
\alignauthor\theauthors\\[0.05in]
\affaddr{University at Buffalo}\\
\email{\theemails}
}
\CopyrightYear{2016}
\crdata{}
\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}