60 lines
2.3 KiB
TeX
60 lines
2.3 KiB
TeX
%----------------------------------------------------------------------------------------
|
|
% PACKAGES AND THEMES
|
|
%----------------------------------------------------------------------------------------
|
|
\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer} \usetheme{SimpleDarkBlue} \usepackage{hyperref}
|
|
\usepackage{graphicx} % Allows including images
|
|
\usepackage{framed}
|
|
\usepackage{adjustbox}
|
|
\usepackage{bm}
|
|
\usepackage{amssymb}
|
|
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
|
|
\usepackage{textpos}
|
|
%{\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{./img/Mines_background1.pdf}}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% TITLE PAGE
|
|
%----------------------------------------------------------------------------------------
|
|
\title[Bitcoin Mining, a Coproduct of Oil Production]{Bitcoin Mining, a Coproduct of Oil Production} % The short title appears at the bottom of every slide, the full title is only on the title page
|
|
\subtitle{An Estimation of Long Run Regional Welfare Effects}
|
|
|
|
\author[Alex Gebben] {Alexander Gebben}
|
|
|
|
\institute[Colorado School of Mines] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
|
|
{
|
|
Department of Mineral and Energy Economics \\
|
|
Colorado School of Mines
|
|
\vskip 3pt
|
|
}
|
|
|
|
\date{November 3, 2022}
|
|
% \date{\today} % Date, can be changed to a custom date
|
|
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% PRESENTATION SLIDES
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\begin{document}
|
|
%------------------------------------------------
|
|
\section{Introduction \& Overview}
|
|
\input{./Sections/Intro.tex}
|
|
\input{./Sections/Background.tex}
|
|
\input{./Sections/Maps.tex}
|
|
\input{./Sections/Subsidy_Chart.tex}
|
|
\input{./Sections/Key_Questions.tex}
|
|
\input{./Sections/Bitcoin_Incentives.tex}
|
|
\input{./Sections/Mining_Structure.tex}
|
|
\input{./Sections/Mining_Model.tex}
|
|
\input{./Sections/Mining_elast.tex}
|
|
\input{./Sections/Reg_elas.tex}
|
|
\input{./Sections/Oil_Structure.tex}
|
|
\input{./Sections/Oil_Econometrics.tex}
|
|
\input{./Sections/Data.tex}
|
|
\input{./Sections/Results.tex}
|
|
\input{./Sections/Conclusion.tex}
|
|
|
|
\section{Theory}
|
|
\section{Econometric Strategy}
|
|
\section{Data}
|
|
\end{document}
|