Skip to content

Commit e240ed7

Browse files
updated
1 parent 8857644 commit e240ed7

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

cv.pdf

-65.9 KB
Binary file not shown.

cv.typ

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#set page("us-letter")
2-
#show heading: set text(font: "Linux Biolinum")
2+
#show heading: set text(font: "Libertinus Serif")
33

44
#show link: underline
55

@@ -9,7 +9,7 @@
99

1010
// Feel free to change the margin below to best fit your own CV
1111
#set page(
12-
margin: (x: 0.9cm, y: 1.3cm),
12+
margin: (x: 1.25cm, y: 1.25cm),
1313
// margin: (x: 0.4in, y: 0.2in)
1414
)
1515

@@ -29,8 +29,9 @@
2929

3030
*Massachusetts Institute of Technology* #h(1fr) Cambridge, MA \
3131
Candidate for Bachelor's Degree in Computer Science #h(1fr) 8/2024 -- Present \
32-
- Programmer on the MIT Motorsports FSAE team
33-
// - Conducting research on system integration for UAVs with the MIT Marine Autonomy Lab
32+
- Completed _Fundamentals of Programming_ and _Introduction to Low-level Programming_
33+
- Currently taking _Robotics: Science and Systems_ and _Computation Structures_
34+
// - Programmer on the MIT Motorsports FSAE team
3435

3536
*The Bronx High School of Science* #h(1fr) Bronx, NY \
3637
Advanced Regents Diploma #h(1fr) 8/2020 -- 6/2024 \
@@ -41,27 +42,29 @@ Advanced Regents Diploma #h(1fr) 8/2020 -- 6/2024 \
4142
== Experience
4243
#linebreak()
4344

44-
*MIT Marine Autonomy Lab* #h(1fr) Cambridge, MA \
45-
Undergraduate Researcher #h(1fr) 9/2024 -- Present \
46-
- Develop open source interfaces and device drivers for GPS, doppler velocity log, and acoustic modem sensors
47-
- Integrate sensor components with MOOS-IvP framework to support lab research
45+
*MIT Motorsports* #h(1fr) Cambridge, MA \
46+
Autonomous Driving Software Engineer #h(1fr) 8/2024 -- Present \
47+
- Create codebase for newly founded autonomous racing team
48+
- Support subteam with ROS 2 and Linux problems
49+
- Develop model predictive control implementation for racecar
50+
- Rewrite ROS build and dependency management system to be more reproducible
4851

4952
*Charles Stark Draper Laboratory* #h(1fr) Cambridge, MA \
5053
Autonomous Systems Intern #h(1fr) 6/2024 -- 8/2024 \
5154
- Developed software for control and simulation of a fully autonomous rover with ROS2 and Gazebo
5255
- Collaborated with engineering team of 7 interns to budget, plan, and implement solution to design challenge
5356

54-
*Beaver Works Summer Institute* #h(1fr) Cambridge, MA \
55-
Autonomous RACECAR Competitor #h(1fr) 7/2023 -- 7/2023 \
57+
// *Beaver Works Summer Institute* #h(1fr) Cambridge, MA \
58+
// Autonomous RACECAR Competitor #h(1fr) 7/2023 -- 7/2023 \
5659
// - Led and supported 3 person team to honorable mention in the Grand Prix
5760
// - Rewrote part of the course’s core library to improve efficiency for all competing and future teams
58-
- Implemented real time autonomous control of small vehicle with ackermann steering
59-
- Researched particle filtering based SLAM and autonomous navigation using LIDAR and IMU sensors
61+
// - Implemented real time autonomous control of small vehicle with ackermann steering
62+
// - Researched particle filtering based SLAM and autonomous navigation using LIDAR and IMU sensors
6063

6164
*SciBorgs Robotics Team* #h(1fr) Bronx, NY \
6265
Head of Software #h(1fr) 5/2023 -- 6/2024 \
6366
- Led software team of 10+ people in development and integration of robot software
64-
- Taught new members programming, version control, software development practices, calculus, and control theory
67+
- Taught new members programming, version control, software development, calculus, and basic control theory
6568
// - Maintained robotics codebases with a team using Java and Git
6669
// - Contributed to upstream development of critical libraries utilized by teams, including WPILib
6770
// - Employed and learned control theory, path following, and localization to achieve autonomy in competition
@@ -91,7 +94,7 @@ Volunteer #h(1fr) 11/2022 -- 12/2023 \
9194
#linebreak()
9295

9396
#let typst = {
94-
text(font: "Linux Libertine", weight: "semibold", fill: eastern)[typst]
97+
text(font: "Libertinus Serif", weight: "semibold", fill: eastern)[typst]
9598
}
9699

97100
#let latex = {
@@ -105,7 +108,7 @@ Volunteer #h(1fr) 11/2022 -- 12/2023 \
105108
})
106109
}
107110

108-
*Programming*: C++, Rust, Python, Java, Bash, C\#, JS, TS, PHP \
109-
*Robotics*: ROS2, Gazebo, Nav2, MOOS-IvP, OpenCV, AprilTags \
110-
*Tools*: Fedora, Ubuntu, Systemd, Helix, #typst, #latex, Apache, Podman, Docker, Git, GitHub
111+
*Programming*: Rust, Python, Java, C, C++, Bash, C\#, JS, TS, PHP \
112+
*Robotics*: ROS2, Gazebo \
113+
*Tools*: Linux, Systemd, Nix, Docker/Podman, Helix, #typst, #latex, Git
111114

0 commit comments

Comments
 (0)