]> git.mxchange.org Git - quix0rs-apt-p2p.git/blob - docs/motivation/motivation.tex
Initial creation of the motivating paper.
[quix0rs-apt-p2p.git] / docs / motivation / motivation.tex
1 \documentclass[conference]{IEEEtran}
2
3 \usepackage[noadjust]{cite}
4
5 %\ifCLASSINFOpdf
6   % \usepackage[pdftex]{graphicx}
7   % declare the path(s) where your graphic files are
8   % \graphicspath{{../pdf/}{../jpeg/}}
9   % and their extensions so you won't have to specify these with
10   % every instance of \includegraphics
11   % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
12 %\else
13   % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
14   % will default to the driver specified in the system graphics.cfg if no
15   % driver is specified.
16 \usepackage[dvips]{graphicx}
17   % declare the path(s) where your graphic files are
18   % \graphicspath{{../eps/}}
19   % and their extensions so you won't have to specify these with
20   % every instance of \includegraphics
21   % \DeclareGraphicsExtensions{.eps}
22 %\fi
23
24 \usepackage{url}
25 \usepackage[cmex10]{amsmath}
26 \interdisplaylinepenalty=2500
27 \usepackage{threeparttable}
28 \usepackage{multirow}
29
30 \begin{document}
31
32 \title{Using Altruistic Peers to Supplement Downloading Bandwidth}
33 \author{\IEEEauthorblockN{Cameron Dale}
34 \IEEEauthorblockA{School of Computing Science\\
35 Simon Fraser University\\
36 Burnaby, British Columbia, Canada\\
37 Email: camerond@cs.sfu.ca}}
38
39 \maketitle
40
41 \begin{abstract}
42 \end{abstract}
43
44 %%%%%%%%%%%%%%%%%%%%%%%%%%%  Section  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
45
46 \section{Introduction}
47 \label{intro}
48
49
50
51 %%%%%%%%%%%%%%%%%%%%%%%%%%%  Section  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52
53 \section{Related Work}
54 \label{related}
55
56
57
58 %%%%%%%%%%%%%%%%%%%%%%%%%%%  Section  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
59
60 \section{Background}
61 \label{background}
62
63
64
65 %%%%%%%%%%%%%%%%%%%%%%%%%%%  Section  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
66
67 \section{Conclusions}
68 \label{conclusions}
69
70
71
72 \bibliographystyle{IEEEtran}
73 \bibliography{./IEEEabrv,./all}
74
75 \end{document}