\newcommand{\yourname}{STUDENT} %Replace Student with your name
\newcommand{\theyear}{YYYY/YYYY} %Replace YYYY's with the respective years
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt]{article}
\usepackage{fzp_hcv}
\usepackage{blindtext} % This is only to generate the dummy text
\begin{document}
\thispagestyle{first_page}
\textbf{\textcolor{fzp_orange}{\fontsize{20}{30}\selectfont Research Activities in \theyear}}
\vskip 0.2in
\textcolor{fzp_orange}{\fontsize{14}{21}\selectfont \yourname $\;\mid$ Department of Water Resources and Environmental Modelling}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\textcolor{fzp_green}{Research}}
\subfile{sections/research}
\section{\textcolor{fzp_green}{Study}}
\subfile{sections/study}
\section{\textcolor{fzp_green}{Teaching}}
\subfile{sections/teaching}
\section{\textcolor{fzp_green}{Others}}
\subfile{sections/others}
\end{document}