thesis: add content to and rename part introduction -> context
This commit is contained in:
parent
4d7f29a783
commit
af08b82088
3 changed files with 71 additions and 101 deletions
|
@ -95,108 +95,42 @@
|
|||
{0.0001pt \plus 0.2ex}%
|
||||
{\normalfont\normalsize\bfseries}}
|
||||
\makeatother
|
||||
\include{glossary}
|
||||
|
||||
\newglossaryentry{OS}{
|
||||
name = Operating System,
|
||||
description = {
|
||||
TODO
|
||||
},
|
||||
}
|
||||
|
||||
\newglossaryentry{FOSS}{
|
||||
name = Free and Open-Source Software,
|
||||
description = {
|
||||
TODO
|
||||
},
|
||||
}
|
||||
|
||||
\newglossaryentry{Linux}{
|
||||
name = Linux,
|
||||
description = {
|
||||
is a generic term referring to the family of Unix-like
|
||||
computer operating systems that use the Linux kernel
|
||||
},
|
||||
plural=Linuces
|
||||
}
|
||||
\newglossaryentry{computer}{
|
||||
name = Computer,
|
||||
description = {
|
||||
is a programmable machine that receives input,
|
||||
stores and manipulates data, and provides
|
||||
output in a useful format
|
||||
}
|
||||
}
|
||||
\newglossaryentry{apc}{
|
||||
name=Application Program Container,
|
||||
description={
|
||||
The broad term for the technology used to build, package, distribute and run an application program in isolation from the underlying and co-existing systems, wherein the level or technique of isolation can be different depending on the \gls{apcr}.
|
||||
}
|
||||
}
|
||||
\newglossaryentry{apci}{
|
||||
name=Application Program Container Image,
|
||||
description={
|
||||
An archive file that contains all of the necessary binaries that are needed to execute an application and a manifest file that that contains metadata about the application. Alternatively to containing all the required binary files, the manifest file can declare dependencies to other application container images, which must then be available at runtime to execute the contained application.
|
||||
}
|
||||
}
|
||||
|
||||
\newglossaryentry{apcr}{
|
||||
name=Application Program Container Runtime,
|
||||
description={
|
||||
An application program (suite) that understands how to run the software inside an \gls{apci}.
|
||||
}
|
||||
}
|
||||
|
||||
\newglossaryentry{LXC}{
|
||||
name=LXC,
|
||||
description={
|
||||
TODO
|
||||
}
|
||||
}
|
||||
|
||||
\newglossaryentry{Docker}{
|
||||
name=Docker,
|
||||
description={
|
||||
A very popular \gls{apc} platform and application suite, providing functionality to build and deploy Docker specific \glspl{apci}.
|
||||
}
|
||||
}
|
||||
|
||||
\overfullrule=2cm
|
||||
\overfullrule=1cm
|
||||
|
||||
\begin{document}
|
||||
|
||||
\pagenumbering{roman}
|
||||
\pagestyle{plain}
|
||||
%TODO: \include{cover}
|
||||
\include{title}
|
||||
\include{abstract}
|
||||
%TODO: \include{affidavit}
|
||||
\cleardoublepage
|
||||
%TODO: \include{cover}
|
||||
\pagestyle{front}
|
||||
\include{title}
|
||||
|
||||
\pagestyle{preamble}
|
||||
\include{abstract}
|
||||
%TODO: \include{affidavit}
|
||||
\cleardoublepage
|
||||
\newcounter{roman_pagenumbers} % save page number
|
||||
\setcounter{roman_pagenumbers}{\value{page}}
|
||||
|
||||
\pagenumbering{arabic}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\addtolength{\headwidth}{\marginparsep}
|
||||
\headheight=15pt
|
||||
\fancyfoot[R]{\thepage{}}
|
||||
\fancyhead[L]{\small \authorOneInit}
|
||||
\fancyhead[R]{\nouppercase{\rightmark}}
|
||||
|
||||
\pagenumbering{arabic}
|
||||
\pagestyle{fancy}
|
||||
\pagestyle{main}
|
||||
%TODO \include{acknowledgments}
|
||||
|
||||
\chapter*{Preface}
|
||||
This thesis is original, unpublished, independent work by the author, \authorOne.
|
||||
I strongly believe in openness and collaboration in the development of new technology, therefore the development will be based solely on Open-Source software.
|
||||
The results of this project will be freely available on my personal GitHub site\footnote{https://github.com/steveeJ/msc-thesis} once the academic process of this project is complete.
|
||||
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\chapter{Preface}
|
||||
This dissertation is original, unpublished, independent work by the author, \authorOne.
|
||||
|
||||
\part{Introduction}
|
||||
\part{Context}
|
||||
|
||||
\printnoidxglossary
|
||||
|
||||
\include{parts/introduction/introduction}
|
||||
|
||||
\part{Research}
|
||||
\label{part:research}
|
||||
\include{parts/research/research}
|
||||
|
||||
\part{Development}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue