-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.typ
More file actions
99 lines (75 loc) · 3.68 KB
/
resume.typ
File metadata and controls
99 lines (75 loc) · 3.68 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
#set page(
"us-letter",
margin: (x: 1.25cm, y: 1.25cm)
)
#show heading: set text(font: "Libertinus Serif")
#show link: underline
#set text(
size: 11pt,
)
#set par(justify: true)
#let linebreak() = {v(-3pt); line(length: 100%); v(-5pt)}
#show heading.where(level: 3): set block(above: 1.2em, below: 0.6em)
= Asa Paparo
#link("mailto:paparoa@mit.edu")[paparoa\@mit.edu]
| #link("https://anglesideangle.dev/")[anglesideangle.dev]
| #link("https://github.com/AngleSideAngle")[github.com/anglesideangle]
| #link("https://www.linkedin.com/in/asa-paparo/")[linkedin.com/in/asa-paparo]
== Education
#linebreak()
=== Massachusetts Institute of Technology #h(1fr) Cambridge, MA
Candidate for Bachelor's Degree in Computer Science #h(1fr) 8/2024 -- Present \
- Built end-to-end simulation of 7-DOF arm sorting books on a shelf using Drake in _Robotic Manipulation_
- Implemented simple RISC-V CPU in _Introduction to Low-Level Programming_
=== The Bronx High School of Science #h(1fr) Bronx, NY
Advanced Regents Diploma #h(1fr) 8/2020 -- 6/2024 \
== Experience
#linebreak()
=== MIT Motorsports #h(1fr) Cambridge, MA <motorsports>
Autonomous Driving Infrastructure Lead #h(1fr) 8/2024 -- Present \
- Design and deploy #link(<mantle>)[NixOS based operating system] for robotics
- Build zero-copy event driven sensor fusion inference pipeline in rust
- Develop simulation environment for vehicle dynamics and vision
- Founding member of team competing in the first North American FSAE driverless competition
=== MIT Aerospace Control Lab #h(1fr) Cambridge, MA
Undergraduate Researcher #h(1fr) 5/2025 -- 12/2025 \
- Build uniform infrastructure for controlling and interfacing with multiple robots
- Support research on multi-agent SLAM and cooperative planning
=== Charles Stark Draper Laboratory #h(1fr) Cambridge, MA
Autonomous Systems Intern #h(1fr) 6/2024 -- 8/2024 \
- Developed software for control and simulation of a fully autonomous rover with ROS 2 and Gazebo
- Collaborated with engineering team of 7 interns to budget, plan, and implement solution to design challenge
=== SciBorgs Robotics Team #h(1fr) Bronx, NY
Software Lead #h(1fr) 5/2023 -- 6/2024 \
- Led software team of 10+ people in development and integration of robot software
- Taught new members programming, version control, software development, and calculus
- Contributed to upstream development of critical libraries utilized by teams, including WPILib
- Mentored middle and high school students in foundational programming and robotics
== Projects
#linebreak()
=== Mantle <mantle>
Ongoing design of robotics deployment platform based on NixOS for #link(<motorsports>)[MIT Motorsports]
- Implement immutable A/B updates based on `systemd-repart` and `systemd-sysupdate`
- Design fast iteration system via an overlayfs nix store and live activation
- Maintain nix cross compilation infrastructure for subteam
=== #link("https://github.com/AngleSideAngle/sasc")[Stack Allocated Structured Concurrency] \
Experiments for developing a stack allocated stackless coroutines in a future version of rust
- Learned low level foundations of rust's concurrency and ownership models
- Developed unsafe system for executing custom `Future` instances without heap allocation
== Skills
#linebreak()
#let typst = {
text(font: "Libertinus Serif", weight: "semibold", fill: eastern)[typst]
}
#let latex = {
set text(font: "New Computer Modern")
box(width: 2.55em, {
[L]
place(top, dx: 0.3em, text(size: 0.7em)[A])
place(top, dx: 0.7em)[T]
place(top, dx: 1.26em, dy: 0.22em)[E]
place(top, dx: 1.8em)[X]
})
}
*Programming*: Rust, Python, C, C++, Java, Bash, Nushell, C\#, JS, TS \
*Tools*: Linux, Systemd, Nix, Docker, ROS 2, #typst, #latex, Git \