Compare commits

...

6 commits
troll ... main

Author SHA1 Message Date
5f36cae185
feat: remove troll 2025-01-22 16:44:42 -08:00
1e6174e014
fix: correct date for awards 2025-01-15 00:03:48 -08:00
571ac7f61f
feat: update UCSB -> UC Santa Barbara 2025-01-14 23:59:31 -08:00
aa2fda5fb6
feat: new updates 2025-01-14 23:56:22 -08:00
c8772fd895
style: OCD tweaks 2024-12-31 23:11:02 -08:00
6fd276bda1
style: make git revision raw text 2024-12-31 22:54:51 -08:00
2 changed files with 18 additions and 36 deletions

48
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[
@ -92,39 +92,20 @@
Nix and NixOS, Docker, Linux, and NixOS based service deployment and system administration. Nix and NixOS, Docker, Linux, and NixOS based service deployment and system administration.
] ]
= 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)]),
), ),
) )