80 lines
3.1 KiB
TeX
80 lines
3.1 KiB
TeX
%----------------------------------------------------------------------------------------
|
|
% PACKAGES AND THEMES
|
|
%----------------------------------------------------------------------------------------
|
|
%\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer} \usetheme{SimpleDarkBlue} \usepackage{hyperref}
|
|
\documentclass[aspectratio=169,xcolor=table]{beamer} \usetheme{SimpleDarkBlue} \usepackage{hyperref}
|
|
\usepackage{graphicx} % Allows including images
|
|
\usepackage{chronology}
|
|
\usepackage{adjustbox}
|
|
\usepackage{framed}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{arrows,positioning,decorations.pathreplacing,shapes,shapes.geometric}
|
|
\usepackage{inputenc}
|
|
\usepackage{adjustbox}
|
|
\usepackage{bm}
|
|
\usepackage{amssymb}
|
|
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
|
|
\usepackage{textpos}
|
|
\usepackage[table]{xcolor}
|
|
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% 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
|
|
\title[Will Bitcoin Mining Create the Next Shale Boom?]{Will Bitcoin Mining Create the Next Shale Boom?} % 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/About_me.tex}
|
|
\input{./Sections/Other_Research.tex}
|
|
\section{Background}
|
|
\input{./Sections/Background.tex}
|
|
\input{./Sections/Key_Questions.tex}
|
|
\input{./Sections/Diagram.tex}
|
|
\input{./Sections/Mechanism.tex}
|
|
\section{Bitcoin Mining}
|
|
\input{./Sections/Bitcoin_Intro.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}
|
|
\section{Oil Market}
|
|
\input{./Sections/Oil_Intro.tex}
|
|
\input{./Sections/Oil_Structure.tex}
|
|
\input{./Sections/Oil_Assumptions.tex}
|
|
\input{./Sections/Oil_Econometrics.tex}
|
|
\input{./Sections/Data.tex}
|
|
\section{Results}
|
|
\input{./Sections/Maps.tex}
|
|
\input{./Sections/Subsidy_Chart.tex}
|
|
\input{./Sections/Results.tex}
|
|
\section{Conclusion}
|
|
\input{./Sections/Conclusion.tex}
|
|
\input{./Sections/Questions.tex}
|
|
\section{Bibliography}
|
|
\input{./Sections/bib.tex}
|
|
|
|
\end{document}
|