Blame view

paper.tex 2.29 KB
Jinghao Shi authored
1
2
3
\input{./include/start.tex}

\def\theconference{HotWireless'15}
Geoffrey Challen authored
4
5
\def\thetitle{A Little Sharing Goes a Long Way:\\The Case for Reciprocal Wifi
Sharing}
Jinghao Shi authored
6
\def\theauthors{Jinghao Shi, Liwen Gui, Dimitrios Koutsonikolas, Chunming Qiao and Geoffrey Challen}
Jinghao Shi authored
7
\def\theemails{\{jinghaos,liwengui,dimitrio,qiao,challen\}@buffalo.edu}
Jinghao Shi authored
8
\def\thepapernumber{5}
Geoffrey Challen authored
9
Jinghao Shi authored
10
11
12
13
14
15
16
\def\aftercaptiongap{-4mm}

\ifdefined\isdraft
  \usepackage{fancyhdr}
  \pagestyle{fancy}
  \renewcommand{\headrulewidth}{0pt}
  \lhead{}
Geoffrey Challen authored
17
  \chead{To appear at \theconference{}. Do not distribute.}
Jinghao Shi authored
18
19
20
21
22
23
24
25
26
27
28
29
30
  \rhead{}
\else
\fi

\begin{document}

\ifdefined\isblue
\begin{textblock}{1}(6.4,-0.4)
\noindent\href{http://blue.cse.buffalo.edu}{\includegraphics[width=0.6in]{./figures/logos/blue.jpg}}
\end{textblock}
\else
\fi
Geoffrey Challen authored
31
\title{\thetitle}
Jinghao Shi authored
32
33
34

\numberofauthors{1}
Geoffrey Challen authored
35
\author{
Jinghao Shi authored
36
37
38
  \alignauthor Jinghao Shi, Liwen Gui, Dimitrios Koutsonikolas\\Chunming Qiao and Geoffrey Challen\\ [2mm]
  \affaddr{Dept. of Computer Science and Engineering, University at Buffalo}\\ [2mm]
  \email{\theemails}
Geoffrey Challen authored
39
40
41
42
43
44
}
\hypersetup{
  pdfinfo={
    Title={\thetitle},
  }
}
Jinghao Shi authored
45
46
47
48
49
50

\newfont{\mycrnotice}{ptmr8t at 7pt}
\newfont{\myconfname}{ptmri8t at 7pt}
\let\crnotice\mycrnotice%
\let\confname\myconfname%
Jinghao Shi authored
51
52
53
54
55
56
57
58
59
60
\permission{%
  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 ACM 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 from Permissions@acm.org.
}
Jinghao Shi authored
61
62
\conferenceinfo{HotWireless'15,}{September 11, 2015, Paris, France.} 
\copyrightetc{\copyright~2015 ACM. ISBN \the\acmcopyr}
Jinghao Shi authored
63
64
65
66
\crdata{%
  978-1-4503-3699-4/15/09\ ...\$15.00.\\
  DOI: http://dx.doi.org/10.1145/2799650.2799652
}
Jinghao Shi authored
67
68
69
%
\clubpenalty=10000 
\widowpenalty = 10000
Jinghao Shi authored
70
71
72
73
74

\maketitle

\input{abstract.tex}
\input{introduction.tex}
Jinghao Shi authored
75
\input{investigation.tex}
Jinghao Shi authored
76
\input{design.tex}
Jinghao Shi authored
77
\input{challenges.tex}
Jinghao Shi authored
78
\input{related.tex}
Jinghao Shi authored
79
80
\input{conclusion.tex}
Geoffrey Challen authored
81
{\scriptsize
Jinghao Shi authored
82
83
84
85
86
  \bibliographystyle{abbrv}
  \bibliography{references}
}

\end{document}