Skip to content

Commit

Permalink
Write acknowledgements (#101)
Browse files Browse the repository at this point in the history
* Add acknowledgements

* Change spacing of supervisor names

* Fix title capitalisation

* Change date

* Add names to dictionary
  • Loading branch information
MatBon01 authored Aug 27, 2023
1 parent ecbca1b commit 5e994a4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
6 changes: 6 additions & 0 deletions report/.hunspell
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,9 @@ sid
mergedStudentsAndGrades
ids
offs
Bakel
Ibraheem
Wazir
Bina
Vishnuram
Elysia
11 changes: 6 additions & 5 deletions report/final.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

\input{packages.tex}

\title{JOINBENCH: Designing tools for the evaluation of efficient equijoins in Haskell}
\title{JOINBENCH: Designing Tools for the Evaluation of Efficient Equijoins in Haskell}
\author{Matteo Bongiovanni}
\date{January 2023}
\supervisor{Dr.\ Nicolas Wu}
\secondmarker{Dr.\ Steffen van Bakel}
\date{August 2023}
\supervisor{Dr.~Nicolas Wu}
\secondmarker{Dr.~Steffen van Bakel}
\documenttype{MEng Individual Project}
\university{Imperial College London}
\department{Department of Computing}
Expand Down Expand Up @@ -107,14 +107,15 @@
% Front matter
\include{title/title}
\include{title/abstract}
\include{title/acknowledgements}
\include{ethics/final}
\begin{comment}
Table of contents:
This should list the main chapters, sections and subsections of your report.
Choose self-explanatory chapter and section titles and use double spacing for
clarity. If possible you should include page numbers indicating where each chapter
section begins.
\end{comment}
\include{ethics/final}
\newpage
\tableofcontents

Expand Down
34 changes: 33 additions & 1 deletion report/title/acknowledgements.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
\chapter*{Acknowledgements}
\begin{comment}
It is usual to thank those individuals who have provided particularly useful assistance, technical or otherwise, during your project. Your supervisor will obviously be pleased to be acknowledged as they will have invested quite a lot of time into overseeing your progress and supporting you.
\end{comment}
\end{comment}
\begin{center}
There are many people to acknowledge for their support during this project.

\noindent
\paragraph{} My supervisor, Dr.~Nicolas Wu, who not only inspired me to take the
amazing new passion of category theory but kept his supervision grounded in
reality and helped me make decisions that best impacted my project and the
context around it. Also my second marker, Dr~Steffen van Bakel who provided some
valuable advice during our meeting.

\noindent
\paragraph{} Bina Vishnuram, my study mentor, who has sat with me for countless
hours while I brainstormed, designed and wrote my project. She not only endured
my incoherent explanations of topics as I digested them but changed my
mind on what it means to succeed. It is no
overstatement that without her support this project and much of my future work
would not take the form it has and will.

\noindent
\paragraph{} My parents who have supported me, especially throughout the period
of this project. I appreciate all the extra work they took on for me to help me
concentrate on this project in periods of difficulty over the last year.

\noindent
\paragraph{} Mark Walker, Ibraheem Wazir and Elysia Williams who have provided
continuous support over the last year and helped me concentrate on this project;
both the project and the last year would not have been the same without them.
Also Sophie, Michael and any other friends who have supported me directly or
indirectly with their kind words and patience as my time was consumed by this
endeavour.
\end{center}

0 comments on commit 5e994a4

Please sign in to comment.