diff --git a/pub/proposal/proposal.pdf b/pub/proposal/proposal.pdf index dc3f445..978255f 100644 Binary files a/pub/proposal/proposal.pdf and b/pub/proposal/proposal.pdf differ diff --git a/pub/proposal/proposal.tex b/pub/proposal/proposal.tex index a23395f..13c90f4 100644 --- a/pub/proposal/proposal.tex +++ b/pub/proposal/proposal.tex @@ -8,6 +8,9 @@ \usepackage{multirow} \usepackage{array} +% Gantt Chart +\usepackage{pgfgantt} + % For referencing \usepackage[citestyle=ieee]{biblatex} \addbibresource{references.bib} @@ -109,6 +112,29 @@ \section{Planning} \subsection{Diagrammatic Work Plan} +% Make title format for gantt chart into week commencing +\ganttset{% + calendar week text={% + \startday/\startmonth% + }% +} + +\begin{ganttchart}[ + hgrid, + vgrid={*{6}{draw=none}, dotted}, + x unit=1.3mm, + y unit chart=7.5mm, + time slot format=isodate, + ]{2024-02-26}{2024-05-12} + % \gantttitle{Project Plan}{12} \\ + % \gantttitlelist{1,...,12}{1} \\ + \gantttitlecalendar{year, week} \\ + \ganttgroup{Task 1}{2024-02-26}{2024-03-09} \\ + \ganttbar{Subtask 1}{2024-02-26}{2024-02-29} \\ + \ganttlinkedbar{Subtask 2}{2024-03-01}{2024-03-09} \ganttnewline + % \ganttlink{elem2}{elem3} +\end{ganttchart} + \subsection{Brief Explanation} \subsection{Risks}