-
Notifications
You must be signed in to change notification settings - Fork 0
/
05-outline.tex
46 lines (45 loc) · 2.01 KB
/
05-outline.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\section{Preliminary Outline}
\label{sec:outline}
Make the first proposal for an outline of your thesis. You can adapt the following example to your needs and the type of thesis you are writing. If your thesis focuses, for example, on data science (e.g., machine learning), you should include a separate section for \emph{(Model) Performance Analysis} and a separate \emph{Results} section. The theoretical background should consist of definitions of significant concepts and terms and introduces your methods, approaches, and theories. The Discussion Section must include a reflection on your main results in the light of related work and your research goal and questions.
\begin{table}[h]
\small
\colorbox{usethiscolorhere}{
\centering
\begin{tabularx}{\textwidth}{@{} r Y @{}}
\textbf{1}
& \textbf{Introduction}\vspace{2mm}\\
& 1.1 Motivation \vspace{2mm}\\
& 1.2 Research goal and question\vspace{2mm}\\
& 1.3 Research approach and methodology\vspace{2mm}\\
\textbf{2}
& \textbf{Theoretical Background}\vspace{2mm}\\
\textbf{3}
& \textbf{Related Work}\vspace{2mm}\\
& 3.1 Related software\vspace{2mm}\\
& 3.2 Related studies in this field\vspace{2mm}\\
\textbf{4}
& \textbf{Analysis}\vspace{2mm}\\
& 4.1 Define the data collection methods (e.g., observation)\vspace{2mm}\\
& 4.2 Specify conceptual models\vspace{2mm}\\
& 4.3 Derive requirements\vspace{2mm}\\
\textbf{5}
& \textbf{Design Process}\vspace{2mm}\\
& 5.1 Low-fidelity prototype\vspace{2mm}\\
& 5.2 High-fidelity prototype or final design concept\vspace{2mm}\\
\textbf{6}
& \textbf{Implementation}\vspace{2mm}\\
& 6.1 System architecture\vspace{2mm}\\
& 6.2 Technical implementation\vspace{2mm}\\
\textbf{7}
& \textbf{Evaluation}\vspace{2mm}\\
& 7.1 Set up the study design\vspace{2mm}\\
& 7.2 Present study results \vspace{2mm}\\
\textbf{8}
& \textbf{Discussion}\vspace{2mm}\\
\textbf{9}
& \textbf{Conclusion}\vspace{2mm}\\
& 9.1 Limitations\vspace{2mm}\\
& 9.2 Future Work\vspace{2mm}\\
\end{tabularx}
}
\end{table}