227 lines
6.7 KiB
TeX
227 lines
6.7 KiB
TeX
\documentclass[10pt]{beamer}
|
||
\mode<presentation>
|
||
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade,pgfpages}
|
||
\usepackage{amsmath,amssymb}
|
||
\usepackage{times}
|
||
\usepackage[normalem]{ulem}
|
||
\usepackage{xcolor}
|
||
|
||
%packages for results table output
|
||
\usepackage{tabularray}
|
||
\usepackage{float}
|
||
\usepackage{codehigh}
|
||
\usepackage[normalem]{ulem}
|
||
\UseTblrLibrary{booktabs}
|
||
\UseTblrLibrary{siunitx}
|
||
\newcommand{\tinytableTabularrayUnderline}[1]{\underline{#1}}
|
||
\newcommand{\tinytableTabularrayStrikeout}[1]{\sout{#1}}
|
||
\NewTableCommand{\tinytableDefineColor}[3]{\definecolor{#1}{#2}{#3}}
|
||
|
||
|
||
\usepackage{graphicx}
|
||
|
||
%\usepackage[latin1]{inputenc}
|
||
%\usepackage{colortbl}
|
||
%\usepackage[english]{babel}
|
||
%\usepackage{url}
|
||
%\usepackage[normalem]{ulem}
|
||
%\usepackage{movie15}
|
||
|
||
\setbeamertemplate{navigation symbols}{}
|
||
\beamertemplatenavigationsymbolsempty
|
||
|
||
\usepackage{apacite}
|
||
\renewcommand\bibliographytypesize{\footnotesize}
|
||
|
||
% This is a them I like. I've commented it out, so you get the default theme
|
||
% Example: "Sage Green" background (approximate).
|
||
% You can adjust the HTML code to fine-tune the match.
|
||
\definecolor{sageGreen}{HTML}{DCE8CB}
|
||
|
||
% Example: "Muted Orange" accent (approximate).
|
||
\definecolor{mutedOrange}{HTML}{F2682B}
|
||
|
||
% Load a theme (Singapore, for instance) and remove default background
|
||
\usetheme{Singapore}
|
||
\usecolortheme{whale}
|
||
|
||
\setbeamercolor{title}{fg=black}
|
||
|
||
% Set the background canvas to white
|
||
\setbeamercolor{background canvas}{bg=white}
|
||
|
||
% If you’d like your structural elements (titles, etc.) in orange:
|
||
\setbeamercolor{structure}{fg=sageGreen}
|
||
|
||
% Make the frame title (slide title) text black:
|
||
\setbeamercolor{frametitle}{fg=black}
|
||
|
||
% Make enumeration numbers black:
|
||
\setbeamercolor{enumerate item}{fg=black}
|
||
\setbeamercolor{enumerate subitem}{fg=black}
|
||
\setbeamercolor{enumerate subsubitem}{fg=black}
|
||
|
||
% Optionally, if you want itemize bullets in black too:
|
||
\setbeamercolor{itemize item}{fg=black}
|
||
\setbeamercolor{itemize subitem}{fg=black}
|
||
\setbeamercolor{itemize subsubitem}{fg=black}
|
||
|
||
% Get rid of dots
|
||
\makeatletter
|
||
\def\beamer@writeslidentry{\clearpage\beamer@notesactions}
|
||
\makeatother
|
||
|
||
% This is for if you want to show notes on a screen that only you can see
|
||
%\setbeameroption{show notes on second screen}
|
||
|
||
% My preferred symbols for bullet lists (comment out these lines if you want to
|
||
% check out the Beamer default alternatives)
|
||
\setbeamertemplate{itemize item}[circle]
|
||
\setbeamertemplate{itemize subitem}{\textbf{--}}
|
||
|
||
% The only navigation symbol I need
|
||
\setbeamertemplate{navigation symbols}{\insertdocnavigationsymbol}
|
||
|
||
% My standard macros for debugging and math
|
||
\let\IG\iffalse
|
||
\let\ENDIG\fi
|
||
\def\LR{\Leftrightarrow}
|
||
\def\R{\Rightarrow}
|
||
\def\Sc{\scriptstyle}
|
||
\def\D{\displaystyle}
|
||
\def\pd#1#2{\frac{\D \partial #1}{\D \partial #2}}
|
||
\def\vc#1{\ensuremath{\mathbf{#1}}}
|
||
\def\td#1#2{\frac{\D \mathit{d} #1}{\D \mathit{d} #2}}
|
||
\def\std#1#2{\frac{\D \mathit{d}^2 #1}{\D \mathit{d} {#2}^2}}
|
||
\def\ctd#1#2#3{\frac{\D \mathit{d}^2 #1}{\D \mathit{d} #2 \mathit{d} #3}}
|
||
\def\pd#1#2{\frac{\D \partial #1}{\D \partial #2}}
|
||
\def\spd#1#2{\frac{\D \partial^2 #1}{\D \partial {#2}^2}}
|
||
\def\cpd#1#2#3{\frac{\D \partial^2 #1}{\D \partial #2 \partial #3}}
|
||
|
||
% This is for hyperlinks, if you want to use them
|
||
\definecolor{brightgreen}{rgb}{0.000,0.750,0.000}
|
||
\definecolor{darkred}{rgb}{0.5,0,0}
|
||
\definecolor{darkgreen}{rgb}{0,0.5,0}
|
||
\definecolor{darkblue}{rgb}{0,0,0.5}
|
||
\definecolor{brightblue}{rgb}{0,0,1}
|
||
\definecolor{lightgray}{rgb}{0.8,0.8,0.8}
|
||
|
||
\hypersetup{colorlinks,
|
||
linkcolor=darkblue,
|
||
filecolor=darkgreen,
|
||
urlcolor=brightblue,
|
||
citecolor=darkblue}
|
||
|
||
% Highlight command (requires color package)
|
||
\newcommand{\highlight}[1]{\colorbox{yellow}{#1}}
|
||
|
||
% Change alert color to blue
|
||
\setbeamercolor{alerted text}{fg=blue}
|
||
|
||
% Thickness of lines for boxes around table entries and such
|
||
\setlength{\fboxrule}{3pt}
|
||
|
||
%make url font the same as the default latex font.
|
||
\urlstyle{same}
|
||
|
||
\usepackage{animate}
|
||
|
||
%control caption sizes
|
||
\usepackage{caption}
|
||
|
||
\captionsetup{
|
||
font=footnotesize, % or footnotesize, scriptsize, etc.
|
||
labelfont=bf,
|
||
textfont=it
|
||
}
|
||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
||
\begin{document}
|
||
|
||
\begin{frame}{Big questions}
|
||
\begin{columns}[T]
|
||
\begin{column}{0.5\textwidth}
|
||
\textbf{Benefits}
|
||
\begin{itemize}
|
||
\item Large upfront capital investments
|
||
\item Employment
|
||
\begin{itemize}
|
||
\item Temporary (e.g., construction) vs. permanent (e.g., operation)
|
||
\item Wages
|
||
\end{itemize}
|
||
\item Fiscal Revenue
|
||
\item Wage spillovers to surrounding labor market
|
||
\item Productivity gains for co-located firms
|
||
\end{itemize}
|
||
\end{column}
|
||
|
||
\begin{column}{0.5\textwidth}
|
||
\centering
|
||
\includegraphics[width=\textwidth]{data_center_benefits.png}
|
||
\end{column}
|
||
\end{columns}
|
||
|
||
\end{frame}
|
||
|
||
\begin{frame}{Big questions (cont.)}
|
||
\textbf{Costs}
|
||
\begin{itemize}
|
||
\item Energy consumption
|
||
\begin{itemize}
|
||
\item Prices
|
||
\item Volatility
|
||
\item Infrastructure expansion
|
||
\end{itemize}
|
||
\item Water consumption
|
||
\item Land use pressure
|
||
\item Workforce housing
|
||
\item Light and noise pollution
|
||
\item AI-driven downstream unemployment
|
||
\end{itemize}
|
||
\end{frame}
|
||
|
||
\begin{frame}{Big questions (cont.)}
|
||
\textbf{Policy questions}
|
||
\begin{itemize}
|
||
\item Tax incentives
|
||
\item Zoning policy
|
||
\item Housing (temporary vs. permanent)
|
||
\end{itemize}
|
||
\end{frame}
|
||
|
||
\begin{frame}{Data centers in Wyoming}
|
||
\begin{itemize}
|
||
\item Extent/map
|
||
\item news articles discussing
|
||
\item existing tax exemptions
|
||
\item land, cool climate, etc.
|
||
\item economic diversification lense
|
||
\end{itemize}
|
||
\end{frame}
|
||
|
||
\begin{frame}{What we do in this study}
|
||
\begin{itemize}
|
||
\item Commissioned by a data center
|
||
\item Possible use cases
|
||
\begin{itemize}
|
||
\item argue for tax exemptions to business council
|
||
\item garner some public support
|
||
\item prepare county/town with some sense of expectations around employment effects, population effects, temporary housing needs, etc.
|
||
\end{itemize}
|
||
\end{itemize}
|
||
\end{frame}
|
||
|
||
\begin{frame}{Modeling tax impacts of data centers}
|
||
\begin{itemize}
|
||
\item Tax PI at a state level
|
||
\item EAD data
|
||
\item connect line items to policy/model levers
|
||
\item incorporate tax exemptions to certain industries
|
||
\item consider industrial zone exemptions vs. data center exemptions
|
||
\item consider sales tax generated from out of state purchases
|
||
\item some screenshots
|
||
\end{itemize}
|
||
\end{frame}
|
||
|
||
\end{document} |