\documentclass[11pt,fleqn]{report}
\usepackage{mcs}
\usepackage[T1]{fontenc}
\hypersetup{
pdftitle = {Computer Science Considered Harmful},
pdfauthor = {S. v/d Achternaam}
}
\coverauthor{Student van der Achternaam}
\supervisor{Edsger Wijbe Dijkstra}
\covertitle{Computer Science \\ Considered Harmful}
% \doctype{Research Topics}
\doctype{Final Project}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makecoverpage
\tableofcontents
% \setcounter{page}{1}
\begin{abstract}
State the problem.
Explain why the problem is a problem.
Say something surprising.
Describe consequences of your work
% https://plg.uwaterloo.ca/~migod/research/beckOOPSLA.html
\begin{keywords}
computer, science
\end{keywords}
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Introduction}
It is important to introduce your topic gently.
\section{Story Part}
You can always cite books~\cite{Grune2012}, journal articles~\cite{Zoo2015} and conference publications~\cite{BabyCobol2020}.
\chapter{Conclusions and Future Work}
Answer your research questions here.
\bibliography{sources}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newpage
% \appendix
% \chapter{}
\end{document}