Move the citation list off the landing page - #274
Merged
Merged
Conversation
Eight dense citation strings closed the landing page, in a section three
times the height of the ecosystem, mission and team blocks beside it —
each of which is a heading, a paragraph and a link. References now has
that shape too.
The citations move to where someone asks the question. Each core package
row on /packages gains a Paper link, taken from the registry's
publications field rather than kept by hand, so the list cannot go stale
the way this one had:
- anndata still cited the 2021 bioRxiv preprint, though the paper was
published in JOSS in 2024
- decoupler, pertpy, SnapATAC2, MuData and rapids-singlecell were
missing entirely
Eleven of the twelve core packages have a DOI in the registry;
rapids-singlecell has none and so gets no link.
The scverse paper is not a package and has no row, so it stays on the
landing page — as the one citation worth naming there rather than the
first of eight.
Closes #268
✅ Deploy Preview for jade-cajeta-1bcca0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Closes #268. Replaces the eight-citation wall at the bottom of the landing page with a paragraph and a link, matching the ecosystem/mission/team sections beside it. Each core package row on
/packagesnow links its paper from the registry instead, which also fixes the stale anndata preprint link and the five packages the hand-written list was missing.