\documentclass[12pt,oneside]{report}
\usepackage{justthesis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% This file is made by %%
%%%% Dr. Isam Al-Darabsah %%
%%%% Department of Mathematics and Statistics %%
%%%% Faculty of Science and Arts %%
%%%% Email: imaldarabsah@just.edu.jo %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\newtheorem{definition}{Definition}
\newtheorem{example}{Example}
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}
\newtheorem{remark}{Remark}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{diagbox}
\captionsetup{width=0.85\textwidth}
\allowdisplaybreaks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%******* Author Packages ************%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%******* Author Macros ************%%%
%%%=============================================
%%% Thesis metadata: edit these fields only
%%%=============================================
\renewcommand{\thesistitle}{MASTER THESIS FULL TITLE}
\renewcommand{\thesistitlearabic}{عنوان الرسالة}
\renewcommand{\studentname}{Your Name}
\renewcommand{\studentnamearabic}{اسم الطالب}
\renewcommand{\studentid}{ID}
\renewcommand{\advisorname}{Dr. / Prof. Advisor Name}
\renewcommand{\advisornamearabic}{اسم المشرف الرئيسي}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Fill the coadvisor name in English and Arabic %%%%%%%%%%%%%%
\renewcommand{\coadvisorname}{} %%{Dr. / Prof. Co-Advisor Name}
\renewcommand{\coadvisornamearabic}{} %%{اسم المشرف المشارك}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\degreefield}{M.Sc. in [Field / Major]}
\renewcommand{\facultyname}{The Faculty of Graduate Studies}
\renewcommand{\universityname}{Jordan University of Science and Technology}
\renewcommand{\submissionmonthyear}{Month, Year}
\renewcommand{\chairmanname}{Dr. / Prof. (Chairman)}
\renewcommand{\memberone}{Dr. / Prof. (Co-Advisor)}
\renewcommand{\membertwo}{Dr. / Prof. (Member)}
\renewcommand{\memberthree}{Dr. / Prof. (External Examiner)}
\begin{document}
\allowdisplaybreaks
%%%=================================================
%%% Cover and preliminary pages
%%%=================================================
\include{Chapters/preliminary_pages}
%%%-------------------------------------------------
%%% Abstract
%%%-------------------------------------------------
\clearpage
\begin{englishabstract}
\begin{center}
{\bfseries \thesistitle\par}
\vspace{1cm}
By
\vspace{0.5cm}
{\bfseries\studentname}
\end{center}
Write the abstract here.
\end{englishabstract}
\clearpage
%%%=================================================
%%%%%%%%%%%%%% Main thesis chapters %%%%%%%%%%%%
%%%=================================================
\startmainmatter
\include{Chapters/CH1}
\include{Chapters/CH2}
%%%=================================================
%%% References
\addreferencesheading
%\begin{thebibliography}{99}
%\bibitem{al2021time}
%I.~Al-Darabsah, ``A time-delayed SVEIR model for imperfect vaccine with a generalized nonmonotone incidence and application to measles,'' \textit{Applied Mathematical Modelling}, vol.~91, pp.~74--92, 2021.
%\end{thebibliography}
%%% bibliography styles .bib
\bibliographystyle{vancouver} %%% Vancouver-style numbered references
\bibliography{references.bib}
%%%=================================================
%%%=================================================
%%% Arabic abstract
%%%=================================================
\begin{arabicabstract}
\noindent
اكتب الملخص العربي هنا.
\end{arabicabstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%**************Appendix**********************
%%%%***** DO NOT CHANGE ************************
\appendix
\counterwithin{equation}{chapter}
\counterwithin{figure}{chapter}
\counterwithin{table}{chapter}
\counterwithin{theorem}{chapter}
\counterwithin{lemma}{chapter}
\counterwithin{definition}{chapter}
%%%%*********************************************
\include{Chapters/Appendix_A}
\include{Chapters/Appendix_B}
\end{document}