feat: refine some content

This commit is contained in:
Youwen Wu 2024-12-31 22:34:10 -08:00
parent 90c27c0142
commit 6e190dddeb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 20 additions and 12 deletions

20
cv.typ
View file

@ -21,13 +21,13 @@
date: [2024 -- 2028],
title: [B.S. Mathematics],
employer: [University of California, Santa Barbara],
)[4.0/4.0]
)[#linebreak()4.0/4.0, Dean's Honors]
#cv-entry(
date: [2024 -- 2028],
title: [B.S. Computer Science],
employer: [University of California, Santa Barbara],
)[4.0/4.0]
)
= Experience
@ -54,7 +54,7 @@
[
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.
package manager and Nix programming language. NixOS has over $18,000$ GitHub stars and users.
],
)],
)
@ -69,7 +69,7 @@
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.
with 3D visualization using Rust, Tauri, and Svelte. Won 2022 Monterey Bay Regional Competition.
],
)],
)
@ -82,12 +82,14 @@
Haskell, Rust, TypeScript, Bash, Python, Nu, Nix, C++.
]
#cv-double-item[
Development
#cv-line[
Technologies
][
Tauri, React, Svelte, Linux.
][Deployment][
Nix and NixOS, Docker and NixOS based service deployment and system administration.
React, SvelteKit, Tauri, Next.js, Elm.
]
#cv-line[Developer Tooling][
Nix and NixOS, Docker, Linux, and NixOS based service deployment and system administration.
]
= Papers

View file

@ -1,6 +1,12 @@
#import "@preview/fontawesome:0.5.0": *
#let git_rev = sys.inputs.GIT_REV;
#let git_rev = (
if "GIT_REV" in sys.inputs {
sys.inputs.GIT_REV
} else {
"NO_GIT_DONT_USE"
}
)
#let _cv-line(left, right, ..args) = {
set block(below: 0pt)
@ -23,7 +29,7 @@
dir: ttb,
spacing: 4.2em,
text(size: 30pt, title),
text(size: 16pt, subtitle),
text(size: 16pt, weight: "semibold", subtitle),
)
let social(icon, link_prefix, username) = [
@ -49,7 +55,7 @@
phone: ("phone", "tel:"),
email: ("envelope", "mailto:"),
github: ("github", "https://github.com/"),
linkedin: ("linkedin", "https://linkedin.com/in/"),
linkedin: ("linkedin", "https://www.linkedin.com/in/youwen-wu-306221288/"),
x: ("x-twitter", "https://twitter.com/"),
bluesky: ("bluesky", "https://bsky.app/profile/"),
)