-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResourceAllocationReport.tex
44 lines (31 loc) · 1.15 KB
/
ResourceAllocationReport.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
\documentclass[10pt,conference,compsoc]{./class/IEEEtran}
\hyphenation{op-tical net-works semi-conduc-tor}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage[hyphens]{url} % allow URL breal
\usepackage{hyperref} % links from the reference to the source
\usepackage{listings} % for code snippets
\usepackage{pgfplots} % graphics
%\usepackage{flushend} % balance columns at the end of the paper
\usepackage{caption}
\usepackage{subcaption}
\begin{document}
\title{Analysing resource allocation architectures for a distributed monitoring application}
\author{\IEEEauthorblockN{
Bogdan-Constantin Irimie\IEEEauthorrefmark{1}\IEEEauthorrefmark{2}}
\IEEEauthorblockA{
\IEEEauthorrefmark{1}Institute e-Austria Timisoara, Romania\\
\IEEEauthorrefmark{2}Department of Computer Science, West University of Timisoara, Romania}
}
\maketitle
\input{./tex/abstract}
\input{./tex/introduction}
\input{./tex/relatesWork}
\input{./tex/analyzeSystemArchitecture}
\input{./tex/resourceAllocation}
\input{./tex/performanceMetrics}
\input{./tex/conclusions}
\input{./tex/acknowledgements}
\bibliographystyle{./class/IEEEtran}
\bibliography{./bib/report.bib}
\end{document}