36 lines
890 B
TeX
36 lines
890 B
TeX
|
% vim: spell spelllang=en
|
||
|
|
||
|
\documentclass[11pt,xcolor={dvipsnames},aspectratio=169]{beamer}
|
||
|
\usetheme{metropolis}
|
||
|
|
||
|
\input{include/packages.tex}
|
||
|
|
||
|
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
\title{Performance study:\\
|
||
|
\hfill{}identifying bottlenecks by means of sensitivity analysis}
|
||
|
\subtitle{PhD defense ---~Théophile \textsc{Bastian}\\
|
||
|
{\small{Prepared under the supervision of Fabrice \textsc{Rastello} ---
|
||
|
CORSE team}}}
|
||
|
\author[\slidecountline]{Théophile \textsc{Bastian}}
|
||
|
\date{9\up{th} December 2024}
|
||
|
%\subject{}
|
||
|
%\logo{}
|
||
|
\institute{
|
||
|
Université Grenoble Alpes, inria}
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle{}
|
||
|
|
||
|
\begin{frame}
|
||
|
\setbeamertemplate{section in toc}[sections numbered]
|
||
|
\tableofcontents[hideallsubsections]
|
||
|
\end{frame}
|
||
|
|
||
|
\importchapter{10_popularization}
|
||
|
\importchapter{20_foundations}
|
||
|
|
||
|
\end{document}
|