Blame view

paper.tex 1.26 KB
Scott Haseley authored
1
2
\input{./include/start.tex}
Scott Haseley authored
3
\def\theconference{MobiSys'16}
Scott Haseley authored
4
5
\def\thetitle{Poster: QoE-centric Mobile Operating System Design}
\def\theauthors{Scott Haseley, Geoffrey Challen}
Scott Haseley authored
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
\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}
Scott Haseley authored
31
\numberofauthors{2}
Scott Haseley authored
32
33
34

\author{
  \alignauthor\theauthors\\[0.05in]
Scott Haseley authored
35
  \affaddr{University at Buffalo}\\
Scott Haseley authored
36
37
38
39
\email{\theemails}
}

\CopyrightYear{2016}
Scott Haseley authored
40
41
42
43
44
45
46
\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
Scott Haseley authored
47
48
49
50
51
52
53
54
55
56

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

\maketitle
Scott Haseley authored
57
\input{abstract.tex}
Scott Haseley authored
58
59
\input{introduction.tex}
\input{design.tex}
Scott Haseley authored
60
61
62
63
64
65
66
67

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

\end{document}