\documentclass[english, a4paper]{book}
\usepackage{cours}
\setmainlanguage{english}

\usepackage[
	backend=biber,
	style=iso-authoryear,
	sorting=nyt,
]{biblatex}
\bibliography{library}

\hypersetup{
	pdftitle = {M2 Internship},
	pdfauthor = {Edgar P. Burkhart},
}

\title{\interlight\huge M2 Internship\\{\Huge Bibliography review}\\
\vspace{1em} Simulation of the breaking wave flow which generated the 50T
concrete block displacement at the Artha breakwater on February 28, 2017}
\author{\Large Edgar P.
Burkhart\thanks{\email{edgar-pierre.burkhart@etud.univ-pau.fr},
\email{edgar.burkhart@ens-paris-saclay.fr}.}}
\affil{Université de Pau et des Pays de l'Adour}
\affil{École Normale Supérieure Paris-Saclay}
\date{February 2022}

\setcounter{tocdepth}{3}

\begin{document}
\frontmatter
\maketitle

\tableofcontents

\mainmatter
%\include{notes/bibliography_research}
\include{chapters/introduction}
\include{chapters/literature}

\backmatter
%\nocite{*}
\defbibnote{bibstyle}{\emph{Bibliographic style: ISO690 Author-Year.}}
\printbibliography[prenote=bibstyle]
\end{document}