add spring 2026 showcase post - #40
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds a new blog post to the site highlighting AT@MIT’s Spring 2026 final projects and end-of-semester showcase, including a photo embed and embedded project preview materials.
Changes:
- Adds
Spring-2026-Final-Projects-and-Showcase.mdxwith frontmatter (hero image, tags, publish date) and narrative recap. - Embeds a Google Drive photo folder and multiple Google Drive project preview iframes.
Comments suppressed due to low confidence (7)
src/content/blog/Spring-2026-Final-Projects-and-Showcase.mdx:47
- This project preview iframe is missing a descriptive title (for accessibility) and will eagerly load. Add a title and lazy-loading.
<iframe
src='https://drive.google.com/file/d/1LnUlmgI9_kEy2QQ9SgviypT2iIOpgkzO/preview'
width='100%'
height='100%'
allow='autoplay'
src/content/blog/Spring-2026-Final-Projects-and-Showcase.mdx:56
- This project preview iframe is missing a descriptive title (for accessibility) and will eagerly load. Add a title and lazy-loading.
<iframe
src='https://drive.google.com/file/d/1Kvv_K6Sv5sD_cKOoSun3FtSbXnnR-iXg/preview'
width='100%'
height='100%'
allow='autoplay'
src/content/blog/Spring-2026-Final-Projects-and-Showcase.mdx:65
- This project preview iframe is missing a descriptive title (for accessibility) and will eagerly load. Add a title and lazy-loading.
<iframe
src='https://drive.google.com/file/d/1n7dehdrMNdH8NsWpCBQLS4ibx3Pdy5vm/preview'
width='100%'
height='100%'
allow='autoplay'
src/content/blog/Spring-2026-Final-Projects-and-Showcase.mdx:74
- This project preview iframe is missing a descriptive title (for accessibility) and will eagerly load. Add a title and lazy-loading.
<iframe
src='https://drive.google.com/file/d/1xLZ3zllW547KrCiDEMEzk1toGGnVTwMj/preview'
width='100%'
height='100%'
allow='autoplay'
src/content/blog/Spring-2026-Final-Projects-and-Showcase.mdx:83
- This project preview iframe is missing a descriptive title (for accessibility) and will eagerly load. Add a title and lazy-loading.
<iframe
src='https://drive.google.com/file/d/1z2GH-f3GzrEAr5WAfHXRM0p2Gl7i0RX_/preview'
width='100%'
height='100%'
allow='autoplay'
src/content/blog/Spring-2026-Final-Projects-and-Showcase.mdx:92
- This project preview iframe is missing a descriptive title (for accessibility) and will eagerly load. Add a title and lazy-loading.
<iframe
src='https://drive.google.com/file/d/1xfGCmVRN8IVi9W58LKsuDZYd315GKeh2/preview'
width='100%'
height='100%'
allow='autoplay'
src/content/blog/Spring-2026-Final-Projects-and-Showcase.mdx:101
- This project preview iframe is missing a descriptive title (for accessibility) and will eagerly load. Add a title and lazy-loading.
<iframe
src='https://drive.google.com/file/d/13XGp4_L-d15_oyQlGMnjxkjRVBvuT6q4/preview'
width='100%'
height='100%'
allow='autoplay'
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| This semester, AT\@MIT teams continued developing assistive technology solutions in close collaboration with our codesigners and community partners. From mobility and navigation tools to accessible gaming, communication, and daily-living supports, each project is grounded in rapid iteration, hands-on prototyping, and sustained codesign. | ||
| This semester also saw our project offerings expand, with the addition of a new Speech to LaTeX team, with a goal of bringing accessible tools to technical and academic writing. | ||
| Our end-of-semester Final Showcase, held on May 8th at Charles Vest Student Street in the Stata Center, brought together students, codesigners, faculty, and community members to celebrate this semester's work, each team presenting through posters and live demonstrations. | ||
|  |
| <iframe | ||
| src= "https://drive.google.com/embeddedfolderview?id=1aImtpI_kDl3H4tnZoHUEAbYx90pAm8sb#grid" | ||
| style='width:100%; height:600px; border:0;' | ||
| /> |
| <iframe | ||
| src='https://drive.google.com/file/d/1Be3HiUFsOdUAQKlape77Tn_sQmv6fZB3/preview' | ||
| width='100%' | ||
| height='100%' | ||
| allow='autoplay' | ||
| /> |
add spring 2026 blog post + projects