Compare commits
No commits in common. "main" and "v0.1.0" have entirely different histories.
1 changed files with 27 additions and 9 deletions
36
cv.typ
36
cv.typ
|
@ -33,14 +33,14 @@
|
|||
|
||||
#cv-entry(
|
||||
date: [11/2024 -- Present],
|
||||
employer: [UC Santa Barbara -- Robotics Lab],
|
||||
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 Rust, C++, React, and Three.js.
|
||||
real life, using C++, React, and Three.js.
|
||||
],
|
||||
)],
|
||||
)
|
||||
|
@ -79,7 +79,7 @@
|
|||
#cv-line[
|
||||
Languages
|
||||
][
|
||||
Rust, TypeScript, Haskell, Python, C++.
|
||||
Haskell, Rust, TypeScript, Bash, Python, Nu, Nix, C++.
|
||||
]
|
||||
|
||||
#cv-line[
|
||||
|
@ -94,18 +94,37 @@
|
|||
|
||||
= Papers
|
||||
|
||||
== forthcoming
|
||||
== preprints
|
||||
|
||||
#cv-paper-item(
|
||||
name: "Towards More Accessible Scientific Infrastructure: A Neural Vision Pipeline to Interface with Experiments",
|
||||
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
|
||||
|
||||
#let award = (name, description, date) => {
|
||||
#let award = (name, description) => {
|
||||
cv-line(
|
||||
date,
|
||||
[2/2024],
|
||||
[*#name*
|
||||
#linebreak()
|
||||
#text(
|
||||
|
@ -116,5 +135,4 @@
|
|||
)
|
||||
}
|
||||
|
||||
#award[SB Hacks XI Winning Project][1st place at hackathon with 300+ participants from University of California campuses for building an AI powered apartment finder.][1/2025]
|
||||
#award[National Merit Semifinalist][Issued by #link("https://www.nationalmerit.org/s/1758/start.aspx?gid=2&pgid=61")[National Merit Scholarship Corporation].][2/2024]
|
||||
#award[National Merit Semifinalist][Issued by #link("https://www.nationalmerit.org/s/1758/start.aspx?gid=2&pgid=61")[National Merit Scholarship Corporation].]
|
||||
|
|
Loading…
Reference in a new issue