HBKU Thesis/Dissertation Template
Forfatter
Abdulrahman Takiddin
Sidst opdateret
3 år siden
Licens
Creative Commons CC BY 4.0
Resumé
Sample LaTeX thesis/dissertation template for Hamad Bin Khalifa University (HBKU) in Qatar.
%% This template is available by courtesy of
%% Abdulrahman Takiddin
%% who designed it while preparing his thesis for CSE's
%% Master of Data Analytics in Health Management
%% program in April 2020.
\documentclass[a4paper,12pt,titlepage,oneside]{book}
\usepackage{times}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{amsmath,amsthm,amssymb,amsfonts}
\usepackage{comment}
\usepackage{multirow}
\usepackage{rotating, graphicx}
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{ragged2e}
\usepackage{ textcomp}
\usepackage{titletoc}
\usepackage{listings}
\usepackage{setspace}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=black,
urlcolor=blue,
citecolor=black,
}
\urlstyle{same}
\lstset{
basicstyle=\ttfamily,
columns=fullflexible,
frame=single,
breaklines=true
}
%-----------------------------------------------------------------------------------------------------------
\usepackage{fancyhdr}
\usepackage{plain}
\usepackage{csquotes}
\usepackage{titletoc}
\usepackage[singlelinecheck=false]{caption}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{multirow}
\usepackage{tablefootnote}
\usepackage[table]{xcolor}
\usepackage[export]{adjustbox}
\usepackage{caption}
\usepackage{subfigure}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{float}
\usepackage{url}
\usepackage{cite}
\usepackage{todonotes}
\usepackage{import}
\usepackage{ragged2e}
\usepackage[subfigure]{tocloft}
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}} % for chapters
\linespread{2.0} %Document must be double spaced
\usepackage[a4paper,%bindingoffset=0.5in,%
left=1.25in,right=1in,top=1in,bottom=1in,%
%footskip=.25in
]{geometry}
\fancypagestyle{plain}{ %
\fancyhf{} % remove everything
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0pt} % remove lines as well
\renewcommand{\footrulewidth}{0pt}
}
%% ADDED TO MATCH TEMPLATE
\usepackage[compact]{titlesec}
\titlespacing{\chapter}{0pt}{*0}{*0}
\titlespacing{\section}{0pt}{*0}{*0}
\titlespacing{\subsection}{0pt}{*0}{*0}
\titlespacing{\subsubsection}{0pt}{*0}{*0}
\pagestyle{plain}
\begin{document}
\thispagestyle{empty}
%\pagenumbering{alph}
\newpage
\begin{center}
\linespread{2.0}
\text{ HAMAD BIN KHALIFA UNIVERSITY }\\
\vspace{1.00cm}
\text{ COLLEGE OF SCIENCE AND ENGINEERING }\\
\vspace{1.00cm}
\textbf{---YOUR TITLE HERE---} \\ %% THESIS TITLE
\vspace{1.75cm}
BY\\
\textbf{---YOUR NAME HERE---}\\
\vspace{1.75cm}
A Thesis Submitted to the Faculty of\\
College of Science And Engineering\\
In Partial Fulfillment\\ of the Requirements\\ for the Degree of\\
---YOUR PROGRAM OF STUDIES HERE---\\
\vspace{1.25cm}
\today\\
\textcopyright ---YOUR NAME HERE---. All Rights Reserved
\end{center}
%\vspace{2cm}
\pagenumbering{roman}
% Approval Page
\newpage
%\pagestyle{plain}
\linespread{1.0}
\begin{center}
COMMITTEE
\end{center}
\begin{flushleft}
\justify
The members of the Committee approve the thesis of Abdulrahman Takiddin defended on ---YOUR DEFENSE DATE HERE---.\\
\begin{flushright}
\small
\vspace{1cm}
$\rule{4.5cm}{0.15mm}$ \\
Dr.\ ---YOUR ADVISOR--- \\
Thesis Supervisor\\
\vspace{1cm}
$\rule{4.5cm}{0.15mm}$ \\
Dr.\ ---YOUR CO-SUPERVISOR (IF ANY)--- \\
Thesis Co-Supervisor\\
\vspace{1cm}
$\rule{4.5cm}{0.15mm}$ \\
Dr.\ ---YOUR COMMITTEE MEMBER \#1--- \\
Committee Member\\
\vspace{1cm}
$\rule{4.5cm}{0.15mm}$ \\
Dr.\ ---YOUR COMMITTEE MEMBER \#2--- \\
Committee Member\\
\end{flushright}
\end{flushleft}
\vspace{3.0 cm}
Approved:\\
$\rule{13.0cm}{0.15mm}$\\
\text{Dr.\ Mounir Hamdi, Dean, College of Science And Engineering}
\newpage
\linespread{2.0}
\begin{center}
{\bf \Huge Abstract}
\vspace{0.5cm}
\end{center}
\begin{flushleft}
\justify
Write abstract here.
\end{flushleft}
\newpage
\newpage
\tableofcontents
\newpage
\listoftables
\addcontentsline{toc}{chapter}{\uppercase{LIST OF TABLES}}
\newpage
\listoffigures
\addcontentsline{toc}{chapter}{\uppercase{LIST OF FIGURES}}
\newpage
%% Acknowledgements
\newpage
\linespread{2.0}
\begin{center}
\vspace{3.175 cm}
{\bf \Huge Acknowledgements}\\
\begin{flushleft}
\justify
Write acknowledgements here, if any.
\end{flushleft}
\end{center}
\addcontentsline{toc}{chapter}{\uppercase{Acknowledgements}}
%% Dedication %%
\newpage
\linespread{2.0}
\begin{center}
\vspace{3.175 cm}
{\bf \Huge Dedication}\\
\begin{flushleft}
\justify
You may add a dedication as well.
\end{flushleft}
\end{center}
\addcontentsline{toc}{chapter}{\uppercase{DEDICATION}}
\newpage
\pagenumbering{arabic}
%------------------------------------------------------------------------------------------------------------
%\maketitle
\clearpage
\pagenumbering{arabic}
\chapter{\uppercase{Introduction}}
\label{s:Introduction}
\textbf{Note:} The text snippets contained in the following are excerpts of the successfully defended thesis of Abdulrahman Takkidin~\cite{Takkidin:2020:AI}. In the \LaTeX~ sources you will see how to cite literature properly, how to include figures, and how to add tables to your thesis.\\
Skin cancer is the most common cancer type that affects humans~\cite{LINARES2015645}. Melanoma and non-melanoma are the two main types of skin cancer~\cite{Liu-Smith2017}. A lot of diseases are associated with these two types. The non-melanoma types are usually cured by surgery and are non-lethal, so they are of a lesser concern. However, melanoma is the most dangerous and deadliest skin cancer type, although it represents only 2\% of the skin cancer cases~\cite{LINARES2015645,Liu-Smith2017} $\ldots$.
\section{Motivation}
\label{s:Motivation}
$\ldots$ For example, if we look at Figure \ref{Fig: NormalVsMel}, the two images are almost identical. However, the left-hand side lesion is a normal mole, and the lesion on the right is melanoma. $\ldots$
\begin{figure}[h]
\includegraphics[width= 9cm]{fig/Compare/NormalVsMel.png} \centering
\captionsetup{justification=centering,margin=1cm}
\caption{The similarity of a normal mole and melanoma}
\label{Fig: NormalVsMel}
\end{figure}
\clearpage
\chapter{\uppercase{Chapter Title}}
\label{s:ChapterLabel}
This is how you do enumerations.
\begin{enumerate}
\item item 1
\item item 2
\item item 3
\end{enumerate}
A more complex example is shown in Table~\ref{tab:studycharacteristics}.
\begin{table}[]
\caption{Study Characteristics}
\begin{tabular}{|l|l|l|l|l|}
\hline
\textbf{Ref} & \textbf{Images} & \textbf{Class} & \textbf{Type} & \textbf{Environment} \\ \hline
[A] & 40 & benign or malignant & High quality & Development Phase \\ \hline
[B] & 45 & benign or malignant & Dermoscopy & \textbf{Desktop Application} \\ \hline
[C] & 80 & benign or malignant & High quality & Development Phase \\ \hline
[D] & 100 & benign or malignant & Dermoscopy & Development Phase \\ \hline
[E] & 170 & benign or malignant & Clinical & Development Phase \\ \hline
[F] & 187 & benign or malignant & Spectroscopic & \textbf{Healthcare system} \\ \hline
[G] & 200 & benign or malignant & Dermoscopy & Development Phase \\ \hline
[H] & 200 & benign or malignant & Dermoscopy & Development Phase \\ \hline
[I] & 240 & benign or malignant & Dermoscopy & Development Phase \\ \hline
[J] & 256 & benign or malignant & Dermoscopy & Development Phase \\ \hline
[K] & 294 & benign or malignant & Macro & Development Phase \\ \hline
\end{tabular}
\label{tab:studycharacteristics}
\end{table}
\clearpage
\chapter{\uppercase{Results}}
At the end, you should discuss your findings and interpret them.
You can reference labeled items as well (refer to Section,~\ref{s:ChapterLabel})
\chapter{\uppercase{Limitations \& Future Work}}
Most theses end with a Limitations \& Future Work, in which you provide avenues for research that you think are important
\clearpage
\chapter{\uppercase{Conclusion}}
\label{s:Conclusion}
Finally, you wrap up the thesis, summarizing key insights
\clearpage
%% This thesis uses bibtex -- check the included ref.bib file to see how that works.
\bibliographystyle{IEEEtran}
\bibliography{ref}
\end{document}