~dricottone/resume

ref: 43f657e3fe942bb5bbe9a48e3af589e4605cab00 resume/document.tex -rwxr-xr-x 4.0 KiB
43f657e3Dominic Ricottone Rewrite 4 years ago
                                                                                
e00b3821 dricottone
e00b3821 dricottone
a91ed53e dricottone
e00b3821 dricottone
e00b3821 dricottone
e00b3821 dricottone
e00b3821 dricottone
460199fa dricottone
460199fa dricottone
e00b3821 dricottone
460199fa dricottone
e00b3821 dricottone
d3ccc20f dricottone
460199fa dricottone
d3ccc20f dricottone
e00b3821 dricottone
460199fa dricottone
e00b3821 dricottone
e00b3821 dricottone
460199fa dricottone
e00b3821 dricottone
e00b3821 dricottone
e00b3821 dricottone
e00b3821 dricottone
460199fa dricottone
460199fa dricottone
d3ccc20f dricottone
e00b3821 dricottone
460199fa dricottone
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
\documentclass[12pt]{article}

% margins
\usepackage[letterpaper, total={7.5in,10in}, centering]{geometry}

% embedded hyperlnks
\usepackage{hyperref}
\urlstyle{same}

% double-spaced lines
\usepackage{setspace}

% suppress pagination
\pagenumbering{gobble}

% suppress paragraph indentation
\setlength{\parindent}{0pt}

% columns
\usepackage{multicol}

% custom environments
\newenvironment{name}{
  \begin{center} \huge \bfseries
}{
  \end{center} \normalsize
}

\usepackage{fontawesome}
\newenvironment{contact}{
  \begin{multicols}{2} \footnotesize
}{
  \end{multicols}
}

\newenvironment{division}{
  \vspace{.1in} \large \bfseries
}{
  \hrulefill \normalsize \vspace{.1in}
}

\usepackage{enumitem}
\newenvironment{details}{
  \begin{itemize}[label={}] \small \setlength{\itemsep}{0pt}
}{
  \end{itemize} \normalsize
}

\begin{document}

\begin{name}
  Dominic Ricottone
\end{name}

\begin{contact}
  \begin{center}
  4750 Chevy Chase Dr., Apt. 209 \\
  Chevy Chase, Maryland 20815 \\
  \end{center}
  \columnbreak
  \faCloud \quad    \href{https://www.dominic-ricottone.com}{www.dominic-ricottone.com} \\
  \faEnvelope \quad \href{mailto:me@dominic-ricottone.com}{me@dominic-ricottone.com} \\
  \faPhone \quad    (716) 548 6305
\end{contact}

\begin{flushleft}
  Three years experience in survey research operations.
  Training in econometric analysis and qualitative methods.
  Self-trained programmer and systems administrator.
  Proficient in diverse set of programming languages and statistical softwares.
\end{flushleft}

\begin{division}
  Experience
\end{division}

\textbf{Data Management Analyst} at Fors Marsh Group \hfill \textit{February 2019 -- present}
\begin{details}
  \item Cleaning and processing large (1M+) sample files, including international addresses
  \item Validating multi-modal survey instruments and data with SPSS, Stata, and Python
  \item Integrating web portals and backend databases through Python, R, SPSS, and Microsoft Access SQL
  \item Managing protection of PII and PHI
\end{details}

\textbf{Junior Survey Programmer} at The Harris Poll \hfill \textit{November 2018 -- February 2019}
\begin{details}
  \item Programming web surveys with the Decipher platform
\end{details}

\textbf{Junior Data Processing Programmer} at The Harris Poll \hfill \textit{September 2017 --- November 2018}
\begin{details}
  \item Validating web survey instruments and data with SPSS and Quantum
  \item Raking data to generate survey weights
  \item Development of automation, especially syntax generation, through Python and Perl
  \item Maintaining production software and Linux servers
\end{details}

\textbf{Campaign Finance Intern} at Chris Harris \& Associates, LLC \hfill \textit{July 2017 --- September 2017}
\begin{details}
  \item Aggregating data from internal operations and external databases into actionable samples
  \item Scraping contributions disclosures from government websites and PDF filings
  \item Organizing fundraisers for elected officials across Western New York region
\end{details}

\begin{division}
  Education
\end{division}

\textbf{B.A. in Political Science, Economics} from U Rochester \hfill \textit{August 2013 --- May 2017}

\textbf{Intensive Japanese Language Program} at Nanzan University \hfill \textit{January 2016 --- May 2016}

\vspace{.05in} %the enumitem adds some vertical spacing for other divisions
\begin{division}
  Technical Skills
\end{division}

\begin{details}
  \item Proficiency with statistical softwares including SPSS and Stata. Some experience with SAS and Tableau.
  \item Proficiency with diverse set of compiled, scripting, and web programming languages; with a demonstrated ability to rapidly learn new languages on-the-job.
  \item Experience deploying applications with external teams as the end-user.
  \item Experience in server administration (esp. Linux), including experience in cloud infrastructure (AWS) and containerization (Docker).
  \item Working with structured (XML, JSON, etc.) and unstructured (PDF and web scraping) data.
\end{details}

\end{document}