-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved thesis prizes to Education section Moved histpun and CWCP RA to Research Experience section rather than employment
- Loading branch information
1 parent
db96281
commit 82d0442
Showing
2 changed files
with
289 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,279 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% Medium Length Professional CV | ||
% LaTeX Template | ||
% Version 3.0 (December 17, 2022) | ||
% | ||
% This template originates from: | ||
% https://www.LaTeXTemplates.com | ||
% | ||
% Author: | ||
% Vel ([email protected]) | ||
% | ||
% Original author: | ||
% Trey Hunner (http://www.treyhunner.com/) | ||
% | ||
% License: | ||
% CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/) | ||
% | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS | ||
%---------------------------------------------------------------------------------------- | ||
\documentclass[ | ||
% a4paper, % Uncomment for A4 paper size (default is US letter) | ||
12pt, % Default font size, can use 10pt, 11pt or 12pt | ||
% legalpaper, | ||
% draft | ||
]{resume} % Use the resume class | ||
|
||
%\usepackage{ebgaramond} % Use the EB Garamond font | ||
\usepackage{fancyhdr} | ||
\usepackage{lastpage} | ||
%\renewcommand{\labelitemi}{-} % Redefine the itemize label to use dashes | ||
%---------------------------------------------------------------------------------------- | ||
% MARGINS | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\usepackage{geometry} % Required for adjusting page dimensions and margins | ||
|
||
\geometry{ | ||
top=1in, % Top margin | ||
bottom=1in, % Bottom margin | ||
left=1in, % Left margin | ||
right=1in, % Right margin | ||
% showframe, % Uncomment to show how the type block is set on the page | ||
} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% HEADERS | ||
%---------------------------------------------------------------------------------------- | ||
\pagestyle{fancy} | ||
\fancyhf{} | ||
\fancyhead[L]{Carson, \textit{vita}} | ||
\fancyfoot[L]{\href{https://bit.ly/CarsonCV}{bit.ly/CarsonCV}} | ||
\fancyfoot[C]{\thepage{} of \pageref{LastPage}} | ||
%\fancyfoot[L]{Carson, \textit{vita}} | ||
\fancyfoot[R]{\href{https://bit.ly/CarsonCV}{\the\month.\the\day.\the\year}} | ||
\renewcommand{\headrulewidth}{0pt} % header rule | ||
|
||
% Define a custom page style for the first page | ||
\fancypagestyle{firstpagestyle}{ | ||
\fancyhf{} % clear all header and footer fields | ||
\fancyfoot[L]{\href{https://bit.ly/CarsonCV}{bit.ly/CarsonCV}} | ||
\fancyhead[C]{ \newline\vfill\printname} | ||
\fancyfoot[C]{\thepage{} of \pageref{LastPage}} | ||
\fancyfoot[R]{\href{https://bit.ly/CarsonCV}{\the\month.\the\day.\the\year}} | ||
} | ||
%------------------------------------------------ | ||
\name{Matthew Carson} % Your name to appear at the top | ||
|
||
% You can use the \address command up to 3 times for 3 different addresses | ||
% or pieces of contact information. | ||
% Any new lines (\\) you use in the \address commands will be converted to | ||
% symbols, so each address will appear as a single line. | ||
|
||
%\address{Los Angeles, CA 90024} % Main address | ||
|
||
\address{ | ||
\href{tel:9255650297}{\faIcon{phone-alt} (925) 565-0297} | ||
\href{mailto:[email protected]}{\faIcon{envelope} [email protected]} | ||
\href{http://matthewacarson.github.io}{\faIcon{link} matthewacarson.github.io} | ||
} | ||
|
||
%\address{\href{http://matthewacarson.github.io}{\faIcon{link} matthewacarson.github.io}} | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\begin{document} | ||
\thispagestyle{firstpagestyle} | ||
%---------------------------------------------------------------------------------------- | ||
% RESEARCH INTERESTS SECTION | ||
%---------------------------------------------------------------------------------------- | ||
%\begin{samepage} | ||
%\begin{rSection}{Research Interests} | ||
%\begin{tabular}{@{} l @{\hspace{15ex}} l @{\hspace{15ex}} l @{}} | ||
%Organized labor & Incarceration & Historical methods \\ | ||
%Political economy & Police violence & Quantitative methods | ||
%\end{tabular} | ||
%\end{rSection} | ||
%\end{samepage} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% EDUCATION SECTION | ||
%---------------------------------------------------------------------------------------- | ||
\begin{samepage} | ||
\begin{rSection}{Education} | ||
|
||
\textbf{University of California, Los Angeles}\hfill June 2024\\ | ||
Bachelor of Arts\\ | ||
\hspace*{20pt}Sociology (departmental honors) \\ | ||
\hspace*{20pt}Political Science (highest departmental honors) | ||
|
||
% Honors from the college | ||
\textit{College Honors}\\ | ||
\textit{Summa Cum Laude} | ||
|
||
% Political Science Thesis | ||
\begin{list}{}{\leftmargin=0pt \itemsep=0pt \parsep=0pt} | ||
\item \textbf{Political Science Best Honors Thesis Prize} | ||
\begin{list}{}{\leftmargin=20pt \itemsep=0pt \parsep=0pt} | ||
\item ``The Policing of the `Reserve Army\': Economic Inequality and Police Killings." | ||
\item \href{https://bit.ly/PolSciThesis}{https://bit.ly/PolSciThesis} | ||
\end{list} | ||
\end{list} | ||
|
||
% Sociology Thesis | ||
\begin{list}{}{\leftmargin=0pt \itemsep=0pt \parsep=0pt} | ||
\item \textbf{Sociology Best Honors Thesis: Lisa Mederos Memorial Prize} | ||
\begin{list}{}{\leftmargin=20pt \itemsep=0pt \parsep=0pt} | ||
\item ``Construction Union Agreements: Union Organizing in Historical-Comparative Perspective" | ||
\item \href{https://bit.ly/SocThesis}{https://bit.ly/SocThesis} | ||
\end{list} | ||
\end{list} | ||
|
||
\textbf{\href{https://www.losmedanos.edu/}{Los Medanos College}} \hfill August 2022\\ | ||
Associate of Arts in Liberal Arts: Behavioral Science \& Social Science, With Honors\\ | ||
Associate of Arts in Sociology, With Honors | ||
|
||
\textbf{\href{https://www.dvc.edu/}{Diablo Valley College}} \hfill August 2022\\ | ||
Associate of Arts in Political Science for Transfer, With Honors | ||
|
||
\href{https://ua342.org/training}{\textbf{United Association Local 342 JATC}} \hfill July 2013\\ | ||
Certificate in Plumbing (5-year apprenticeship) | ||
\end{rSection} | ||
\end{samepage} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% AWARDS AND SCHOLARSHIPS SECTION | ||
%---------------------------------------------------------------------------------------- | ||
\begin{samepage} | ||
\begin{rSection}{Awards and Scholarships} | ||
|
||
\textbf{1\textsuperscript{st} Place, 2024 StatCrunch Student Contest} \hfill May 2024\\ | ||
Placed \#1 in the StatCrunch statistics contest (\$\thinspace{}1,000).\\ | ||
\href{https://bit.ly/StatCrunchWinners}{https://bit.ly/StatCrunchWinners} | ||
|
||
\href{https://hass.ugresearch.ucla.edu/scholarships/ursp/students/}{\textbf{Undergraduate Research Scholars Program (URSP)}} \hfill September 2023 \\ | ||
Scholarship for senior thesis in sociology (\$\thinspace{}6,000). | ||
|
||
\href{https://www.losmedanos.edu/honors/prog.aspx\#:~:text=Honors\%20Scholar\%20Requirements}{\textbf{Honors Scholar}, Los Medanos College} \hfill May 2020 \\ | ||
Received the college’s highest distinction | ||
\end{rSection} | ||
\end{samepage} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% RESEARCH EXPERIENCE SECTION | ||
%---------------------------------------------------------------------------------------- | ||
\begin{samepage} | ||
\begin{rSection}{Research Experience} | ||
%\textbf{Departmental Honors Program in Sociology} \hfill June 2024\\ | ||
%“Construction Union Agreements: Union Organizing in Historical-Comparative Perspective" | ||
% | ||
%\textbf{Departmental Honors Program in Political Science} \hfill March 2024\\ | ||
%“The Policing of the `Reserve Army': Economic Inequality and Police Killings" | ||
|
||
\href{https://sociology.fas.harvard.edu/}{\textbf{Harvard Sociology: History of Crime and Punishment}}\hfill 7/2024--Present\\ | ||
Research Assistant for Professor Adaner Usmani | ||
|
||
\href{https://www.workingclasspolitics.org/}{\textbf{The Center for Working Class Politics}}\hfill 7/2024--Present\\ | ||
Research Assistant | ||
|
||
% \textbf{Research Assistant}, Harvard Sociology\hfill 6/2023--9/2023\\ | ||
% Worked with Professor Adaner Usmani on a project analyzing prison conditions and their relationship with the broader labor market and the precariousness of work in the region. | ||
|
||
\textbf{Undergraduate Research Experience}, UCLA Political Science\hfill Fall 2022\\ | ||
Assisted a graduate student with data collection for a political psychology experiment in the Race, Ethnicity, and Politics subdiscipline. | ||
|
||
\href{https://bayhonors.org/}{\textbf{Bay Honors Research Symposium}} \hfill 4/2020\\ | ||
Accepted to give a presentation about eminent domain and global warming; canceled because of COVID-19. (See ‘Published Works’ section for the corresponding paper.) | ||
|
||
\end{rSection} | ||
\end{samepage} | ||
%---------------------------------------------------------------------------------------- | ||
% PUBLISHED WORKS SECTION | ||
%---------------------------------------------------------------------------------------- | ||
\begin{samepage} | ||
\begin{rSection}{Published Works} | ||
“Global Warming and the Takings Clause: Can Eminent Domain Be\hfill 11/01/2023 \\ | ||
Used to Avert a Climate Crisis?” \textit{ThinkYou?!} https://bit.ly/CarsonThinkYou | ||
|
||
“Engines Out and Pickets Up to Stop Health Plan Downgrade by Cummins.” \hfill 6/21/2021 \\ | ||
\textit{Labor Notes} (with Keith Brower Brown, and Ella Teevan). https://bit.ly/EnginesOut | ||
|
||
\end{rSection} | ||
\end{samepage} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% RELEVANT COURSEWORK SECTION | ||
%---------------------------------------------------------------------------------------- | ||
\begin{samepage} | ||
\begin{rSection}{Relevant Coursework} | ||
|
||
\begin{tabular}{@{} >{}l @{\hspace{8ex}} l @{}} | ||
Statistics 20 &Statistical Programming with R \\ | ||
Political Science 170A &Studies in Statistical Analysis of Political Data \\ | ||
Sociology 111 &Social Networks (computational sociology) \\ | ||
%English 221 & Advanced Composition and Critical Thinking \\ | ||
Sociology 191H & Departmental Honors Seminar \\ | ||
Political Science 191H & Research Design Seminar for Honors Thesis | ||
\end{tabular} | ||
|
||
\end{rSection} | ||
\end{samepage} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% TECHNICAL STRENGTHS SECTION | ||
%---------------------------------------------------------------------------------------- | ||
\begin{samepage} | ||
\begin{rSection}{Languages and Technical Strengths} | ||
\begin{tabular}{@{} >{\bfseries}l @{\hspace{4.9ex}} l @{}} | ||
Spoken/Written & Spanish (limited reading and speaking) \\ | ||
Programming & \texttt{{\large R}}{\scriptsize **}, Python{\scriptsize *}, Stata{\scriptsize *}, \LaTeX{{\scriptsize *}} \\ | ||
Version Control & Git{\scriptsize *} \\ | ||
Citation Management & \href{https://www.zotero.org/}{Zotero}{\scriptsize ***}, BIB\TeX{}{\scriptsize *} | ||
\end{tabular} | ||
|
||
{\scriptsize *}{\small Working knowledge;} {\scriptsize **}{\small Intermediate;} {\scriptsize ***}{\small Intermediate-advanced.} | ||
\end{rSection} | ||
\end{samepage} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% WORK EXPERIENCE SECTION | ||
%---------------------------------------------------------------------------------------- | ||
\begin{samepage} | ||
\begin{rSection}{Employment} | ||
|
||
% \begin{rSubsection}{\href{https://sociology.fas.harvard.edu/}{Harvard Sociology}}{7/2024--Present}{Research Assistant}{Cambridge, MA} | ||
% \end{rSubsection} | ||
|
||
% \begin{rSubsection}{\href{https://www.workingclasspolitics.org/}{The Center for Working Class Politics}}{7/2024--Present}{Research Assistant}{Brooklyn, NY} | ||
% \end{rSubsection} | ||
|
||
\begin{rSubsection}{\href{https://www.unitehere11.org/}{UNITE HERE Local 11}}{4/2022--6/2022}{Election Canvasser}{Los Angeles, CA} | ||
% \item Canvassed door-to-door for the primary election. | ||
\end{rSubsection} | ||
|
||
\begin{rSubsection}{\href{https://ua342.org/}{UA Local 342}}{8/2007--1/2017}{Journeyman Plumber}{Concord, CA} | ||
% \item Plumbing system fabrication and installation. | ||
\end{rSubsection} | ||
|
||
\end{rSection} | ||
\end{samepage} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% PROFESSIONAL REFERENCES | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\begin{rSection}{Professional References} | ||
|
||
Chris Tausanovitch (political science thesis advisor) \hfill \href{mailto:[email protected]}{[email protected]}\\ | ||
Zsuzsa Berend (sociology thesis advisor) \hfill \href{mailto:[email protected]}{[email protected]}\\ | ||
Adaner Usmani (sociology) \hfill \href{mailto:[email protected]}{[email protected]}\\ | ||
Michelle Torres (political science) \hfill \href{mailto:[email protected]}{[email protected]}\\ | ||
Michael Tsiang (statistics) \hfill \href{mailto:[email protected]}{[email protected]} | ||
%Michael Lofchie (political science) \hfill \href{mailto:[email protected]}{[email protected]} | ||
\end{rSection} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
|
||
\end{document} |