-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
63 lines (53 loc) · 1.63 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
\def\disableurl{}
\def\theconference{INFOCOM'16}
\def\thetitle{A Walk on the Client Side: Monitoring Enterprise Wifi Networks
Using Smartphone Channel Scans}
\def\theauthors{Jinghao Shi, Lei Meng, Aaron Striegel, Chunming Qiao, Dimitrios
Koutsonikolas, and Geoffrey Challen}
\def\aftercaptiongap{-4mm}
\input{./include/start.tex}
\title{\thetitle}
\author{%
\IEEEauthorblockN{%
Jinghao Shi\IEEEauthorrefmark{1},
Lei Meng\IEEEauthorrefmark{2},
Aaron Striegel\IEEEauthorrefmark{2},
Chunming Qiao\IEEEauthorrefmark{1},
Dimitrios Koutsonikolas\IEEEauthorrefmark{1} and
Geoffrey Challen\IEEEauthorrefmark{1}
}
\IEEEauthorblockA{%
\begin{tabular}{cc}
\IEEEauthorrefmark{1}Department of Computer Science and Engineering & \IEEEauthorrefmark{2}Department of Computer Science and Engineering\\
Universty at Buffalo, Buffalo, New York 14260 & University of Notre Dame, Notre Dame, Indiana 46556\\
Email: \{jinghaos, qiao, dimitrio, challen\}@buffalo.edu & Email: \{lmeng, striegel\}@nd.edu
\end{tabular}
}
}
\begin{document}
\maketitle
\hypersetup{
pdfinfo={
Title={\thetitle},
Author={Jinghao Shi, Lei Meng, Aaron Striegel, Chunming Qiao, Dimitrios
Koutsonikolas, and Geoffrey Challen},
},
}
\ifdefined\isblue
\begin{textblock}{1}(6.7,-0.2)
\noindent\href{http://blue.cse.buffalo.edu}{\includegraphics[width=0.6in]{./figures/logos/blue.jpg}}
\end{textblock}
\vspace*{-0.2in}
\fi
\input{abstract.tex}
\input{introduction.tex}
\input{dataset.tex}
\input{case.tex}
\input{related.tex}
\input{conclusion.tex}
{%
\balance
\bibliographystyle{abbrv}
\bibliography{references}
}
\end{document}