mitchelloharawild / vitae

R Markdown Résumés and CVs
https://pkg.mitchelloharawild.com/vitae/
1.19k stars 229 forks source link

Added my CV as an example. #252

Closed Sumidu closed 1 month ago

Sumidu commented 1 month ago

I have added my CV as an additional example. Changes only readme.Rmd and the rendered readme.md

Why did I add my CV? My CV uses a Postgres database to contain all the data. I have scripts to upload the data to a database in the R subfolder, migrate from SQLite, and create a backup. I use the free tier of Supabase, which should be sufficient for anyone to replicate. Alternatively, one can use SQLite as a file (example attached). The Github actions in my Cv automatically render the CV and push a release. This is triggered once a week and only then google-scholar is auto-updated. I hope this helps people keep their CV up to date. :)