doc: split sections in different files
[p2p-kernel-protocol.git] / doc / paper.tex
index b55acc2..0cdfbb7 100644 (file)
@@ -4,7 +4,7 @@
 
 
 % paper info
-\title{Peer-to-Peer Kernel Protocol (P2PKP)}
+\title{SWIFT Peer-to-Peer Kernel Protocol (P2PKP) implementation}
 \author{Răzvan Crainea \\
 razvan.crainea@cti.pub.ro \\
 University `Politehnica' \\
@@ -29,58 +29,30 @@ Bucharest
 % title
 \maketitle
 
-% abstract
-\begin{abstract}
-This is the abstract of the paper.
-\end{abstract}
+%\let\clearpage\relax
 
+% abstract
+\input{src/abstract}
 
 % rest of the content
-\section{Introduction}
-\label{sec:intro}
-Paper introduction.
-
-\section{Related Work}
-\label{sec:related}
-Perhaps here we can talk a bit about the Swift protocol, or other
-implementations of application layer protocols that are implemented in kernel
-\cite{tux}.
-
-\section{Design}
-\label{sec:design}
-
-%\subsection{User Space}
-%\label{subsec:userspace}
-How this implementation is seen in the userspace.
-
-%\subsection{Kernel Space}
-%\label{subsec:kernelspace}
-\section{Implementation}
-\label{sec:implementation}
-How this protocol is implemented in kernel space - perhaps split it in
-multiple subsections - sending/receiving.
-
-\section{Testing Scenarios}
-\label{subsec:testing}
-List the three scenarios we are going to test.
+\input{src/introduction}
 
+\input{src/related}
 
-\section{Results}
-\label{sec:results}
-The results of the tests performed.
+\input{src/design}
 
+\input{src/implementation}
 
-\section{Conclusions}
-\label{sec:conclusions}
-Our conclusions based on the results gathered at Section \ref{sec:results}.
+\input{src/testing}
 
-\section{Further Work}
-\label{sec:future}
-Probably merge this with Section \ref{sec:conclusions}.
+\input{src/results}
 
+\input{src/conclusions}
 
 \section*{Acknowledgements}
-Here will be the acknowledgments.
+We would like to thank our supervisor, Răzvan Deaconescu, whose help,
+valuable suggestions, knowledge, experience and encouragement helped us during
+the times of study for this research project.
 
 % bibliography
 \bibliographystyle{plain}