From 46bf9d03710155958581b317a90b4cfb45f953f6 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Tue, 29 Sep 2020 00:24:44 -0500 Subject: Move professional experience to its own file --- Experience.tex | 34 ++++++++++++++++++++++++++++++++++ Hallsby_Karl.tex | 28 ++-------------------------- 2 files changed, 36 insertions(+), 26 deletions(-) create mode 100644 Experience.tex diff --git a/Experience.tex b/Experience.tex new file mode 100644 index 0000000..fb87bc7 --- /dev/null +++ b/Experience.tex @@ -0,0 +1,34 @@ +% Choose a side to put dates on and stick with it throughout the document. +\section{Professional Experience}\label{sec:Professional_Experience} +\begin{center} + \begin{tabular}[h!]{r|p{11cm}} + {\small\textsc{Jul 2020 --- Aug 2020}} & {\large Intern at \href{https://mazarineventures.com}{Mazarine Ventures}}, Chicago, IL \\ + {\small\textsc{May 2019 --- Aug 2019}} & \emph{Technical Specialist} \\ + \end{tabular} +\end{center} +\begin{itemize}[noitemsep] +\item Worked with partners in VC firm to refine and automate deal flow database. +\item Redesigned and automated website. +\end{itemize} +% Increase spacing between these bullets and the next Professional Experience + +% Ensure the lines for dates are in-line with each other +% Position and company should be the 2 big things, dates are second priority +\begin{center} + \begin{tabular}[h!]{r|p{11cm}} + {\small\textsc{May 2018 --- Aug 2018}} & {\large Intern at \href{https://www.ecolab.com/nalco-water}{Nalco Water, an Ecolab Company}}, Naperville, IL \\ + {\small\textsc{Dec 2017 --- Jan 2018}} & \emph{Technical Manual Specialist} \\ + \end{tabular} +\end{center} +\begin{itemize}[noitemsep] +\item Reviewed, revised, edited, and drafted technical manuals for equipment used in water treatment. +\item Created 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 Created code in VBA for automated pricing tools, integrating MS Word and MS Excel, and developed training materials for sales team. +\item Using \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{itemize} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "Hallsby_Karl" +%%% End: diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 79dd3fa..c5526df 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -52,32 +52,6 @@ \end{tabularx} \end{center} -\section{Professional Experience}\label{sec:Professional_Experience} -\begin{tabular}[h!]{r|p{11cm}} - {\large\textsc{Jul 2020 --- Aug 2020}} & {\large Intern at \href{https://mazarineventures.com}{Mazarine Ventures}}, Chicago, IL \\ - {\large\textsc{May 2019 --- Aug 2019}} & \emph{Technical Specialist} \\ -\end{tabular} -Worked with partners in VC firm to refine and automate deal flow database. \\ -Redesigned and automated website. \\ - -\begin{tabular}[h!]{r|p{11cm}} - {\large\textsc{May 2018 --- Aug 2018}} & {\large Intern at Nalco Water, an Ecolab Company}, Naperville, IL \\ - {\large\textsc{Dec 2017 --- Jan 2018}} & \emph{Technical Manual Specialist} \\ -\end{tabular} -Reviewed, revised, edited, and drafted technical manuals for equipment used in water treatment. \\ -Created training materials for new employees and helped develop training curriculum. \\ -Created automated templates and formatting macros for others to use in developing new manuals adhering to department standards. \\ -Created code in VBA for automated pricing tools, integrating MS Word and MS Excel, and developed training materials for sales team. \\ -Using Adobe RoboHelp, converted manuals to a cloud-based HTML5 version, allowing access to manuals from mobile phones, tablets, and laptop computers. \\ -Developed system for version control. \\ - -\begin{tabular}[h!]{r|p{11cm}} - {\large\textsc{Jun 2015 --- Aug 2017}} & {\large Starbucks}, Naperville, IL \\ - & \emph{Barista} \\ -\end{tabular} -Reported to the store manager, made handcrafted beverages, maintained clean facilities that exceeded health inspections. \\ -Trained new employees on drink creation and standards. \\ - @@ -121,6 +95,8 @@ Member of Batavia High School’s highest rated orchestra, winning state awards. \input{./Skills} +\input{./Experience} + \end{document} -- cgit v1.2.3