Static academic homepage for janebek.github.io.
index.html— profile and selected researchstylesheet.css— responsive, accessible presentationmotion.js— viewport-aware, reduced-motion-safe research previewsassets/— local profile image, research preview videos, poster images, and faviconrobots.txtandsitemap.xml— search-engine discovery.github/workflows/deploy.yml— GitHub Pages deployment
Run a static server from the repository root:
python3 -m http.server 8000Then open http://localhost:8000/.
Replace assets/profile.jpg with a portrait. The page crops it to a square; adjust object-position in stylesheet.css when a different focal point is needed. Update the image version in index.html to prevent stale browser caches.
Every push to main deploys the repository root through GitHub Actions. The repository's Pages source should remain set to GitHub Actions.
The layout is based on Jon Barron's academic homepage. Research previews are derived from the corresponding authors' project media and link back to the AdaDexTrack and DexTrack project pages.