~dricottone/resume

ref: 432bfd4f49527ca0115525ef876c5bd9f4f5f0eb resume/document.tex -rwxr-xr-x 3.3 KiB
432bfd4f — dricottone Changed some things 6 years ago
                                                                                
e00b3821 dricottone
432bfd4f dricottone
e00b3821 dricottone
432bfd4f dricottone
e00b3821 dricottone
432bfd4f dricottone
e00b3821 dricottone
432bfd4f dricottone
e00b3821 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
\documentclass[12pt]{article}
\usepackage[letterpaper, total={7.5in,10in}, centering]{geometry}
\pagenumbering{gobble} % suppresses pagination
\setlength{\parindent}{0pt} % suppressed paragraph indent
\usepackage{multicol} % for contact info
\usepackage{enumitem} % for indented descriptions
\usepackage{setspace} % for doublespacing

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

\begin{document}

\centering \Huge
\textbf{Dominic Ricottone}

\footnotesize
\begin{multicols}{2}
165 Community Manor Dr., Apt. 3 \\
Rochester, New York 14127 \\
(716) 548 6305 \\
dominic.ricottone@gmail.com
\end{multicols}

\large
\textbf{Experience} \hrulefill

\vspace{.1in}
\normalsize
\textbf{Junior Data Processing Programmer} at The Harris Poll \hfill \textit{September 2017 --- present}
\begin{details}
  \item Validating large data sets (100,000+ respondents) with SPSS and Quantum.
  \item Programming tables for public release and client delivery with Quantum.
  \item Investigating and documenting Decipher, our new survey platform, for the Data Processing team.
  \item Raking data to generate survey weights for analysis.
  \item Cleaning client-supplied sample files for mailings with SPSS and Python.
\end{details}

\vspace{.1in}
\normalsize
\textbf{Intern} at Chris Harris \& Associates, LLC \hfill \textit{July 2017 --- September 2017}
\begin{details}
	\item Transforming and cleaning data sets into prospective donor mailing lists.
	\item Scraping political contribution data from New York state and federal websites.
	\item Outreach to and correspondence with elected officials.
\end{details}

\vspace{.1in}
\normalsize
\textbf{Office Assistant} at Human Resources Dept., U Rochester  \hfill \textit{June 2016 --- May 2017}
\begin{details}
  \item Maintaining primary copies of employment records and databases, including W-2 tax forms and OPM letters.
\end{details}

\vspace{.2in}
\large
\textbf{Education} \hrulefill

\vspace{.1in}
\normalsize
\textbf{B.A. in Political Science, Economics} from U Rochester \hfill \textit{August 2013 --- May 2017}
\begin{details}
  \item Focuses in \textbf{mathematical modeling} (e.g. Econometrics, Game Theory) and in the \textbf{interaction of government and the private sector} (e.g. Public Finance, Political Economy, Health Economics).
  \item Cumulative GPA of $3.43$.
  \item Leadership roles on campus as the \textbf{Vice President of Finance} of Jackson Court Hall Council, and as \textbf{Vice President} of Special Interest Housing.
\end{details}

\vspace{.1in}
\normalsize
\textbf{Intensive Japanese Language Program} at Nanzan University \hfill \textit{January 2016 --- May 2016}
\begin{details}
  \item Immersive study of Japanese language and culture. \\
\end{details}

\vspace{.2in}
\large
\textbf{Technical Skills} \hrulefill

\normalsize
\onehalfspacing
\begin{flushleft}
  Python scripting for workflow automation and data transformation. \\
  Statistical software including SPSS, Stata, R, Tableau, and Quantum. \\
  Typesetting languages (i.e., \LaTeX) and markup languages (i.e., Markdown, HTML, CSS). \\
  Photo and vector graphics (SVG) editing with Adobe Photoshop, GIMP, and Inkscape. \\
  Familiarity with multi-user Linux server work environments and experience maintaining them.
\end{flushleft}

\end{document}