Update thesis structure

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-09-22 19:28:43 +02:00
parent 70f8633508
commit 679d37ea9c
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
12 changed files with 26 additions and 9 deletions

View file

@ -0,0 +1,2 @@
\chapter{Introduction}

View file

@ -0,0 +1 @@
\chapter{Preliminaries}

View file

@ -0,0 +1 @@
\chapter{Use Cases / Personas}

View file

@ -0,0 +1 @@
\chapter{Requirements}

View file

@ -0,0 +1 @@
\chapter{Solution}

View file

@ -0,0 +1 @@
\chapter{Testing}

View file

@ -0,0 +1 @@
\chapter{Benchmarking}

View file

@ -0,0 +1 @@
\chapter{Materials \& Methods}

View file

@ -0,0 +1 @@
\chapter{Future Work}

View file

@ -0,0 +1 @@
\chapter{Project Management}

View file

@ -17,29 +17,25 @@
% https://tex.stackexchange.com/a/24827
\makeatletter
\def\input@path{{documentation/thesis/}}
\def\input@path{{documentation/thesis/content}}
\makeatother
\begin{document}
\frontmatter
\title{Bachelor's Thesis}
\subtitle{Thesis subject}
\title{Inductive Short-Range Communication Channel}
\author{Severin Kaderli}
\institution{Bern University of Applied Sciences}
\department{Engineering and Computer Science }
\version{0.0.1}
\titlegraphic{\includegraphics[width=\width]{example-image}}
\advisor{Dr. Reto König}
\expert{Some expert}
\expert{Thomas Jäggi}
\degreeprogram{Bachelor of Science in Computer Science}
\titlegraphic{}
%---------------- BFH tile page -----------------------------------------
\maketitle
\input{00_abstract.tex}
@ -49,7 +45,17 @@
%------------ START MAIN PART ----------------
\mainmatter
\chapter{First chapter of the main part}
\input{01_introduction.tex}
\input{02_preliminaries.tex}
\input{03_use_cases_personas.tex}
\input{04_requirements.tex}
\input{05_solution.tex}
\input{06_testing.tex}
\input{07_benchmarking.tex}
\input{08_materials_methods.tex}
\input{09_future_work.tex}
\input{10_project_management.tex}
\appendix
\chapter{First appendix Chapter}
\end{document}