Public website for Purdue's Data Science Labs program, published through GitHub Pages at https://thedatasciencelabs.github.io/.
The site separates stable course descriptions and textbooks from dated semester schedules. Internal TA procedures and operational records belong in the private TheDataScienceLabs/course-operations repository, not here.
From this directory, run a small static server and open the displayed local URL:
python -m http.server 8000- Update the dated semester page and calendar.
- Confirm section numbers, CRNs, meeting times, and locations against an authoritative Purdue source.
- Confirm that TA and office-hour placeholders have been replaced where appropriate.
- Scan for student data, internal IDs, credentials, local paths, and unpublished notes.
- Validate HTML, keyboard navigation, contrast, headings, tables, and links.
- Commit and push to
main; GitHub Pages serves the repository root.