docs: reword roadmap — preprint full text needs bioRxiv/medRxiv APIs - #6
Merged
Conversation
Europe PMC indexes preprints but doesn't serve their full text as XML (verified against the live API), and get_full_text already covers PMC open-access articles. So the honest near-term item is get_preprint_fulltext built on the bioRxiv/medRxiv APIs, not a Europe PMC full-text tool. Co-Authored-By: Claude Fable 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
Rewords one near-term roadmap bullet to reflect what we learned checking the live API.
get_europepmc_fulltextwas listed as the way to read preprint full text — but Europe PMC indexes preprints without exposing their full text as XML (its per-articlefullTextXMLroute 404s even for open-access articles that have full text in the reader), andget_full_textalready covers PMC open-access articles via NCBI. So the honest near-term item isget_preprint_fulltext, built on the bioRxiv/medRxiv APIs.Docs-only — no code change.