~dricottone/resume

ref: 30045d3c48017b023598330e98c14c2bd845b750 resume/document.tex -rwxr-xr-x 3.2 KiB
30045d3c — dricottone Updates 6 years ago
                                                                                
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
\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}
156 Community Manor Dr., Apt. 3 \\
Rochester, New York 14623 \\
(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 Cleaning survey data, merging outside datasets, and raking data for survey weights.
	\item Programming tables for public release and client delivery with Quantum.
	\item Leading integration of Decipher survey platform and new coding team into work procedure.
\end{details}

\vspace{.1in}
\normalsize
\textbf{Campaign Finance 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{.1in}
\normalsize
\textbf{Research Assistant} at Cancer Care of Western New York  \hfill \textit{May 2013 --- August 2013}
\begin{details}
	\item Researched the academic literature on penile melanoma for Dr. Roehmholdt's case report.
\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$.
\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 and VBA 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 and experience maintaining multi-user Linux server work environments.
\end{flushleft}

\end{document}