Claude Code Migration Notes
This skill was migrated from the local Codex skill registry for Claude Code. Use it as a Claude Code SKILL.md skill. Some source text may name Codex-only tools or channels; in Claude Code, use the closest available Claude Code tool, shell command, MCP/plugin integration, or local helper script. Keep secrets in Keychain, environment variables, or authenticated CLIs only.
NWAFU Master Thesis Writing & Citations
Quick Start
- Pick an output mode:
- LaTeX (
nwafuthesistemplate) for final typesetting - Word/Markdown for drafting
- LaTeX (
- Use author–year citations everywhere (著者-出版年制):
- Narrative:
作者(年份)…/Author (Year) … - Parenthetical:
(作者等 年份)/(Author et al., Year) - Load
references/citation-style.mdwhen unsure.
- Narrative:
- Keep the reference list consistent with GB/T 7714-2015 author–year:
- Prefer generating from
.bib(LaTeX) or Zotero export (Word) instead of hand-formatting. - Load
references/reference-list.mdandreferences/nwafuthesis-latex.md.
- Prefer generating from
Workflow (Draft Thesis Content)
- Collect sources (paper + system docs + experiment notes) and extract “claims → evidence → citations”.
- Outline the target section (3–5 subheadings) and decide which citations support each subheading.
- Draft in Chinese academic voice:
- Use “本文/本研究/本章” instead of “我”.
- Prefer short topic sentences + evidence + summary at paragraph ends.
- Insert citations while writing (avoid “finish first, cite later”).
- Add a short “本章小结” that summarizes contributions, limitations, and what the next chapter builds on.
Repo Pointers (Optional)
- Citation rules + LaTeX commands:
nwafuthesis-master/contents/chap03.tex - LaTeX citation engine config:
nwafuthesis-master/nwafuthesis.cls(biblatexstyle=gb7714-2015ay) - Example thesis formatting:
master-paper/参考文献/硕士论文参考/2022050389 白嘉鸣 融合生长与环境要素的樱桃番茄动态灌水模型构建.pdf - Your main writing sources:
master-paper/11.28_revise/manuscript.docx/master-paper/11.28_revise/manuscript_zh.mdcucumber-irrigation-linux/PROJECT_DOCUMENTATION.md
Validation Checklist
- Use author–year citations consistently (中/英 punctuation consistent within the document).
- Separate different first-authors with semicolons; use
a/b/csuffix for same-year same-author. - Ensure every figure/table/equation is cited in text and has a caption.
- Ensure every in-text citation has a matching reference list entry (and vice versa).