UU Dissertation

This is a Utrecht University dissertation template for LaTeX

Category

phd

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%		~~~~ EDITOR'S NOTE ~~~~
%%
%% This is the PhD thesis of Laurens P. Stoop in LaTeX
%%
%% Inspired by the TU Delft dissertation class, but heavily modded.
%%
%% This document is inteded to be a style guide to a nice and fancy LaTeX thesis.
%% - Comments are used to explain code (% sign)
%% - Make it your own by selecting only the things you want
%% - If in possible options you meet a couple of dots (...) more options are available (see documentation of pkg)
%%
%% Comments, remarks and more: email me at laurensstoop@protonmail.com
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%% documentclass: dissertation
\documentclass[]{dissertation}

%%%% Title
%% this title will be used everywhere
\title[or an approach from multiple fields]{A lightning start to a dissertations }


%%%% Author
%% this will be used everywhere
\author{First Name}{Last Name}{Middle Name(s)}





%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ PREAMBLE ~~~~
%% - Stylesheet
%% - hyphenations (opt)
%% - shorthands (opt)
%% - reference file
%% - acronyms (opt)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%% Stylesheet
%% The thesis stylesheet, includes more package specifics
\input{stylesheet}

%% (opt) Specific Hyphenations 
\input{FrontMatter/hyphenations}

%% (opt) Specific LaTeX shorthands
\input{FrontMatter/shorthand}

%% Set the file with the references
\addbibresource{references.bib}

%% (opt) Include the acronyms definitions
\input{FrontMatter/acronyms}




%% N.B.: Strong use of \include{file} to reduce compilation time in draft stage
%% - tex-files of chapters are located in (sub-)folders (FrontMatter, MainMatter, BackMatter)
\begin{document}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ FrontMatter ~~~~
%% i.e. everything before the introduction
%%
%% - Cover (opt as part of PDF)
%% - Dedication (opt)
%% - Titlepages
%% - Table of Contents
%% - Prologue (opt)
%% - Glossary/List of acronyms (opt)
%%
%% N.B.: The order of these chapters, of the content is not 100% set in stone, after the cover and title-pages, there is some variation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% Use Arabic numerals for the page numbers of the chapters.
\pagenumbering{roman}


%%%% Cover (opt in PDF) 
\include{FrontMatter/cover}

%%%% Titlepages
\include{FrontMatter/title}


%%%% Table of Contents
%% - Set depth of ToC  at this point to 1
%% - Start all counters after the ToC
\setcounter{tocdepth}{1}
\tableofcontents
\startcontents

%%%% Acronym listing (opt)
\printacronyms
\addcontentsline{toc}{chapter}{Acronyms}
\setheader{Acronyms}

%%% Prologue or preface (opt)
\include{FrontMatter/preface}





%% Force clear pages to make it neat
\cleardoublepage


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ MainMatter ~~~~
%% i.e. the core chapters with an introduction and conclusion
%%
%% - Introduction
%% - Core chapters
%% - Conclusion
%%
%% Here parts are used to provide additional structure to the thesis, this is optional
%%
%% N.B.: No chapter TOC is used for the introduction
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%% Main Matter style settings
%% Use Arabic numerals for the page numbers of the chapters.
\pagenumbering{arabic}

%% Turn on thumb indices.
%% Make sure to initialize the thumbcounter to the desired initial
%% value using the \setcounter command immediately after turning
%% thumb indices on for the first time.
\thumbtrue



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ PART I ~~~~ INTRODUCTION
%%
%% - Introduction
%% - Context / theoretical background
%% - Researhc questions / structure
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%% Part-title and properties
%% Progress the thumbcounter
\setcounter{thumbcounter}{1}
%% Colour to use for this part
\setcounter{colorcounter}{1}
%% Name and label
\part[Introduction title in the TOC]{Introduction title on the chapter titlepage}
\label{part:intro}



%%%% Qoute
\epigraph{
       You're only given a little spark of madness, and if you lose that... \\ you're nothing.
}{Robin Williams}

%%%% PLAIN LANGUAGE SUMMARY
\section*{Plain Language Summary}
This thesis describes the design, application and evaluation of metrics and measures aimed to support stakeholders to achieve something awesome. 

We show off some cool findings, like the specifc method we used.

Several new techniques have also been explored. 
This meant that we could provide more in-depth insight where it was needed. 

%%%% Part table of contents
\newpage
\chaptoc




%%%% Introduction
%% General introduction to the thesis
\include{MainMatter/introduction}



%% Force clear pages to make it neat
\cleardoublepage



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ PART II ~~~~ Methods and metrics
%%
%% - Paper 1: Properties of this LaTeX class
%% - Paper 2: A filler chapter
%% - Paper 3: Some filler chapter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



%%%% Part-title and properties
%% Progress the thumbcounter
\stepcounter{thumbcounter}
%% Colour to use for this part
\setcounter{colorcounter}{2}
%% Name and label
\part[Properties of a dissertation class]{Properties of a dissertation class}
\label{part:second}

%%%% Qoute
\epigraph{
       If you like quotes..  \\ this might be a way to go.
}{Laurens P. Stoop}

%%%% PLAIN LANGUAGE SUMMARY
\section*{Plain Language Summary}
This thesis describes the design, application and evaluation of metrics and measures aimed to support the integration of Energy  \& Climate modelling. aimed to capture relevant aspects of the weather and claimte f. Several new measurement techniques are presented as well as an Application-Specific Integrated Circuit (ASIC) designed for accurate measurement of flow velocity with matrix transducers.

The influence of circuit topologies on the zero-flow performance of ultrasonic flow meters has been analyzed and an algorithm is presented to reduce the offset. With a linear transducer array, flow measurements have been performed via two different acoustic paths, demonstrating the ability to accurately measure flow with array transducers through a stainless-steel pipe wall. In order to improve signal quality, an ASIC has been designed that is able to drive and read-out 96 piezo transducer elements. The ASIC has been characterized electrically and flow measurements have been performed in combination with the linear transducer arrays.

Several new techniques, enabled using transducer arrays, have also been explored. By tapering the amplitude of the transmit signals, spurious waves can be suppressed. An auto-calibration technique has been developed that uses additional acoustic measurements to estimate the diameter of the pipe and the speed of sound in the pipe wall and liquid. Finally, a simulation study has been performed to explore the possibility of exploiting the beam-steering capabilities of transducer arrays to measure flow velocity profiles by using measurements obtained via multiple acoustic paths.


% Set part table of contents on a new page
\newpage
\chaptoc



%% Include a chapter based on a paper
\input{MainMatter/paper1/paper1-main}



%% Force clear pages to make it neat
\cleardoublepage


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ PART X ~~~~ Conclusion
%%
%% - Introduction to conclusion
%% - Scientific summary of chapters
%% - Conclusion to RQ
%% - General synthesis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%% Part-title and properties
%% Progress the thumbcounter
\stepcounter{thumbcounter}
%% Colour to use for this part
\setcounter{colorcounter}{3}
%% Name and label
\part[Concluding remarks]{Concluding Remarks}
\label{part:conclusion}


%%%% Qoute
\epigraph{
       If you like quotes.. \\ this might be a way to go.
}{Laurens P. Stoop}

%%%% PLAIN LANGUAGE SUMMARY
\section*{Plain Language Summary}
\lipsum[1337]


% Set part table of contents on a new page
\newpage
\chaptoc





%% Add the actual conclusion (this can be split into scientific summaryu of chapter, conclusion & outlook)
\include{MainMatter/conclusions}


%%%% Epilogue (opt)
% \include{BackMatter/epilogue}





%% Force clear pages to make it neat
\cleardoublepage





%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ Part X+1 Appendices ~~~~
%% i.e. the supplemantary information/material or appendices of the core chapters
%%
%% - References
%% - SI of core chapters
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%% Appendix style settings
%% Use Arabic numerals for the page numbers, but Alphanumeric numbering of the chapters.
\appendix

%%%% Part-title and properties
%% Progress the thumbcounter
\stepcounter{thumbcounter}
%% Colour to use for this part
\setcounter{colorcounter}{4}
%% Name and label
\part[Appendices]{Appendies}
\label{part:appendix}

%%%% Part table of contents
\chaptoc




%%%% References
%% add to the general TOC
\addcontentsline{toc}{chapter}{References}
%% add to the chapter TOC
\addcontentsline{chaptoc}{chapter}{References}
%% add the references & fix the title style
\printbibliography[title={\color{thumb\arabic{thumbcounter}}References}]





%% Appendix to a chapter
\include{BackMatter/appendix-example}





%% Force clear pages to make it neat
\cleardoublepage



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% ~~~~ PART X+2 BackMatter ~~~~
%% i.e. the required components that are not part of the work presented
%%
%% - Samenvatting (Nederlands) [required if thesis in English]
%% - List of Publications
%% - Portfolio or courselist (required for some research schools)
%% - Short Curriculum Vitae
%% - Acknowledgements (opt)
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%% Part-title and properties
%% Progress the thumbcounter
\stepcounter{thumbcounter}
%% Colour to use for this part
\setcounter{colorcounter}{5}
%% Name and label
\part[Backmatter]{Backmatter}
\label{part:backmatter}


%%%% Qoute
\epigraph{
       A good manuscript is a submitted manuscript. A great manuscript is a published manuscript. A perfect manuscript is neither.
}{Shit Academics Say} % on Twitter @AcademicsSay (Dec 7, 2021)}

%% Part table of contents
\chaptoc




%% Samenvatting
\include{BackMatter/samenvatting}


%% Turn off thumb indices for unnumbered chapters.
%               - It's a style choice where you turn these off
\thumbfalse


%%%% List of SIKS dissertations
%% Required for SIKS
\include{BackMatter/siks}

%% List of publications
\include{BackMatter/publications}


%% Curriculum Vitae or About the author
\include{BackMatter/cv}

%% Acknowledgements
\include{BackMatter/acknowledgements}

%%%% Final quote (the quoute has to be an even page, use following commands to get it there)
% \cleardoublepage \hbox{}
\newpage
\pagestyle{empty}
%% page 1031, the grey havens, last two paragraphs
\dedication{\epigraph{
    A good manuscript is a submitted manuscript. A great manuscript is a published manuscript. A perfect manuscript is neither.
}{Shit Academics Say}} % on Twitter @AcademicsSay (Dec 7, 2021)}}




%% include the BackCover
\include{BackMatter/backcover}

%% Print an overview of the layout
%\layout

\end{document}


Preview
UU Dissertation preview
UU Dissertation LaTeX Template | Bibby | Bibby AI