feat: refine some content
This commit is contained in:
parent
90c27c0142
commit
6e190dddeb
2 changed files with 20 additions and 12 deletions
20
cv.typ
20
cv.typ
|
@ -21,13 +21,13 @@
|
||||||
date: [2024 -- 2028],
|
date: [2024 -- 2028],
|
||||||
title: [B.S. Mathematics],
|
title: [B.S. Mathematics],
|
||||||
employer: [University of California, Santa Barbara],
|
employer: [University of California, Santa Barbara],
|
||||||
)[4.0/4.0]
|
)[#linebreak()4.0/4.0, Dean's Honors]
|
||||||
|
|
||||||
#cv-entry(
|
#cv-entry(
|
||||||
date: [2024 -- 2028],
|
date: [2024 -- 2028],
|
||||||
title: [B.S. Computer Science],
|
title: [B.S. Computer Science],
|
||||||
employer: [University of California, Santa Barbara],
|
employer: [University of California, Santa Barbara],
|
||||||
)[4.0/4.0]
|
)
|
||||||
|
|
||||||
= Experience
|
= Experience
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
[
|
[
|
||||||
Maintaining core system packages for the NixOS system distribution, an
|
Maintaining core system packages for the NixOS system distribution, an
|
||||||
advanced _purely functional_ GNU/Linux distribution built on the Nix
|
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.
|
Worked on autonomous decision making and path planning algorithms.
|
||||||
Replaced the venerable _BozoAuto_ autonomous subroutine with the
|
Replaced the venerable _BozoAuto_ autonomous subroutine with the
|
||||||
_DeepBozo_ autonomous suite. Designed a novel robot control dashboard
|
_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++.
|
Haskell, Rust, TypeScript, Bash, Python, Nu, Nix, C++.
|
||||||
]
|
]
|
||||||
|
|
||||||
#cv-double-item[
|
#cv-line[
|
||||||
Development
|
Technologies
|
||||||
][
|
][
|
||||||
Tauri, React, Svelte, Linux.
|
React, SvelteKit, Tauri, Next.js, Elm.
|
||||||
][Deployment][
|
]
|
||||||
Nix and NixOS, Docker and NixOS based service deployment and system administration.
|
|
||||||
|
#cv-line[Developer Tooling][
|
||||||
|
Nix and NixOS, Docker, Linux, and NixOS based service deployment and system administration.
|
||||||
]
|
]
|
||||||
|
|
||||||
= Papers
|
= Papers
|
||||||
|
|
12
template.typ
12
template.typ
|
@ -1,6 +1,12 @@
|
||||||
#import "@preview/fontawesome:0.5.0": *
|
#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) = {
|
#let _cv-line(left, right, ..args) = {
|
||||||
set block(below: 0pt)
|
set block(below: 0pt)
|
||||||
|
@ -23,7 +29,7 @@
|
||||||
dir: ttb,
|
dir: ttb,
|
||||||
spacing: 4.2em,
|
spacing: 4.2em,
|
||||||
text(size: 30pt, title),
|
text(size: 30pt, title),
|
||||||
text(size: 16pt, subtitle),
|
text(size: 16pt, weight: "semibold", subtitle),
|
||||||
)
|
)
|
||||||
|
|
||||||
let social(icon, link_prefix, username) = [
|
let social(icon, link_prefix, username) = [
|
||||||
|
@ -49,7 +55,7 @@
|
||||||
phone: ("phone", "tel:"),
|
phone: ("phone", "tel:"),
|
||||||
email: ("envelope", "mailto:"),
|
email: ("envelope", "mailto:"),
|
||||||
github: ("github", "https://github.com/"),
|
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/"),
|
x: ("x-twitter", "https://twitter.com/"),
|
||||||
bluesky: ("bluesky", "https://bsky.app/profile/"),
|
bluesky: ("bluesky", "https://bsky.app/profile/"),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue