-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.tex
137 lines (98 loc) · 2.84 KB
/
resume.tex
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
\documentclass{article}
\usepackage[left=.55in,right=.55in,top=.35in,bottom=.35in]{geometry}
\usepackage{changepage}
\usepackage{enumitem}
\usepackage{fontspec}
\usepackage[hidelinks]{hyperref}
\usepackage{titlesec}
\usepackage{titling}
\setmainfont{Cambria}
\pagenumbering{gobble}
\titleformat{\section}
{\Large}
{}
{0em}
{}
[\titlerule]
\titlespacing{\section}
{0em}
{0em}
{.8em}
\def\indentamount{1em}
\setlength\parindent{\indentamount}
\setlength{\parskip}{.1em}
\renewcommand{\maketitle}{
\begin{center}
{\huge\bfseries\theauthor}
\vspace{.6em}
\href{mailto:joe@miner.com}{joe@miner.com}
\quad
\href{https://miner.com}{miner.com}
\vspace{-.8em}
\end{center}
}
\newcommand{\getsubsection}[2]{
\noindent
\begin{tabular}[t]{@{}l}
\large{#1}
\end{tabular}
\hfill
\begin{tabular}[t]{l@{}}
#2
\end{tabular}
}
\newcommand{\getsubsubsection}[2]{
\noindent
\begin{tabular}[t]{@{}l}
\textbf{#1}
\end{tabular}
\hfill
\begin{tabular}[t]{l@{}}
\emph{#2}
\end{tabular}
}
\newenvironment{ul}{
\begin{itemize}[topsep=\parskip, partopsep=\parskip]
\itemsep-.12em
\let\olditem\item
\renewcommand\item{\olditem}
}{
\vspace{.45em}
\end{itemize}
}
\begin{document}
\title{Joe A. Miner Resume}
\author{Joe A. Miner}
\maketitle
\section{Education}
Missouri University of Science and Technology (Missouri S\&T)
\hfill
Spring 2022
\textbf{B.S. Computer Engineering}
\hfill
\textbf{GPA 4.0/4.0}
\textbf{Minor: Computer Science}
\section{Experience}
\begin{adjustwidth}{\indentamount}{0pt}
\getsubsection{Garmin International}{Rolla, MO}
\getsubsubsection{Software Engineer}{June 2022 -- Present}
\begin{ul}
\item{Designed and implemented embedded software solutions in C, C++, and ASM for cutting-edge navigation and fitness products, contributing to the development of flagship Garmin products and helping achieve their market-leading status}
\vspace{-1.7em}
\end{ul}
\getsubsubsection{Software Engineering Intern}{May 2021 -- Aug 2021}
\begin{ul}
\item{Implemented testing and verification software in C for a fleet of Garmin avionics displays for small aircraft, keeping the project adherent to FAA regulations and ensuring robust, correct code}
\end{ul}
\getsubsection{Missouri S\&T}{Rolla, MO}
\getsubsubsection{Mascot in Chief}{Aug 1870 -- Present}
\begin{ul}
\item{Represented the university for over 150 years as the institution's sole mascot, resulting in a precipitous increase in school pride}
\item{Carried a pickaxe and side arm at all times, demonstrating a high degree of commitment to the mascot craft}
\end{ul}
\end{adjustwidth}
\vspace{-.4em}
\section{Honors and Activities}
Association of Computing Machinery -- \textbf{Member}
Missouri S\&T -- \textbf{Dean's List} (Fall 1871 -- Spring 2022)
\end{document}