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 instead of manually writing the reference list.
\cite{...}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 (general literature); papers published by the applicant are written to
references/ccs.bib.references/mypaper.bib - Do not modify the reference style: Do not change in
\bibliographystyle{bibtex-style/gbt7714-nsfc.bst}.references/reference.tex
1) 工作流(每次新增引用都走)
1) Workflow (Follow this for every new citation)
- 明确要支持的“主张”是什么(避免为了凑数加文献)。
- 联网检索并核验元数据:优先用 MCP 的论文检索/出版方元数据(题目、年份、期刊、DOI)。
- 生成 BibTeX 条目并落库(只做最小增量改动)。
- 在对应 中使用
.tex引用(不手写条目)。\\cite{key}
- Clarify the "claim" to be supported (avoid adding literature just to meet a quota).
- Search online and verify metadata: Prioritize using MCP's paper search/publisher metadata (title, year, journal, DOI).
- Generate BibTeX entries and store them in the library (only make minimal incremental changes).
- Cite using in the corresponding
\cite{key}file (do not write entries manually)..tex