\documentclass[11pt, a4paper, oneside]{Thesis} % Paper size, default font size and one-sided paper
\usepackage{floatrow}
\floatsetup[table]{capposition=top}
\usepackage{textcomp}
\usepackage{wrapfig}
\usepackage{lscape}
\usepackage{rotating}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{amsmath}
\usepackage{upgreek}
\usepackage{gensymb}
\usepackage{csquotes}
\usepackage{pdfpages}
\usepackage{lipsum}
%\usepackage[open]{bookmark}
% acronyms
\usepackage{acronym}
\usepackage{array}
\newcolumntype{L}{>{\centering\arraybackslash}m{3cm}}
%\usepackage[acronym]{glossaries}
% prints author names as small caps
\makeatletter
\AtBeginDocument{%
\renewcommand*{\AC@hyperlink}[2]{%
\begingroup
\hypersetup{hidelinks}%
\hyperlink{#1}{#2}%
\endgroup
}%
}
\makeatother
%\usepackage{subcaption} %incompatible with subfig
\graphicspath{{Pictures/}} % Specifies the directory where pictures are stored
\usepackage[square, numbers]{natbib} % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers' v
\hypersetup{urlcolor=black, colorlinks=true} % Colors hyperlinks in blue - change to black if annoyingv`
% \title{\title} % Defines the thesis title - don't touch this
\begin{document}
\makeatletter
\renewcommand*{\NAT@nmfmt}[1]{\textsc{#1}}
\makeatother
% prints author names as small caps
\frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
\setstretch{1.6} % Line spacing of 1.6 (double line spacing)
% Define the page headers using the FancyHdr package and set up for one-sided printing
\fancyhead{} % Clears all page headers and footers
\rhead{\thepage} % Sets the right side header to show the page number
\lhead{} % Clears the left side page header
\pagestyle{fancy} % Finally, use the "fancy" page style to implement the FancyHdr headers
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % New command to make the lines in the title page
% PDF meta-data
\hypersetup{pdftitle={\title}}
\hypersetup{pdfsubject=\subjectname}
\hypersetup{pdfauthor=\authornames}
\hypersetup{pdfkeywords=\keywordnames}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{titlepage}
\begin{center}
\HRule \\[0.4cm] % Horizontal line
{\huge \bfseries \title}\\[0.4cm] % Thesis title
\HRule \\[0.5cm] % Horizontal line
\large \textit{Major Project submitted to}\\ \DEPTNAME, \univname\\textit{ in partial fulfilment of the requirements for\\ The degree of}\\ \textbf{\degreename}\\\textit{ from}\\ \deptname,\\ \DEPTNAME\\ % University requirement text
\textit{by}\\
\textbf{\authornames} \\
\large \textit{under}\\
\textbf{\supname}
\vfill
\graphicspath{ {./Figures/} }
\begin{figure}[hb]
\centering
\includegraphics[width=0.55\linewidth]{Pictures/Amity_University_Kolkata.png}
\end{figure}
\DEPTNAME\\ % Research group name and department name
\UNIVNAME\\ % University name
\textsc{\addressnames}\\[1.5cm]
\large \today\\[2cm] % Date
\end{center}
\end{titlepage}
%----------------------------------------------------------------------------------------
% DECLARATION PAGE
% Your institution may give you a different text to place here
%----------------------------------------------------------------------------------------
\Declaration{\addtocontents{toc}{\vspace{1em}}} % Add a gap in the Contents, for aesthetics
\setcounter{page}{2}
\begin{minipage}{\textwidth}
This is to certify that the project work entitled \textquotedblleft \title \textquotedblright \hspace{0.1cm} has been prepared by \textquotedblleft \authornames \textquotedblright under my supervision and guidance. The thesis is his original work completed after careful research and investigation. The work of the thesis
is of the standard expected of a candidate for the \degreename Programme in Artificial Intelligence and I recommend that it be sent for evaluation.
\end{minipage}
\vspace{20.00mm}
\begin{minipage}{0.49\textwidth}
\begin{flushleft}
{Date:\\ [30px]
\newblock
Forwarded By:}
\end{flushleft}
\end{minipage}
\begin{minipage}{0.49\textwidth}
\begin{flushleft} \large
{--------------------------------------\\[3px]
Name and Signature of the Guide\\[3px]
--------------------------------------\\[3px]
Name and Signature of the Head of the Department\\[3px]
--------------------------------------\\[3px]
Name and Signature of the Head of Institution\\[3px]
}
\end{flushleft}
\end{minipage}
\vfill
\clearpage % Start a new page
\StudentDeclaration{\addtocontents{toc}{\vspace{0.5em}}} % Add a gap in the Contents, for aesthetics
I, \authornames, registered as undergraduate scholar, bearing "Registration Number" for the \degreename Programme under the \DEPTNAME of \univname do hereby declare that I have completed the requirements as per mentioned by the university for project submission. \\
I do hereby declare that the project submitted is original and is the outcome of the independent investigations /research carried out by me and contains no plagiarism. The work is leading to the discovery of new techniques. This work has not been submitted by any other University or Body in quest of a degree, diploma or any other kind of academic award. \\
I do hereby further declare that the text, diagrams or any other material taken from other sources (including but not limited to books, journals and web) have been acknowledged, referred and cited to the best of my knowledge and understanding. \\ \\
Date:
\begin{flushright}
-----------------------------------------------\\
Signature of Student \\
\end{flushright}
\vfill
\clearpage % Start a new page
%----------------------------------------------------------------------------------------
% ABSTRACT PAGE
%----------------------------------------------------------------------------------------
%\addtotoc{Abstract} % Add the "Abstract" page entry to the Contents
\lhead{\emph{Abstract}}
\abstract{\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
}
%----------------------------------------------------------------------------------------
% Declaration Page
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% ACKNOWLEDGEMENTS
%----------------------------------------------------------------------------------------
\clearpage % Start a new page
\setstretch{1.3} % Reset the line-spacing to 1.3 for body text (if it has changed)
\acknowledgements{\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
%Your text here
}
\clearpage % Start a new page
%----------------------------------------------------------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES
%----------------------------------------------------------------------------------------
\pagestyle{fancy} % The page style headers have been "empty" all this time, now use the "fancy" headers as defined before to bring them back
\lhead{\emph{Contents}} % Set the left side page header to "Contents"
\tableofcontents % Write out the Table of Contents
\lhead{\emph{List of Figures}} % Set the left side page header to "List of Figures"
\listoffigures % Write out the List of Figures
\lhead{\emph{List of Tables}} % Set the left side page header to "List of Tables"
\listoftables % Write out the List of Tables
%----------------------------------------------------------------------------------------
% ABBREVIATIONS
%----------------------------------------------------------------------------------------
\clearpage % Start a new page
\setstretch{1.5} % Set the line spacing to 1.5, this makes the following tables easier to read
\lhead{\emph{Abbreviations}} % Set the left side page header to "Abbreviations"
\chapter*{Abbreviations}
\addtotoc{Abbreviations}
\input{acro_list}
%----------------------------------------------------------------------------------------
% PHYSICAL CONSTANTS/OTHER DEFINITIONS
%----------------------------------------------------------------------------------------
%
% \clearpage % Start a new page
% \lhead{\emph{Physical Constants}} % Set the left side page header to "Physical Constants"
% \listofconstants{lrcl} % Include a list of Physical Constants (a four column table)
% {
% Speed of Light & $c$ & $=$ & $2.997\ 924\ 58\times10^{8}\ \mbox{ms}^{-\mbox{s}}$ (exact)\\
% % Constant Name & Symbol & = & Constant Value (with units) \\
% }
%----------------------------------------------------------------------------------------
% List of Algorithms
%----------------------------------------------------------------------------------------
\clearpage % Start a new page
\lhead{\emph{List of Algorithms}} % Set the left side page header to "List of Algorithms"
%----------------------------------------------------------------------------------------
% List of Publication
%----------------------------------------------------------------------------------------
% \ListofPublications{\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
% \textbf{Publications from Thesis}
% \begin{enumerate}
% \item Paper 1 \href{https://doi.org/10.1016/j.ijrmhm.2022.105849}{\textit{\textcolor{blue}{10.1016/j.ijrmhm.2022.105849}}}.
% \item Paper 2. \href{https://doi.org/10.1016/j.matchar.2022.112010}{\textit{\textcolor{blue}{10.1016/j.matchar.2022.112010}}}.
% \end{enumerate}
% }
% \\[2cm]
%\vfill{}
\clearpage % Start a new page
\setstretch{1.3} % Return the line spacing back to 1.3
%
\pagestyle{empty} % Page style needs to be empty for this page
\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
%----------------------------------------------------------------------------------------
% THESIS CONTENT - CHAPTERS
%----------------------------------------------------------------------------------------
\mainmatter % Begin numeric (1,2,3...) page numbering
\pagestyle{fancy} % Return the page headers back to the "fancy" style
% Include the chapters of the thesis as separate files from the Chapters folder
% Uncomment the lines as you write the chapters
\input{Chapters/Chapter1}
\input{Chapters/Chapter2}
\input{Chapters/Chapter3}
\input{Chapters/Chapter4}
\input{Chapters/Chapter5}
\input{Chapters/Chapter6}
%\input{Chapters/Chapter7}
%\input{Chapters/Chapter8}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
\appendix % Cue to tell LaTeX that the following 'chapters' are Appendices
% Include the appendices of the thesis as separate files from the Appendices folder
% Uncomment the lines as you write the Appendices
\lhead{\emph{Annexture}}
\input{Appendices/AppendixA}
%\input{Appendices/AppendixB}
%\input{Appendices/AppendixC}
\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
\backmatter
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\nocite{*}
\label{Bibliography}
\lhead{\emph{Bibliography}} % Change the page header to say "Bibliography"
\bibliographystyle{ieeetr} % Use the "custom" BibTeX style for formatting the Bibliography
\bibliography{Bibliography} % The references (bibliography) information are stored in the file named "Bibliography.bib"
\end{document}