Open NeuroDataReHack 2027 applications - #169
Closed
bendichter wants to merge 10 commits into
Closed
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
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
# Conflicts: # content/events/hck26-2026-janelia-ndrh.md
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
…cement Announce NeuroDataReHack 2027
Add the application form link to the event page and mark applications as open, with a closing date of Friday, January 29, 2027. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VhJgo7TdFYpPiuBehNr9im
Add NeuroDataReHack 2026 talk recordings
oruebel
approved these changes
Jul 23, 2026
Contributor
Author
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.
Opens applications for NeuroDataReHack 2027 by adding the application form link to the event page and marking applications as open, with a closing date of Friday, January 29, 2027.
This is stacked on top of #168, which creates the 2027 event page, because this change edits the Application section of that new page. It is based on the
ndrh-2027-announcementbranch so the diff shows only the application change; GitHub will retarget it tomainautomatically once #168 merges. Merge #168 first, then this.🤖 Generated with Claude Code