structuur aangemaakt
This commit is contained in:
18
chapters/1 - introductie.tex
Normal file
18
chapters/1 - introductie.tex
Normal file
@ -0,0 +1,18 @@
|
||||
\chapter{Introductie}
|
||||
|
||||
\section{Aanleiding}
|
||||
|
||||
\begin{itemize}
|
||||
\item Wat doet KEMBIT?
|
||||
\item Wat doet ETN?
|
||||
\item Stakeholders en opdrachtgever
|
||||
\item Probleem, behoefte of kans
|
||||
\end{itemize}
|
||||
|
||||
\section{Doelstelling}
|
||||
|
||||
\begin{itemize}
|
||||
\item Wat wil de opdrachtgever bereiken
|
||||
\item Eventuele randvoorwaarden en/of requirements
|
||||
\item Wat moet het Proof of Concept doen
|
||||
\end{itemize}
|
||||
@ -1,4 +0,0 @@
|
||||
\chapter{Een test}
|
||||
Test \cite{dirac}
|
||||
|
||||
\lipsum{10}
|
||||
8
chapters/2 - theoretisch kader.tex
Normal file
8
chapters/2 - theoretisch kader.tex
Normal file
@ -0,0 +1,8 @@
|
||||
\chapter{Theoretisch kader}
|
||||
|
||||
\begin{itemize}
|
||||
\item data types
|
||||
\item APIs
|
||||
\item declaratief / imperatief
|
||||
\item Ansible
|
||||
\end{itemize}
|
||||
9
chapters/3 - methode.tex
Normal file
9
chapters/3 - methode.tex
Normal file
@ -0,0 +1,9 @@
|
||||
\chapter{Methode}
|
||||
|
||||
\begin{itemize}
|
||||
\item Survey
|
||||
\item Daa-analyse
|
||||
\item Interview
|
||||
\item Root Cause analysis
|
||||
\item Proof of Concept
|
||||
\end{itemize}
|
||||
8
chapters/4 - resultaten.tex
Normal file
8
chapters/4 - resultaten.tex
Normal file
@ -0,0 +1,8 @@
|
||||
\chapter{Resultaten}
|
||||
|
||||
\begin{itemize}
|
||||
\item Bevindingen huidige situatie
|
||||
\item Root cause -> integratie (lack thereof)
|
||||
\item CMDB
|
||||
\item Uitbreidingsmogelijkheden Ansible
|
||||
\end{itemize}
|
||||
1
chapters/5 - discussie.tex
Normal file
1
chapters/5 - discussie.tex
Normal file
@ -0,0 +1 @@
|
||||
\chapter{Discussie}
|
||||
1
chapters/6 - conclusie.tex
Normal file
1
chapters/6 - conclusie.tex
Normal file
@ -0,0 +1 @@
|
||||
\chapter{Conclusie}
|
||||
3
chapters/abstract.tex
Normal file
3
chapters/abstract.tex
Normal file
@ -0,0 +1,3 @@
|
||||
\begin{abstract}
|
||||
Test
|
||||
\end{abstract}
|
||||
11
main.tex
11
main.tex
@ -35,7 +35,7 @@
|
||||
\renewcommand{\arraystretch}{1.5}
|
||||
|
||||
%% Verander dit {
|
||||
\newcommand{\titel}{Titel hier}
|
||||
\newcommand{\titel}{Extended Abstract}
|
||||
\newcommand{\project}{Applied Network Automation}
|
||||
\newcommand{\auteur}{
|
||||
Martijn Remmen
|
||||
@ -79,10 +79,15 @@ Martijn Remmen
|
||||
|
||||
\input{changelog.tex}
|
||||
|
||||
\tableofcontents
|
||||
\input{chapters/abstract.tex}
|
||||
\pagebreak
|
||||
|
||||
\input{chapters/1 - voorbeeld.tex}
|
||||
\input{chapters/1 - introductie.tex}
|
||||
\input{chapters/2 - theoretisch kader.tex}
|
||||
\input{chapters/3 - methode.tex}
|
||||
\input{chapters/4 - resultaten.tex}
|
||||
\input{chapters/5 - discussie.tex}
|
||||
\input{chapters/6 - conclusie.tex}
|
||||
|
||||
|
||||
\printbibliography
|
||||
|
||||
Reference in New Issue
Block a user