Personal website of Mary J — Data Scientist at the Data Science Institute, University of Wisconsin–Madison.
Live: https://mariaob1201.github.io/mariaoros.github.io/
Built with Jekyll and the al-folio theme.
| Path | What lives there |
|---|---|
| _pages/about.md | Homepage bio |
| _data/cv.yml | CV content (education, experience, skills) — also feeds the auto-generated PDF |
| _data/socials.yml | Email, ORCID, Google Scholar, GitHub, LinkedIn, YouTube |
| _bibliography/papers.bib | Publications, in BibTeX. Add selected={true} to feature on the homepage |
| _projects/ | One Markdown file per project |
| _news/ | Inline announcements shown on the homepage |
| _config.yml | Site-wide settings |
| assets/img/prof_pic.jpg | Profile photo |
| assets/rendercv/rendercv_output/ | Auto-generated CV PDF |
main → CI builds and pushes the site to the gh-pages branch, which GitHub Pages serves.
Two workflows run on every push to main:
.github/workflows/deploy.yml— builds Jekyll and publishes togh-pages.github/workflows/render-cv.yml— regenerates the CV PDF from _data/cv.yml and commits it back
Requires Ruby 3.x (the macOS system Ruby 2.6 is too old).
bundle install
bundle exec jekyll serveThen open http://localhost:4000/mariaoros.github.io/.
Site content © Mary J. Theme released under the MIT License by the al-folio maintainers.