128 lines
2.9 KiB
Text
128 lines
2.9 KiB
Text
#import "./template.typ": *
|
|
|
|
#show: moderner-cv.with(
|
|
name: "Youwen Wu",
|
|
lang: "en",
|
|
subtitle: [Curriculum Vitæ],
|
|
social: (
|
|
// predefined socials: phone, email, github, linkedin, x, bluesky
|
|
email: "youwen@ucsb.edu",
|
|
github: "youwen5",
|
|
linkedin: "Youwen Wu",
|
|
// custom socials: (icon, link, body)
|
|
// any fontawesome icon can be used: https://fontawesome.com/search
|
|
website: ("link", "https://youwen.dev", "youwen.dev"),
|
|
),
|
|
)
|
|
|
|
= Education
|
|
|
|
#cv-entry(
|
|
date: [2024 -- 2028],
|
|
title: [B.S. Mathematics],
|
|
employer: [University of California, Santa Barbara],
|
|
)[#linebreak()4.0/4.0, Dean's Honors]
|
|
|
|
#cv-entry(
|
|
date: [2024 -- 2028],
|
|
title: [B.S. Computer Science],
|
|
employer: [University of California, Santa Barbara],
|
|
)
|
|
|
|
= Experience
|
|
|
|
#cv-entry(
|
|
date: [11/2024 -- Present],
|
|
employer: [UCSB Robotics Lab],
|
|
title: [Systems programmer],
|
|
[#linebreak()#text(
|
|
10pt,
|
|
[
|
|
Designed reproducible and purely functional hermetic build systems.
|
|
Creating 3D simulacrums of laboratory experiments that are reproduced in
|
|
real life, using C++, React, and Three.js.
|
|
],
|
|
)],
|
|
)
|
|
|
|
#cv-entry(
|
|
date: [11/2024 -- Present],
|
|
employer: [NixOS Foundation],
|
|
title: [Package maintainer],
|
|
[#linebreak()#text(
|
|
10pt,
|
|
[
|
|
Maintaining core system packages for the NixOS system distribution, an
|
|
advanced _purely functional_ GNU/Linux distribution built on the Nix
|
|
package manager and Nix programming language. NixOS has over $18,000$ GitHub stars and users.
|
|
],
|
|
)],
|
|
)
|
|
|
|
#cv-entry(
|
|
date: [09/2022 -- 06/2024],
|
|
employer: [FIRST Robotics Team 1280],
|
|
title: [Artificial intelligence lead],
|
|
[#linebreak()#text(
|
|
10pt,
|
|
[
|
|
Worked on autonomous decision making and path planning algorithms.
|
|
Replaced the venerable _BozoAuto_ autonomous subroutine with the
|
|
_DeepBozo_ autonomous suite. Designed a novel robot control dashboard
|
|
with 3D visualization using Rust, Tauri, and Svelte. Won 2022 Monterey Bay Regional Competition.
|
|
],
|
|
)],
|
|
)
|
|
|
|
= Skills
|
|
|
|
#cv-line[
|
|
Languages
|
|
][
|
|
Haskell, Rust, TypeScript, Bash, Python, Nu, Nix, C++.
|
|
]
|
|
|
|
#cv-line[
|
|
Technologies
|
|
][
|
|
React, SvelteKit, Tauri, Next.js, Elm.
|
|
]
|
|
|
|
#cv-line[Developer Tooling][
|
|
Nix and NixOS, Docker, Linux, and NixOS based service deployment and system administration.
|
|
]
|
|
|
|
= Papers
|
|
|
|
== Preprints
|
|
|
|
#cv-paper-item(
|
|
name: "The DeepBozo Report",
|
|
date: [1/2024],
|
|
journal: [
|
|
#link("https://www.eexiv.org/document/view/deepbozo-report")[eeXiv:10j4yyvp4so9.]
|
|
],
|
|
)
|
|
|
|
#cv-paper-item(
|
|
name: "eeXiv Whitepaper",
|
|
date: [3/2024],
|
|
journal: [
|
|
#link("https://www.eexiv.org/document/view/eexiv-white-paper")[eeXiv:gc3lso8s9tyb]
|
|
],
|
|
)
|
|
|
|
#cv-paper-item(
|
|
name: "The LiDAR Whitepaper",
|
|
date: [2/2024],
|
|
journal: [
|
|
#link("https://www.eexiv.org/document/view/lidar-whitepaper")[eeXiv:my8nruhlzjsq]
|
|
],
|
|
)
|
|
|
|
= Awards
|
|
|
|
#cv-line(
|
|
[2/2024],
|
|
[National Merit Semifinalist],
|
|
)
|