From 58ed30100f7e320c498fa2443a441f1aac07320a Mon Sep 17 00:00:00 2001 From: Alex Gebben Work Date: Mon, 6 Apr 2026 16:47:32 -0600 Subject: [PATCH] Added table --- .../Environmental_Costs.csv | 0 .../Occupation Impacts Table.csv | 0 Presentation.tex | 75 +++++++++++-------- 3 files changed, 44 insertions(+), 31 deletions(-) rename Environmental_Costs.csv => Data/Environmental_Costs.csv (100%) rename Occupation Impacts Table.csv => Data/Occupation Impacts Table.csv (100%) diff --git a/Environmental_Costs.csv b/Data/Environmental_Costs.csv similarity index 100% rename from Environmental_Costs.csv rename to Data/Environmental_Costs.csv diff --git a/Occupation Impacts Table.csv b/Data/Occupation Impacts Table.csv similarity index 100% rename from Occupation Impacts Table.csv rename to Data/Occupation Impacts Table.csv diff --git a/Presentation.tex b/Presentation.tex index f975589..68f64d7 100644 --- a/Presentation.tex +++ b/Presentation.tex @@ -1,12 +1,31 @@ \documentclass{beamer} \usepackage[style=apa,natbib=true]{biblatex} +\usepackage{tabularx} +\usepackage{colortbl} +\usepackage{tikz} +\usepackage[table]{xcolor} \usepackage{cleveref} \newcommand\blfootnote[1]{% \begingroup - \renewcommand\thefootnote{}\footnote{#1}% - \addtocounter{footnote}{-1}% + \renewcommand\thefootnote{}\footnote{#1}% \addtocounter{footnote}{-1}% \endgroup } +%\newcommand{\levelcircle}[1]{% +% \tikz\draw[fill=#1, draw=#1] (0,0) circle (0.35em);% +%} +%\newcommand{\levelcircle}[1]{% +% \tikz\draw[fill=#1, draw=black, line width=0.6pt] (0,0) circle (0.35em);% +%} +\newcommand{\levelcircle}[1]{% + \tikz{ + % Outer black outline + \draw[fill=black, draw=black] (0,0) circle (0.38em); + % White gap + \draw[fill=white, draw=white] (0,0) circle (0.30em); + % Inner colored circle (no outline) + \draw[fill=#1, draw=none] (0,0) circle (0.22em); + }% +} \usetheme{Madrid} \setbeamercovered{transparent=25} \title{Wyoming's Nuclear Supply Chain Opportunities and Challenges} @@ -19,7 +38,29 @@ \frame{\titlepage} %%%%%%%%%%%%%%%%%%%%%% \begin{frame} - \frametitle{Goals}{Cost and Benefits: Is the sector worth it?} + \frametitle{Obstacles: What will it take?} +\begin{table}[h!] +\centering +\caption{\textbf{Scoring System for Wyoming Nuclear Development}} +\renewcommand{\arraystretch}{1.3} +\begin{tabularx}{\textwidth}{l l} +\rowcolor{gray!15} +\textbf{Score} & \textbf{Summary} \\ +\levelcircle{green!50!black} Major Advantage & Wyoming has a unique advantage\\ +\levelcircle{green!80!black} Moderate Advantage & Wyoming has non-unique advantage\\ +\levelcircle{green!45} Minor Advantage & Status quo development\\ +\levelcircle{yellow} Minor Obstacle & Financial support and status quo development\\ +\levelcircle{orange} Moderate Obstacle & Financial support or industry changes\\ +\levelcircle{red} Major Obstacle & Significant financial and industry changes\\ +\levelcircle{red!60!black} Severe Obstacle & Impossible\\ + +\end{tabularx} +\end{table} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} + \frametitle{Cost and Benefits: Is it worth it?} \begin{columns} \begin{column}{0.5\textwidth} \begin{enumerate} @@ -42,34 +83,6 @@ \end{frame} -%%%%%%%%%%%%%%%%%%%%%% -%\begin{frame} -% \frametitle{Goals} -% Forecast of the population of Kemmerer and Diamondville, Wyoming until 2065 -% \newline -% \begin{enumerate} -% \item<2->{Used to make water infastructure investment choices.} -% \item<3->{Must include only people in the exact city boundaries.} -% \item<3->{Past proposals have over stated population growth.} -% \item<4->{Simple averages could under state growth. } -%\end{enumerate} -%\end{frame} -% -%\begin{frame} -% \center -% \huge -% Trends and Background -%\end{frame} -%\begin{frame}{Location} -% \begin{columns} -% \begin{column}{0.6\textwidth} -%\includegraphics[width=\textwidth]{Wyoming-map.png} -%\end{column} -% \begin{column}{0.4\textwidth} -%\includegraphics[width=\textwidth]{Kemmerer_Map.png} -%\end{column} -%\end{columns} -%\end{frame} \end{document}