Obsidian/Presentations/ERLM/slides/2_State_of_the_Art_v2.tex
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

83 lines
2.2 KiB
TeX
Raw Blame History

\begin{frame}{Nuclear reactors are operated with prescriptive handbooks and
legacy control technologies}
\centering
\includegraphics[width=\textwidth,height=0.75\textheight,keepaspectratio]{images/2_state_of_the_art/control_room.jpg}
\end{frame}
\begin{frame}{Building a fleet of new reactors with current requirements
will be an incredible staffing challenge
}
\centering
\underline{How many reactor operators are required to staff this new fleet?}
\vspace{0.3cm}
\begin{columns}[c]
\begin{column}{0.3\textwidth}
\begin{figure}
\includegraphics[width=0.3\textwidth]{images/2_state_of_the_art/nuclear-plant.png}
\caption*{For one Small Modular Reactor (SMR)...}
\end{figure}
\end{column}
\begin{column}{0.7\textwidth}
\centering
\only<2->{
\vspace{0.3cm}
\textbf{24/7 operations require \(\sim\)6 shifts:}
\vspace{0.1cm}
\begin{tikzpicture}
% Adjustable parameters
\def\iconsize{0.6cm}
\def\xspacing{0.8cm}
\def\yspacing{0.9cm}
% 12 Senior Operators (2 per shift <20> 6 shifts)
\foreach \row in {0,1} {
\foreach \col in {0,...,5} {
\node at (\col*\xspacing, -\row*\yspacing)
{\includegraphics[width=\iconsize]{images/2_state_of_the_art/foreman.png}};
}
}
% 12 Reactor Operators (2 per shift <20> 6 shifts)
\foreach \row in {2,3} {
\foreach \col in {0,...,5} {
\node at (\col*\xspacing, -\row*\yspacing)
{\includegraphics[width=\iconsize]{images/2_state_of_the_art/worker.png}};
}
}
% Labels
\node[right] at (6*\xspacing, -0.5*\yspacing) {\small 12 SROs};
\node[right] at (6*\xspacing, -2.5*\yspacing) {\small 12 ROs};
\end{tikzpicture}
\vspace{0.1cm}
\textbf{24 licensed operators per reactor}
}
\end{column}
\end{columns}
\onslide<2->{\vspace{0.2cm}
\large{
\textbf{To meet demand we require 2,400 new licensed operators!}
}
}
\onslide<3>{
\alert{
\textit{We currently have only 3,600 licensed operators total...}
}
}
\end{frame}