docs: add the paper's graphical abstract to the README and docs landing page - #4
Merged
Conversation
…ng page Adds docs/graphical_abstract.jpg (157 KB, 1333x570) -- the published article's official graphical abstract, redistributed under CC BY 4.0 like the bundled PDF, with attribution in both captions. - README: placed under the tagline, referenced by absolute raw.githubusercontent URL so it renders on the PyPI project page as well as on GitHub (relative paths don't resolve on PyPI). - docs/index.md: a MyST `figure` with a caption summarizing the three panels, above the Reference admonition. - Descriptive alt text on both, rather than a bare "graphical abstract", so the figure is meaningful to screen readers. sphinx-build -W clean; the image is copied into the built site (_images/). Co-Authored-By: Claude Opus 4.8 <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.
Adds the published article's official graphical abstract as the visual summary on the README
and the documentation landing page.
docs/graphical_abstract.jpg(157 KB, 1333×570) — Elsevier's graphical abstractfor the article, redistributed under CC BY 4.0
on the same basis as the already-bundled
paper/bits_for_gaps_paper.pdf. Attributionappears in both captions.
raw.githubusercontent.comURL, so it renders on the PyPI project page as well as onGitHub — relative image paths do not resolve on PyPI.
figuredirective with a caption that explains the three panels(hierarchical GP surrogate → entropy-maximizing sampling loop → information-optimal
predictions), placed above the Reference admonition.
something to screen-reader users.
Verified:
sphinx-build -Wclean, and the image is copied into the built site under_images/.🤖 Generated with Claude Code