% University: Applied Science Private University
\documentclass{thesis-library}
% Abbreviations List
% Use \Gls{asu} in the text
\newacronym{asu}{ASU}{Applied Science Private University}
\begin{document}
\newcommand{\thesisTitle}{[Thesis Title]}
% \newcommand{\subtitle}{[ Subtitle - \RL{العنوان الفرعي} ]}
\newcommand{\byLabel}{By:}
\newcommand{\studentName}{[Student Name]}
\newcommand{\authornumber}{[Student Number]}
\newcommand{\supervisorLabel}{Supervisor:}
\newcommand{\supervisorName}{[Supervisor Name]}
\newcommand{\coSupervisorLabel}{Co-Supervisor:}
\newcommand{\coSupervisorName}{[Co-Supervisor Name]}
\newcommand{\degreeLineALabel}{This thesis proposal was submitted in Partial Fulfillment of the}
\newcommand{\degreeLineBLabel}{Requirements for the Master’s Degree}
\newcommand{\majorName}{In Computer Science}
\newcommand{\universityName}{Applied Science Private University}
\newcommand{\deanshipName}{Deanship of Scientific Research and Graduate Studies}
\newcommand{\regionName}{Amman - Jordan}
\newcommand{\degreeyearName}{[2024]}
\newcommand{\degreemonthName}{[September]}
\makecoverpage
\pagenumbering{roman}
\includepdf[pages=-,pagecommand={\thispagestyle{plain}}]{files/Committee Decision.pdf}
\addcontentsline{toc}{chapter}{Committee Decision}
\newpage
\includepdf[pages=-,pagecommand={\thispagestyle{plain}}]{files/Authorization Form.pdf}
\addcontentsline{toc}{chapter}{Authorization Form}
\newpage
\chapter*{Dedication}
\addcontentsline{toc}{chapter}{Dedication}
\lipsum[1]
\chapter*{Acknowledgments}
\addcontentsline{toc}{chapter}{Acknowledgments}
\lipsum[2-3]
\newpage
\listofabbreviations
\addcontentsline{toc}{chapter}{List of Abbreviations}
\newpage
\chapter*{\centering \Huge Table of Contents}
\addcontentsline{toc}{chapter}{Table of Contents}
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
\tableofcontents
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\newpage
\listoffiguresname
\newpage
\listoftablesname
%\newpage
\listofmyequations
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\Gls{asu}
\lipsum[4-5]
\noindent\textbf{Keywords:} keyword1, keyword2, keyword3
\newpage
\pagenumbering{arabic}
\printchaptertitle{Introduction}
\section{Overview}
\Gls{asu}
\lipsum[6-7]
\section{Problem Statement}
\lipsum[8-9]
\section{Research Questions}
\lipsum[10]
\begin{equation}
\label{eq:massenergy}
E = mc^2
\end{equation}
\myequations{Mass-energy equivalence}
\section{Research Objectives}
\lipsum[11]
\section{Significance of the Study}
\lipsum[12]
\section{Research Limitations}
\lipsum[13]
\section{Thesis Organization}
\lipsum[14]
\printchaptertitle{Background}
\section{Overview}
\lipsum[15]
%\section{A}
%\section{B}
%\section{C}
\printchaptertitle{Related Work}
\section{Overview}
\lipsum[16]
%\section{A}
%\section{B}
%\section{C}
\printchaptertitle{Methodology}
\section{Overview}
\lipsum[17-18]
%\section{A}
%\section{B}
%\section{C}
\begin{table}[!ht] %htbp
\caption[Table Names Displayed in the List of Tables]{Table Type Styles}
\begin{center}
\begin{tabular}{|c|c|c|c|}
\hline
\textbf{Table}&\multicolumn{3}{|c|}{\textbf{Table Column Head}} \\
\cline{2-4}
\textbf{Head} & \textbf{\textit{Table column subhead}}& \textbf{\textit{Subhead}}& \textbf{\textit{Subhead}} \\
\hline
copy& More table copy$^{\mathrm{a}}$& & \\
\hline
\multicolumn{4}{l}{$^{\mathrm{a}}$Sample of a Table footnote.}
\end{tabular}
\label{tab1}
\end{center}
\end{table}
\section{Research Design}
\lipsum[19-20]
\begin{figure}[htbp]
\centering
\includegraphics[width=0.5\textwidth]{images/dummy-post-horisontal.jpg}
\caption[Figure Names Displayed in the List of Figures]{Example image}
\label{fig:example}
\end{figure}
\section{Data Collection}
\lipsum[21-22]
\section{Data Analysis}
\lipsum[23-24]
\printchaptertitle{Results}
\lipsum[25-26]
\section{Analysis of Data}
\lipsum[27-28]
\section{Results of Hypotheses Testing}
\lipsum[29-30]
\printchaptertitle{Discussion}
\Gls{asu}
\lipsum[31-32]
\section{Discussion of Results}
\lipsum[33-34]
\section{Implications}
\Gls{asu}
\lipsum[35-36]
\section{Limitations}
\lipsum[37-38]
\printchaptertitle{Conclusion}
\lipsum[39-40]
\section{Concluding Remarks}
\lipsum[41-42]
\section{Recommendations for Further Research}
\lipsum[43]
\cite{Abuleil2023}
%\newpage %***new
%\addcontentsline{toc}{chapter}{References} %***new
\renewcommand{\bibname}{References}
\bibliographystyle{ieeetr} %unsrt}
\bibliography{references.bib}
\newpage
% Add the Final Cover Page at the End of the Document
\newcommand{\subtitleFa}{\RL{[عنوان الرسالة]}}
\newcommand{\subtitleFb}{\RL{[عنوان الرسالة - إضافي]}}
\newcommand{\byLabelF}{\RL{المؤلف:}}
\newcommand{\studentNameF}{\RL{[إسم الطالب]}}
\newcommand{\authornumberF}{[Student Number]}
\newcommand{\supervisorLabelF}{\RL{المشرف:}}
\newcommand{\supervisorNameF}{\RL{[إسم المشرف]}}
\newcommand{\coSupervisorLabelF}{\RL{المشرف المشارك:}}
\newcommand{\coSupervisorNameF}{\RL{[إسم المشرف المشارك]}}
\addcontentsline{toc}{chapter}{Abstract in Arabic}
\makefinalcoverpage
\chapter*{\RL{الخلاصة}}
%\addcontentsline{toc}{chapter}{Abstract in Arabic}
\thispagestyle{plain}
\RL{[الخلاصة باللغة العربية]}
\end{document}