Query the catalog
The whole catalog ships as a small SQLite database your browser downloads once (~2 MB) and queries in memory — no server. Read-only SELECTs only. The same file is available at /data/research_query.db.gz.
Schema
paper_v— idx, id, title, year, archive_status, category, has_doi, verified, n_authors, n_citations (resolved citation neighbors)tag_v— paper_idx, axis (topic/method/hardware/dataset/automation_level/info_type), valuecode— (field, code, label) decode map; rawpaper/tagtables hold integer codes
Join with tag_v.paper_idx = paper_v.idx.
loading…