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. :)
I have added my CV as an additional example. Changes only
readme.Rmd
and the renderedreadme.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. :)