made the carousel better with proj videos, added stagecraft and work… - #8
Merged
Conversation
…hop iros acceptance
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the lab website homepage and data feeds to reflect StageCraft’s IROS 2026 acceptance and the associated workshop, while enhancing the homepage carousel with video content and adding social “Connect with us” links.
Changes:
- Replaces the homepage news blurb, upgrades the carousel to include multiple videos, and adds inline CSS/JS to stabilize carousel sizing and control video playback.
- Adds StageCraft to the publication list (highlighted) and updates existing highlight flags.
- Updates the news feed with new IROS items and moves several MSc students into the alumni list.
Reviewed changes
Copilot reviewed 5 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
_pages/home.md |
Updates homepage news + carousel (adds video slides, inline CSS/JS) and adds social links section. |
_data/students.yml |
Removes several master students from the current students list. |
_data/publist.yml |
Adds StageCraft publication entry and adjusts highlight flags for existing papers. |
_data/news.yml |
Adds two July 2026 news entries for the workshop and StageCraft acceptance. |
_data/alumni_msc.yml |
Adds new Spring 2026 MSc alumni entries corresponding to removed students. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Comment on lines
+84
to
+88
| window.addEventListener('load', function () { | ||
| // Videos are only played once their slide is showing, and restarted from the top, | ||
| // so a clip is never caught mid-way through. | ||
| var $carousel = jQuery('#carousel'); | ||
|
|
Comment on lines
+23
to
25
| <div class="item active" data-interval="5000"> | ||
| <img src="{{ site.url }}{{ site.baseurl }}/images/slider7001400/IMG_20230713_162520.jpg" alt="Slide2" /> | ||
| </div> |
Comment on lines
+41
to
+45
| - name: Bhavya Shah | ||
| graduated: Spring 2026 | ||
| # info: | ||
| # website: | ||
|
|
Comment on lines
+51
to
+55
| - name: Swagat Padhan | ||
| graduated: Spring 2026 | ||
| # info: | ||
| # website: | ||
|
|
Comment on lines
+56
to
+60
| - name: Lakshya Jain | ||
| graduated: Spring 2026 | ||
| # info: | ||
| # website: | ||
|
|
Comment on lines
+61
to
+65
| - name: Anudeep Gottapu | ||
| graduated: Spring 2026 | ||
| # info: | ||
| # website: | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…shop iros acceptance