\documentclass{report}

%Titlepage
\title{
\huge{\textbf{[TITLE]}} \\[1.2cm]
\normalsize{[NAME AUTHOR]} \\
\normalsize{ANR: [ANR OF AUTHOR]} \\ [1cm]
\normalsize{HAIT Master Thesis series nr.\ [THESIS SERIES NUMBER]} \\ [1cm]
\normalsize{\textsc{Thesis submitted in partial fulfillment}} \\
\normalsize{\textsc{of the requirements for the degree of}} \\
\normalsize{\textsc{Master of Arts in Communication and Information Sciences, }}\\
\normalsize{\textsc{Master Track Human Aspects of Information Technology,}} \\
\normalsize{\textsc{at the School of humanities}} \\
\normalsize{\textsc{of Tilburg University}} \\ [1.5cm]
\normalsize{Thesis committee:} \\[0.2cm]
\normalsize{[NAME1]} \\
\normalsize{[NAME2]} \\
\vfill
\normalsize{Tilburg University} \\
\normalsize{Faculty of Humanities} \\
\normalsize{Department of Communication and Information Sciences} \\
\normalsize{Tilburg center for Cognition and Communication (TiCC)} \\
\normalsize{Tilburg, The Netherlands} \\
\normalsize{[MONTH] [YEAR]} \\
}
\author{} \date{}

\begin{document}
\pagestyle{empty}
\thispagestyle{empty}

\maketitle

% Main part

\end{document}

