19 lines
945 B
TeX
19 lines
945 B
TeX
\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}
|