Compare commits

...

6 Commits

Author SHA1 Message Date
cac9613329 Lots of spelling and grammar fixes 2022-11-01 22:44:46 -06:00
3bc7a4418c Made basic improvements and edits 2022-11-01 15:37:36 -06:00
ce7e3ce8fd Small changes 2022-11-01 10:42:04 -06:00
88617316da Added Bibliography 2022-11-01 10:24:02 -06:00
417594ad31 Merge branch 'master' into Alex
* master:
  spelling updates

# Conflicts:
#	Bitcoin/Sections/Results.tex
2022-10-31 22:31:25 -06:00
02134c8b8c Added many sections 2022-10-31 22:20:12 -06:00
17 changed files with 185 additions and 31 deletions

View File

@ -3,13 +3,16 @@
%----------------------------------------------------------------------------------------
\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer} \usetheme{SimpleDarkBlue} \usepackage{hyperref}
\usepackage{graphicx} % Allows including images
\usepackage{adjustbox}
\usepackage{framed}
\usepackage{tikz}
\usepackage{inputenc}
\usetikzlibrary{shapes, shapes.geometric, arrows, positioning}
\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
@ -38,22 +41,30 @@
%------------------------------------------------
\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_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_Structure.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}
\section{Bibliography}
\input{./Sections/bib.tex}
\section{Theory}
\section{Econometric Strategy}
\section{Data}
\end{document}

View File

@ -0,0 +1,23 @@
\begin{frame}{About Me}
\begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
\column{.45\textwidth} % Left column and width
\textbf{Experience}
\begin{itemize}
\item PhD candidate in Mineral and\newline Energy Economics % at Colorado School of Mines
\item Energy and Mineral Economics, M.S.
\item Petroleum Engineering, B.S.
\item Worked as a data analyst for oil companies
\end{itemize}
\textbf{Personal}
\begin{itemize}
\item{Coding and Linux}
\item{Fly fishing}
\item{Foraging}
\end{itemize}
\column{.5\textwidth} % Right column and width
\includegraphics[width=\columnwidth,height=\textheight,keepaspectratio]{./img/fish.jpg}
Cutbow caught at Rocky Mountain National Park
\end{columns}
\end{frame}

View File

@ -52,9 +52,10 @@
\end{itemize}
\column{.5\textwidth} % Right column and width
Percentage of U.S. Flaring by State
\includegraphics[width=\columnwidth,height=\textheight,keepaspectratio]{./img/flared.jpeg}
Filler: Include heat map of US flaring
Filler: Include heat map of U.S. flaring
\end{columns}

View File

@ -1,5 +1,11 @@
%------------------------------------------------
\begin{frame}{Conclusion}
Stand in
The market for Bitcoin can create a new coproduct in oil production, acting like a subsidy. The revenue increase is sensitive to the price of bitcoin but is likely to persist even if the price of bitcoin drops.
\newline
There is spatial variation in the size of the subsidy to oil production. The effect is predicted to shift the location of wells generally north, to lower population and higher GOR states.
\newline
Preliminary results show that states like Wyoming could see an increase in oil production of \(\approx 1.4\%\) due to the subsidy effect, while the U.S. has a lower average effect.
\end{frame}

View File

@ -3,23 +3,20 @@
\begin{enumerate}
\item{Enverus}
\begin{itemize}
\item{U.S. Well Data}
\item{Gas Hookup Company}
\item{SPUD Date}
\item{U.S. well data}
\item{Gas hookup company}
\item{SPUD date}
\end{itemize}
\item{Energy Information Administrations}
\begin{itemize}
\item{Population weighted coooling degree days (CDD)}
\item{Population weighted cooling degree days (CDD)}
\item{Population weighted heating degree days (HDD)}
\item{Storage Levels}
\item{Price data}
\end{itemize}
\item{National Oceanic and Atmospheric Administration}
\begin{itemize}
\item{Disaster Events}
\item{Disaster events}
\end{itemize}
\end{enumerate}
\end{frame}

View File

@ -0,0 +1,36 @@
\begin{frame}{Market Linkage}
\tikzstyle{market} = [rectangle, rounded corners, text centered,draw=black,fill=orange!30,minimum width=3cm,minimum height=1cm]
\tikzstyle{inputmarket} = [rectangle, rounded corners, text centered,draw=black,fill=green!30,minimum width=3cm,minimum height=1cm]
\tikzstyle{output} = [rectangle, rounded corners, text centered,draw=black,fill=blue!30,minimum width=3cm,minimum height=1cm]
\tikzstyle{both} = [rectangle, text centered,draw=black,fill=red!30,minimum width=3cm,minimum height=1cm]
\tikzstyle{input} = [rectangle, text centered,draw=black,fill=blue!30]
\tikzstyle{arrow} = [thick,dash dot, ->,>=stealth]
\tikzstyle{arrowsolid} = [thick, ->,>=stealth]
\begin{tikzpicture}[node distance=2cm]
\node (Bitcoin)[market] {Bitcoin Mining};
\node (Oil)[market,left of=Bitcoin,xshift=10cm] {Drilling Wells};
\node (BTCP)[inputmarket,above of=Bitcoin] {Bitcoin Price};
\node (OILP)[inputmarket,above of=Oil,xshift=4cm] {Oil Price};
\node (GASP)[inputmarket,above of=Oil,xshift=.5cm] {Gas Price};
\node (BGASP)[inputmarket, left of=GASP,xshift=-2cm] {Bitcoin Price for Gas};
\node (Gas)[output,below of=Oil,xshift=-3.5cm] {Gas};
\node (Oil_out)[output,below of=Oil] {Oil};
\node (BTCOUT)[output,below of=Bitcoin] {Mining Hash};
\node (Elect)[both,below of=Gas] {Electricity Price};
\draw [arrow] (BGASP) -- (Oil);
\draw [arrow] (BTCP) -- (Bitcoin);
\draw [arrow] (OILP) -- (Oil);
\draw [arrow] (GASP) -- (Oil);
\draw [arrow] (Gas) -- (Elect);
\draw [arrow] (Elect) -- (Bitcoin);
\draw [arrow] (Bitcoin) -- (BGASP);
\draw [arrowsolid] (Bitcoin) -- (BTCOUT);
\draw [arrowsolid] (Oil) -- (Oil_out);
\draw [arrowsolid] (Oil) -- (Gas);
\end{tikzpicture}
\end{frame}

View File

@ -0,0 +1,32 @@
\begin{frame}{Mechanisms}
Bitcoin miners that pay for flared gas subsidize oil production
\newline
\newline
\textbf{Direct Effects}
\begin{enumerate}
\item{More drilling}
\item{Different location of wells}
\item{Bitcoin Miners clean the gas}
\end{enumerate}
\end{frame}
\begin{frame}{Outcomes}
\begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
\column{.5\textwidth} % Left column and width
\textbf{Certain Outcomes}
\begin{itemize}
\item{Increase number of wells}
\item{Increase in profits}
\item{Decrease price of oil}
\item{Non-decreasing price of gas}
\end{itemize}
\column{.5\textwidth} % Left column and width
\textbf{Uncertain Outcomes}
\begin{itemize}
\item{More pollution: More wells drilled}
\item{Less pollution: Gas is cleaned}
\item{Localized benefits: New location of wells}
\item{Localized costs: New location of wells}
\end{itemize}
\end{columns}
\end{frame}

View File

@ -1,5 +1,28 @@
\begin{frame}{Bitcoin Mining Market Structure}
\begin{center}
\includegraphics[width=\textwidth,height=0.8\textheight,keepaspectratio]{./img/SDMining.png}
% \includegraphics[width=\textwidth,height=0.8\textheight,keepaspectratio]{./img/SDMining.png}
\begin{adjustbox}{width=\textwidth,height=0.85\textheight,keepaspectratio}
\begin{tikzpicture}[domain=0:4]
\def\qone{4}
\draw[very thin,color=gray] (-0.1,-0.1) grid (11.9,6.7);
\draw[- >,thick] (-0.2,0) -- (12,0) node[right] {$Hash$};
\draw[- >,blue,thick] (5.2,0.6) parabola (9,5.5) node[left] {Supply} ;
\draw[blue,thick] (0,0.3) -- (5.2,0.6) ;
\fill[black] (5.2,0.6) circle (2pt);
\draw (5.2,1) node[above] {Functional shift};
\draw[red] (6,3.5) node[left] {Total Revenue (\$)};
\draw[red] (5.5,3) node[left] {\(y=m\cdot x \)};
\draw[cyan] (8,1) node[above] {MR=m};
\draw[cyan] (10.5,2) node[above] {\(MR=m\cdot\)(1+x-k)};
\draw[- >,dashed,thick] (9.4,0) -- (9.4,5.8) node[above] {Capital Constraint (k)};
\draw[- >,thick] (0,-0.2) -- (0,6.9) node[above] {$\frac{\$}{BTC}$};
\draw[- >,thick, color=red] (0,0)--(11.5,5.5) ;
\draw[thick, color=cyan] (0,1)--(9.4,1) ;
\draw[- >,thick, color=cyan] (9.4,1)--(11,2.0909) ;
\end{tikzpicture}
\end{adjustbox}
\end{center}
\end{frame}

View File

@ -13,5 +13,5 @@ Where \(R_{i,t}\) is the revenue of miner \(i\in I\), at time t. \(q_{i}\) is th
\%\Delta R=\%\Delta P_{btc}(1-\epsilon)
\end{align*}
\end{block}
If the Bitcoin price elasticity of hash \(\epsilon\) is elastic, than a decrease in price will \textbf{\emph{increase}} revenue for low marginal cost producers.
If the Bitcoin price elasticity of hash \(\epsilon\) is greater than one (elastic), than a decrease in price will \alert{increase profits} for the low marginal cost producers, like the miners using flared gas.
\end{frame}

View File

@ -9,7 +9,7 @@
\end{frame}
\begin{frame}{Oil and Gas Production: Econometric Model }
\begin{block}{Long Run Effect on Oil Produced}
\begin{block}{Estimated model}
\begin{equation}
Q_{O,b,t}=\beta_{1} Q_{O,b,t-1}+\beta_{2} P_{WTI,t-1}+\beta_{3} P_{HH,t-1}+\beta_{4}\theta_{t}+\gamma_{t,b}+\epsilon_{b,t}
\end{equation}
@ -17,9 +17,9 @@
Where \(Q_{O,b,t}\) is the net present oil produced in a basin state pair b, at time t, \(P_{WTI}\) is the West Texas Intermediate futures price, \(P_{HH}\) is the futures price of the Henry Hub spot market, \(\theta_{t}\) is a month dummy, and \(\gamma_{b,t}\) is a variable that represents the amount of monetary damage from natural disasters.\newline
\textbf{Two-stage Least Square is used, with instruments of:}
\textbf{Three-stage least square is used with instruments of:}
\begin{enumerate}
\item{VAR model residuals of oil refinery volumes, and gas storage}
\item{VAR model residuals of oil refinery volumes and gas storage}
\item{Regional population weighted cooling and heating degree days}
\item{Sum of the standard of each instrument over the last 12 months}
\end{enumerate}

View File

@ -0,0 +1,18 @@
\begin{frame}{Other Research}
\begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
\column{.45\textwidth} % Left column and width
\textbf{Previous Topics of Research}
\begin{itemize}
\item Ground water with USDA grant \newline (loos et al.,2022) % \footnote{(loos et al.,2022)} %
\item Critical materials
\item Wind energy\newline (economics and engineering)
\item CGE and electricity grids
\item Institutional economics in resource management
\end{itemize}
\column{.5\textwidth} % Right column and width
% \scalebox{.5}{\includegraphics{./img/SLV_Map.png} % scales both width and height by 0.5
\includegraphics[width=\columnwidth,height=\textheight,keepaspectratio]{./img/SLV_Map.png}
% \scalebox{.1}{\includegraphics{./img/SLV_Map.png}} % scales both width and height by 0.5
\end{columns}
\end{frame}

View File

@ -27,21 +27,18 @@
\end{columns}
\end{frame}
\begin{frame}{Initial Estimates}
The nation wide average subsidy equivalent is estimated to be 0.98\%
\newline
\newline
\textbf{United States}
\begin{itemize}
\item{Subsidy of 0.98\% to WTI }
\item{\(\Delta Q_{US}\approx 0.18\%\)}
\end{itemize}
\
\newline
\textbf{Wyoming}
\begin{itemize}
\item{\(\Delta Q_{Wy}\approx 1.43\%\)}
\item{Subsidy of 2.13\% to WTI }
\item{\(\Delta Q_{Wy}\approx 1.43\% \)\footnote{Elasticity of 0.67 (Mason et all,2017)}}
\end{itemize}
Wyoming subsidy equivalent is estimated to be 2.13\%. Elasticity estimates in Wyoming range from 0.61 to 0.73 .
\end{frame}

View File

@ -4,9 +4,19 @@
% Beamer does not support BibTeX so references must be inserted manually as below
\footnotesize{
\begin{thebibliography}{99}
\bibitem[Smith, 2012]{p1} John Smith (2012)
\newblock Title of the publication
\newblock \emph{Journal Name} 12(3), 45 -- 678.
\bibitem[mason]{p1} Mason, Roberts (2018)
\newblock Price Elasticity of Supply and Productivity: An Analysis of Natural Gas Wells in Wyoming
\newblock \emph{The Energy Journal} 39(S1), 79 -- 101.
%-------
\bibitem[gilbert]{p2} Gilbert, Gavin (2020)
\newblock Drill-Bit Parity: Supply-Side Links in Oil and Gas Markets
\newblock \emph{Journal of the Association of Environmental and Resource Economists} 7(S4), 619 -- 658.
%-------
\bibitem[loos]{p3} Loos, Gebben et al. (2022)
\newblock Individual to collective adaptation through incremental change in Colorado groundwater governance
\newblock \emph{Frontiers in Environmental Science} (Sec. Environmental Economics and Management ) V10
\end{thebibliography}
}
\end{frame}

BIN
Bitcoin/img/CHANGE_Disc.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
Bitcoin/img/SLV_Map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

BIN
Bitcoin/img/fish.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -2,7 +2,7 @@
% Table created by stargazer v.5.2.3 by Marek Hlavac, Social Policy Institute. E-mail: marek.hlavac at gmail.com
% Date and time: Mon, Oct 31, 2022 - 04:40:50 PM
\begin{table}[!htbp] \centering
\caption{US Elasticity of Oil Supply}
\caption{U.S. Elasticity of Oil Supply}
\label{}
\begin{tabular}{@{\extracolsep{1pt}}lc}
\\[-1.8ex]\hline