MIS-752/course-home
1
MIS 752 Course Home
Static course page for UNLV MIS 752: AI and Healthcare (Fall 2026). No data, no models, no keys — content only.
How to update modules
- Open
index.htmlin this repository and find the module index table (<tbody>). - Each week is one
<tr>. When a lab demo ships, replace that week's<td class="lab"><span class="soon">coming soon</span></td>with<td class="lab"><a href="SPACE_URL">Lab N — title</a></td>. - Commit — a static Space rebuilds in seconds.
(The course workspace can regenerate this page: python3 labs/_build/build_course_home_static.py, then re-upload index.html.)
Privacy rule (non-negotiable)
Never upload to this — or any course — Space:
- protected health information (PHI) of any kind
- real student records or grades
- credentials, tokens, or API keys
All course demos use fully synthetic (Synthea) or properly de-identified data and are for education only — never for clinical decision-making.
