Add NeuroDataReHack 2026 talk recordings#167
Conversation
Replace the placeholder schedule on the NeuroDataReHack 2026 event page with an HTML schedule that links each talk to its recording, add the recorded-talks playlist to the event resources, and add a news post announcing the recordings. A few remote talks are not yet posted because the room recording did not capture the presenters' shared slides; those are marked in the schedule and noted in the post, and will be added when usable recordings are available. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VhJgo7TdFYpPiuBehNr9im
✅ Deploy Preview for nwborg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Deploy preview of the two new pages:
|
Replace the schedule with the complete six-day agenda. Each recorded talk links to its YouTube video, and talks without a posted recording are marked with an asterisk. Add a Speaker and Affiliation column, nest the day headings under the Schedule heading, remove the now-redundant Instructors section, and close the application period since the event has taken place. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VhJgo7TdFYpPiuBehNr9im
List each speaker's affiliation alongside their name in the announcement post, matching the affiliations shown in the event schedule. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VhJgo7TdFYpPiuBehNr9im
|
A note on the talks currently marked with an asterisk in the schedule. Seven talks are not yet posted, most of them given remotely, because the room recording did not capture the presenters' shared slides, and one (the calcium imaging walkthrough) because the presenter camera was pointed at the audience rather than the podium. I have reached out to the Janelia AV team to ask whether they have usable screen recordings or a podium-camera feed for these, and I am waiting to hear back. When those come in, I will add the videos to the playlist and replace the asterisked entries with links, either in this PR or a follow-up. The rest of the schedule and the announcement post are ready to go independently of that. |
|
Drafted social posts announcing the recordings, for whenever we publish the videos and this post goes live. Both link to the announcement page rather than straight to the playlist, and both tag Janelia and the DANDI Archive. X (247 / 280 characters)
Bluesky (296 / 300 characters)
Both work well with the event banner image attached. |
# Conflicts: # content/events/hck26-2026-janelia-ndrh.md
The NeuroDataReHack 2026 banner image appears cropped in the news announcement https://deploy-preview-167--nwborg.netlify.app/news/neurodatarehack-2026-videos-announcement/ Otherwise this looks great. Thanks for compiling the recordings. |
The news article header forced every image into a fixed 240px-tall box with object-fit: cover, which cropped the top and bottom of wide banners (and the sides on narrow screens). The NeuroDataReHack 2026 banner is 3:1 and was visibly clipped. Let the header image size to its natural aspect ratio so the full banner is shown. All current news header images are landscape, so none render unusually tall. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VhJgo7TdFYpPiuBehNr9im
|
Good catch, thanks. The header was forcing every news image into a fixed 240px-tall box with object-fit: cover, which cropped the top and bottom of the 3:1 banner (and the sides on narrow screens). I changed the news article header to let the image size to its natural aspect ratio, so the full banner now shows. All of the current news header images are landscape, so none of them render unusually tall with this change. It also fixes the same crop on the 2025 videos announcement, which uses an identically shaped banner. The fix is pushed; the deploy preview should update shortly. |

Summary
Publishes the recorded talks from NeuroDataReHack 2026:
hck26-2026-janelia-ndrh.md): replaces the "Schedule details will be posted closer to the event date" placeholder with a day-by-day HTML schedule where each talk links to its recording, and adds the recorded-talks playlist to the event resources.neurodatarehack-2026-videos-announcement.md): announces the recordings, links the playlist, and lists the 17 talks grouped by topic.17 talks are linked. A few remote talks (Lecoq, Slatton, Buccino, and Peene's calcium-imaging walkthrough) are not yet posted because the room recording did not capture the presenters' shared slides. They are marked with an asterisk in the schedule and noted in the post, and can be added later once usable recordings are recovered.
Before merging
The videos and the playlist are currently unlisted on YouTube pending review. Please make them public (and set the playlist to public) before merging this PR, so the links resolve for everyone.
Verification
hugobuilds cleanly; both pages render with all 17 talk links.🤖 Generated with Claude Code