Dane Sabo a91fcf7b47 Auto sync: 2025-11-24 15:44:29 (27 files changed)
M  .claude/commands/weekly-report.md

M  .task/backlog.data

M  .task/completed.data

M  .task/pending.data

M  .task/undo.data

M  Class_Work/engr3100/0001_review.pdf

A  Class_Work/engr3100/0002_review.pdf

A  Presentations/ERLM/actual-presentation-outline.md
2025-11-24 15:44:29 -05:00

67 lines
1.6 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}
\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}