Skip to content

Add NeuroDataReHack 2026 talk recordings#167

Merged
bendichter merged 6 commits into
mainfrom
ndrh-2026-videos
Jul 23, 2026
Merged

Add NeuroDataReHack 2026 talk recordings#167
bendichter merged 6 commits into
mainfrom
ndrh-2026-videos

Conversation

@bendichter

Copy link
Copy Markdown
Contributor

Summary

Publishes the recorded talks from NeuroDataReHack 2026:

  • Event page (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.
  • News post (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

  • hugo builds cleanly; both pages render with all 17 talk links.
  • No em dashes in either file.

🤖 Generated with Claude Code

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
@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for nwborg ready!

Name Link
🔨 Latest commit ed35021
🔍 Latest deploy log https://app.netlify.com/projects/nwborg/deploys/6a625b70da74f70008048139
😎 Deploy Preview https://deploy-preview-167--nwborg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@bendichter

Copy link
Copy Markdown
Contributor Author

bendichter and others added 2 commits July 23, 2026 11:31
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
@bendichter

Copy link
Copy Markdown
Contributor Author

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.

@bendichter

bendichter commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

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)

Recordings from NeuroDataReHack 2026 at @HHMIJanelia are now on YouTube. 17 talks covering NWB, @DANDIArchive, and analysis tools including Pynapple, Suite2p, Kilosort, and torch_brain, plus AI-assisted research workflows.

https://nwb.org/news/neurodatarehack-2026-videos-announcement/

Bluesky (296 / 300 characters)

Recordings from NeuroDataReHack 2026 at @hhmijanelia.bsky.social are now on YouTube. 17 talks on NWB, @dandiarchive.org, and analysis tools including Pynapple, Suite2p, Kilosort, and torch_brain, plus AI-assisted research workflows.

https://nwb.org/news/neurodatarehack-2026-videos-announcement/

Both work well with the event banner image attached.

# Conflicts:
#	content/events/hck26-2026-janelia-ndrh.md
@bendichter
bendichter requested review from oruebel and rly July 23, 2026 16:58
@oruebel

oruebel commented Jul 23, 2026

Copy link
Copy Markdown
Contributor
Screenshot 2026-07-23 at 11 04 41 AM

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.

oruebel
oruebel previously approved these changes Jul 23, 2026
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
@bendichter

Copy link
Copy Markdown
Contributor Author

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.

@bendichter
bendichter merged commit 759d439 into main Jul 23, 2026
1 check passed
@bendichter
bendichter deleted the ndrh-2026-videos branch July 23, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants