forked from jakegut/resume
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresume.tex
More file actions
187 lines (154 loc) · 6.31 KB
/
resume.tex
File metadata and controls
187 lines (154 loc) · 6.31 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
%-------------------------
% Resume in Latex
% Author : Jake Gutierrez
% Based off of: https://github.com/sb2nov/resume
% License : MIT
%------------------------
%\documentclass[letterpaper,11pt]{article}
\documentclass[letterpaper,10pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{xparse}
\usepackage{ulem}
\usepackage{xstring}
\input{glyphtounicode}
%----------FONT OPTIONS----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
% Support environment variables for customization
% see: https://tex.stackexchange.com/questions/62010
\ExplSyntaxOn
\NewDocumentCommand{\getenv}{om}
{
\sys_get_shell:nnN { kpsewhich ~ --var-value ~ #2 } { } \l_tmpa_tl
\tl_trim_spaces:N \l_tmpa_tl
\IfNoValueTF { #1 } { \tl_use:N \l_tmpa_tl } { \tl_set_eq:NN #1 \l_tmpa_tl }
}
\ExplSyntaxOff
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING----------
% \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
% \textbf{\href{http://sourabhbajaj.com/}{\Large Sourabh Bajaj}} & Email : \href{mailto:sourabh@sourabhbajaj.com}{sourabh@sourabhbajaj.com}\\
% \href{http://sourabhbajaj.com/}{http://www.sourabhbajaj.com} & Mobile : +1-123-456-7890 \\
% \end{tabular*}
%-----------CONTACT INFO--------
\getenv[\MYPHONE]{MYPHONE}
\getenv[\MYEMAIL]{MYEMAIL}
\begin{center}
\textbf{\Huge \scshape Sam Nelson} \\ \vspace{1pt}
\small \MYPHONE \vspace{1pt} $|$ \href{mailto:\MYEMAIL}{\uline{\MYEMAIL}} $|$
\href{https://linkedin.com/in/nelson-sam}{\uline{linkedin.com/in/nelson-sam}} $|$
\href{https://github.com/sanelson}{\uline{github.com/sanelson}}
\end{center}
%-----------EDUCATION-----------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Boise State University}{Boise, Idaho}
{Bachelor of Science in Mechanical Engineering, Minor in Math}{Aug. 1997 -- May 2007}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------
\input{full_experience.tex}
%\input{recent_experience.tex}
%-----------PROJECTS-----------
\section{Projects}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{\href{https://github.com/sanelson/schemachange}{\uline{Schemachange}}} $|$ \emph{Python}}{Sept 2024 -- Present}
\resumeItemListStart
\resumeItem{Added support for Snowflake SQL object dependency resolution using directed graphs via the NetworkX and SQLGlot Python libraries}
\resumeItem{Added schema 'baseline' feature to migrate existing databases to Schemachange}
\resumeItem{Collaborating with the Schemachange community to add new features and fix bugs}
\resumeItem{Created a Schemachange plugin system per Schemachange community pull request feedback}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{\href{https://github.com/sanelson/PHYS205/blob/master/observing_project/poster.pdf}{\uline{Eclipsing Binary RZ Cassiopeiae: Generating a light curve with
a DSLR camera}}}}{Spring 2020}
\resumeProjectHeading{Boise State University - PHYS205: Stellar Astronomy $|$ \emph{Python, Jupyter Notebooks, LaTeX}}{}
\resumeItemListStart
\resumeItem{Used a consumer DSLR to image the eclipsing binary star RZ Cassiopeiae during the primary eclipse phase}
\resumeItem{Used Python and Jupyter Notebooks to process the images and generate a light curve}
\resumeItem{Used LaTeX and Beamer to create a \href{https://github.com/sanelson/PHYS205/blob/master/observing_project/poster.pdf}{\uline{research poster}} for the project}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{\href{https://github.com/FreeCAD/homebrew-freecad}{\uline{homebrew-freecad}}} $|$ \emph{Ruby, CMake, Homebrew}}{Nov 2014 -- 2016}
\resumeItemListStart
\resumeItem{Created and maintained the Homebrew formula for FreeCAD until transferring to the FreeCAD organization}
\resumeItemListEnd
\resumeSubHeadingListEnd
%
%-----------PROGRAMMING SKILLS-----------
% see: https://leo3418.github.io/2024/06/21/latex-file-cmdline-build-options.html
\IfBeginWith*{\jobname}{resume}{\input{skills.tex}}{\input{\jobname_skills.tex}}
%-------------------------------------------
\end{document}