133 lines
3.3 KiB
TeX
133 lines
3.3 KiB
TeX
\documentclass{beamer}
|
|
\usepackage[style=apa,natbib=true]{biblatex}
|
|
\usepackage{cleveref}
|
|
\newcommand\blfootnote[1]{%
|
|
\begingroup
|
|
\renewcommand\thefootnote{}\footnote{#1}%
|
|
\addtocounter{footnote}{-1}%
|
|
\endgroup
|
|
}
|
|
\usetheme{Madrid}
|
|
\setbeamercovered{transparent=25}
|
|
\title{Kemmerer Population Study}
|
|
\author{Alexander Gebben}
|
|
%\institute{Center for Business and Economic Analysis, University of Wyoming}
|
|
\date{February 17th, 2026}
|
|
\begin{document}
|
|
%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\frame{\titlepage}
|
|
%%%%%%%%%%%%%%%%%%%%%%
|
|
\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}
|
|
\frametitle{Challenges}
|
|
\only<1-6>{
|
|
A number of challenges emerged for population estimates in Wyoming.
|
|
|
|
\onslide<2-6>{
|
|
\begin{enumerate}
|
|
\item<2->{Very small population.}
|
|
\item<3->{Less than county level data.}
|
|
\item<4->{Downward trend.}
|
|
\item<5->{Boom and bust cycles.}
|
|
\item<6->{Large projects planned.}
|
|
\end{enumerate}
|
|
}
|
|
}
|
|
\only<7->{
|
|
\large
|
|
Solutions:
|
|
\begin{enumerate}
|
|
\item<8->{Use census tracts to impart county data to each city}
|
|
\item<9->{Model local variation in migration, births and deaths.}
|
|
\item<10->{Model past shocks with time series}
|
|
\item<11->{Include impacts from planned projects.}
|
|
\item<12->{Use IMPLAN to identify zip code level spending leakages.}
|
|
\item<13->{Interviews to inform changes in spending leakages after a shock.}
|
|
\end{enumerate}
|
|
}
|
|
|
|
|
|
\end{frame}
|
|
\begin{frame}
|
|
\center
|
|
\huge
|
|
Trends and Background
|
|
\end{frame}
|
|
\begin{frame}[plain]
|
|
\includegraphics[width=\textwidth]{Population_Historic_Plot.png}
|
|
\end{frame}
|
|
\begin{frame}[plain]
|
|
\center
|
|
\includegraphics[height=0.9\textheight]{Kemmerer_Age_by_Sex_2023_Population_Pyramid.png}
|
|
\end{frame}
|
|
|
|
\begin{frame}[plain]
|
|
\center
|
|
\includegraphics[height=0.8\textheight]{Kemmerer_2009_to_2023_Age_Changes_Lollipop.png}
|
|
\end{frame}
|
|
\begin{frame}[plain]
|
|
\center
|
|
\includegraphics[width=0.9\textwidth]{Kemmerer_Lincoln_Population_Trends.png}
|
|
\end{frame}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%
|
|
\begin{frame}{Local Industry}
|
|
\begin{columns}
|
|
\begin{column}{0.5\textwidth}
|
|
\begin{itemize}
|
|
\item<1-5>{World class fossils}
|
|
\item<2-5>{Coal Powerplant and mine}
|
|
\item<3-6>{Nuclear Power Plant Developments}
|
|
\item<4-6>{CO2 sequestration \& helium}
|
|
\item<5>{Trona in neighboring counties}
|
|
\end{itemize}
|
|
\end{column}
|
|
\begin{column}{0.4\textwidth}
|
|
|
|
\only<1>{
|
|
\includegraphics[width=\textwidth]{Kemmerer_Fish.jpg}\vfill
|
|
\includegraphics[width=\textwidth]{Kemmerer_Horse.jpg}}
|
|
\only<2>{
|
|
\includegraphics[width=\textwidth]{Coal_Mine.jpg}\vfill
|
|
\includegraphics[width=\textwidth]{Naughton.png}
|
|
}
|
|
\only<3>{
|
|
\includegraphics[width=\textwidth]{TerraPower_Map.png}\vfill
|
|
}
|
|
\only<4>{
|
|
\includegraphics[width=\textwidth]{Helium_Production.jpg}\vfill
|
|
}
|
|
\only<5>{
|
|
\includegraphics[width=\textwidth]{Trona.jpeg}\vfill
|
|
}
|
|
|
|
\only<6>{
|
|
\includegraphics[width=\textwidth]{Natrium.png}\vfill
|
|
\includegraphics[width=\textwidth]{BlueSpruce-Operating-logo.png}
|
|
|
|
}
|
|
|
|
\end{column}
|
|
|
|
\end{columns}
|
|
|
|
|
|
\end{frame}
|
|
%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\end{document}
|
|
|