-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
74 lines (59 loc) · 1.21 KB
/
paper.tex
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
62
63
64
65
66
67
68
69
70
71
72
73
74
\input{./include/start.tex}
\def\theconference{RV'16}
\def\thetitle{Wireless Protocol Validation Under Uncertainty}
\def\theauthors{}
\def\thepapernumber{0}
%\def\isdraft{}
%\def\isblue{}
\ifdefined\isdraft
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{Under Submission to \theconference{}. Do not distribute.}
\rhead{}
\else
\fi
\begin{document}
\title{%
\thetitle\\
}
\author{%
Jinghao Shi\inst{1} \and
Shuvendu K. Lahiri\inst{2} \and
Ranveer Chandra\inst{2} \and
Geoffrey Challen\inst{1}
}
\institute{
University at Buffalo, Buffalo, NY 14120, USA\\
\email{\{jinghaos, challen\}@buffalo.edu}\\
\and
Microsoft Research, Redmond, WA 98052, USA\\
\email{\{shuvendu, ranveer\}@microsoft.com}
}
\hypersetup{%
pdfinfo={%
Title={\thetitle},
Author={\theauthors},
}
}
\maketitle
\input{abstract.tex}
\input{introduction.tex}
\input{motivation.tex}
\input{background.tex}
\input{framework.tex}
%\input{implementation.tex}
\input{case.tex}
\input{related.tex}
\input{conclusion.tex}
%\input{fusion.tex}
\newpage
{\footnotesize
% \balance
\bibliographystyle{abbrv}
\bibliography{references}
}
%\newpage
%\input{appendix.tex}
\end{document}