This is a repository for a thesis entitled Bayesian Uncertainty Quantification of Physical Model in Thermal-Hydraulics System Code submitted to the Doctoral School of Physics as a partial requirement to obtain a doctoral degree in nuclear engineering from the Swiss Federal Institute of Technology, Lausanne (EPFL).
The thesis was successfully defended in a closed oral exam session at the EPFL campus on January 19, 2018 in front of jury members and publicly thereafter at the Paul Scherrer Institut on February 23, 2018.
The thesis is prepared in LaTeX
.
Complete log of changes can be found in CHANGELOG.
There are three different versions of the thesis available:
- The EPFL Infoscience hosts the final official version of the thesis in
PDF
format, which was also used in the print version. Unfortunately, during pre-processing for printing, the table of contents and the hyperlinks for the cross references were all broken. - This Github project page hosts the version in
PDF
with the broken links fixed. The version also adds nomenclature for alphanumeric and greek symbols as well as some fixes to several typos found later on. - Read the Docs hosts the thesis generated using the
sphinx
documentation generator.
Two sets of slides related to the defense were presented in two difference occasions: the oral exam (closed session) and public defense (open session). They are both hosted at Speaker Deck.
classicthesis-template
: the original template as it was downloaded (2017-04-01)figures
: the folder with figures included across project. Most are created either inR
oripe
.old-template
: the old template provided, but not required, by EPFLreferences
: the references andBibTeX
file of itdocs
: the thesis prepared insphinx-doc
wd41-cv
: my CV put in the back of the thesiswd41-thesis
: the thesis prepared in LaTeXCHANGELOG.md
: more detailed log of notable changesREADME.md
: this file.gitignore
: hidden file with list of files to be excluded from git
Please make sure the following software is available in your PC to be able to typeset the document.
The thesis uses the so-called ClassicThesis package developed by A. Miede. The document can be typeset using MikTeX.
The glossary package for LaTeX is used to make the glossary section of the thesis.
The package does not work out of the box with classicthesis
due to a conflict in \renewcommand
.
The workaround is available from the stackexchange.
The classicthesis
has a wide margin, thus makes space more or less a premium.
But, I would like to use the margin for larger figure as well.
Thankfully, B. Hopfer came with a very nice solution to this problem.
His modification allowed figure to use the margin space.
Furthermore, he also made a modification to have multiple figures (two or three) with their own caption in one line while keeping the whole figure caption in place.