Template PHD Thesis, UiA 2022
Author:
Juan Cartagena & Erik Adalberon
Last Updated:
3 anni fa
License:
Creative Commons CC BY 4.0
Abstract:
UiAdoc & University Library
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%%%%%%%%% Doctoral thesis template, University of Agder %%%%%%%%%
% Maintainer: Erik Yves H. Adalberon, UiA-Universitetsbiblioteket
% Juan Cardenas-Cartagena, UiAdoc - 2022
% Mareike Brehmer, UiAdoc - 2022
%
% Authors: V1 - UiA-Universitetsbiblioteket, 2017
% V2 - UiA-Universitetsbiblioteket & UiAdoc, 2022
%
% Copyright 2022 University of Agder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Need help with this document? Please go to <add webpage> or contact the University Library
%%%%%%%%%% Document settings %%%%%%%%%%
\documentclass[12pt, final]{extbook}
% To enable draft mode and TODO comments, type draft instead of final
% Before delivering the final version, make sure that the document is in 'final mode' instead of 'draft mode'
% Packages header
\input{header/header}
% Math environment - Add custom math definitions in the file header/math
\input{header/math}
%----- Future version
% Glossary - Add custom Glossary in the file header/glossary
% \input{header/glossary}
% Nomenclature - Add custom Nomenclature in the file header/nomenclature
%\input{header/nomenclature}
%\makeglossaries
%%%%%%%%%% Document begins here %%%%%%%%%%
\begin{document}
% Information - Fill the requested information in the file header/information
\input{header/information}
\makefront
%%%%%%%%%% Introductory Part %%%%%%%%%%
% Preface
\input{chapters/01_preface}
% Acknowledgments
\input{chapters/02_aknowledgments}
% Abstract
\input{chapters/03_abstract}
% Publications
\input{chapters/04_publications}
%%%%%%%%%% Lists of content, figures, and tables %%%%%%%%%%
% These listings can be commented out if you do not need them
\tableofcontents
\listoffigures
\listoftables
%%%%%%%%%% Nomenclature and glossary %%%%%%%%%%
%\printglossary[type=\acronymtype,title=Abbreviations]
%\printglossary[title=Nomenclature]
% Main Part ---------------------
\configureMainPart
% Chapters-----------------
% To include a new chapter, use the following sample
% \chapter{Name_of_the_Chapter}
% \label{chap:Your_Tag}
% \input{sections/file_name}
%
% Concerning the file_name, we suggest the notation chapterNumber_nameOfChapter, e.g. 05_introduction
% Save new section tex files in the 'chapters' folder
% Save images in the 'images' folder
\chapter{Introduction}
\label{chap:introduction}
\input{chapters/05_introduction}
\chapter{Background Theory}
\label{chap:theoryAndModelling}
\input{chapters/06_chapter_A}
\chapter{Simulations}
\label{chap:simulations}
\input{chapters/07_chapter_B}
\chapter{Concluding Remarks}
\label{chap:concludingRemarks}
\input{chapters/08_concludingRemarks}
% Bibliography -----------------
\configureBibliography{Bibliography}
\bibliographystyle{unsrt}
\bibliography{header/bibliography}
% Appended Papers -------
% \input{sources/appendedPapers}
\end{document}