paper: paper skeleton and Design Overview section added
[living-lab-site.git] / docs / paper / p2p-tube.tex.backup
diff --git a/docs/paper/p2p-tube.tex.backup b/docs/paper/p2p-tube.tex.backup
new file mode 100644 (file)
index 0000000..a26ae4c
--- /dev/null
@@ -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 NextShare 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}
+Web Service, Security
+\end{IEEEkeywords}
+
+%\IEEEpeerreviewmaketitle
+
+\section{Introduction} % Călin
+\label{sec:introduction}
+\input{src/introduction}
+
+\section{Web Services} % Vali
+\label{sec:web-services}
+\input{src/web-services}
+
+\section{Security Solutions for Web Services} % Vali
+\label{sec:security-solutions}
+\input{src/security-solutions}
+
+\section{P2P-Tube video platform} % Călin
+\label{sec:p2p-tube}
+\input{src/p2p-tube}
+
+\section{Implementation} % Călin
+\label{sec:implementation}
+\input{src/implementation}
+
+\section{Conclusion} % Călin
+\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}