forked from avinal/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNeulight-Resume.tex
124 lines (92 loc) · 5 KB
/
Neulight-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
%!TEX TS-program = xelatex
% use only XeLaTeX or LuaLaTeX to compile
\documentclass[letter]{comcv}
\usepackage[english]{babel}
\title{Adam Neulight Resume}
\fullname{Adam}{Neulight}{}
\cvtitle{A Computer Engineering student seeking a Co-op for Fall 2021}
\smallskip
\phone{(703) 216-1280}{(703) 216-1280}
\email{[email protected]}
\github{https://github.com/addamm1}{addamm1}
\linkedin{https://www.linkedin.com/in/adamneulight/}{adamneulight}
\currentdate{July 2021}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Education %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\combosection{Rochester Institute of Technology}{B.S. in Computer Engineering}{August 2019 - May 2024}{}
\begin{tightlist}
\end{tightlist}
\smallskip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Projects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
%%%%%%%%%%%%%
%Project 1
%%%%%%%%%%%%%
\combosection{3D Printer Mods and Improvements}{Marlin Firmware, CAD Design}{July 2019 - Present}{}
\begin{tightlist}
\item Designed and implemented a case for an SKR 1.4 mainboard with an LCD screen. The case is detached from the printer and wired by a tether connected to the printer via DIN terminal blocks.
\item Implemented a direct drive extruder with an attached BLTouch bed leveling sensor along with a custom designed fan shroud for it. Upgraded to dual Z-motors in order to fix X-gantry sag due to the heavier extruder assembly.
\end{tightlist}
%%%%%%%%%%%%%
%Project 2
%%%%%%%%%%%%%
\combosection{Tethered Underwater ROV}{CAD Design, Python, 3D Printing}{February - April 2019}{}
\begin{tightlist}
\item Worked as part of a two man team to develop a final project for an engineering class in High School.
\item The ROV consists of three brushless thrusters to control direction and altitude, a Raspberry Pi controller programmed in Python, PVC pipe and 3D printed electronics enclosure, 4-axis motion controlled gimbal with an attached camera live streamed back to the operator on the surface, and a waterproof armored Ethernet tether.
\end{tightlist}
%%%%%%%%%%%%%
%Project 3
%%%%%%%%%%%%%
\combosection{175 LED Sign}{Electronics Assembly/Soldering, Electronics Design, C++}{January 2018}{}
\begin{tightlist}
\item Designed a 175 LED sign using off-the-shelf 3mm LED's, two 9-volt batteries, 7805 voltage regulator, MAX6971 16-bit shift register LED drivers, and an ATtiny 85 microcontroller programmed using Arduino C++.
\item Constructed and soldered onto three large pieces of perfboard, each board was connected using a DIY pin-header connector, which transferred power and data to the LED drivers on each board.
\end{tightlist}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Skills %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\begin{itemize}
%Languages
\item {\bf{Languages: }} {Java, Python, C++, ARM Assembly, MATLAB, VHDL}
%Software
\item {\bf{Software: }} {LTSPICE, Autodesk Fusion 360, Autodesk Inventor, AutoCAD, Linux, Pycharm, IntelliJ, Keil $\mu$Vision, Xilinx Vivado, Quartus II, ModelSim, Microsoft Office}
%Hardware
\item {\bf{Hardware: }} {Oscilloscopes, Digital Multimeter, Waveform Generator, Raspberry Pi, Arduino}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Experience %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience}
%%%%%%%%%%%%%
%Experience 1
%%%%%%%%%%%%%
\combosection{Home Depot}{Customer Service Associate}{June 2020 - August 2021}{}
\begin{tightlist}
\item Worked closely with managers and other associates at the front end responsible for answering phones, handling returns, providing excellent customer service, and ensuring customers' issues are being resolved. Often relied upon by other associates to give guidance in difficult situations.
\item Maintained a working knowledge of most products in the store and their locations.
\end{tightlist}
%%%%%%%%%%%%%
%Experience 2
%%%%%%%%%%%%%
\combosection{Safeway}{Cashier}{September 2017 - August 2019}{}
\begin{tightlist}
\item Worked as a cashier serving 250+ customers per day.
\end{tightlist}
% \vspace{\topsep}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Organizations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Extracurriculars}
%%%%%%%%%%%%%
%Organizations 1
%%%%%%%%%%%%%
\combosection{Computer Science House}{Member, 3D Administrator}{August 2019 – Present}{}
\begin{tightlist}
\item Computer Science House is a living and learning community that provides a helpful environment emphasizing hands-on learning and projects outside of the classroom.
\item As a 3D Administrator, I maintain the House's 3D printers, as well as assist and educate other members with CAD and how to print 3D designs effectively.
\end{tightlist}
%%%%%%%%%%%%%
%Organizations 2
%%%%%%%%%%%%%
\combosection{Technology Student Association}{Member}{December 2018 - March 2019}{}
\begin{tightlist}
\item In high school, I worked with a team of other young engineers to complete multiple engineering and technology related projects to compete against other teams in the state.
\end{tightlist}
\end{document}