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% 计划:...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
- 上游技能:数据分析、图表生成、表格生成、相关工作撰写
- 下游技能:LaTeX格式调整、引用管理
- 另见:论文整合