Compare commits

...

5 commits
troll ... main

2 changed files with 12 additions and 30 deletions

36
cv.typ
View file

@ -33,14 +33,14 @@
#cv-entry( #cv-entry(
date: [11/2024 -- Present], date: [11/2024 -- Present],
employer: [UCSB Robotics Lab], employer: [UC Santa Barbara -- Robotics Lab],
title: [Systems programmer], title: [Systems programmer],
[#linebreak()#text( [#linebreak()#text(
10pt, 10pt,
[ [
Designed reproducible and purely functional hermetic build systems. Designed reproducible and purely functional hermetic build systems.
Creating 3D simulacrums of laboratory experiments that are reproduced in Creating 3D simulacrums of laboratory experiments that are reproduced in
real life, using C++, React, and Three.js. real life, using Rust, C++, React, and Three.js.
], ],
)], )],
) )
@ -79,7 +79,7 @@
#cv-line[ #cv-line[
Languages Languages
][ ][
Haskell, Rust, TypeScript, Bash, Python, Nu, Nix, C++. Rust, TypeScript, Haskell, Python, C++.
] ]
#cv-line[ #cv-line[
@ -94,37 +94,18 @@
= Papers = Papers
== Pre-prints == forthcoming
#cv-paper-item( #cv-paper-item(
name: "The DeepBozo Report", name: "Towards More Accessible Scientific Infrastructure: A Neural Vision Pipeline to Interface with Experiments",
date: [1/2024], 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 = Awards
#let award = (name, description) => { #let award = (name, description, date) => {
cv-line( cv-line(
[2/2024], date,
[*#name* [*#name*
#linebreak() #linebreak()
#text( #text(
@ -135,4 +116,5 @@
) )
} }
#award[National Merit Semifinalist][Issued by #link("https://www.nationalmerit.org/s/1758/start.aspx?gid=2&pgid=61")[National Merit Scholarship Corporation].] #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]

View file

@ -140,10 +140,10 @@
} }
#show heading.where(level: 2): it => { #show heading.where(level: 2): it => {
set text(weight: "regular", size: 13pt) set text(weight: "regular", size: 12pt, color)
_cv-line( _cv-line(
align: horizon, align: horizon,
[#box(fill: gray, width: 20mm, height: 0.2em)], [#box(fill: gray, width: 28mm, height: 0.1em)],
[#it.body], [#it.body],
) )
} }
@ -159,7 +159,7 @@
stack( stack(
dir: ltr, dir: ltr,
datetime.today().display("[month repr:long] [day], [year]"), datetime.today().display("[month repr:long] [day], [year]"),
align(right, text(size: 8pt)[Built from Git revision #git_rev]), align(right, text(size: 8pt)[Built from Git revision #raw(git_rev)]),
), ),
) )