STRC Sources & Books — Pipeline
STRC-routed papers and books. Auto-routed here when content matches stereocilia / hair cell / cochlea / AAV / docking / pharmacochaperone / molecular dynamics keywords.
All STRC books
TABLE WITHOUT ID
link(file.link, pipeline.title) AS Title,
pipeline.extract_state AS "Extract",
pipeline.rag_chunks AS "RAG",
pipeline.mineru_md_size_kb AS "KB"
FROM "sources/lit"
WHERE pipeline.short_id
SORT file.cday DESC(no results)
Awaiting extraction
LIST
FROM "sources/lit"
WHERE pipeline.extract_state = "ready"
SORT file.cday DESC(no results)
Notes extracted
TABLE WITHOUT ID
link(file.link, pipeline.title) AS Title,
pipeline.extract_notes_count AS Notes,
pipeline.extract_summary AS Summary
FROM "sources/lit"
WHERE pipeline.extract_state = "done"
SORT file.mtime DESC(no results)