summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2022-10-02 11:19:56 -0500
committerKarl Hallsby <karl@hallsby.com>2022-10-02 11:19:56 -0500
commit8b8031bf259fb03222cda9bf54c53fbac0bfba1b (patch)
treec039dfc513e13f7675755b081fd945c7cdd184dd
parente8207f6e89ebdb68a85f883a7526890cf26af17f (diff)
Change name of jobdescription itemize for something more generic
This new name is not strictly important, but it makes it less strange when used in places that are not jobs, namely the skills section.
-rw-r--r--Experience.tex20
-rw-r--r--Hallsby_Karl.tex4
2 files changed, 12 insertions, 12 deletions
diff --git a/Experience.tex b/Experience.tex
index 7e5709a..9abcbd9 100644
--- a/Experience.tex
+++ b/Experience.tex
@@ -2,51 +2,51 @@
\section{Professional Experience}\label{sec:Professional_Experience}
\subsection{\NU{}}, {\footnotesize Evanston, IL} \hfill {\small\textsc{Jun 2022 --- Aug 2022}} \\
\emph{Student Researcher --- \href{http://presciencelab.org/}{Prescience Lab}} \hfill {~}
-\begin{jobdescription}
+\begin{notopsepitemize}
\item Helped implement back-end \href{https://dl.acm.org/doi/10.5555/865063}{VCODE} code generation for an LLVM-based compiler
\item Identified \href{https://riscv.org}{RISC-V} \href{https://github.com/riscv/riscv-v-spec/releases/tag/v1.0}{V-extension} as good candidate for VCODE acceleration
\item Designed VCODE accelerator as RoCC coprocessor in \href{https://chisel-lang.org}{Chisel} and integrated with \href{https://chipyard.readthedocs.io/en/stable}{Chipyard}
\item Implemented both unit tests and baremetal full-program tests for coprocessor
-\end{jobdescription}
+\end{notopsepitemize}
\subsection{\IIT{}}, {\footnotesize Chicago, IL} \hfill {\small\textsc{Jun 2021 --- Aug 2021}} \\
\emph{\href{http://datasys.cs.iit.edu/grants/BigDataX/2021/index.html}{Student Researcher} --- \href{http://mystic.cs.iit.edu/}{Mystic}} \hfill {~}
-\begin{jobdescription}
+\begin{notopsepitemize}
\item Created FPGA design to accelerate virtual machine clean-up, branching off of work another Ph.~D candidate student completed
\item Developed \textsc{Linux} PCIe kernel module to initialize and communicate with flashed hardware design
\item Exposed FPGA capabilities as character device for programmer interaction
\item Wrote \href{https://www.qemu.org/}{QEMU} device to emulate physical device's behavior and validate kernel module functionality
-\end{jobdescription}
+\end{notopsepitemize}
\subsection{\href{https://mazarineventures.com}{Mazarine Ventures}}, {\footnotesize Chicago, IL} \hfill {\small\textsc{Jul 2020 --- Aug 2020}} \\
\emph{Technical Specialist --- Intern} \hfill {\small\textsc{May 2019 --- Aug 2019}}
-\begin{jobdescription}
+\begin{notopsepitemize}
\item Automated and refined deal flow database with partners in VC firm
\item Redesigned and optimized website
\item Unified digital presence through common media collection and sharing tool
\item Organized and documented networking configuration of firm's online resources
-\end{jobdescription}
+\end{notopsepitemize}
% Increase spacing between these bullets and the next Professional Experience
% Ensure dates are in-line with each other, done with center environment
% Position and company should be the 2 big things, dates are second priority
\subsection{\href{https://www.ecolab.com/nalco-water}{Nalco Water, an Ecolab Company}}, {\footnotesize Naperville, IL} \hfill {\small\textsc{May 2018 --- Aug 2018}} \\
\emph{Technical Manual Specialist --- Intern} \hfill {\small\textsc{Dec 2017 --- Jan 2018}}
-\begin{jobdescription}
+\begin{notopsepitemize}
\item Reviewed, revised, edited, and drafted technical manuals for water treatment equipment
\item Revised training materials for new employees and helped develop training curriculum
\item Created automated templates and formatting macros for others to use in developing new manuals adhering to department standards
\item Developed code in VBA for automated pricing tools, integrating MS Word and MS Excel, and developed training materials for sales team
\item Leveraging \href{https://www.adobe.com/products/robohelp.html}{Adobe RoboHelp}, converted manuals to a cloud-based HTML5 version, allowing access to manuals from mobile phones, tablets, and laptop computers
-\end{jobdescription}
+\end{notopsepitemize}
\subsection{\href{https://www.starbucks.com}{Starbucks}}, {\footnotesize Geneva, IL} \hfill {\small\textsc{May 2015 --- Aug 2017}} \\
\emph{Barista}
-\begin{jobdescription}
+\begin{notopsepitemize}
\item Prepared handcrafted beverages
\item Cleaned facilities to exceed health inspections
\item Trained new employees on drink creation and standards
-\end{jobdescription}
+\end{notopsepitemize}
%%% Local Variables:
%%% mode: latex
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex
index 267500e..4a12801 100644
--- a/Hallsby_Karl.tex
+++ b/Hallsby_Karl.tex
@@ -28,9 +28,9 @@
% Change properties of enumerate/itemize/description environments
\usepackage{enumitem}
% Create a special list to handle job descriptions.
-\newlist{jobdescription}{itemize}{1} % {Name}{Template}{Max Depth}
+\newlist{notopsepitemize}{itemize}{1} % {Name}{Template}{Max Depth}
% [newlistname, LevelsToApplyTo]{formatting options}
-\setlist[jobdescription, 1]{label=\textbullet,topsep=0pt, noitemsep, nolistsep}
+\setlist[notopsepitemize, 1]{label=\textbullet,topsep=0pt, noitemsep, nolistsep}
% Change counters throughout the document
\usepackage{chngcntr}