Coventry University PhD Thesis Template
Author
Hoang Nga Nguyen
Last Updated
4 years ago
License
Creative Commons CC BY 4.0
Abstract
This is a template for PhD thesis at Coventry University.
This is a template for PhD thesis at Coventry University.
%%%%%%%%%%%%%%%%%%%%%%%%%%
% A template for PhD Thesis
% Systems Security Group
% Coventry University
% 2020
%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,oneside]{book}
\usepackage[margin=1.2in]{geometry}
\usepackage[toc,page]{appendix}
\usepackage{graphicx}
\usepackage[square,numbers]{natbib}
\usepackage{lipsum}
\usepackage{caption}
\usepackage{pdfpages}
\begin{document}
\captionsetup[figure]{margin=1.5cm,font=small,labelfont={bf},name={Figure},labelsep=colon,textfont={it}}
\captionsetup[table]{margin=1.5cm,font=small,labelfont={bf},name={Table},labelsep=colon,textfont={it}}
\SetLipsumDefault{1}
\frontmatter
\begin{titlepage}
% -------------------------------------------------------------------
% You need to edit the details here
% -------------------------------------------------------------------
\begin{center}
{\LARGE Coventry University}\\[0.25cm]
{\Large Institute for Future Transport and Cities}\\[2.5cm]
\linespread{1.2}\huge {\bfseries Insert Your Title Here}\\[1.5cm]
\linespread{1}
\includegraphics[width=6.5cm]{images/culogo.eps}\\[1.5cm]
{\Large\bf Your Name}\\[1cm]
{\large \emph{Supervisor:} Supervisor's Name}\\[1cm] % if applicable
\vspace{\fill}
\large A thesis submitted in partial fulfilment of the University's requirements\\ for the degree of Doctor of Philosophy\\[1cm]
\today
\end{center}
\end{titlepage}
% -------------------------------------------------------------------
% Declaration
% -------------------------------------------------------------------
\newpage
\section*{\Large Declaration}
All sentences or passages quoted in this document from other people's work have been specifically acknowledged by clear cross-referencing to author, work and page(s). Any illustrations that are not the work of the author of this report have been used with the explicit permission of the originator and are specifically acknowledged. I understand that failure to do this amounts to plagiarism and will be considered grounds for failure.\\[1cm]
\noindent Name:\\[1mm]
\rule[1em]{25em}{0.5pt}
\noindent Signature:\\[1mm]
\rule[1em]{25em}{0.5pt}
\noindent Date:\\[1mm]
\rule[1em]{25em}{0.5pt}
% \includepdf[pages=-]{forms/form.pdf}
\input{sections/0_i_ack.tex}
% -------------------------------------------------------------------
% Abstract
% -------------------------------------------------------------------
\input{sections/0_ii_abstract.tex}
% -------------------------------------------------------------------
% Contents, list of figures, list of tables
% -------------------------------------------------------------------
\tableofcontents
\listoffigures
\listoftables
% -------------------------------------------------------------------
% Main sections (as required)
% -------------------------------------------------------------------
\mainmatter
\input{sections/1_introduction.tex}
\input{sections/2_background.tex}
\input{sections/3_methodology.tex}
\input{sections/4_results.tex}
\input{sections/5_discussion.tex}
\input{sections/6_conclusion.tex}
% -------------------------------------------------------------------
% Bibliography
% -------------------------------------------------------------------
\bibliographystyle{plainnat}
\bibliography{main}
% -------------------------------------------------------------------
% Appendices
% -------------------------------------------------------------------
\begin{appendices}
\input{sections/appendixA.tex}
\input{sections/appendixB.tex}
\end{appendices}
\end{document}