INL_Talk/INL_Talk.tex
2026-07-16 14:12:17 -06:00

149 lines
4.4 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass{beamer}
\setbeamercovered{transparent}
% Define UW colors
\usepackage{xcolor}
\usepackage{tcolorbox}
\usepackage{tikz}
\usepackage{booktabs}
\usepackage{amssymb} % for checkmark
\usepackage{graphicx} % if you want to use image-based checkmarks
\usepackage{colortbl}
\usepackage{hyperref}
\usepackage{cleveref}
\usepackage[backend=biber]{biblatex}
\graphicspath{{Images/}}
%\addbibresource{bib2.bib}
\usetikzlibrary{shapes, arrows.meta, positioning}
\tcbuselibrary{skins}
\definecolor{UWBrown}{HTML}{492f24}
\definecolor{UWGold}{HTML}{ffcc00}
% Define custom colors (optional)
\definecolor{lightgreen}{HTML}{d6f5d6}
\definecolor{lightred}{HTML}{f8d7da}
\definecolor{lightyellow}{HTML}{fff3cd}
\definecolor{darkgreen}{HTML}{006400}
\definecolor{darkred}{HTML}{8B0000}
\definecolor{middlegreen}{HTML}{463200}
\definecolor{middlered}{HTML}{C16B6D}
\definecolor{lightorange}{HTML}{FFD8A9}
% Theme setup
\usetheme{Madrid}
\usecolortheme{default}
\setbeamertemplate{enumerate items}[default]
\setbeamercolor*{structure}{bg=white,fg=UWBrown}
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
% Title info
\title[Economic Impacts of the Nuclear Industry in Wyoming]{Economic Impacts of the Nuclear Industry in Wyoming}
\author{Alexander Gebben}
\date{July \(\text{30}^{th}\),2026}
\begin{document}
\begin{frame}[plain]
\begin{center}
\huge\textbf{\inserttitle}\\
\textcolor{black}{\large\insertdate}\\
\textcolor{black}{\large\insertauthor}
\textcolor{white}{\insertinstitute}\\
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Center for Business \& Economic Analysis}
Provide applied economic insight to support decision-making across Wyoming. The CBEA serves as a resource for policymakers, communities, and businesses, producing accessible, nonpartisan research on the states most pressing issues.
\begin{columns}
\begin{column}{0.6\textwidth}
\begin{itemize}
\item Corporate, government, and academic
\item Association for University Business and Economic Research (AUBER)
\end{itemize}
\textbf{Past Work}
\begin{itemize}
\item Over 65 projects
\item Nuclear sector analysis
\item IMPLAN, REMI, and econometrics
\item Energy and policy analysis
\end{itemize}
\end{column}
\begin{column}{0.4\textwidth}
\href{https://www.uwyo.edu/cbea/index.html}{\includegraphics[width=\textwidth]{qr-code.png}}
\end{column}
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%Outline
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\begin{frame}{Introduction}
\vfill
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[plain]
\begin{columns}
\begin{column}{0.155\textwidth}
\centering
\href{https://www.uwyo.edu/ser/_files/docs/research/publications/cerpa-nuclear3-paper.pdf}{\includegraphics[width=\textwidth]{cerpa-publications-nuclear3.png}}
\small
Mining
\end{column}
\begin{column}{0.155\textwidth}
\href{https://www.uwyo.edu/ser/_files/docs/research/publications/cerpa-nuclear1-paper.pdf}{\includegraphics[width=\textwidth]{cerpa-publications-nuclear1.png}}
\small \centering
Enrichment
\end{column}
\begin{column}{0.155\textwidth}
\small
\href{https://www.uwyo.edu/ser/_files/docs/research/publications/cerpa-nuclear2-paper.pdf}{\includegraphics[width=\textwidth]{cerpa-publications-nuclear2.png}}
\centering
Components
\end{column}
\begin{column}{0.155\textwidth}
\href{https://www.uwyo.edu/ser/_files/docs/research/publications/cerpa-nuclear4-paper.pdf}{\includegraphics[width=\textwidth]{cerpa-publications-nuclear4.png}}
\small
\centering
Direct heat
\end{column}
\begin{column}{0.155\textwidth}
\href{https://www.uwyo.edu/ser/_files/docs/research/publications/cerpa-nuclear6-paper.pdf}{\includegraphics[width=\textwidth]{cerpa-publications-nuclear6.png}}
\small
\centering
Electricity
\end{column}
\begin{column}{0.155\textwidth}
\href{https://www.uwyo.edu/ser/_files/docs/research/publications/cerpa-nuclear5-paper.pdf}{\includegraphics[width=\textwidth]{cerpa-publications-nuclear5.png}}
\small
\centering
SNF storage
\end{column}
\end{columns}
\vfill
\huge
Center for Energy Regulation and Policy Analysis (CERPA) series
\normalsize
\begin{enumerate}
\item{Identify challenges to acquire nuclear sectors in Wyoming}
\item{Analysis of benefits and costs to development}
\item{Make reports comparable across the supply chain}
\end{enumerate}
\end{frame}
\end{document}