Dane Sabo 31a8b1ebea Auto sync: 2025-12-07 13:03:07 (22 files changed)
M  .task/backlog.data

M  .task/completed.data

M  .task/pending.data

M  .task/undo.data

A  Presentations/ERLM/images/4_research_approach/strategy.png

M  Presentations/ERLM/main.aux

M  Presentations/ERLM/main.fdb_latexmk

M  Presentations/ERLM/main.fls
2025-12-07 13:03:07 -05:00

69 lines
1.7 KiB
TeX

% !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_v2}
\input{slides/2_State_of_the_Art_v2}
\input{slides/3_Limitations_v2}
\input{slides/4_Research_Approach_v2}
\input{slides/5_Metrics_of_Success_v2}
\input{slides/6_Risks_and_Contingencies_v2}
\input{slides/7_Broader_Impacts_v2}
\input{slides/8_Money_Slide_v2}
\end{document}