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