\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} %\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} % Apply custom colors %\setbeamercolor{palette primary}{bg=UWBrown, fg=UWGold} %\setbeamercolor{palette secondary}{bg=UWGold, fg=UWBrown} %\setbeamercolor{palette tertiary}{bg=UWBrown, fg=white} % Flip heading colors %\setbeamercolor{frametitle}{bg=UWGold, fg=UWBrown} %\setbeamercolor{title}{fg=UWBrown} % Flip footer colors %\setbeamercolor{footline}{bg=UWGold, fg=UWBrown} % Double-height footer with logo %\setbeamertemplate{footline}{ % \leavevmode% % \hbox{% % \begin{beamercolorbox}[wd=\paperwidth,ht=8ex,dp=4ex,left]{footline}% % \includegraphics[height=6ex]{UW_Logo}% % \hspace{1em} \insertshorttitle \hfill \insertframenumber{} / \inserttotalframenumber % \end{beamercolorbox}% % }% % \vskip0pt% %} % Title info \title[Economic Impact of Data Centers]{Economic Impact of Data Centers} \author{Alexander Gebben \& Bailey Kirkland} \date{June \(\text{23}^{rd}\), 2026} \begin{document} \begin{frame}[plain] \begin{center} \huge\textbf{\inserttitle}\\ \textcolor{black}{\large\insertdate}\\ \textcolor{black}{\large\insertauthor} \vfill \begin{columns} \begin{column}{0.3\textwidth} \includegraphics[width=\textwidth]{Images/Economic-Impacts-of-Data-Centers.png} \end{column} \begin{column}{0.3\textwidth} \includegraphics[width=\textwidth]{CBEA_Logo_Large} \end{column} \end{columns} %\includegraphics[width=0.5\paperwidth]{Images/Economic-Impacts-of-Data-Centers.png} %\includegraphics[width=0.5\paperwidth]{CBEA_Logo_Large} \textcolor{white}{\insertinstitute}\\ \end{center} \end{frame} \begin{frame}{Outline} \tableofcontents \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Introduction} \begin{frame}{Introduction} What are Data Centers? \vfill \begin{columns} \begin{column}{0.2\textwidth} \includegraphics[width=\textwidth]{Small data center.jpg} \end{column} \begin{column}{0.81\textwidth} \includegraphics[width=\textwidth]{Utah_Data_Center_Panorama_(cropped).jpg} \end{column} \end{columns} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%% \section{Background} \begin{frame}{Data Centers} A data center is any facility that houses and runs computer infrastructure. \begin{columns} \begin{column}{0.5\textwidth} \begin{enumerate} \item Large Language Models \item Proof of work mining \item Cloud storage \item Hosting services \item Virtual private networks \end{enumerate} \end{column} \begin{column}{0.5\textwidth} \includegraphics[width=\textwidth]{Data-centre} \end{column} \end{columns} \end{frame} %%%%%%%%%%%%%%%%% \begin{frame}[plain]{Projected Energy Use\footfullcite{USEnergyInformation}} \centering \only<1>{\includegraphics[width=0.9\textwidth]{Total.png}} \only<2>{\includegraphics[width=0.9\textwidth]{Plot.png}} \only<3>{\includegraphics[width=0.8\textwidth]{data-centre-electricity-consumption-by-region-base-case-2020-2030.png}} \only<4>{\includegraphics[width=0.8\textwidth]{global-data-centre-electricity-consumption-by-sensitivity-case-2020-2035.png}} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Modeling} \begin{frame}{Challenges} \begin{columns} \begin{column}{0.5\textwidth} \begin{enumerate} \item On-site or grid power \item<2-> Feedback of electricity demand \item<3-> Delayed industry data (NAICS) \item<4-> Rapid industry change \item<5-> Tax code \item<5-> Where are inputs purchased? \end{enumerate} \end{column} \begin{column}{0.5\textwidth} \includegraphics[width=\textwidth]{Data-centre} \end{column} \end{columns} \end{frame} %%%%%%%%%%%%%%%%% \begin{frame}[plain]{Usefull REMI Model Options} \centering \only<1>{\includegraphics[width=\textwidth]{Images/Custom_Industry.png}} \only<2>{\includegraphics[width=0.6\textwidth]{Images/Fuel_Cost_Adjustment.png}} \end{frame} \end{document}