Update course listings and links in index.md#215
Update course listings and links in index.md#215gurpaul-kochhar wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request removes the "Students" and "Completions" columns from the microcourses table in the documentation, simplifying the table to show only the Course Title, Learning Outcome, and registration links.
Changes:
- Removed "Students" and "Completions" columns from the course listings table header
- Removed dynamic student count and completion count span elements from all course rows
| | 🦾 | [Autonomous Systems for Self-driving Labs](courses/robotics/index.md) | Write Python scripts to control robots and orchestrate workflows | [Register](https://learn.utoronto.ca/programs-courses/courses/4132-autonomous-systems-self-driving-labs) | | ||
| | 🧑💻 | [Software Development for Self-driving Labs](courses/software-dev/index.md) | Leverage software development tools and implement best practices | [Register](https://learn.utoronto.ca/programs-courses/courses/4133-software-development-self-driving-labs) | | ||
| | 🏢 | [AC Training Lab Design Project](courses/capstone/index.md) | Develop, defend, and execute a project proposal | [Waitlist](https://2learn.utoronto.ca/public/student/studentRequestInformation.do?method=edit&type=0&courseNumber=134035796) | |
There was a problem hiding this comment.
These table rows have trailing pipe characters without content, creating empty columns that don't match the 4-column structure defined in the header. Each row should end after the Link column without additional pipe characters or empty cells.
|
|
||
| | | Course Title | Learning Outcome | Link | Students | Completions | | ||
| | | Course Title | Learning Outcome | Link | | ||
| | --- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | |
There was a problem hiding this comment.
The table header separator does not match the number of columns in the header row. The header on line 35 has 4 columns (icon, Course Title, Learning Outcome, Link), but the separator on line 36 has 6 pipe-delimited sections, indicating 6 columns. The separator should have 4 sections to match the header.
| | 🧑💻 | [Software Development for Self-driving Labs](courses/software-dev/index.md) | Leverage software development tools and implement best practices | [Register](https://learn.utoronto.ca/programs-courses/courses/4133-software-development-self-driving-labs) | <span id="softwareDevStudentCount" class="student-count">Loading...</span> | <span id="softwareDevCompletionCount" class="completion-count">Loading...</span> | | ||
| | 🏢 | [AC Training Lab Design Project](courses/capstone/index.md) | Develop, defend, and execute a project proposal | [Waitlist](https://2learn.utoronto.ca/public/student/studentRequestInformation.do?method=edit&type=0&courseNumber=134035796) | N/A | N/A | | ||
| | 💡 | [Introduction to AI for Discovery using Self-driving Labs](courses/hello-world/index.md) | Recreate a color-matching SDL from scratch using LEDs and a light sensor | [Register](https://learn.utoronto.ca/programs-courses/courses/4010-introduction-ai-discovery-using-self-driving-labs) | | ||
| | 📈 | [AI and Materials Databases for Self-driving Labs](courses/data-science/index.md) | Write Python scripts to iteratively optimize materials and log results to a database | [Register](https://learn.utoronto.ca/programs-courses/courses/4131-ai-and-materials-databases-self-driving-labs) | |
There was a problem hiding this comment.
Trailing whitespace and incomplete table structure. Line 38 has trailing whitespace after the closing pipe character, which should be removed for consistency.
| | 📈 | [AI and Materials Databases for Self-driving Labs](courses/data-science/index.md) | Write Python scripts to iteratively optimize materials and log results to a database | [Register](https://learn.utoronto.ca/programs-courses/courses/4131-ai-and-materials-databases-self-driving-labs) | | |
| | 📈 | [AI and Materials Databases for Self-driving Labs](courses/data-science/index.md) | Write Python scripts to iteratively optimize materials and log results to a database | [Register](https://learn.utoronto.ca/programs-courses/courses/4131-ai-and-materials-databases-self-driving-labs) | |
No description provided.