% !TEX program = lualatex % Formally Verified Autonomous Hybrid Control for Nuclear Reactors % A presentation arguing for formally assured autonomous control \documentclass[14pt]{beamer} \usepackage[T1]{fontenc} \usepackage{booktabs} \usepackage{colortbl} \usepackage{amsmath} \usepackage{amssymb} \usepackage{tikz} % TikZ libraries \usetikzlibrary{shapes,arrows,positioning,fit,backgrounds,calc} \usepackage{caption} \captionsetup[figure]{font=scriptsize} \title{Formally Verified Autonomous Hybrid Control} \subtitle{Enabling Economic Viability of Next-Generation Nuclear Power} \date{\today} \author[Dane A. Sabo]{% \texorpdfstring{\textbf{Dane A. Sabo}}{Dane A. Sabo}% \texorpdfstring{\\}{ }% \texorpdfstring{\small{dane.sabo@pitt.edu}}{dane.sabo@pitt.edu}% \texorpdfstring{\\}{ }% \texorpdfstring{\vspace{0.25cm}}{}% \texorpdfstring{\textbf{Dr. Daniel G. Cole}}{Dr. Daniel G. Cole}% \texorpdfstring{\\}{ }% \texorpdfstring{\small{dgcole@pitt.edu}}{dgcole@pitt.edu}% } \institute{University of Pittsburgh} % Fix hyperref PDF metadata warnings \hypersetup{ pdfauthor={Dane A. Sabo}, pdftitle={Formally Verified Autonomous Hybrid Control: Enabling Economic Viability of Next-Generation Nuclear Power} } %DEFINE TOGGLES! \def\darkmode{1} \def\notemode{0} \def\gridmode{0} % % Add theme folder to search path \makeatletter \def\input@path{{theme/}} \makeatother \usetheme{dane_native} \begin{document} \begin{frame} \titlepage \end{frame} \input{slides/1_Hook} \input{slides/2_State_of_the_Art} \input{slides/3_Limitations} \input{slides/4_Research_Approach} \input{slides/5_Metrics_of_Success} \input{slides/6_Risks_and_Contingencies} \input{slides/7_Broader_Impacts} \input{slides/8_Money_Slide} \end{document}