From 92b376340e08bb86c3fee03de8fcf5d352b82e6b Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Fri, 7 Oct 2022 16:18:24 -0500 Subject: Add advisor command to add professors I did work with --- Experience.tex | 2 ++ resumeconfig.sty | 2 ++ 2 files changed, 4 insertions(+) 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}} -- cgit v1.2.3