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