Dane Sabo 2497bb4aa5 Auto sync: 2025-11-12 15:59:19 (110 files changed)
M  .task/backlog.data

M  .task/completed.data

M  .task/pending.data

M  .task/undo.data

A  PLAN_OF_STUDY_111225.pdf

R  Writing/202510270-Emerson-Pres/SaboOneSlide.pdf -> Presentations/202510270-Emerson-Pres/SaboOneSlide.pdf

R  Writing/202510270-Emerson-Pres/beamerthemedane.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane.sty

R  Writing/202510270-Emerson-Pres/beamerthemedane_native.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane_native.sty
2025-11-12 15:59:19 -05:00

81 lines
2.1 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. Dan G. Cole}}{Dr. Dan 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{1}
\def\gridmode{0}
%
% Add theme folder to search path
\makeatletter
\def\input@path{{theme/}}
\makeatother
\usetheme{dane_native}
\begin{document}
% Title
\input{sections/01_title}
% Part I: The Problem - Why We Need This
\input{sections/02_economic_challenge}
\input{sections/03_safety_imperative}
\input{sections/04_the_paradox}
% Part II: Technical Foundation - What We're Building
\input{sections/05_hybrid_systems}
\input{sections/06_current_gaps}
% Part III: The Solution - How We'll Do It
\input{sections/07_approach_overview}
\input{sections/08_thrust1_procedures}
\input{sections/09_thrust2_synthesis}
\input{sections/10_thrust3_continuous}
\input{sections/11_key_insight}
% Part IV: Validation - Proof It Works
\input{sections/12_demonstration}
\input{sections/13_outcomes}
% Part V: Impact - Why It Matters
\input{sections/14_broader_impact}
\input{sections/15_innovation}
\input{sections/16_conclusion}
\end{document}