\documentclass[a4paper,12pt]{article}
\usepackage[OT1]{fontenc}
\usepackage{graphicx,pifont}
\usepackage{epsfig,amsmath,amssymb,url}
\usepackage{multicol}
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage{hyperref}
\usepackage{lipsum}
\usepackage{bibentry}
\usepackage[maxbibnames=99,maxcitenames=2,style=apa,giveninits=true,uniquename=false,apamaxprtauth=999]{biblatex}
\addbibresource{references.bib}
\setlength{\parindent}{0pt}
\setlength{\parskip}{2ex plus 0.5ex minus 0.2ex}
\linespread{1.2}
\tolerance2000
\hoffset=-0.5cm
\setlength{\textwidth}{15.5cm}
%\voffset=0cm
\setlength{\textheight}{620pt}
\begin{document}
\pagestyle{empty}
\begin{center}
REPORT SERIES IN AEROSOL SCIENCE \\
N:o XX (YYYY) \\
\vspace*{3cm}
{\Large TITLE OF THE THESIS
\\
}
\vspace*{2cm}
{\large
FIRSTNAME LASTNAME \\
}
\vspace*{2cm}
Institute for Atmospheric and Earth System Research / Physics\\
Department of Physics \\
Faculty of Science \\
University of Helsinki \\
Helsinki, Finland
\vspace*{2cm}
{\em Doctoral dissertation, to be presented for public discussion with the permission of the Faculty of XX
of the University of Helsinki, in Auditorium XX, Building name, on the DDth of Month, YYYY at 12 o’clock.}
\vspace*{1cm}
{\bf Helsinki YYYY}
\newpage
\vspace*{-2.2cm}
\begin{tabular}{ll}
Author's Address:
& Institute for Atmospheric and Earth System Research / Physics \\
& P.O. Box 64 \\
& FI-00014 University of Helsinki \\
& firstname.lastname@helsinki.fi \\
\\
Supervisors:
& Professor Firstname Lastname, Ph.D.\\
& Institute for Atmospheric and Earth System Research / Physics\\
& University of Helsinki\\
\\
& Professor Firstname Lastname, Ph.D.\\
& Institute for Atmospheric and Earth System Research / Physics\\
& University of Helsinki\\
\\
Reviewers:
& Professor Firstname Lastname, Ph.D.\\
& Department of XX\\
& University of XX\\
\\
& Associate Professor Firstname Lastname, Ph.D.\\
& Laboratory of XX\\
& University of XX\\
\\
Opponent:
& Professor Firstname Lastname, Ph.D. \\
& Institute of XX \\
& University of XX
\end{tabular}
\vfill
\begin{multicols}{2}
ISBN xxx-xxx-xxxx-xx-x (printed) \\
ISSN xxxx-xxxx \\
Helsinki YYYY \\
Unigrafia Oy
ISBN xxx-xxx-xxxx-xx-x (pdf) \\
ISSN xxxx-xxxx \\
Helsinki YYYY \\
http://www.FAAR.fi
\end{multicols}
\end{center}
\newpage
\section*{Acknowledgements}
\lipsum[1]
Firstname Lastname\newline
Place, Month YYYY
\newpage
\vspace*{-0.7cm}
\underline{Firstname} Secondname Lastname\newline
University of Helsinki, YYYY\\
\vspace*{-0.7cm}\section*{Abstract}
\lipsum[1-2]
Keywords: first keyword, second keyword, third keyword
\newpage
\setlength{\parskip}{0.5ex plus 0.5ex minus 0.2ex}
\tableofcontents
\setlength{\parskip}{2ex plus 0.5ex minus 0.2ex}
\newpage
\section*{List of publications}
This thesis consists of an introductory review, followed by XX
research articles. In the introductory part, these papers are cited
according to their roman numerals.
\begin{description}
\item[\bf I.]{\fullcite{paperOne2020}}
\item[\bf II.]{\fullcite{paperTwo2021}}
\item[\bf III.]{\fullcite{paperThree2022}}
\item[\bf IV.]{\fullcite{paperFour2022}}
\end{description}
Add here a statement about article reprinting rights.
\newpage
\pagestyle{plain}
\section{Introduction}\label{introduction}
Note that the numbering starts from the very first page of the file. Introduction should start from an odd page and if this is not the case add a plank page before the introduction. The bibliography is stored in the \texttt{references.bib} file and it is managed here using the
\href{https://www.overleaf.com/learn/latex/Bibliography_management_with_biblatex}{\texttt{biblatex}} package. Examples of in-text citations: \cite{paperOne2020} found something \parencite[e.g.][]{paperTwo2021}.
\section{Materials and methods}
\subsection{Measurements}
\subsubsection{Field measurements}
\lipsum[1]
\subsubsection{Laboratory measurements}
\lipsum[2]
\subsection{Data analysis}
\lipsum[3]
\section{Results and discussion}
\lipsum[1]
\subsection{First result}
\lipsum[2]
\subsection{Second result}
\lipsum[3]
\subsection{Third result}
\lipsum[4]
\section{Review of papers and the author's contribution}
{\bf Paper I.} \lipsum[75]
{\bf Paper II.} \lipsum[75]
{\bf Paper III.} \lipsum[75]
{\bf Paper IV.} \lipsum[75]
\section{Conclusions}
\lipsum[5]
\newpage
\printbibliography[heading=bibintoc, title={References}]
\end{document}