From 379b953229043a9edf11257b578bd3338e2f37ec Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 26 Oct 2022 12:40:44 -0600 Subject: [PATCH] New file for Bitcoin paper --- Bitcoin/Bitcoin_and_Oil.tex | 65 +++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 Bitcoin/Bitcoin_and_Oil.tex diff --git a/Bitcoin/Bitcoin_and_Oil.tex b/Bitcoin/Bitcoin_and_Oil.tex new file mode 100644 index 0000000..b0f2357 --- /dev/null +++ b/Bitcoin/Bitcoin_and_Oil.tex @@ -0,0 +1,65 @@ +%---------------------------------------------------------------------------------------- +% PACKAGES AND THEMES +%---------------------------------------------------------------------------------------- +\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer} \usetheme{SimpleDarkBlue} \usepackage{hyperref} +\usepackage{graphicx} % Allows including images +\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[Locally Run Pigovian Taxes of Natural Resources]{Locally Run Pigovian Taxes of Natural Resources} % The short title appears at the bottom of every slide, the full title is only on the title page +\subtitle{Hedonic Analysis of Groundwater Instituional Change in San Luis Valley, Colorado} + +\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 +} + +% \logo{\includegraphics[width=0.2\linewidth]{./img/Mines.jpg}} +\date{\today} % Date, can be changed to a custom date + + +%---------------------------------------------------------------------------------------- +% PRESENTATION SLIDES +%---------------------------------------------------------------------------------------- + +\begin{document} +\input{./Sections/Intro.tex} +\input{./Sections/Overview.tex} +%------------------------------------------------ +\section{Introduction \& Overview} +\section{History} +\input{./Sections/SP_Letters.tex} +\input{./Sections/Reg_Disc.tex} +%\subsection{Key Events} +%\subsection{Subdistrict Formation} +\section{Econometric Strategy} +\section{Data} +\subsection{Challenges} +\subsection{Hedonic} +\subsection{Micro Data} +\section{Results} +\subsection{Response of Farms} +\subsection{Farmland Value Changes} +\input{./Sections/Fig_Micro_Reg.tex} + +\input{./Sections/Bullets.tex} +\input{./Sections/Highlight.tex} +\input{./Sections/Columns.tex} + +%------------------------------------------------ +\input{./Sections/Table.tex} +\input{./Sections/Theorem.tex} +\input{./Sections/Figure.tex} +\input{./Sections/Fragile.tex} +\input{./Sections/bib.tex} +\input{./Sections/End.tex} + +\end{document}