Add news feed, sync CV trainees, and improve people page#11
Merged
jeremymanning merged 8 commits intomainfrom Dec 19, 2025
Merged
Add news feed, sync CV trainees, and improve people page#11jeremymanning merged 8 commits intomainfrom
jeremymanning merged 8 commits intomainfrom
Conversation
- Convert news page to spreadsheet-based generation (data/news.xlsx) - Add build_news.py script for generating news.html from template - Integrate Bluesky feed showing @contextlab.bsky.social posts - Add two-column layout: news (2/3) and scrollable Bluesky feed (1/3) - Add 4 new news items (Claudia joining, Scientific American, tenure, NSF CAREER) - Update people.xlsx with new lab member (Claudia Gonciulea) - Add 16 tests for news build functionality - Update CI workflow to include news in auto-build 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Created scripts/parse_cv_trainees.py to parse mentorship section from CV - Created scripts/sync_cv_people.py for CV-to-spreadsheet synchronization - Created scripts/fix_members.py to update members based on current roster - Updated CV with new members and end dates for alumni - Updated people.xlsx with 27 active members (3 grad, 24 undergrad) - Regenerated people.html from updated spreadsheet New active members added: - Claudia Gonciulea (grad student) - Aidan Miller, Alishba Tahir, Azaire Andre, Ellie Mattox, Emmy Thornton, Evan McDermid, Jackson C. Sandrich, Luca Gandrud, Will Lehman (undergrads) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The jump links at the top of people.html and publications.html were getting cut off on mobile due to white-space: nowrap. Added mobile override to allow wrapping with proper line-height. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
… some new lab member photos
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Sort members sheet by role (grad students first) then join date - Add hand-drawn borders to profile photos: ben_hanson, ellie_mattox, andrew_richardson, claudia_gonciulea, placeholder - Convert HEIC/JPEG photos to PNG format - Update build_people.py to use placeholder.png for members without images - Regenerate people.html with sorted members and placeholder defaults 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Dec 19, 2025
Closed
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.
Summary
Changes
News Feed (Issue #9)
data/news.xlsxspreadsheet for news entriesscripts/build_news.pyto generate news.html from spreadsheetjs/bluesky-feed.jsfor embedding Bluesky poststemplates/news.htmltemplateCV Sync (Issue #10)
scripts/sync_cv_people.pyto sync trainees between CV and spreadsheetscripts/parse_cv_trainees.pyfor parsing CV trainee entriesPeople Page
build_people.pyuses placeholder.png for members without imagesBug Fixes
Test plan
🤖 Generated with Claude Code