diff --git a/content/projects.md b/content/projects.md index b0f1376..51c81f4 100644 --- a/content/projects.md +++ b/content/projects.md @@ -8,10 +8,11 @@ Here are some of the projects I am working or have worked on: **Scientific** -- [CAC <- Implementation of the Concurrent Atomistic Continuum method](https://forge.alexselimov.com/aselimov/CAC) -- [CACmb <- Model build for CAC](https://forge.alexselimov.com/aselimov/CACmb) +- [CAC ← Implementation of the Concurrent Atomistic Continuum method](https://forge.alexselimov.com/aselimov/CAC) +- [CACmb ← Model builder for CAC (inspired by atomsk)](https://forge.alexselimov.com/aselimov/CACmb) **Random** - [neovim configs](https://forge.alexselimov.com/aselimov/neovim) -- [PaperPicker <- Use local llms to find relevant arxiv papers](https://github.com/aselimov/PaperPicker.git) +- [PaperPicker ← Use local llms to find relevant arxiv papers](https://github.com/aselimov/PaperPicker.git) +- [upvoters ← Rust backend with postgres to handle anonymous upvotes on this blog](https://forge.alexselimov.com/aselimov/upvoters)