\documentclass[12pt]{article}
% margins
\usepackage[letterpaper, total={7.5in,10in}, centering]{geometry}
% embedded hyperlinks
\usepackage{hyperref}
\urlstyle{same}
% double-spaced lines
%\usepackage{setspace}
%\doublespacing
% suppress pagination
\pagenumbering{gobble}
% suppress paragraph indentation
%\setlength{\parindent}{0pt}
% equal-width columns
\usepackage{multicol}
% variable-width columns
\usepackage{vwcol}
% icons
\usepackage{fontawesome}
% colored background
\usepackage[dvipsnames]{xcolor}
\usepackage{mdframed}
\usepackage[most]{tcolorbox}
\tcbset{on line,left=3pt,right=3pt,top=2pt,bottom=2pt,colback=Salmon,frame empty}
% custom environments
\usepackage{enumitem}
%\setitemize{itemsep=0pt,parsep=0pt,topsep=0pt,partopsep=0pt}
\setitemize{itemsep=0pt,parsep=0pt,partopsep=0pt}
\newenvironment{details}{
\begin{itemize}[]
}{
\end{itemize}
}
%\newenvironment{details}{
% \begin{itemize}[label={}] \small \setlength{\itemsep}{0pt}
%}{
% \end{itemize} \normalsize
%}
\begin{document}
\begin{vwcol}[widths={0.65,0.35},justify=flush,rule=0pt]
\Huge
\noindent \textbf{Dominic Ricottone}
\normalsize
\vspace{.5em}
\noindent
5 years experience in survey research including data collection, cleaning, and weighting.
Self-trained programmer with proficiencies in SPSS and Stata, and an eagerness to learn new toolsets.
%\noindent \makebox[1.5em]{\faicon{map-marker}} 444 W Diversey Pkwy,\\
%\makebox[1.5em]{\strut} Chicago, IL 60614
\noindent \makebox[1.5em]{\faicon{map-marker}} Chicago, Illinois
\vspace{.5em}
\noindent \makebox[1.5em]{\faicon{envelope}} \href{mailto:me@dominic-ricottone.com}{me@dominic-ricottone.com}
\vspace{.5em}
\noindent \makebox[1.5em]{\faicon{phone}} 716.548.6305
\end{vwcol}
\vspace{.5em}
\large
\noindent \textbf{Skills} \hrulefill
\normalsize
\vspace{.5em}
%\noindent
\tcbox{\strut SPSS}
\tcbox{\strut Stata}
\tcbox{\strut Weight Calibration/Raking}
\tcbox{\strut Python}
\tcbox{\strut SQL}
\tcbox{\strut Text Scraping}
\tcbox{\strut Excel VBA}
%\noindent
\tcbox{\strut Survey Design}
\tcbox{\strut Git}
\tcbox{\strut R}
\tcbox{\strut Survey Programming}
\tcbox{\strut SAS}
\tcbox{\strut Tableau}
\tcbox{\strut \LaTeX}
\tcbox{\strut Data Security}
\vspace{1em}
\large
\noindent \textbf{Experience} \hrulefill
\normalsize
\vspace{.5em}
\noindent \textbf{Data Management Analyst 2} at Fors Marsh Group \hfill \textit{September 2020 --- Present}
\vspace{.5em}
\noindent \textbf{Data Management Analyst 1} \hfill \textit{February 2019 --- September 2020}
\begin{itemize}[]
\item Cleaning large (1M+) sample files with international addresses using SPSS, Stata, and Python
\item Weighting survey data to mitigate design effects and non-response bias using Stata
\item Writing technical chapters for analytical reports, and incident report postmortems
\item Validating multi-modal surveys operated through VoxCo and TeleForm using SPSS and Stata
\item Reviewing and quality assurance testing of junior analysts' work
\end{itemize}
\noindent \textbf{Junior Survey Programmer} at The Harris Poll \hfill \textit{November 2018 --- February 2019}
\begin{itemize}[]
\item Programming web surveys using Decipher
\end{itemize}
\noindent \textbf{Junior Data Processing Programmer} at The Harris Poll \hfill \textit{September 2017 --- November 2018}
\begin{itemize}[]
\item Weighting longitudinal and stratified survey data for rolling-window B2C analysis using Quantum
\item Validating web surveys operated through Decipher and Confirmit using Quantum and SPSS
\item Automating data cleaning and quality assurance processes through Bash and Python
\end{itemize}
\noindent \textbf{Campaign Finance Intern} at Chris Harris \& Associates, LLC \hfill \textit{July 2017 --- September 2017}
\begin{itemize}[]
\item Scraping contributions disclosures from web pages and PDF documents using Python
\item Canvassing and organizing fundraisers for elected officials across Western New York region
\end{itemize}
\large
\noindent \textbf{Education} \hrulefill
\normalsize
\begin{multicols}{2}[]
\noindent \textbf{B.A. in Political Science, Economics} \par
University of Rochester, \textit{Rochester, NY} \par
August 2013 --- May 2017
\noindent \textbf{Intensive Japanese Language Program} \par
Nanzan University, \textit{Nagoya, Japan} \par
January 2016 --- May 2016
\end{multicols}
\large
\noindent \textbf{Certifications} \hrulefill
\normalsize
\begin{multicols}{2}[]
\noindent \textbf{CITI Biomedical Research Support Staff} \par
February 2022
\noindent \textbf{SAS Programming 1: Essentials} \par
November 2019
\end{multicols}
\vfill
\begin{mdframed}[hidealllines=true,backgroundcolor=Salmon]
\footnotesize \centering
\faicon{cloud} \enspace \href{https://www.dominic-ricottone.com}{dominic-ricottone.com}
\quad
\faicon{github} \enspace \href{https://github.com/dricottone}{github.com/dricottone}
\quad
\faicon{linkedin} \enspace \href{https://www.linkedin.com/in/dominicricottone}{linkedin.com/in/dominicricottone}
\end{mdframed}
\end{document}