Added formatting

This commit is contained in:
Kenneth John Odle 2025-01-16 14:55:03 -05:00
parent 36516e575e
commit 3d731e3fe6

View File

@ -8,7 +8,7 @@
\usepackage{extsizes}
\usepackage{enumitem} % Control spacing in lists
\setlist[itemize]{itemsep=-3pt}
\raggedbottom
\usepackage{hyperref}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -19,7 +19,12 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Document Setup%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Page Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \usepackage{showframe}
% \renewcommand*\ShowFrameColor{\color{red}}
\raggedbottom
\raggedright
\setlength{\parindent}{0pt}
\usepackage{geometry}
\geometry{
margin=20mm,
@ -27,17 +32,62 @@
%\addtolength{\topmargin}{10mm} % Adjust and bottom margin
%\addtolength{\textheight}{-20mm} % Adjust the bottom margin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% My Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% For consistency
%% Employer Information
\newcommand{\kemp}[4]{{\large \textbf{\underline{{#1}}}}
\vspace{0.3\baselineskip}
{#2} \hfill{} {#3}{#4}
\medskip
}
%%% Keys:
% #1: Name of Employer
% #2: Job Title
% #3: Location
% #4: Dates of Employment
%% Section Divider
\newcommand{\ksec}[1]{
\vspace{0.5\baselineskip}
\begin{Large}
\begin{center}
\textbf{{#1}}
\end{center}
\end{Large}
\vspace{-\baselineskip}
\noindent\rule{\textwidth}{1pt}
}
%% Make hrefs easier (must load package hyperref}
\newcommand\kref[2]{\href{#1}{{\texttt{#2}}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Get it started… %%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
Kenneth John Odle Technical Writer/Documentation Specialist
Portage, MI 49024 kenneth.odle@tutanota.com 248.716.8264
%% Contact Info %%%%%%%%%%%%%%%%%%%%%%
Experience
{\Large \textbf{Kenneth John Odle}}\hfill{} {\large Technical Writer/Documentation Specialist}
\medskip
Portage, MI 49024\hfill kenneth.odle@tutanota.com
\hfill{}248.716.8264
%% Experience %%%%%%%%%%%%%%%%%%%%%%%%
\ksec{Experience}
%% Eurofins %%%%%%%%%%%%%%%%%%%%%%%%%%
\kemp{Eurofins Lancaster Laboratories}{Scientist II Data Reviewer}{Portage, Michigan}{November 2021 Present}
\textit{Duties include reviewing pharmaceutical data (including chromatography, titrations, metrology, and other test types), reviewing experiment logs for completeness and adherence to client specifications and regulatory requirements, authorizing certificates of analysis and other reports, participating in internal investigations and audits, and identifying continual improvements and lean opportunities.}
Eurofins Lancaster Laboratories
Scientist II Data Reviewer Portage Michigan • November 2021 Present
Duties include reviewing pharmaceutical data (including chromatography, titrations, metrology, and other test types), reviewing experiment logs for completeness and adherence to client specifications and regulatory requirements, authorizing certificates of analysis and other reports, participating in internal investigations and audits, and identifying continual improvements and lean opportunities.
\begin{itemize}
\item Substantially rewrote the technical training documents for basic data review to bring them in line with current software and review practices.
\item flattened learning curve for new hires to master chromatographic review by writing new training documents for review of chromatographic data and significantly updated existing documentation.
@ -51,9 +101,10 @@ Duties include reviewing pharmaceutical data (including chromatography, titratio
\end{itemize}
Conformance Fasteners
Operations Specialist Portage, Michigan • July 2016 October 2021
Duties included writing processes, work instructions, and audits; auditing new part submission packets to verify compliance to ISO 9001:2015 and AIAG PPAP standards; writing annual management review; performing internal audits and updating monthly quality metrics; training new employees and re-training and re-certifying all employees annually; auditing outgoing customer orders and approving them for shipment; and performing general IT support.
\kemp{Conformance Fasteners}{Operations Specialist}{Portage, Michigan}{July 2016 October 2021}
\textit{Duties included writing processes, work instructions, and audits; auditing new part submission packets to verify compliance to ISO 9001:2015 and AIAG PPAP standards; writing annual management review; performing internal audits and updating monthly quality metrics; training new employees and re-training and re-certifying all employees annually; auditing outgoing customer orders and approving them for shipment; and performing general IT support.}
\begin{itemize}
\item Redesigned and rewrote process turtles to include a flow chart for greater clarity, resulting in improved training, greater customer satisfaction, and fewer non-conformities.
\item Wrote and implemented a style guide for technical documentation, and rewrote work instructions accordingly, increasing clarity and consistency, leading to better training and reducing the number of non-conformities.
@ -66,27 +117,40 @@ Duties included writing processes, work instructions, and audits; auditing new p
\item Mastered multiple software packages, including QuickBooks, MISys, and Filemaker.
\end{itemize}
d12 Web Design and Development (Owner)
Web Designer 2009 2016
Designed and hosted websites using WordPress for small businesses.
\kemp{d12 Web Design and Development (Owner)}{Web Designer}{Vicksburg, Michigan}{2009 2016}
\textit{Designed and hosted websites using WordPress for local small businesses.}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Competencies %%%%%%%%%%%%%%%%%%%%%%
\ksec{Compentencies}
Competencies
\begin{itemize}
\item Technical Writing
\item Documentation Management
\item Translation of technical information for non-technical users.
\item Translation of technical information for non-technical users
\item Windows, Macintosh OSX, and Linux operating systems
\item Microsoft Office, including Excel, Excel VBA, PowerPoint, Word, and Teams.
\item FOSS software such as WordPress, Moodle, MediaWiki, DokuWiki, Redmine, and MantisBT.
\item HTML, CSS, PHP, JavaScript, Linux CLI, LaTeX, and git.
\item Video, photo, and audio editing.
\item Microsoft Office, including Excel, Excel VBA, PowerPoint, Word, and Teams
\item FOSS software such as WordPress, Moodle, MediaWiki, DokuWiki, Redmine, and MantisBT
\item HTML, CSS, PHP, JavaScript, Linux CLI, LaTeX, and Git
\item Video, photo, and audio editing
\end{itemize}
Education
Western Michigan University — Kalamazoo, Michigan
English Major, Secondary Education Program
Bachelor of Science, Biology major, Group Science, Secondary Education Program
Additional Information
Please visit my online resume at https://kjodle.net/resume/
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Education %%%%%%%%%%%%%%%%%%%%%%%%%
\ksec{Education}
\begin{itemize}
\item Western Michigan University — Kalamazoo, Michigan
\item English Major, Secondary Education Program
\item Bachelor of Science, Biology major, Group Science, Secondary Education Program
\item
\end{itemize}
\ksec{Additional Information}
Please visit my online resume at \kref{https://kjodle.net/resume/}{https://kjodle.net/resume/}
\end{document}