Added Bibliography

This commit is contained in:
alex 2022-11-01 10:24:02 -06:00
parent 417594ad31
commit 88617316da
2 changed files with 15 additions and 3 deletions

View File

@ -63,5 +63,7 @@
\input{./Sections/Results.tex} \input{./Sections/Results.tex}
\section{Conclusion} \section{Conclusion}
\input{./Sections/Conclusion.tex} \input{./Sections/Conclusion.tex}
\section{Bibliography}
\input{./Sections/bib.tex}
\end{document} \end{document}

View File

@ -4,9 +4,19 @@
% Beamer does not support BibTeX so references must be inserted manually as below % Beamer does not support BibTeX so references must be inserted manually as below
\footnotesize{ \footnotesize{
\begin{thebibliography}{99} \begin{thebibliography}{99}
\bibitem[Smith, 2012]{p1} John Smith (2012) \bibitem[mason]{p1} Mason, Roberts (2018)
\newblock Title of the publication \newblock Price Elasticity of Supply and Productivity: An Analysis of Natural Gas Wells in Wyoming
\newblock \emph{Journal Name} 12(3), 45 -- 678. \newblock \emph{The Energy Journal} 39(S1), 79 -- 101.
%-------
\bibitem[gilbert]{p1} 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]{p1} 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{thebibliography}
} }
\end{frame} \end{frame}