improved motivation
This commit is contained in:
31
main.tex
31
main.tex
@@ -41,12 +41,17 @@
|
||||
%parskip, % Uncomment to add space between paragraphs
|
||||
%nohyperref, % Uncomment to not load the hyperref package
|
||||
headsepline, % Uncomment to get a line under the header
|
||||
%chapterinoneline, % Uncomment to place the chapter title next to
|
||||
% the number on one line
|
||||
chapterinoneline, % Place the chapter title next to the number on one line
|
||||
%consistentlayout, % Uncomment to change the layout of the
|
||||
% declaration, abstract and acknowledgements pages to match the default layout
|
||||
]{MastersDoctoralThesis} % The class file specifying the document structure
|
||||
|
||||
% Fix chapter prefix for chapterinoneline option
|
||||
\makeatletter
|
||||
\renewcommand{\mdtChapapp}{\@chapapp\space}
|
||||
\renewcommand{\autodot}{:}
|
||||
\makeatother
|
||||
|
||||
\usepackage[utf8]{inputenc} % Required for inputting international characters
|
||||
\usepackage[T1]{fontenc} % Output font encoding for international characters
|
||||
\usepackage{float}
|
||||
@@ -250,7 +255,7 @@ and Management}} % Your department's name and URL, this is used in
|
||||
demonstrating measurable improvements in network throughput.
|
||||
This work contributes to decentralized networking research
|
||||
by providing an extensible framework for reproducible P2P benchmarks,
|
||||
offering insights into overlay VPN implementation quality,
|
||||
offering insights into mesh VPN implementation quality,
|
||||
and demonstrating that default Linux kernel settings are suboptimal
|
||||
for adverse network conditions.
|
||||
|
||||
@@ -264,7 +269,7 @@ and Management}} % Your department's name and URL, this is used in
|
||||
\addchaptertocentry{\acknowledgementname} % Add the
|
||||
% acknowledgements to the table of contents
|
||||
|
||||
I am very grateful to my work colleagues Mic92, Lassulus, W, Hsjobeki,
|
||||
I am very grateful to my work colleagues Mic92, Lassulus, Hsjobeki, Enzime,
|
||||
DavHau and Pinpox with whom I worked together to create the Clan framework.
|
||||
As well as my supervisor, Ber Lorke, for his guidance and support
|
||||
during my research.
|
||||
@@ -283,9 +288,9 @@ and Management}} % Your department's name and URL, this is used in
|
||||
|
||||
\tableofcontents % Prints the main table of contents
|
||||
|
||||
\listoffigures % Prints the list of figures
|
||||
%\listoffigures % Prints the list of figures
|
||||
|
||||
\listoftables % Prints the list of tables
|
||||
%\listoftables % Prints the list of tables
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% ABBREVIATIONS
|
||||
@@ -315,17 +320,17 @@ and Management}} % Your department's name and URL, this is used in
|
||||
% SYMBOLS
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\begin{symbols}{lll} % Include a list of Symbols (a three column table)
|
||||
% \begin{symbols}{lll} % Include a list of Symbols (a three column table)
|
||||
|
||||
% $a$ & distance & \si{\meter} \\
|
||||
% $P$ & power & \si{\watt} (\si{\joule\per\second}) \\
|
||||
%Symbol & Name & Unit \\
|
||||
% % $a$ & distance & \si{\meter} \\
|
||||
% % $P$ & power & \si{\watt} (\si{\joule\per\second}) \\
|
||||
% %Symbol & Name & Unit \\
|
||||
|
||||
\addlinespace % Gap to separate the Roman symbols from the Greek
|
||||
% \addlinespace % Gap to separate the Roman symbols from the Greek
|
||||
|
||||
% $\omega$ & angular frequency & \si{\radian} \\
|
||||
% % $\omega$ & angular frequency & \si{\radian} \\
|
||||
|
||||
\end{symbols}
|
||||
% \end{symbols}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% DEDICATION
|
||||
|
||||
Reference in New Issue
Block a user