diff --git a/.gitignore b/.gitignore index 41dfdce..1e4f1a2 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,6 @@ out/ # IDEA .idea + +# Generated at build time by lib/rss.js +public/feed.xml diff --git a/about.md b/about.md index 3c6f84d..4a41939 100644 --- a/about.md +++ b/about.md @@ -1,16 +1,5 @@ # About -I'm a PhD student at [UCLA](https://www.ucla.edu/) studying with [Gerard -Wong](https://samueli.ucla.edu/people/gerard-wong/). My research applies modern -ML methods such as deep kernel learning and transformers to studying the -properties and interactions of peptides to find sequences with optimal -properties for use cases like drug development! +I'm interested in problems where the answer space is too large to search by hand — and in building the tools that let us search it anyway. At [UCLA](https://www.ucla.edu/), I work with [Gerard Wong](https://samueli.ucla.edu/people/gerard-wong/) on applying ML methods like deep kernel learning and transformers to peptide sequence design. -I'm also a [Julia](https://julialang.org) enthusiast! Have a look at my lipid -phase [SAXS](https://en.wikipedia.org/wiki/Small-angle_X-ray_scattering) -analysis toolkit, [Himalaya.jl](https://github.com/jowch/Himalaya.jl) and my -[Wordle implementation](https://github.com/jowch/Wordle.jl). - -Previously, I studied [Computer Science](https://cse.wustl.edu) and -[Biology](https://biology.wustl.edu) at [Washington University in St. -Louis](https://wustl.edu/), ultimately receiving BS and MS degrees. +Before that, I studied [Computer Science](https://cse.wustl.edu) and [Biology](https://biology.wustl.edu) at [Washington University in St. Louis](https://wustl.edu/), which is where I became convinced that the most interesting questions sit exactly at the seam between the two. I'm also a [Julia](https://julialang.org) enthusiast — it's a language that takes both performance and expressiveness seriously, which is rarer than it should be. My SAXS analysis toolkit [Himalaya.jl](https://github.com/jowch/Himalaya.jl) is a good example of what I mean. diff --git a/components/nav.js b/components/nav.js index 47bec99..00e9b0f 100644 --- a/components/nav.js +++ b/components/nav.js @@ -4,7 +4,7 @@ import { faGithub, faLinkedinIn, faTwitter } from '@fortawesome/free-brands-svg- import { faEnvelope } from '@fortawesome/free-solid-svg-icons' const IconLink = ({ children, icon, ...props }) => ( - + ) @@ -12,11 +12,16 @@ const IconLink = ({ children, icon, ...props }) => ( export default function Nav() { return (