-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.tex
More file actions
229 lines (184 loc) · 9.4 KB
/
Copy pathcv.tex
File metadata and controls
229 lines (184 loc) · 9.4 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
\documentclass[letter, 12pt]{article}
%----------------------------------------------------------------------------------------
% FONT
%----------------------------------------------------------------------------------------
% % fontspec allows you to use TTF/OTF fonts directly
% \usepackage{fontspec}
% \defaultfontfeatures{Ligatures=TeX}
% % modified for ShareLaTeX use
% \setmainfont[
% SmallCapsFont = Fontin-SmallCaps.otf,
% BoldFont = Fontin-Bold.otf,
% ItalicFont = Fontin-Italic.otf
% ]
% {Fontin.otf}
%----------------------------------------------------------------------------------------
% PACKAGES
%----------------------------------------------------------------------------------------
\usepackage{url}
\usepackage{parskip}
% other packages for formatting
\RequirePackage{color}
\RequirePackage{graphicx}
\usepackage[dvipsnames]{xcolor}
\usepackage[scale = 0.9]{geometry}
% tabularx environment
\usepackage{tabularx}
% for lists within experience section
\usepackage{enumitem}
% centered version of 'X' col. type
\newcolumntype{C}{>{\centering\arraybackslash}X}
% to prevent spillover of tabular into next pages
\usepackage{supertabular}
\usepackage{tabularx}
\newlength{\fullcollw}
\setlength{\fullcollw}{0.47\textwidth}
% custom \section
\usepackage{titlesec}
\usepackage{multicol}
\usepackage{multirow}
% CV Sections inspired by:
% http://stefano.italians.nl/archives/26
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
\titlespacing{\section}{0pt}{10pt}{10pt}
% for publications
\usepackage[style=authoryear, sorting=ynt, maxbibnames=2]{biblatex}
% Setup hyperref package, and colours for links
\usepackage[unicode, draft=false]{hyperref}
\definecolor{linkcolour}{rgb}{0, 0.2, 0.6}
\hypersetup{colorlinks, breaklinks, urlcolor=linkcolour, linkcolor=linkcolour}
\addbibresource{citations.bib}
\setlength\bibitemsep{1em}
% for social icons
\usepackage{fontawesome5}
% debug page outer frames
% \usepackage{showframe}
% job listing environments
\newenvironment{jobshort}[2]{%
\begin{tabularx}{\linewidth}{@{}l X r@{}}%
\textbf{#1} & \hfill & #2 \\[3.75pt]%
\end{tabularx}%
}{}
\newenvironment{joblong}[2]{%
\begin{tabularx}{\linewidth}{@{}l X r@{}}%
\textbf{#1} & \hfill & #2 \\[3.75pt]
\end{tabularx}
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep]
}{%
\end{itemize}
\end{minipage}
}
%----------------------------------------------------------------------------------------
% BEGIN DOCUMENT
%----------------------------------------------------------------------------------------
\begin{document}
% non-numbered pages
\pagestyle{empty}
\setlist{nolistsep}
%----------------------------------------------------------------------------------------
% TITLE
%----------------------------------------------------------------------------------------
\begin{tabularx}{\linewidth}{@{} C @{}}
\Huge{Geeson Wan} \\[7.5pt]
\href{https://github.com/Gerseneck}{\raisebox{-0.05\height}\faGithub\ Gerseneck} \ $|$ \
\href{https://linkedin.com/in/geeson-wan}{\raisebox{-0.05\height}\faLinkedin\ geeson-wan} \ $|$ \
\href{https://gerseneck.github.io}{\raisebox{-0.05\height}\faGlobe \ gerseneck.github.io} \ $|$ \
\href{mailto:wang14240@gmail.com}{\raisebox{-0.05\height}\faEnvelope \ wang14240@gmail.com} \ $|$ \
\href{tel:7654094313}{\raisebox{-0.05\height}\faMobile \ +1 765-409-4313} \\
\end{tabularx}
\section{Summary}
Computer Engineering student at Purdue University with experience in programming, embedded development, and open-source software. Passionate about embedded systems, computer architecture, and semiconductors.
\section{Education}
\begin{tabularx}{\linewidth}{@{}l X@{}}
2025 - present & Undergraduate Computer Engineering at \textbf{Purdue University} \\
2021 - 2025 & West Lafayette Junior/Senior High School (Academic Honors Diploma) \\
\end{tabularx}
\section{Skills}
\begin{tabularx}{\linewidth}{@{}l X@{}}
\textbf{Programming Languages} & Python, Java, C, C++, Ruby, Lua, HTML/CSS, JavaScript, \& \LaTeX \\
\textbf{Embedded} & Arduino IDE, bread-boarding, basic electronics, microcontrollers \\
\textbf{Frameworks} & Ruby on Rails, StimulusJS \\
\textbf{Tools/System} & Git, Vim, Bash, \& Linux \\
\textbf{Languages Spoken} & English (Native), Mandarin Chinese (Native) \\
\end{tabularx}
\section{Professional Experience}
\begin{jobshort}{Internship at Sledgehammer Infosystems}{June 2023 - August 2023}
\begin{itemize}
\item Developed features for a Ruby on Rails web application using MVC architecture.
\item Developed new features and bug fixes using Git-based collaborative development workflows.
\item Researched and integrated unfamiliar tools and libraries through technical documentation
\end{itemize}
\end{jobshort}
\section{Projects}
\begin{jobshort}{Tempo Clock \( \vert \) Arduino, Embedded}{\href{https://github.com/Gerseneck/tempo-clock}{https://github.com/Gerseneck/tempo-clock}}
\begin{itemize}
\item Designed and implemented an embedded chess clock with configurable time controls, non-blocking firmware, and a menu-driven LCD interface.
\item Developed a modular firmware architecture using state machines for timing, input handling, display updates, advanced logging, and persistent settings.
\item Implemented EEPROM-based storage for user preferences and game statistics, along with software debouncing and audio alerts.
\end{itemize}
\end{jobshort}
\begin{jobshort}{Game Boy Emulator \( \vert \) C}{\href{https://github.com/IEEE-C-Society-25-26/Game-Boy-Project}{https://github.com/IEEE-C-Society-25-26/Game-Boy-Project}}
\begin{itemize}
\item Implemented CPU instruction decoding and register emulation in C
\item Refactored emulator subsystem interfaces to improve modularity and debugging
\item Authored architecture and debugging documentation for emulator components
\end{itemize}
\end{jobshort}
\begin{jobshort}{GatherPack \( \vert \) Ruby on Rails, StimulusJS, PostgreSQL}{\href{https://gatherpack.com}{https://gatherpack.com}}
\begin{itemize}
\item Developer of a full-stack event management platform using Ruby on Rails and StimulusJS
\item Designed event scheduling subsystem supporting large events and calendar synchronization
\item Designed responsive UI components optimized for mobile devices
\item Currently used by multiple FIRST Robotics Teams as their core event management infrastructure
\end{itemize}
\end{jobshort}
\begin{jobshort}{GreatStudier \( \vert \) Python}{\href{https://github.com/greatericontop/GreatStudier}{https://github.com/greatericontop/GreatStudier}}
\begin{itemize}
\item Developed an open source flashcard study command line application with a peer
\item Designed and developed functionality for web scraping the contents for a study sets from Quizlet
\item Wrote documentation and instructions regarding the usage and installation of the application
\end{itemize}
\end{jobshort}
\begin{jobshort}{Translator For Open Source Projects}{\href{https://hosted.weblate.org/user/Gerseneck/}{https://hosted.weblate.org/user/Gerseneck/}}
\begin{itemize}
\item Contributed Simplified Chinese and Traditional Chinese translations for System76 COSMIC DE, Flathub, Ubuntu, Fotema, Gaphor, and other projects
\item Coordinated translation updates and managed localization feedback for open-source contributors
\end{itemize}
\end{jobshort}
\section{Other Experiences/Achievements}
\begin{jobshort}{Purdue Alpha Lambda Delta Phi Eta Honors Society}{March 2026 - Present}
\vspace{-1em}
\end{jobshort}
\begin{jobshort}{National Honors Society \( \vert \) Tutor}{August 2024 - May 2025}
\begin{itemize}
\item A prestigious U.S. high school organization recognizing students for excellence in
scholarship, leadership, Service, and character.
\item Tutored Honors Chemistry for underclassmen
\end{itemize}
\end{jobshort}
\begin{jobshort}{FIRST Robotics Team 461}{August 2024 - May 2025}
\begin{itemize}
\item Created the new team website (\href{https://github.com/frc461/website-2024}{https://github.com/frc461/website-2024})
\item Collaborated with team leadership to design a new scouting and match-analysis system
\item Maintained technical infrastructure and organized development resources for team operations
\item Experimented with a new Oculus based vision and location tracking system using OrangePI
\item Developed multiple software and hardware subsystems, integrating embedded hardware with software components.
\end{itemize}
\end{jobshort}
\begin{jobshort}{West Lafayette Hack Club}{August 2023 - May 2025}
\begin{itemize}
\item Executive Officer
\item Planned and led weekly meetings for 20+ club members
\item Taught CS workshops at multiple Hackathons that influenced over 100+ middle school and high school students
\item Developed and maintained the team website using modern web technologies, improving communication and resource accessibility (\href{https://wl.hackclub.com/}{https://wl.hackclub.com})
\end{itemize}
\end{jobshort}
\begin{jobshort}{Volunteering with Boys Organization for Student Services}{August 2021 - May 2024}
\begin{itemize}
\item Volunteered for several Food Finders, Toy Drives, and Concession Stands
\end{itemize}
\end{jobshort}
% \vfill
% \center{\footnotesize Last updated: \today}
\end{document}