24 lines
893 B
TeX
24 lines
893 B
TeX
\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}
|