Merge newest updates with updated application info#223
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the training program page to open applications for the 2026 cohort and makes several improvements to the training materials page. The changes improve navigation usability with semantic IDs, update eligibility requirements, and simplify labeling across the training materials.
Changes:
- Enabled the application form for the 2026 cohort with a March 6, 2026 closing date
- Replaced generic tab IDs with semantic names for better maintainability
- Updated program eligibility requirements to require git and R experience
- Simplified "R Programming" labels to just "R" throughout training materials
- Updated and archived the genome browsers tutorial link
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| overrides/training-program.html | Opens applications for 2026 cohort, updates tab navigation with semantic IDs, and revises eligibility requirements to require git and R experience |
| overrides/training-materials.html | Simplifies R-related labels, updates genome browsers link to external URL, and moves deprecated link to archive section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <li class="filtered-listing-item" data-tag="r"> | ||
| <a href="../../tutorials/seurat-de/seurat-de"> | ||
| Programming | ||
| R |
There was a problem hiding this comment.
There is inconsistent whitespace formatting. Line 397 has extra spaces before "R" while other similar lines (384, 391) have consistent formatting. This creates visual inconsistency in the rendered list.
| R | |
| R |
| <p>Applications for the 2026 cohort are currently open! Applications close 6th March 2026.</p> | ||
| <p> | ||
|
|
||
| <a href=https://forms.office.com/r/X5fnjYn6dh> |
There was a problem hiding this comment.
The anchor tag is missing quotes around the href attribute value. While this may work in some browsers, it's best practice to properly quote all HTML attribute values. Change href=https://forms.office.com/r/X5fnjYn6dh to href="https://forms.office.com/r/X5fnjYn6dh".
I've updated the training program page to include a button to apply for the 2026 cohort