doc: abstract + architecture
[p2p-kernel-protocol.git] / doc / paper.tex
1 \documentclass{article}[12pt]
2 \usepackage{listings}
3 \usepackage[utf8]{inputenc}
4 \usepackage{graphicx}
5
6
7 % paper info
8 \title{SWIFT Peer-to-Peer Kernel Protocol (P2PKP) implementation}
9 \author{Răzvan Crainea \\
10 razvan.crainea@cti.pub.ro \\
11 University `Politehnica' \\
12 Bucharest
13 \and
14 Tudor Cazangiu \\
15 tudor.cazangiu@cti.pub.ro \\
16 University `Politehnica' \\
17 Bucharest
18 }
19
20 % date specification (use \date{} to disable or \date{\today} otherwise)
21 \date{}
22
23 % remove page number
24 %\pagestyle{empty}
25
26
27 % begins the document
28 \begin{document}
29
30 % title
31 \maketitle
32
33 %\let\clearpage\relax
34
35 % abstract
36 \input{src/abstract}
37
38 % rest of the content
39 \input{src/introduction}
40
41 \input{src/related}
42
43 \input{src/design}
44
45 \input{src/implementation}
46
47 \input{src/testing}
48
49 \input{src/results}
50
51 \input{src/conclusions}
52
53 \section*{Acknowledgements}
54 We would like to thank our supervisor, Răzvan Deaconescu, whose help,
55 valuable suggestions, knowledge, experience and encouragement helped us during
56 the times of study for this research project.
57
58 % bibliography
59 \bibliographystyle{plain}
60 \bibliography{paper}
61
62
63 \end{document}