Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 9056b0e

Browse files
committed
Extract some more files from thesis
1 parent 2c26a82 commit 9056b0e

File tree

11 files changed

+45
-80
lines changed

11 files changed

+45
-80
lines changed

thesis/chapters/chapter01.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
%!TEX root = ../main.tex
22

3+
\chapter{Introduction}
4+
\label{c:introduction}
5+
36
% \section{Section Title}
47
% \subsection{Subsection}
58
% \subsubsection{Subsubsection}

thesis/chapters/chapter02.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
%!TEX root = ../main.tex
22

3+
\chapter{Theoretical Background}
4+
\label{c:background}
5+
36
%todo:
47
% - supervised machine learning vs unsupervised
58
% 1gram, 2gram, ... ngram

thesis/chapters/chapter03.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
%!TEX root = ../main.tex
22

3+
\chapter{Case Study}
4+
\label{c:casestudy}
5+
36
This chapter describes the setup of the case study.
47
The \cref{fig:casestudy-workflow} depicts the overall workflow of this thesis.
58
In the following sections each step is elucidated.

thesis/chapters/chapter04.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
%!TEX root = ../main.tex
22

3+
\chapter{Analysis}
4+
\label{c:analysis}
5+
36
This chapter describes the performed analysis steps and discusses its results.
47
First, the final dataset is described in \cref{s:analysis-datasets}.
58
Secondly, the best hyper-parameters for each classifier are depicted in \cref{s:analysis-pipelines}.

thesis/chapters/conclusion.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
%!TEX root = ../main.tex
2+
3+
\chapter{Conclusion}
4+
\label{c:conclusion}
5+
16
This final section provides a short summary of literature research, analysis and comparison in \cref{s:conclusions-summary}.
27
\Cref{s:conclusions-discussion} critically discusses the results and shows limitations and shortcomings.
38
Finally, \cref{s:conclusions-future} provides possible future research topics.

thesis/endmatter/appendix.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
\appendix
3+
14
\chapter{Appendix A: Used Software, Packages and their Version}
25
\begin{table}[!hbt]
36
\centering

thesis/endmatter/bibliography.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
\printbibliography[nottype=online,title={References}]
2+
\printbibliography[heading=subbibliography,type=online,title={Tweet References}]

thesis/endmatter/listoffigures.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
\listoffigures %\thispagestyle{fancy}
2+
\addcontentsline{toc}{chapter}{List of Figures}
3+
\cleardoublepage

thesis/endmatter/listoftables.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
\listoftables %\thispagestyle{fancy}
2+
\addcontentsline{toc}{chapter}{List of Tables}
3+
\cleardoublepage
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
\printglossary[type=\acronymtype,title=List of Acronyms,style=long]
2+
\cleardoublepage

0 commit comments

Comments
 (0)