-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
When caching PMID:31536184 (GeneReviews chapter for GA1), linkml-reference-validator stores content_type: abstract_only and does not fetch the full NCBI Bookshelf chapter text, even though full text is publicly available.
Version
linkml-reference-validator==0.1.4rc8
Repro
linkml-reference-validator cache reference PMID:31536184 --force --verboseOutput includes:
Content type: abstract_only
Cached file frontmatter:
reference_id: PMID:31536184
content_type: abstract_onlyWhy this is a problem
For GeneReviews PMIDs, users often cite statements that are present in the full NBK chapter but not in the PubMed abstract/summary text. Validation then fails with abstract-only limitations.
Expected behavior
One of:
- PMID source should detect NCBI Bookshelf/GeneReviews links and fetch chapter full text (e.g., printable view), or
- Provide a built-in
NBKsource and/or an automatic PubMed->Bookshelf handoff for PMIDs that resolve to Bookshelf chapters.
Additional evidence
Full chapter is available at:
(HTML content is large and includes full sections/tables/references, not just the summary.)
Notes
Current PMID implementation appears to do:
- PubMed abstract fetch
- optional PMC full text fetch via PMCID
- fallback to
abstract_onlywhen no PMCID
This misses Bookshelf-hosted full text for GeneReviews PMIDs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request