summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Experience.tex2
-rw-r--r--resumeconfig.sty2
2 files changed, 4 insertions, 0 deletions
diff --git a/Experience.tex b/Experience.tex
index 3d72414..1902f51 100644
--- a/Experience.tex
+++ b/Experience.tex
@@ -1,6 +1,7 @@
% Choose a side to put dates on and stick with it throughout the document.
\section{Professional Experience}\label{sec:Professional_Experience}
\subsection{\NU{}}, \Location{Evanston, IL} \hfill \Daterange{2022}{06}{01}{2022}{08}{31}\\
+\Advisor{\href{https://www.mccormick.northwestern.edu/research-faculty/directory/profiles/dinda-peter.html}{Dr.\ Peter Dinda} \& \href{https://www.mccormick.northwestern.edu/research-faculty/directory/profiles/hardavellas-nikos.html}{Dr.\ Nikos Hardavellas}}\\
\emph{Student Researcher --- \href{http://presciencelab.org/}{Prescience Lab}} \hfill {~}
\begin{notopsepitemize}
\item Helped implement back-end \href{https://dl.acm.org/doi/10.5555/865063}{VCODE} code generation for an LLVM-based compiler
@@ -10,6 +11,7 @@
\end{notopsepitemize}
\subsection{\IIT{}}, \Location{Chicago, IL} \hfill \Daterange{2021}{06}{01}{2021}{08}{31}\\
+\Advisor{\href{https://www.iit.edu/directory/people/kyle-hale}{Dr.\ Kyle Hale}}\\
\emph{\href{http://datasys.cs.iit.edu/grants/BigDataX/2021/index.html}{Student Researcher} --- \href{http://mystic.cs.iit.edu/}{Mystic}} \hfill {~}
\begin{notopsepitemize}
\item Created FPGA design to accelerate virtual machine clean-up, branching off of work another Ph.~D student completed
diff --git a/resumeconfig.sty b/resumeconfig.sty
index 3a0e599..076bd18 100644
--- a/resumeconfig.sty
+++ b/resumeconfig.sty
@@ -18,3 +18,5 @@
\newcommand{\Location}[1]{{\footnotesize #1}}
\newcommand{\GPA}[2][4.0]{\textbf{GPA}: \ensuremath{#2 / #1}}
+
+\newcommand{\Advisor}[1]{\textsc{Advisor(s): #1}}