-
Notifications
You must be signed in to change notification settings - Fork 4
Update course listings and links in index.md #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,13 +32,13 @@ Advanced materials hold the potential to improve our lives and our world, but tr | |||||
|
|
||||||
| ## List of Microcourses | ||||||
|
|
||||||
| | | Course Title | Learning Outcome | Link | Students | Completions | | ||||||
| | | Course Title | Learning Outcome | Link | | ||||||
| | --- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | | ||||||
| | 💡 | [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) | <span id="helloWorldStudentCount" class="student-count">Loading...</span> | <span id="helloWorldCompletionCount" class="completion-count">Loading...</span> | | ||||||
| | 📈 | [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) | <span id="dataScienceStudentCount" class="student-count">Loading...</span> | <span id="dataScienceCompletionCount" class="completion-count">Loading...</span> | | ||||||
| | 🦾 | [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) | <span id="roboticsStudentCount" class="student-count">Loading...</span> | <span id="roboticsCompletionCount" class="completion-count">Loading...</span> | | ||||||
| | 🧑💻 | [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) | | ||||||
|
||||||
| | 📈 | [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) | |
Copilot
AI
Jan 16, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.