Add timeline
This commit is contained in:
parent
731563866a
commit
8d8aa29b49
Binary file not shown.
@ -3,8 +3,10 @@
|
|||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
\usepackage[style=numeric, sorting=nyt]{biblatex}
|
\usepackage[style=numeric, sorting=nyt]{biblatex}
|
||||||
|
\usepackage{caption}
|
||||||
\usepackage[acronym, nomain]{glossaries}
|
\usepackage[acronym, nomain]{glossaries}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
\usepackage{pgfgantt}
|
||||||
\usepackage{todonotes}
|
\usepackage{todonotes}
|
||||||
|
|
||||||
% Suppress notes exported from Mendeley in bibliography
|
% Suppress notes exported from Mendeley in bibliography
|
||||||
@ -224,6 +226,33 @@ I will observe network and rank scaling behavior to further improve my implement
|
|||||||
|
|
||||||
\section{Timeline}
|
\section{Timeline}
|
||||||
|
|
||||||
|
The timeline for this work is sketched in \autoref{fig:timeline}.
|
||||||
|
Using the findings from my research, I will develop a suitable \acrshort{ecm} model.
|
||||||
|
Starting the implementation early, I will use an explorative programming approach to confirm that the developed model can be in fact implemented in \acrshort{nastja}.
|
||||||
|
As soon as the model is develop, I will prepare a test setup for benchmarking.
|
||||||
|
This makes it possible evaluate and quickly iterate different approaches.
|
||||||
|
During this time I can also get started documenting the theoretical model and the implementation approaches.
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\begin{ganttchart}[
|
||||||
|
time slot format=isodate,
|
||||||
|
% Experimentally confirmed
|
||||||
|
y unit title=0.5cm,
|
||||||
|
y unit chart=0.8cm,
|
||||||
|
title height=1,
|
||||||
|
expand chart=\textwidth
|
||||||
|
]{2023-06-01}{2023-12-31}
|
||||||
|
\gantttitlecalendar{year, month} \\
|
||||||
|
\ganttbar{Research}{2023-06-01}{2023-07-31} \\
|
||||||
|
\ganttbar{Modeling}{2023-07-01}{2023-08-14} \\
|
||||||
|
\ganttbar{Implementation}{2023-07-15}{2023-10-31} \\
|
||||||
|
\ganttbar{Evaluation}{2023-08-15}{2023-11-30} \\
|
||||||
|
\ganttbar{Writing}{2023-08-15}{2023-12-31}
|
||||||
|
\end{ganttchart}
|
||||||
|
\caption{Gantt chart of the project timeline}%
|
||||||
|
\label{fig:timeline}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
\begin{refcontext}[sorting=nyt]
|
\begin{refcontext}[sorting=nyt]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user