Skip to content
Snippets Groups Projects
Commit 08cff2d0 authored by Nando Farchmin's avatar Nando Farchmin
Browse files

Add slides

parent d28a9258
No related branches found
No related tags found
No related merge requests found
.PHONY: pdf clean
pdf: | build
latexmk -pdf -output-directory=build main.tex
env cp build/main.pdf .
build:
mkdir build
clean:
rm -rf build
This diff is collapsed.
slides/img/PTB_logo.png

31 KiB

slides/img/antman.png

2.18 MiB

slides/img/daredevil.jpg

87 KiB

slides/img/magneto.png

958 KiB

\documentclass[
10pt,
aspectratio=169,
usenames,
dvipsnames
]{beamer}
\input{ptb-template.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{pgfplots}
\usepackage{xcolor}
\definecolor{ptb}{rgb}{0.01953125, 0.6171875, 0.83984375}
\definecolor{pythia}{rgb}{0.5625, 0.65234375, 0.0625}
\definecolor{pumpkin}{rgb}{1.0, 0.46, 0.09}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{enumitem}
\usepackage{graphicx}
\setbeamertemplate{section in toc}{%
{\bf\color{ptb}\inserttocsectionnumber.}~\inserttocsection}
\setbeamercolor{subsection in toc}{bg=white,fg=structure}
\setbeamertemplate{subsection in toc}{%
\hspace{1.2em}{\color{ptb}\rule[0.3ex]{3pt}{3pt}}~\inserttocsubsection\par}
\usepackage[
bibstyle=alphabetic, % numeric-comp or alphabetic
citestyle=alphabetic, % numeric-comp or alphabetic
sorting=nyt, % ynt,
sortcites=true,
giveninits=true,
maxbibnames=99,
backend=biber,
maxalphanames=4,
backref=true,
natbib=true,
isbn=false,
url=false,
date=year, % terse,
abbreviate=false,
]{biblatex}
\addbibresource{bibliography.bib} % do this individually in main file(s)
\setbeamertemplate{bibliography item}{\insertbiblabel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% commands
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareMathOperator{\grad}{\nabla\!}
\newcommand{\discretized}[1]{\ensuremath{\boldsymbol{#1}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% preamble
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title[TBD]{
{\color{lightgray}
\underline{QUNOM 2023}\hfill\includegraphics[width=4cm]{img/PTB_logo.png}\\
{\small May 22--24, Twente, Netherlands}
}\\[2ex]
Lecture:\\
TBD
}
\date{May 22nd, 2023}
\author[N. Hegemann]{
\textbf{Nando Hegemann},
Physikalisch-Technische Bundesanstalt, Work Group 8.43 "Numerical Methods"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\begin{frame}[fragile, shrink=0]{Table of Contents}
\tableofcontents
\end{frame}
% -----------------------------------------------------------------------------
\section{Inverse Problems}
\subsection{What are inverse problems?}
\begin{frame}[fragile, shrink=0]{What are inverse problems?}
Examples:
% \pause
\begin{center}
\includegraphics[width=4cm]{img/daredevil.jpg}
\includegraphics[width=4cm]{img/magneto.png}
\includegraphics[width=4cm]{img/antman.png}
\end{center}
% \pause
\begin{alertblock}{Inverse Problem}
Given a forward model $f\colon \mathbb{R}^M \to \mathbb{R}^J$ and a measurement $\delta_{\mathrm{meas}}\in\mathbb{R}^J$, find parameters $y^*\in\mathbb{R}^M$, such that $f(y^*) = \delta_{\mathrm{meas}}$.
\end{alertblock}
\end{frame}
\subsection{What is uncertainty quantification?}
\subsection{The Bayesian framework}
% -----------------------------------------------------------------------------
\section{Surrogates for Time-Intense Functions}
\begin{frame}[fragile, shrink=0]{Context and Motivation}
bla
\end{frame}
\section{Sensitivity Analysis done easy}
\begin{frame}[fragile, shrink=0]{Context and Motivation}
bla
\end{frame}
% \begin{frame}[fragile, shrink=25]{Context and Motivation}
% \begin{minipage}{0.5\textwidth}
% \begin{alertblock}{Inverse Problem}
% Given a forward model $f\colon \mathbb{R}^M \to \mathbb{R}^J$ and a measurement $\delta_{\mathrm{meas}}\in\mathbb{R}^J$, find parameters $y^*\in\mathbb{R}^M$, such that $f(y^*) = \delta_{\mathrm{meas}}$.
% \end{alertblock}
% \begin{alertblock}{Bayesian Approach}
% Assume noisy measurements $\delta_{\mathrm{meas}} = f(y) + \varepsilon$ for $\varepsilon\sim\mathcal{N}(0, \Sigma)$.
% Then $p_{y\vert \delta} = Z^{-1} p_{\delta \vert y}\,p_y$ for
% \begin{equation*}
% p_{\delta \vert y}(\delta_{\mathrm{meas}} | y)
% = \frac{1}{(2\pi)^{\frac{M}{2}} \sqrt{\det\Sigma}} \, e^{-\frac{1}{2}\Vert \delta_{\mathrm{meas}}- f(y)\Vert_{\Sigma^{-1}}^2}.
% \end{equation*}
% \end{alertblock}
% \end{minipage}
% \end{frame}
\end{document}
\usetheme{metropolis}
\definecolor{ptbblue}{HTML}{0098cd}
\definecolor{ptbdarkblue}{HTML}{005573} % USE?
\definecolor{tugrey}{HTML}{F9F7F7} % TU light gray
\definecolor{tublack}{HTML}{23373B} % Very dark version of TU gray-blue.
\definecolor{tuwhite}{HTML}{FFFFFF}
\setbeamercolor{normal text}{fg=tublack!95!tugrey, bg=tuwhite}
\setbeamercolor{frametitle}{fg=ptbblue!95!tugrey, bg=normal text.bg}
\setbeamercolor{footline}{fg=ptbblue!95!tugrey}
% \setbeamercolor{footline}{fg=ptbblue!95!tugrey}
\setbeamercolor{alerted text}{fg=ptbblue!95!tugrey}
\setbeamercolor{example text}{fg=tublack!75!tugrey}
\metroset{block=fill}
\makeatletter % Override @ meaning
\define@key{beamerframe}{standout}[true]{%
\booltrue{metropolis@standout}
\begingroup
\setkeys{beamerframe}{c}
\setkeys{beamerframe}{noframenumbering}
\setbeamercolor{background canvas}{
use=normal text,
bg=normal text.fg
}
\setbeamercolor{footline}{
use=normal text,
fg=normal text.fg
}
\setbeamercolor{local structure}{
use=normal text,
fg=normal text.bg
}
\usebeamercolor[bg]{normal text}
}
\pretocmd{\beamer@reseteecodes}{%
\ifbool{metropolis@standout}{
\endgroup
\boolfalse{metropolis@standout}
}{}
}{}{}
\AtBeginEnvironment{beamer@frameslide}{
\ifbool{metropolis@standout}{
\centering
\usebeamerfont{standout}
}{}
}
% \setbeamertemplate{frame footer}{\insertshortauthor\hfill\textbf{BIMoS}}
% \setbeamertemplate{footline}[plain]
\defbeamertemplate{footline}{ptb}{
\begin{beamercolorbox}[wd=\textwidth, sep=2ex]{footline}%
\usebeamerfont{page number in head/foot}%
\hspace*{1ex}
\parbox{0.42\textwidth}{\insertshortauthor}
\parbox{0.42\textwidth}{\centering\insertshorttitle} % \textbf{BIMoS}}
\parbox{0.42\textwidth}{\hfill\usebeamertemplate*{frame numbering}}
\end{beamercolorbox}%
}
\makeatother % End override
\setbeamertemplate{footline}[ptb]
\setbeamertemplate{title graphic}{
\inserttitlegraphic
\vspace{3mm}
}
\setbeamertemplate{title page}{
\begin{minipage}[b][\paperheight]{\textwidth}
\vfill
\ifx\inserttitle\@empty\else\usebeamertemplate*{title}\fi
\ifx\insertsubtitle\@empty\else\usebeamertemplate*{subtitle}\fi
\usebeamertemplate*{title separator}
\ifx\beamer@shortauthor\@empty\else\usebeamertemplate*{author}\fi
\ifx\insertdate\@empty\else\usebeamertemplate*{date}\fi
\ifx\insertinstitute\@empty\else\usebeamertemplate*{institute}\fi
\vfill
\ifx\inserttitlegraphic\@empty\else\usebeamertemplate*{title graphic}\fi
\vspace*{1mm}
\end{minipage}
}
% Fonts and Encoding
\usepackage[T1]{fontenc} % Sets font encoding to use 8 bit encoding
\usepackage{lmodern} % Latin modern font
\usepackage{sfmath} % Sans-serif math font
\usepackage{exscale} % Correct font scaling in formulas
% Typography
\usepackage[protrusion=true, expansion=true]{microtype} % Said to improve word and letter spacing
\usepackage[format=plain, labelfont=bf]{caption} % nicer caption
\titlegraphic{
\hfill
% \includegraphics[height=1.3cm]{logo/ptb-logo.png}
\hspace{0.5cm}
% \includegraphics[height=1.3cm]{logo/tu-logo.pdf}
\hspace{0.5cm}
% \includegraphics[height=1.3cm]{logo/wias.png}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment