114 lines
3.8 KiB
TeX
114 lines
3.8 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{lscape}
|
|
\usepackage{subcaption}
|
|
\usepackage{dcolumn}
|
|
\usepackage{adjustbox}
|
|
\usepackage{graphicx}
|
|
\usepackage{amsmath,amsfonts,amsthm,bm}
|
|
\usepackage{float}
|
|
\usepackage{threeparttable}
|
|
\usepackage{threeparttablex} %For longtable interaction
|
|
\usepackage{longtable}
|
|
\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[Thesis Defense Proposal]{Thesis Defense Proposal} % The short title appears at the bottom of every slide, the full title is only on the title page
|
|
|
|
\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{December 6, 2022}
|
|
% \date{\today} % Date, can be changed to a custom date
|
|
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% PRESENTATION SLIDES
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\begin{document}
|
|
%------------------------------------------------
|
|
\input{./Sections/Intro.tex}
|
|
\input{./Sections/Outline.tex}
|
|
\section{Hedonic}
|
|
\input{RG_Sections/Start.tex}
|
|
\subsection{Introduction}
|
|
\input{./RG_Sections/Question.tex}
|
|
\input{./RG_Sections/Backgound.tex}
|
|
\input{./RG_Sections/Economic_Intrest.tex}
|
|
\input{./RG_Sections/Timeline.tex}
|
|
\input{./RG_Sections/Legal_Concern.tex}
|
|
\input{./RG_Sections/Reg_Disc.tex}
|
|
\subsection{Data}
|
|
\input{./RG_Sections/Data.tex}
|
|
\input{./RG_Sections/MapParcels.tex}
|
|
\input{./RG_Sections/ParcelJoin.tex}
|
|
\subsection{Equations}
|
|
\input{RG_Sections/Equations.tex}
|
|
\subsection{Results}
|
|
\input{./RG_Sections/Results.tex}
|
|
\input{./RG_Sections/Conclusion.tex}
|
|
%----------------------------------
|
|
\section{CREP payments}
|
|
\input{./CREP_Sections/Start.tex}
|
|
\input{./CREP_Sections/Question.tex}
|
|
\input{./CREP_Sections/Background.tex}
|
|
\input{./CREP_Sections/Data.tex}
|
|
\input{./CREP_Sections/Econometric.tex}
|
|
%--------------------------
|
|
\section{Bitcoin}
|
|
\input{./Sections/Start.tex}
|
|
\subsection{Introduction \& Overview}
|
|
\input{./Sections/Key_Questions.tex}
|
|
\subsection{Background}
|
|
\input{./Sections/Background.tex}
|
|
\input{./Sections/Maps.tex}
|
|
\input{./Sections/Mechanism.tex}
|
|
\input{./Sections/Strategy.tex}
|
|
\input{./Sections/Data.tex}
|
|
\input{./Sections/Diagram.tex}
|
|
\subsection{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}
|
|
\subsubsection{Oil Market}
|
|
\input{./Sections/Oil_Intro.tex}
|
|
\input{./Sections/Oil_Assumptions.tex}
|
|
\input{./Sections/Oil_Econometrics.tex}
|
|
\subsection{Results}
|
|
\input{./Sections/Results.tex}
|
|
\subsection{Conclusion}
|
|
\input{./Sections/Conclusion.tex}
|
|
\input{./Sections/Questions.tex}
|
|
\section{Bibliography}
|
|
\input{./Sections/bib.tex}
|
|
|
|
\end{document}
|