Replace Jupyter with Chart.js, restructure news, fix Mermaid diagram#19
Merged
neuromechanist merged 5 commits intomainfrom Feb 18, 2026
Merged
Conversation
Replace the Python/seaborn code block in news.qmd with two Chart.js bar charts (goal ratings and participant estimates) using pre-computed values from the survey data. No Python, Jupyter, or freeze cache needed. Move the collaboration invitation content from news.qmd to a new join.qmd page and add it to the navbar. Restructure news entries with date headers in reverse chronological order. Remove requirements.txt and freeze: auto from _quarto.yml since no computational documents remain. Fixes the CI failure (ModuleNotFoundError: nbformat) caused by news.qmd requiring a Python kernel at build time. Closes #14, closes #15
Redesign the work package diagram to properly show all 7 WPs inside a subgraph, with AB and SC at the top. B7 was previously used as both a node and a subgraph ID, causing rendering issues. Closes #16
Add render: ["*.qmd"] to _quarto.yml so that CLAUDE.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, and README.md are not rendered as site pages.
CLAUDE.md contains project-specific build rules and structure documentation that should be shared across contributors.
Use array syntax for Chart.js multi-line axis labels instead of \n (which renders literally). Restore bidirectional arrows (<-->) for SC/AB-to-WP connections in Mermaid diagram to preserve governance semantics. Remove CLAUDE.md from .gitignore so it can be tracked.
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
requirements.txtandfreeze: autofrom_quarto.ymljoin.qmdpage, added to navbar*.qmdfiles so markdown docs (CLAUDE.md, CONTRIBUTING.md, etc.) are not rendered as pagesThis fixes the CI failure caused by
news.qmdrequiring a Python/Jupyter kernel at build time (ModuleNotFoundError: nbformat).Test plan
quarto renderbuilds successfully with no Python/JupytertypospassesCloses #14, closes #15, closes #16