You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A stocktake of what the 16-source matrix does not reach, recorded so the candidates are in one place. Not a work item yet — see Sequencing at the bottom.
None of the API details below are verified. They are from general knowledge, not from a primary source. #460 is what happens when an inferred contract ships; every candidate needs its endpoint, auth shape, response shape, rate limits and terms checked against the provider's own documentation before any code is written.
Gap 1 — preprint servers outside physics/maths/CS
arXiv covers physics, maths and CS. Nothing covers biology or medicine: Europe PMC indexes published literature and is not a preprint server.
candidate
why
notes
bioRxiv / medRxiv
the single largest gap by volume
believed to have a public DOI-lookup API, no key
OSF Preprints
best coverage-per-integration in the list — one API fronting PsyArXiv, SocArXiv, EngrXiv and a dozen more
DataCite resolves OSF DOIs today; OSF's own content API is a separate thing
ChemRxiv
chemistry
Cambridge Open Engage
Zenodo
author self-deposit, CERN-run, DOIs are first class
already a candidate in #461; DataCite resolves the DOI but Zenodo's API carries the file URL
Gap 2 — physics/astronomy indexes
Directly relevant to this repo's own corpus (the #407 PEVD papers, and the maintainer's condensed-matter work).
candidate
why
INSPIRE-HEP
believed free and key-less; bibliographic quality above arXiv's, and it links fulltext
NASA ADS
free token; the canonical bibliographic index for astronomy and much of physics
Gap 3 — regional platforms nobody else will cover
candidate
why
J-STAGE
the platform of record for Japanese domestic journals. No other source in the matrix reaches it, and no upstream aggregator covers it well
IRDB (ex-JAIRO)
Japanese institutional repositories
SciELO
Latin America / Iberia, fully OA, large. Already reachable on the content leg via trust_oa_registries, but there is no SciELO source, so it contributes nothing to discovery
BASE (Bielefeld)
largest repository index; named in #461. May require registration / IP allowlisting, which would put it outside the Tier-2 "no key" shape
Gap 4 — subject bibliographies (metadata only, no fulltext)
DBLP (CS, authoritative), RePEc (economics), PhilPapers (philosophy), Internet Archive Scholar / fatcat (long-tail OA at scale).
Sequencing — why this is filed rather than started
Three things make adding sources actively risky right now:
Adding six sources to a chain with a known skip bug and no end-to-end verification multiplies the #442 defect class rather than improving coverage. #463 makes exactly this argument for ACM/SIAM/AMS and it holds here too.
Suggested order: land #462 first, so each new source arrives with a one-line proof that the production path reaches it. Then source additions get safer as they accumulate, instead of widening the unverified surface.
A stocktake of what the 16-source matrix does not reach, recorded so the candidates are in one place. Not a work item yet — see Sequencing at the bottom.
None of the API details below are verified. They are from general knowledge, not from a primary source. #460 is what happens when an inferred contract ships; every candidate needs its endpoint, auth shape, response shape, rate limits and terms checked against the provider's own documentation before any code is written.
Gap 1 — preprint servers outside physics/maths/CS
arXiv covers physics, maths and CS. Nothing covers biology or medicine: Europe PMC indexes published literature and is not a preprint server.
Gap 2 — physics/astronomy indexes
Directly relevant to this repo's own corpus (the #407 PEVD papers, and the maintainer's condensed-matter work).
Gap 3 — regional platforms nobody else will cover
trust_oa_registries, but there is no SciELO source, so it contributes nothing to discoveryGap 4 — subject bibliographies (metadata only, no fulltext)
DBLP (CS, authoritative), RePEc (economics), PhilPapers (philosophy), Internet Archive Scholar / fatcat (long-tail OA at scale).
Sequencing — why this is filed rather than started
Three things make adding sources actively risky right now:
pdf_bytes: None; the ADR-0019 safeguards were never wired through the orchestrator.Adding six sources to a chain with a known skip bug and no end-to-end verification multiplies the #442 defect class rather than improving coverage. #463 makes exactly this argument for ACM/SIAM/AMS and it holds here too.
Suggested order: land #462 first, so each new source arrives with a one-line proof that the production path reaches it. Then source additions get safer as they accumulate, instead of widening the unverified surface.
Refs #461, #462, #463, #458.