Documentation
README
Undermind Search (Stage 1)
Takes the Undermind brief that Stage 0 extracts and returns the papers
Undermind finds, enriched and saved as <stem>.json + <stem>.bib for dedup and
screening.
The stage is two halves:
scripts/undermind_search.py— a Playwright driver that signs in, drives the Classic search UI, and exports the references (BibTeX by default).scripts/undermind_ingest.py— UI-independent parsing + enrichment. It reads the exported.bib/.ris, fills missing DOIs (Crossref) and abstracts/journals (OpenAlex), and writes the pipeline JSON. Importable, and runnable standalone on any reference file.
Quick start
This is the opening of the README. Read the full README on GitHub.