paper-writing-section
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePaper Section Writer
论文章节撰写工具
Write a publication-quality section for an academic paper.
撰写达到出版质量的学术论文章节。
Input
输入
- — Section name:
$0,abstract,introduction,background,related-work,methods,experimental-setup,results,discussionconclusion - — (Optional) Path to context file (research plan, results, prior sections)
$1
- — 章节名称:
$0,abstract,introduction,background,related-work,methods,experimental-setup,results,discussionconclusion - —(可选)上下文文件路径(研究计划、实验结果、已完成章节)
$1
Workflow
工作流程
Step 1: Gather Context
步骤1:收集上下文
Read the paper's existing files, experiment logs, result files, and any provided context. Understand: title, contributions, methodology, key results, figures, tables.
.tex读取论文现有文件、实验日志、结果文件及所有提供的上下文信息。明确:论文标题、核心贡献、研究方法、关键结果、图表内容。
.texStep 2: Write the Section
步骤2:撰写章节
Load section-specific tips from . Before every paragraph, include a brief plan as a LaTeX comment ().
references/section-tips.md% Plan: ...加载中的章节专属写作技巧。每段内容前添加简要撰写计划,以LaTeX注释形式呈现()。
references/section-tips.md% Plan: ...Step 3: Two-Pass Refinement
步骤3:两轮优化
Apply both refinement passes from :
references/refinement-prompts.md- Pass 1: Fix errors (unenclosed math, broken refs, hallucinated numbers, duplicate labels)
- Pass 2: Remove redundancies, compress, ensure smooth transitions
应用中的两轮优化流程:
references/refinement-prompts.md- 第一轮:修正错误(未闭合的数学公式、失效引用、虚构数据、重复标签)
- 第二轮:删除冗余内容、压缩文本、确保过渡流畅
References
参考资料
- Section writing tips:
~/.claude/skills/paper-writing-section/references/section-tips.md - Refinement prompts and error checklist:
~/.claude/skills/paper-writing-section/references/refinement-prompts.md
- 章节写作技巧:
~/.claude/skills/paper-writing-section/references/section-tips.md - 优化提示与错误检查清单:
~/.claude/skills/paper-writing-section/references/refinement-prompts.md
Output
输出
LaTeX fragment (no , no preamble). All math enclosed in or , all figures referenced with , all cited works use , no placeholder text.
\documentclass$...$\begin{equation}\ref{}\cite{}LaTeX片段(不含及导言区)。所有数学公式需包含在或环境中,所有图表使用引用,所有引用文献使用,无占位文本。
\documentclass$...$\begin{equation}\ref{}\cite{}Quality Checklist
质量检查清单
- All math enclosed properly
- All and
\ref{}valid\cite{} - No TODO/TBD/FIXME markers
- Numbers match experimental logs exactly
- Writing style is objective — no hype words
- Section length appropriate for venue
- 所有数学公式均正确闭合
- 所有和
\ref{}均有效\cite{} - 无TODO/TBD/FIXME标记
- 数据与实验日志完全匹配
- 写作风格客观,无夸大词汇
- 章节长度符合目标会议/期刊要求
Related Skills
相关技能
- Upstream: data-analysis, figure-generation, table-generation, related-work-writing
- Downstream: latex-formatting, citation-management
- See also: paper-assembly
- 上游:data-analysis, figure-generation, table-generation, related-work-writing
- 下游:latex-formatting, citation-management
- 另见:paper-assembly