\documentclass{ULBreport}
\sceau{Pictures/sceauULB.jpg} %To change depending if ULB(sceauULB.jpg) or VUB course (zegelVUB.jpg)
\addbibresource{biblio.bib}
\begin{document}
\titleULB{
title={Title},
course={Course unit},
author={\textit{Author(s) :} \\ Name \\ Name \\ Name},
date={2023},
teacher={\textit{Teacher(s) :} \\ Name} \\ Name,
logo={Pictures/logos.jpg},
manyAuthor
}
\input{content/chapters.tex}
%Bibliography
\nocite{*}
\printbibliography[type=article,title=Articles]
\end{document}