Add missing posters and border script (Issue #6)#8
Merged
jeremymanning merged 7 commits intomainfrom Dec 17, 2025
Merged
Conversation
Added to publications: - Owen LLW (2021) dissertation: "Modeling the fast-timescale network dynamics that underlie complex thought" - Ziman K (2022) dissertation: "Attending and remembering the external world" - Carstensen et al. (2024) Wetterhahn poster: EEG-based knowledge estimation - Jha et al. (2023) Wetterhahn poster: High-order network dynamics Total publications: 108 (was 104) - Dissertations: 4 (was 2) - Posters: 44 (was 42) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Dissertations added: - Owen LLW (2021): Modeling the fast-timescale network dynamics that underlie complex thought - Image: timecorr.png - PDF: data/pdfs/owen_dissertation.pdf - Ziman K (2022): Attending and remembering the external world - Image: ZimaEtAl19-34.png (attention timescale paper) - PDF: data/pdfs/ziman_dissertation.pdf 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added PDFs for posters from multiple conferences: - Wetterhahn 2025: Peng et al. (EEG knowledge tracking) - OHBM 2022: Saggar et al. (Higher-order brain interactions) - CCN 2022: Jain et al. (Cognitive markers mental health) - CEMS 2020: Owen et al. (ECoG Gaussian process), Owen & Manning (Brain complexity) - CEMS 2021: Xu et al. (Past/future inference) - CEMS 2023: Xu & Manning (Statistical mechanics time) - CEMS 2025: Xu & Manning (Temporal asymmetries) - SfN 2021: Ziman & Manning (False familiarity) Also added PDF links to existing Wetterhahn 2023/2024 entries. Total publications: 122 (58 posters) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create scripts/add_poster_borders.py for adding hand-drawn borders to images - Add scripts/citation_utils.py for formatting bibliographic citations - Add 17 new poster thumbnail images with borders - Add 8 new poster PDFs - Add border template SVG (images/templates/WebsiteDoodles_Posters_v1.svg) - Update data spreadsheets with structured citation fields - Update build scripts to use new citation formatting - Document border script usage in README 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove citation column requirement from validation (now built from fields) - Allow local file paths (data/pdfs/...) as valid URLs - Update tests to use new structured field format instead of citation/links_html 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
scripts/add_poster_borders.pyfor adding hand-drawn green borders to poster and people imagesscripts/citation_utils.pyfor formatting bibliographic citations from structured dataimages/templates/WebsiteDoodles_Posters_v1.svg)Test plan
Closes #6
🤖 Generated with Claude Code