nsfc-bib-manager

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

引用与 Bib 管理器

Citation and Bib Manager

目标:只引“可核验”文献,且通过
\\cite{...}
使用,不手写参考文献列表。
Objective: Only cite "verifiable" literature, and use them via
\cite{...}
instead of manually writing the reference list.

0) 规则(硬约束)

0) Rules (Hard Constraints)

  • 不凭记忆编造 DOI/卷期页码/作者列表;核验不到就先不加,并标注“待核验”。
  • 新增条目优先写入
    references/ccs.bib
    (通用文献);申请人已发论文写入
    references/mypaper.bib
  • 参考文献样式不动:不要改
    references/reference.tex
    \\bibliographystyle{bibtex-style/gbt7714-nsfc.bst}
  • Do not fabricate DOIs/volume-issue pages/author lists from memory; if verification fails, do not add the entry for now and mark it as "to be verified".
  • New entries are preferentially written to
    references/ccs.bib
    (general literature); papers published by the applicant are written to
    references/mypaper.bib
    .
  • Do not modify the reference style: Do not change
    \bibliographystyle{bibtex-style/gbt7714-nsfc.bst}
    in
    references/reference.tex
    .

1) 工作流(每次新增引用都走)

1) Workflow (Follow this for every new citation)

  1. 明确要支持的“主张”是什么(避免为了凑数加文献)。
  2. 联网检索并核验元数据:优先用 MCP 的论文检索/出版方元数据(题目、年份、期刊、DOI)。
  3. 生成 BibTeX 条目并落库(只做最小增量改动)。
  4. 在对应
    .tex
    中使用
    \\cite{key}
    引用(不手写条目)。
  1. Clarify the "claim" to be supported (avoid adding literature just to meet a quota).
  2. Search online and verify metadata: Prioritize using MCP's paper search/publisher metadata (title, year, journal, DOI).
  3. Generate BibTeX entries and store them in the library (only make minimal incremental changes).
  4. Cite using
    \cite{key}
    in the corresponding
    .tex
    file (do not write entries manually).