citation-bibliography-tooling

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Citation Bibliography Tooling

引用参考文献工具集

Keep bibliographic data machine-checkable and aligned with claims. Citation metadata is not evidence by itself, but it is the backbone for traceability.
确保参考文献数据可被机器校验并与研究主张一致。引用元数据本身并非证据,但它是可追溯性的核心支柱。

Read First

必读文档

  • references/repository-contract.md
  • references/citation-bibliography-policy.md
  • references/source-ledger.md
  • references/claim-audit.md
  • references/repository-contract.md
  • references/citation-bibliography-policy.md
  • references/source-ledger.md
  • references/claim-audit.md

Workflow

工作流程

  1. Inventory existing BibTeX, RIS, CSL JSON, Zotero exports, LaTeX citations, Markdown citations, and source metadata.
  2. Normalize identifiers: DOI, arXiv ID, PMID/PMCID, OpenAlex ID, Semantic Scholar paper ID, DBLP key, ISBN, URL.
  3. Deduplicate records by identifier first, then title plus author/year.
  4. Store canonical bibliography in
    sources/bib/references.bib
    .
  5. Update
    sources/bib/citation-audit.csv
    with missing, duplicate, unused, and unsupported citations.
  6. Sync
    sources/source-ledger.csv
    and
    sota/literature-matrix.csv
    with stable
    source_id
    values.
  7. For manuscripts, compare in-text citations against bibliography entries and claim pages.
  1. 盘点现有BibTeX、RIS、CSL JSON、Zotero导出文件、LaTeX引用、Markdown引用以及来源元数据。
  2. 标准化标识符:DOI、arXiv ID、PMID/PMCID、OpenAlex ID、Semantic Scholar论文ID、DBLP标识、ISBN、URL。
  3. 先按标识符去重记录,再按标题+作者/年份去重。
  4. 将标准参考文献存储在
    sources/bib/references.bib
    中。
  5. sources/bib/citation-audit.csv
    中更新缺失、重复、未使用及不支持的引用信息。
  6. 使用稳定的
    source_id
    值同步
    sources/source-ledger.csv
    sota/literature-matrix.csv
  7. 针对手稿,将正文中的引用与参考文献条目及研究主张页面进行比对。

Citation Key Rules

引用标识规则

Prefer stable, readable keys:
  • smith2024topic
  • arxiv240112345
  • doi10-1145-short-topic
Do not change citation keys in a paper without updating all references.
优先选择稳定、易读的引用标识:
  • smith2024topic
  • arxiv240112345
  • doi10-1145-short-topic
在未更新所有引用的情况下,不要修改论文中的引用标识。

Quality Gate

质量关卡

Flag:
  • citation supports the wrong claim
  • citation exists only in bibliography but not source ledger
  • source ledger row has no identifier or provenance note
  • preprint and published version are conflated
  • citation count or venue rank is used as evidence without context
标记以下情况:
  • 引用支持错误的研究主张
  • 引用仅存在于参考文献中,但未出现在来源台账中
  • 来源台账条目无标识符或出处说明
  • 预印本与已发表版本混淆
  • 引用次数或期刊排名被用作无上下文的证据