Website for the Health Informatics Equity Lab directed by Dr. Charlene Ronquillo at the University of British Columbia Okanagan.
Live at: charleneronquillo.com
/
├── index.html Main page
├── style.css Stylesheet
├── script.js Dynamic content loading
├── content.json All editable site content
├── publications.json Auto-generated publication list
├── CNAME Custom domain config
├── EDITING-GUIDE.md Guide for updating content
├── .github/workflows/
│ └── update-publications.yml
├── scripts/
│ ├── fetch_publications.py
│ └── requirements.txt
└── assets/
├── fonts/ Ubuntu-B.ttf, Poppins-Regular.ttf
├── images/ Logos, director photo, team photos
├── icons/ Brand icons (SVG)
└── patterns/ Background patterns (SVG)
Hosted via GitHub Pages with a custom domain. See GitHub Pages documentation for setup details.
Publications are fetched weekly from ORCID via a GitHub Actions workflow.
- Schedule: Every Monday at 06:00 UTC
- Manual trigger: Go to Actions > Update Publications > Run workflow
- How it works: A Python script fetches publications from the ORCID public API, enriches metadata via CrossRef, formats them in Vancouver citation style, and commits
publications.json
See EDITING-GUIDE.md for step-by-step instructions on updating team members, news, and other content without any programming knowledge.