X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=docs%2Fpaper%2Fp2p-tube.tex;fp=docs%2Fpaper%2Fp2p-tube.tex;h=5572f47cdc149828474a3531f09a4ac877e1b184;hp=0000000000000000000000000000000000000000;hb=007060953ce46eb7da637ee5fb6eb44c5812d74f;hpb=c7b70f31aa7d34d184c20ac6258fec2174ea8d67 diff --git a/docs/paper/p2p-tube.tex b/docs/paper/p2p-tube.tex new file mode 100644 index 0000000..5572f47 --- /dev/null +++ b/docs/paper/p2p-tube.tex @@ -0,0 +1,86 @@ +% vim: set tw=78 sts=2 sw=2 ts=8 aw et ai: +\documentclass[conference]{IEEEtran} + +\usepackage{ucs} +\usepackage[utf8x]{inputenc} +\usepackage[english]{babel} +%\usepackage{hyperref} % use \url{http://$URL} or \href{http://$URL}{Name} +\usepackage{underscore} % underscores need not be escaped +\usepackage{subfigure} +\usepackage{verbatim} +\usepackage{float} +\usepackage{amsmath, amsthm, amssymb} + +% Support for including graphics +\usepackage{graphicx} +\DeclareGraphicsExtensions{.pdf,.png,.jpg} + +\usepackage[outerbars,color]{changebar} +\cbcolor{red} + +\let\Oldcbstart\cbstart +\let\Oldcbend\cbend +%\renewcommand{\cbstart}{\color{red}\Oldcbstart} +%\renewcommand{\cbend}{\Oldcbend\color{black}} +\renewcommand{\cbstart}{} +\renewcommand{\cbend}{} + +\begin{document} + +\title{P2P-Tube: A Video Sharing Web Platform Based on Next-Share Technology} + +\author{\IEEEauthorblockN{Călin-Andrei Burloiu} +\IEEEauthorblockA{Automatic Control and Computers Faculty\\ +University Politehnica of Bucharest\\ +Emails: calin.burloiu@gmail.com}} + +\maketitle + +\begin{abstract} +\input{src/abstract} +\end{abstract} + +%\textbf{\textit{Keywords -- ala, bala, portocala}} + +\begin{IEEEkeywords} +Video-On-Demand, NextShare, P2P-Next +\end{IEEEkeywords} + +%\IEEEpeerreviewmaketitle + +\section{Introduction} +\label{sec:introduction} +\input{src/introduction} + +\section{P2P-Next's Next-Share Technology} +\label{sec:next-share} +\input{src/next-share} + +\section{Design Overview} +\label{sec:design} +\input{src/design} + +\section{Implementation} +\label{sec:implementation} +\input{src/implementation} + +\section{Future Work} +\label{sec:future-work} +\input{src/future-work} + +\section{Conclusion} +\label{sec:conclusion} +\input{src/conclusion} + +\section*{Acknowledgment} +\label{sec:acknowledgment} + +Special thanks go to the P2P-Next~\cite{p2p-next} team who is working +enthusiastically to deliver the next generation peer-to-peer content delivery +platform. Their dedication, professionalism and vision are a constant factor +of motivation and focus for our work. + +\bibliographystyle{abbrv} +\bibliography{p2p-tube} + +\end{document}