-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathresume.tex
More file actions
118 lines (96 loc) · 4.87 KB
/
resume.tex
File metadata and controls
118 lines (96 loc) · 4.87 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
\documentclass[a4paper,10pt]{article}
% Basic packages
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{geometry}
% Formatting
\geometry{margin=0.5in}
\pagestyle{empty}
\setlist[itemize]{left=2pt..2em, topsep=0.1pt, itemsep=1pt}
% Hyper ref setup
\hypersetup{pdfborderstyle={/S/U/W 1}}
% Custom section heading
\newcommand{\resheading}[1]{
\vspace{6pt}
\noindent\textbf{\large\underline{#1}}\vspace{6pt}
}
\begin{document}
% --- HEADER ---
\begin{center}
{\LARGE \textbf{Your Name}} \\[4pt]
518-421-7587
{\small \textbullet\ }
\href{mailto:[email protected]}{[email protected]}
{\small \textbullet\ }
\href{https://linkedin.com/in/username}
{linkedin.com/in/username}
{\small \textbullet\ }
\href{https://github.com/username}{github.com/username}
\end{center}
% --- EDUCATION ---
\resheading{EDUCATION} \\
\textbf{University Name \(|\) City, ST}
\hfill \emph{May 2026} \\
\emph{Bachelor of Science in Major, Minor in Something } \\
\textbf{Relevant Coursework:} Algorithms, Machine Learning, Data Science, Circuits, etc. \\
% --- SKILLS ---
\resheading{SKILLS \& TECHNICAL TOOLS}\\
\textbf{Languages:} Python, Java, C, C++, Assembly, JavaScript, TypeScript, Bash \\
\textbf{Technologies:} PyTorch, TensorFlow, OpenCV, ROS, Git, Docker, Flask, Django \\
% --- EXPERIENCE ---
\resheading{EXPERIENCE}
\noindent\textbf{Software/Electronics Engineering Analyst Intern \(|\)\ Magna, Office of the CEO}
\hfill City, ST\(|\)\emph{Jun 2024 -- Present}
\begin{itemize}
\item Work directly under the supervision of CEO, supporting strategic decision-making by conducting in-depth analyses on engineering projects and operational processes.
\item Drive collaboration within Magna’s 8 businesses to identify and implement efficiency improvements, promote innovation, and inform executive-level decisions to ensure long-term success.
\item Lead and develop new software and electronic prototypes; arranged partnership with leading auto-semiconductor company.
\end{itemize}
\vspace{4pt}
\noindent\textbf{Undergraduate Researcher \(|\)\ MIT CSAIL Distributed Robotics Lab/Toyota}
\hfill City, ST\(|\)\emph{Aug 2023 -- Present}
\begin{itemize}
\item Work jointly with Toyota to develop robust self-driving vehicles using the MIT-developed car simulation engine VISTA.
\item Test models on a Lexus car modified with sensors, cameras, and a LiDAR system to understand real-world behavior.
\item Applied High Order Control Barrier functions, building upon BarrierNets applied to a neural network-based controller.
\item Incorporated techniques from control theory, integrating vision algorithms developed by Meta AI such as DinoV2.
\end{itemize}
\vspace{5pt}
\noindent\textbf{Teaching Assistant \(|\)\ MIT Lincoln Laboratory}
\hfill Cambridge, MA \(|\)\emph{Jun 2023 -- Aug 2023}
\begin{itemize}
\item Instructed high schoolers on AI and Machine Learning in the CogWorks course through project-based learning.
\item Managed Github organization for the course consisting of over 250+ students, instructors, and faculty.
\item Led a project on a patent-pending AI song mixer using Spotify’s dataset of over 100,000+ songs and YouTube analytics.
\end{itemize}
\vspace{5pt}
\noindent\textbf{Undergraduate Researcher \(|\) MIT Marine Robotics Lab,}
\hfill Cambridge, MA \(|\)\emph{Oct 2022 -- May 2023}
\begin{itemize}
\item Conducted research on Robotics and RL using PyTorch, bridging the gap between simulation and real-world behavior.
\item Trained over 80 million+ simulations of various robots in environments such as Nvidia Gym and Mujoco.
\item Implemented Proximal Policy Optimization (PPO) algorithm developed by OpenAI, enhancing robot locomotion.
\item Gained expertise in cloud computing and parallel computing utilizing MIT’s cloud supercomputer SuperCloud.
\end{itemize}
\vspace{5pt}
\noindent\textbf{Software Engineering Intern \(|\) Central Business Improvement District,}
\hfill City, ST \(|\) \emph{Jun 2022 -- Aug 2022}
\begin{itemize}
\item Analyzed the city’s data on business vacancies in Albany, inspected over 200,000+ vacancies and crime rates, developed visualization map software using Google API, presented findings to the mayor’s office for city development. \\
\end{itemize}
% --- PROJECTS ---
\resheading{PROJECTS}
\noindent\textbf{Autonomous UAV} \(|\)
\emph{PyTorch, OpenCV, ROS, Python
\hfill Spring 2024 }
\begin{itemize}
\item Built a drone for real-time human detection and autonomous navigation.
\item Implemented PID control system for stable motion tracking.
\\\end{itemize}
\noindent\textbf{Sentiment Analysis Stock Prediction} \(|\) \emph{Python, Pandas, Flask, NLP
\hfill Fall 2023 }
\begin{itemize}
\item Forecasted stock prices from Twitter and Reddit sentiment analysis.
\item Used NLP preprocessing and sentiment scoring to detect financial trends.
\end{itemize}
\end{document}