thesis-writing
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseThesis Writing
学位论文撰写
Purpose: Guide for writing PhD/Master's thesis — the most comprehensive document in a researcher's career.
When to use:
- Writing individual thesis chapters
- Converting papers into thesis format
- Organizing thesis structure
- Writing literature review chapter
- Writing methodology chapter
Links to:
- — section-level writing skills
paper-writing - — literature review foundation
sota-survey - — methodology chapter content
research-design - — results chapter data
experiment-tracking - — academic English
technical-english-cs - — Vietnamese thesis writing
vietnamese-writing-standard
用途: 博士/硕士学位论文撰写指南——科研人员职业生涯中最具综合性的文档。
适用场景:
- 撰写论文单个章节
- 将期刊论文转换为论文格式
- 梳理论文结构
- 撰写文献综述章节
- 撰写研究方法章节
关联技能:
- — 章节级写作技巧
paper-writing - — 文献综述基础
sota-survey - — 研究方法章节内容
research-design - — 结果章节数据
experiment-tracking - — 学术英语
technical-english-cs - — 越南语论文撰写
vietnamese-writing-standard
Thesis Structure (Standard PhD)
标准博士学位论文结构
Front Matter
├── Title Page
├── Abstract (Vietnamese + English)
├── Acknowledgments
├── Table of Contents
├── List of Figures
├── List of Tables
├── List of Abbreviations
└── List of Symbols
Chapters
├── Chapter 1: Introduction (10-15 pages)
│ ├── 1.1 Background & Motivation
│ ├── 1.2 Problem Statement
│ ├── 1.3 Research Objectives
│ ├── 1.4 Research Questions
│ ├── 1.5 Contributions
│ ├── 1.6 Scope & Limitations
│ └── 1.7 Thesis Organization
│
├── Chapter 2: Literature Review (20-30 pages)
│ ├── 2.1 Overview of Research Area
│ ├── 2.2 Theoretical Foundations
│ ├── 2.3 Related Work Taxonomy
│ ├── 2.4 Detailed Analysis of Key Works
│ ├── 2.5 Comparison Table
│ └── 2.6 Research Gaps
│
├── Chapter 3: Methodology (15-25 pages)
│ ├── 3.1 Problem Formulation
│ ├── 3.2 System Overview
│ ├── 3.3 Component 1 (your method)
│ ├── 3.4 Component 2 (your method)
│ ├── 3.5 Theoretical Analysis
│ └── 3.6 Complexity Analysis
│
├── Chapter 4: Experiments (15-20 pages)
│ ├── 4.1 Experimental Setup
│ ├── 4.2 Datasets
│ ├── 4.3 Baselines
│ ├── 4.4 Main Results
│ ├── 4.5 Ablation Studies
│ ├── 4.6 Sensitivity Analysis
│ └── 4.7 Discussion of Results
│
├── Chapter 5: Discussion (5-10 pages)
│ ├── 5.1 Interpretation of Results
│ ├── 5.2 Implications
│ ├── 5.3 Limitations
│ └── 5.4 Threats to Validity
│
└── Chapter 6: Conclusion (3-5 pages)
├── 6.1 Summary of Contributions
├── 6.2 Answers to Research Questions
├── 6.3 Future Work
└── 6.4 Final Remarks
Back Matter
├── References
├── Appendices
│ ├── Appendix A: Proofs
│ ├── Appendix B: Additional Experiments
│ └── Appendix C: Code/Data Availability
└── Publications During PhD前置部分
├── 标题页
├── 摘要(越南语+英语)
├── 致谢
├── 目录
├── 图表清单
├── 表格清单
├── 缩写词清单
└── 符号清单
正文章节
├── 第1章:引言(10-15页)
│ ├── 1.1 研究背景与动机
│ ├── 1.2 问题陈述
│ ├── 1.3 研究目标
│ ├── 1.4 研究问题
│ ├── 1.5 研究贡献
│ ├── 1.6 研究范围与局限性
│ └── 1.7 论文结构安排
│
├── 第2章:文献综述(20-30页)
│ ├── 2.1 研究领域概述
│ ├── 2.2 理论基础
│ ├── 2.3 相关研究分类
│ ├── 2.4 关键研究详细分析
│ ├── 2.5 对比表格
│ └── 2.6 研究空白
│
├── 第3章:研究方法(15-25页)
│ ├── 3.1 问题建模
│ ├── 3.2 系统概述
│ ├── 3.3 组件1(你的方法)
│ ├── 3.4 组件2(你的方法)
│ ├── 3.5 理论分析
│ └── 3.6 复杂度分析
│
├── 第4章:实验(15-20页)
│ ├── 4.1 实验设置
│ ├── 4.2 数据集
│ ├── 4.3 基线方法
│ ├── 4.4 主要结果
│ ├── 4.5 消融实验
│ ├── 4.6 敏感性分析
│ └── 4.7 结果讨论
│
├── 第5章:讨论(5-10页)
│ ├── 5.1 结果解读
│ ├── 5.2 研究启示
│ ├── 5.3 研究局限性
│ └── 5.4 有效性威胁
│
└── 第6章:结论(3-5页)
├── 6.1 研究贡献总结
├── 6.2 研究问题解答
├── 6.3 未来研究方向
└── 6.4 最终总结
后置部分
├── 参考文献
├── 附录
│ ├── 附录A:证明过程
│ ├── 附录B:补充实验
│ └── 附录C:代码/数据可用性说明
└── 博士期间发表成果Chapter-by-Chapter Guide
分章节撰写指南
Chapter 1: Introduction
第1章:引言
Purpose: Set the stage — why this research matters.
markdown
undefined用途: 铺垫背景——说明本研究的重要性。
markdown
undefined1.1 Background & Motivation
1.1 研究背景与动机
[2-3 paragraphs]
- Broad context of the research area
- Real-world problem or application
- Why this problem is important
[2-3段]
- 研究领域的宏观背景
- 实际问题或应用场景
- 该问题的重要性
1.2 Problem Statement
1.2 问题陈述
[1-2 paragraphs]
- Specific gap in existing knowledge
- Limitations of current approaches
- "However, [limitation] remains unsolved..."
[1-2段]
- 现有知识体系中的特定空白
- 当前方法的局限性
- “然而,[局限性]仍未得到解决……”
1.3 Research Objectives
1.3 研究目标
[Bulleted list]
- Primary: [Main objective]
- Secondary: [Supporting objectives]
[项目符号列表]
- 主要目标:[核心目标]
- 次要目标:[支撑目标]
1.4 Research Questions
1.4 研究问题
[Numbered list]
- RQ1: [Primary research question]
- RQ2: [Secondary research question]
- RQ3: [Optional tertiary question]
[编号列表]
- RQ1:[核心研究问题]
- RQ2:[次要研究问题]
- RQ3:[可选三级问题]
1.5 Contributions
1.5 研究贡献
[Numbered list, be specific]
- We propose [method name] that [what it does]
- We demonstrate [finding] through [experiments]
- We release [artifact] for reproducibility
[编号列表,需具体]
- 我们提出[方法名称],可实现[功能]
- 我们通过[实验]验证了[发现]
- 我们发布了[成果物]以保证可复现性
1.6 Scope & Limitations
1.6 研究范围与局限性
- What this thesis covers
- What this thesis does NOT cover
- Assumptions made
- 本论文涵盖的内容
- 本论文未涉及的内容
- 研究做出的假设
1.7 Thesis Organization
1.7 论文结构安排
"The remainder of this thesis is organized as follows.
Chapter 2 reviews... Chapter 3 describes... Chapter 4 presents...
Chapter 5 discusses... Chapter 6 concludes..."
undefined“本论文剩余部分结构如下:第2章综述……第3章阐述……第4章展示……第5章讨论……第6章总结……”
undefinedChapter 2: Literature Review
第2章:文献综述
Purpose: Comprehensive survey — position your work in the field.
Structure:
markdown
undefined用途: 全面调研——明确你的研究在领域中的定位。
结构:
markdown
undefined2.1 Overview of Research Area
2.1 研究领域概述
[2-3 pages]
- History and evolution
- Current state of the art
- Key milestones
[2-3页]
- 领域发展历史与演进
- 当前研究现状
- 关键里程碑
2.2 Theoretical Foundations
2.2 理论基础
[3-5 pages]
- Core concepts and definitions
- Mathematical foundations
- Key theorems/properties
[3-5页]
- 核心概念与定义
- 数学基础
- 关键定理/性质
2.3 Related Work Taxonomy
2.3 相关研究分类
[2-3 pages]
- Group A: [Approach name] — papers [1,3,5]
- Group B: [Approach name] — papers [2,4]
- Group C: [Approach name] — papers [6,7]
[2-3页]
- A组:[方法名称] — 论文[1,3,5]
- B组:[方法名称] — 论文[2,4]
- C组:[方法名称] — 论文[6,7]
2.4 Detailed Analysis of Key Works
2.4 关键研究详细分析
[8-12 pages]
For each important paper:
- Problem addressed
- Method proposed
- Strengths
- Limitations
- How our work differs
[8-12页]
针对每篇重要论文:
- 解决的问题
- 提出的方法
- 优势
- 局限性
- 我们的研究与之的差异
2.5 Comparison Table
2.5 对比表格
| Paper | Year | Problem | Method | Dataset | Result | Limitation |
|---|---|---|---|---|---|---|
| ... | ... | ... | ... | ... | ... | ... |
| 论文 | 年份 | 研究问题 | 方法 | 数据集 | 结果 | 局限性 |
|---|---|---|---|---|---|---|
| ... | ... | ... | ... | ... | ... | ... |
2.6 Research Gaps
2.6 研究空白
[1-2 pages]
- Gap 1: [Description] → addressed by RQ1
- Gap 2: [Description] → addressed by RQ2
- Gap 3: [Description] → addressed by RQ3
**Key rules:**
- Synthesize, don't just list papers
- Organize by theme, not chronology
- Each paragraph ends with: "Unlike [them], we [difference]"
- Include 50-100+ references (depending on field)[1-2页]
- 空白1:[描述] → 对应RQ1
- 空白2:[描述] → 对应RQ2
- 空白3:[描述] → 对应RQ3
**关键规则:**
- 综合分析,而非简单罗列论文
- 按主题组织,而非按时间顺序
- 每段结尾需说明:“与[他们的研究]不同,我们[差异点]”
- 需包含50-100+篇参考文献(依领域而定)Chapter 3: Methodology
第3章:研究方法
Purpose: Describe your approach in enough detail for reproduction.
markdown
undefined用途: 详细描述你的方法,确保可复现。
markdown
undefined3.1 Problem Formulation
3.1 问题建模
- Formal notation (variables, sets, functions)
- Objective function
- Constraints
- Assumptions (state explicitly)
- 正式符号(变量、集合、函数)
- 目标函数
- 约束条件
- 假设(需明确说明)
3.2 System Overview
3.2 系统概述
[2-3 pages]
- High-level architecture diagram
- Component relationships
- Data flow
[2-3页]
- 高层架构图
- 组件关系
- 数据流
3.3 Component 1: [Name]
3.3 组件1:[名称]
[4-6 pages]
- Motivation
- Algorithm description
- Pseudocode (use algorithm environment)
- Mathematical formulation
- Complexity: O(...)
[4-6页]
- 动机
- 算法描述
- 伪代码(使用算法环境)
- 数学建模
- 复杂度:O(...)
3.4 Component 2: [Name]
3.4 组件2:[名称]
[4-6 pages]
- Same structure as 3.3
[4-6页]
- 与3.3结构一致
3.5 Theoretical Analysis
3.5 理论分析
[2-3 pages]
- Convergence properties
- Optimality bounds
- Proofs (or reference to Appendix A)
[2-3页]
- 收敛性
- 最优性边界
- 证明过程(或参考附录A)
3.6 Complexity Analysis
3.6 复杂度分析
| Operation | Time | Space |
|---|---|---|
| Training | O() | O() |
| Inference | O() | O() |
| Total | O() | O() |
undefined| 操作 | 时间复杂度 | 空间复杂度 |
|---|---|---|
| 训练 | O() | O() |
| 推理 | O() | O() |
| 总计 | O() | O() |
undefinedChapter 4: Experiments
第4章:实验
Purpose: Empirical validation of your claims.
markdown
undefined用途: 实证验证你的研究结论。
markdown
undefined4.1 Experimental Setup
4.1 实验设置
- Hardware: GPU type, RAM, storage
- Software: Framework versions, libraries
- Hyperparameters: Search ranges and final values
- 硬件:GPU型号、内存、存储
- 软件:框架版本、库
- 超参数:搜索范围与最终取值
4.2 Datasets
4.2 数据集
| Dataset | Domain | Size | Train/Val/Test | Source |
|---|---|---|---|---|
| ... | ... | ... | ... | ... |
| 数据集 | 领域 | 规模 | 训练/验证/测试划分 | 来源 |
|---|---|---|---|---|
| ... | ... | ... | ... | ... |
4.3 Baselines
4.3 基线方法
| Method | Year | Type | Citation |
|---|---|---|---|
| ... | ... | SOTA | ... |
| 方法 | 年份 | 类型 | 引用 |
|---|---|---|---|
| ... | ... | SOTA | ... |
4.4 Main Results
4.4 主要结果
| Method | Metric1 | Metric2 | Metric3 |
|---|---|---|---|
| ... | XX.X | XX.X | XX.X |
| Ours | XX.X | XX.X | XX.X |
Analysis: "Our method achieves X on Y, outperforming best baseline by Z%"
| 方法 | 指标1 | 指标2 | 指标3 |
|---|---|---|---|
| ... | XX.X | XX.X | XX.X |
| 我们的方法 | XX.X | XX.X | XX.X |
分析:“我们的方法在Y上达到X,优于最佳基线方法Z%”
4.5 Ablation Studies
4.5 消融实验
| Configuration | Metric1 | Metric2 |
|---|---|---|
| Full model | XX.X | XX.X |
| w/o Component1 | XX.X | XX.X |
| w/o Component2 | XX.X | XX.X |
| 配置 | 指标1 | 指标2 |
|---|---|---|
| 完整模型 | XX.X | XX.X |
| 移除组件1 | XX.X | XX.X |
| 移除组件2 | XX.X | XX.X |
4.6 Sensitivity Analysis
4.6 敏感性分析
- Hyperparameter sensitivity plots
- Convergence curves
- Scalability experiments
- 超参数敏感性图表
- 收敛曲线
- 可扩展性实验
4.7 Discussion of Results
4.7 结果讨论
- Answer RQ1: [with evidence]
- Answer RQ2: [with evidence]
- Answer RQ3: [with evidence]
undefined- 回答RQ1:[附证据]
- 回答RQ2:[附证据]
- 回答RQ3:[附证据]
undefinedChapter 5: Discussion
第5章:讨论
Purpose: Interpret results, acknowledge limitations.
markdown
undefined用途: 解读结果,承认研究局限性。
markdown
undefined5.1 Interpretation of Results
5.1 结果解读
- Why does your method work?
- What patterns emerged?
- Unexpected findings
- 你的方法为何有效?
- 出现了哪些模式?
- 意外发现
5.2 Implications
5.2 研究启示
- Theoretical contributions
- Practical applications
- Impact on the field
- 理论贡献
- 实际应用
- 对领域的影响
5.3 Limitations
5.3 研究局限性
- Dataset limitations
- Method assumptions
- Computational constraints
- Generalizability concerns
- 数据集局限性
- 方法假设
- 计算约束
- 泛化性问题
5.4 Threats to Validity
5.4 有效性威胁
- Internal validity
- External validity
- Construct validity
- Conclusion validity
undefined- 内部有效性
- 外部有效性
- 构念有效性
- 结论有效性
undefinedChapter 6: Conclusion
第6章:结论
Purpose: Wrap up — summarize and look forward.
markdown
undefined用途: 总结全文——回顾研究并展望未来。
markdown
undefined6.1 Summary of Contributions
6.1 研究贡献总结
[Numbered list matching Chapter 1 contributions]
[编号列表,与第1章贡献对应]
6.2 Answers to Research Questions
6.2 研究问题解答
- RQ1: [Answer with key evidence]
- RQ2: [Answer with key evidence]
- RQ3: [Answer with key evidence]
- RQ1:[附核心证据的答案]
- RQ2:[附核心证据的答案]
- RQ3:[附核心证据的答案]
6.3 Future Work
6.3 未来研究方向
- [Short-term: next experiments]
- [Medium-term: extensions]
- [Long-term: broader applications]
- [短期:后续实验]
- [中期:方法扩展]
- [长期:更广应用场景]
6.4 Final Remarks
6.4 最终总结
[1-2 paragraphs: significance, impact, personal reflection]
---[1-2段:研究意义、影响、个人感悟]
---Converting Papers to Thesis
期刊论文转学位论文
Paper → Chapter Mapping
论文→章节映射
| Paper Section | Thesis Chapter | Adjustments |
|---|---|---|
| Abstract | Chapter 1 intro | Expand motivation |
| Introduction | Chapter 1 | Add more background |
| Related Work | Chapter 2 | Expand significantly (3-5x) |
| Method | Chapter 3 | Add more detail, proofs |
| Experiments | Chapter 4 | Add more analysis |
| Discussion | Chapter 5 | Expand limitations |
| Conclusion | Chapter 6 | Add future work |
| 期刊论文部分 | 学位论文章节 | 调整要点 |
|---|---|---|
| 摘要 | 第1章引言 | 扩展动机部分 |
| 引言 | 第1章 | 补充更多背景 |
| 相关研究 | 第2章 | 大幅扩展(3-5倍篇幅) |
| 方法 | 第3章 | 补充更多细节、证明过程 |
| 实验 | 第4章 | 补充更多分析 |
| 讨论 | 第5章 | 扩展局限性部分 |
| 结论 | 第6章 | 补充未来研究方向 |
Key Differences
核心差异
| Aspect | Paper | Thesis |
|---|---|---|
| Length | 8-12 pages | 150-250 pages |
| References | 30-50 | 100-200 |
| Related Work | 1-2 pages | 20-30 pages |
| Method detail | Concise | Exhaustive |
| Proofs | Sketch | Full (appendix) |
| Audience | Experts | Committee (broader) |
| 维度 | 期刊论文 | 学位论文 |
|---|---|---|
| 篇幅 | 8-12页 | 150-250页 |
| 参考文献 | 30-50篇 | 100-200篇 |
| 相关研究 | 1-2页 | 20-30页 |
| 方法细节 | 简洁 | 详尽 |
| 证明过程 | 概述 | 完整(附录) |
| 受众 | 领域专家 | 答辩委员会(更广范围) |
Vietnamese Thesis Format
越南语学位论文格式
Abstract Structure (Vietnamese)
越南语摘要结构
Tóm tắt
[1 đoạn: Bối cảnh và động lực]
[1 đoạn: Vấn đề nghiên cứu]
[1 đoạn: Phương pháp đề xuất]
[1 đoạn: Kết quả chính]
[1 đoạn: Đóng góp]Tóm tắt
[1段:背景与动机]
[1段:研究问题]
[1段:提出的方法]
[1段:核心结果]
[1段:研究贡献]Chapter Titles (Vietnamese)
越南语章节标题
Chương 1: Giới thiệu
Chương 2: Tổng quan tài liệu
Chương 3: Phương pháp
Chương 4: Thực nghiệm và kết quả
Chương 5: Thảo luận
Chương 6: Kết luậnChương 1: Giới thiệu
Chương 2: Tổng quan tài liệu
Chương 3: Phương pháp
Chương 4: Thực nghiệm và kết quả
Chương 5: Thảo luận
Chương 6: Kết luậnLaTeX Tips for Thesis
学位论文LaTeX技巧
Document Class
文档类
latex
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{vietnam}latex
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{vietnam}Chapter Formatting
章节格式
latex
\chapter{Giới thiệu}
\section{Bối cảnh và động lực}
\subsection{Tầm quan trọng của vấn đề}latex
\chapter{Giới thiệu}
\section{Bối cảnh và động lực}
\subsection{Tầm quan trọng của vấn đề}Cross-References
交叉引用
latex
Như đã trình bày trong Chương~\ref{ch:literature}...
Kết quả của Thực nghiệm~\ref{exp:main} cho thấy...latex
Như đã trình bày trong Chương~\ref{ch:literature}...
Kết quả của Thực nghiệm~\ref{exp:main} cho thấy...Bibliography
参考文献
latex
% Use BibTeX with thesis style
\bibliographystyle{plain}
\bibliography{references}latex
% 使用BibTeX与论文样式
\bibliographystyle{plain}
\bibliography{references}Integration Flow
技能集成流程
sota-survey (literature review)
↓
research-question (RQs)
↓
research-design (methodology)
↓
thesis-writing (this skill)
├── Chapter 1: Introduction
├── Chapter 2: Literature Review ← sota-survey
├── Chapter 3: Methodology ← research-design
├── Chapter 4: Experiments ← experiment-tracking
├── Chapter 5: Discussion
└── Chapter 6: Conclusion
↓
paper-writing (extract papers from thesis)
↓
journal-q1-polish (polish for Q1)
↓
publication-strategy (where to submit)
↓
conference-paper (present at conference)
↓
progress-report (report to advisor)
↓
defense-prep (prepare for defense)sota-survey(文献综述)
↓
research-question(研究问题)
↓
research-design(研究方法)
↓
thesis-writing(本技能)
├── 第1章:引言
├── 第2章:文献综述 ← sota-survey
├── 第3章:研究方法 ← research-design
├── 第4章:实验 ← experiment-tracking
├── 第5章:讨论
└── 第6章:结论
↓
paper-writing(从论文提取期刊文章)
↓
journal-q1-polish(Q1期刊润色)
↓
publication-strategy(投稿策略)
↓
conference-paper(会议论文展示)
↓
progress-report(向导师汇报进展)
↓
defense-prep(答辩准备)