Complete guide to the Regis University Data Science Practicum Portfolio System
This system provides a centralized platform for showcasing Regis University Data Science students' practicum projects (MSDS 692/696) across multiple semesters. It features automated portfolio generation through CSV-based workflows and maintains historical data while highlighting exceptional work.
The system uses CSV files and automated workflows to create professional portfolios for all students in a course. Instructors upload a single CSV file, and the system handles the rest.
Create and upload student roster CSV file
Automated system creates student folders
Generate and deploy portfolios
Student Name,Email,Username,Project_Title,GitHub_Profile,Practicum_1_GitHub,LinkedIn_Profile,Portfolio_Page "John Doe","jdoe@regis.edu","jdoe001","ML Trading Bot","https://github.com/jdoe001","","","" "Jane Smith","jsmith@regis.edu","jsmith002","Data Analytics Platform","https://github.com/jsmith002","","",""
Naming convention: YYYY_Semester_CourseCode.csv
Trigger: CSV file upload to data/ folder
Trigger: Manual execution
profile.md file with your informationprofile.md - Your main profile contentavatar.jpg - Profile photopresentations/ - Practicum slidesreports/ - Practicum reportsProfessional portfolios that work on all devices
CSV upload to portfolio deployment in minutes
Consistent Regis University visual identity
Problem: Deployed site shows 404 error
Solutions:
index.html is in the root directorymain in Settings → PagesProblem: Table shows "Loading..." indefinitely
Solutions:
data/cours_files.json syntax using a JSON validatorProblem: Broken image icons
Solutions:
../assets/img/photo.jpg)Access the regis_std repository for CSV workflows and automation
View Repository