Official website for the Sensor, Electro-Acoustics Technology Laboratory (SEAT-Lab) at Purdue University.
Live site: https://seat-lab.github.io/
This repository hosts a static lab website built with HTML, CSS, and JavaScript. It is deployed through GitHub Pages.
| Page | File | Description |
|---|---|---|
| Home | index.html |
Lab overview, team, collaborators, research, projects preview, publications preview, contact |
| Projects | projects.html |
Research project details |
| Publications | publications.html |
Full publication archive by year |
# From repo root — Python 3
python local-support/local_server.pyOptional file-watching support:
pip install -r local-support/requirements.txt
python local-support/local_server.pyThe server opens http://localhost:8080 by default.
| Branch | Purpose |
|---|---|
main |
Day-to-day development (commit here) |
publish |
Branch GitHub Pages deploys from |
Publishing updates the live site:
git push origin main:publishOr use Actions → Publish Site Branch → Run workflow in GitHub.
A scheduled workflow also syncs main → publish every two months when new commits exist.
- Site Development Guide — repo structure, workflows, and how to change the site
- Editing Cards — adding and editing people, publications, projects, and other cards
Max Chen - chen3901@purdue.edu