diff --git a/.gitignore b/.gitignore index 02d2546..3f26ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ # ---> LaTex +*.bcf +*.nav +*.xml +*.snm *.aux *.glo *.idx diff --git a/INL_Talk.tex b/INL_Talk.tex new file mode 100644 index 0000000..05fb2b0 --- /dev/null +++ b/INL_Talk.tex @@ -0,0 +1,148 @@ +\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 state’s 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} diff --git a/Images/cerpa-publications-nuclear1.png b/Images/cerpa-publications-nuclear1.png new file mode 100644 index 0000000..2c36f78 Binary files /dev/null and b/Images/cerpa-publications-nuclear1.png differ diff --git a/Images/cerpa-publications-nuclear2.png b/Images/cerpa-publications-nuclear2.png new file mode 100644 index 0000000..9871522 Binary files /dev/null and b/Images/cerpa-publications-nuclear2.png differ diff --git a/Images/cerpa-publications-nuclear3.png b/Images/cerpa-publications-nuclear3.png new file mode 100644 index 0000000..a629930 Binary files /dev/null and b/Images/cerpa-publications-nuclear3.png differ diff --git a/Images/cerpa-publications-nuclear4.png b/Images/cerpa-publications-nuclear4.png new file mode 100644 index 0000000..3702e62 Binary files /dev/null and b/Images/cerpa-publications-nuclear4.png differ diff --git a/Images/cerpa-publications-nuclear5.png b/Images/cerpa-publications-nuclear5.png new file mode 100644 index 0000000..69d5ee8 Binary files /dev/null and b/Images/cerpa-publications-nuclear5.png differ diff --git a/Images/cerpa-publications-nuclear6.png b/Images/cerpa-publications-nuclear6.png new file mode 100644 index 0000000..29ad304 Binary files /dev/null and b/Images/cerpa-publications-nuclear6.png differ diff --git a/Images/qr-code.png b/Images/qr-code.png new file mode 100644 index 0000000..58c3152 Binary files /dev/null and b/Images/qr-code.png differ