paper: Mention grant agreement number in Acknowledgement
[living-lab-site.git] / docs / paper / p2p-tube.tex
1 % vim: set tw=78 sts=2 sw=2 ts=8 aw et ai:
2 \documentclass[conference]{IEEEtran}
3
4 \usepackage{ucs}
5 \usepackage[utf8x]{inputenc}
6 \usepackage[english]{babel}
7 %\usepackage{hyperref}    % use \url{http://$URL} or \href{http://$URL}{Name}
8 \usepackage{underscore}   % underscores need not be escaped
9 \usepackage{subfigure}
10 \usepackage{verbatim}
11 \usepackage{float}
12 \usepackage{amsmath, amsthm, amssymb}
13
14 % Support for including graphics
15 \usepackage{graphicx}
16 \DeclareGraphicsExtensions{.pdf,.png,.jpg}
17
18 \usepackage[outerbars,color]{changebar}
19 \cbcolor{red}
20
21 \let\Oldcbstart\cbstart
22 \let\Oldcbend\cbend
23 %\renewcommand{\cbstart}{\color{red}\Oldcbstart}
24 %\renewcommand{\cbend}{\Oldcbend\color{black}}
25 \renewcommand{\cbstart}{}
26 \renewcommand{\cbend}{}
27
28 \begin{document}
29
30 \title{P2P-Tube: A Video Sharing Web Platform Based on Next-Share Technology}
31
32 \author{\IEEEauthorblockN{Călin-Andrei Burloiu}
33 \IEEEauthorblockA{Automatic Control and Computers Faculty\\
34 University Politehnica of Bucharest\\
35 Emails: calin.burloiu@gmail.com}}
36
37 \maketitle
38
39 \begin{abstract}
40 \input{src/abstract}
41 \end{abstract}
42
43 %\textbf{\textit{Keywords -- ala, bala, portocala}}
44
45 \begin{IEEEkeywords}
46 Video-On-Demand, NextShare, P2P-Next
47 \end{IEEEkeywords}
48
49 %\IEEEpeerreviewmaketitle
50
51 \section{Introduction}
52 \label{sec:introduction}
53 \input{src/introduction}
54
55 \section{P2P-Next's Next-Share Technology}
56 \label{sec:next-share}
57 \input{src/next-share}
58
59 \section{Design Overview}
60 \label{sec:design}
61 \input{src/design}
62
63 \section{Implementation}
64 \label{sec:implementation}
65 \input{src/implementation}
66
67 \section{Future Work}
68 \label{sec:future-work}
69 \input{src/future-work}
70
71 \section{Conclusion}
72 \label{sec:conclusion}
73 \input{src/conclusion}
74
75 \section*{Acknowledgment}
76 \label{sec:acknowledgment}
77
78 The research leading to these results has received funding from the European
79 Union's Seventh Framework Programme (P2P-Next) under grant agreement no
80 216217.
81
82 Special thanks go to the P2P-Next~\cite{p2p-next} team who is working
83 enthusiastically to deliver the next generation Peer-to-Peer content delivery
84 platform. Their dedication, professionalism and vision are a constant factor
85 of motivation and focus for our work.
86
87 \bibliographystyle{abbrv}
88 \bibliography{p2p-tube}
89
90 \end{document}