citation-verifier

Solid

Generate and verify BibTeX entries from paper notes, writing `citations/ref.bib` and `citations/verified.jsonl`. **Trigger**: citation, BibTeX, ref.bib, verified.jsonl, references, 引用, 参考文献. **Use when**: 已有 `papers/paper_notes.jsonl`,需要为 prose/LaTeX 准备可追溯的引用(每条都有 url/date/title 验证记录)。

Data & Documents 498 stars 39 forks Updated today

Install

View on GitHub

Quality Score: 81/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Citation Verifier Generate `citations/ref.bib` and ensure every entry has a traceable verification record in `citations/verified.jsonl`. When network access is restricted, prefer a “record now, verify later” workflow: keep URLs/titles consistent and leave a clear verification note. ## Input - `papers/paper_notes.jsonl` ## Outputs - `citations/ref.bib` - `citations/verified.jsonl` ## Workflow (heuristic) 1. Collect `bibkey`, `title`, `url`, `year`, `authors` from `papers/paper_notes.jsonl`. 2. Write/refresh `citations/ref.bib`: - Prefer arXiv-style fields when `arxiv_id` / `primary_category` exist (`eprint`, `archivePrefix`, `primaryClass`). 3. Write one verification record per BibTeX entry to `citations/verified.jsonl` with at least: - `bibkey`, `title`, `url`, `date` 4. If you cannot verify via network, record a clear `notes` field (e.g., “auto-generated; needs manual verification”) and/or request human confirmation depending on your policy. ## Quality checklist - [ ] Every BibTeX entry has a corresponding `verified.jsonl` record. - [ ] No missing `url`/`date`/`title` in verification records. ## Offline Mode When network access is restricted, run in offline mode to produce auditable records now, then verify later. - Generate offline records: `verification_status: offline_generated` - Verify later (when network is available): `--verify-only` ### `verification_status` - `offline_generated`: record was generated without network verification (needs later v...

Details

Author
WILLOSCAR
Repository
WILLOSCAR/research-units-pipeline-skills
Created
7 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category