What problem does it solve?
Importing a BibTeX bibliography into a research workspace is slow and error-prone, especially when abstracts are missing or duplicated.
Core Features & Use Cases
- BibTeX parsing: Extracts citation keys, entry metadata, and raw BibTeX entries from uploaded or pasted .bib content.
- Library management: Creates a new research library or selects an existing one before inserting citations.
- Abstract enrichment & deduplication: Enriches missing abstracts using OpenRouter/Gemini when available (with a DOI/CrossRef fallback) and deduplicates before insertion.
- Supabase citation insertion: Loads structured citations into Supabase with upsert behavior to update abstracts on re-import.
- Annotated bibliography export: Generates a markdown annotated bibliography and uploads it to Google Drive for review.
Use this when you have a new .bib file to import for a research project, when you need missing abstracts filled in, or when you want to reliably refresh citations inside Supabase from an updated bibliography.
Quick Start
Tell the assistant: import my BibTeX and attach your .bib file to load it into my research library.