学术写作辅助技能,提供论文段落写作、语言润色、语法检查、学术风格优化、引用格式检查等功能。
功能:
使用示例:
python academic_writing.py --action write_paragraph --topic "AI psychology" --style APA
功能:
使用示例:
python academic_writing.py --action polish --input draft.md --output polished.md
润色规则:
功能:
支持格式:
| 格式 | 学科 | 版本 |
|---|---|---|
| ------ | ------ | ------ |
| APA | 心理学、教育学 | 7th |
| AMA | 医学 | 11th |
| Vancouver | 生物医学 | - |
| IEEE | 工程、计算机 | - |
| Chicago | 人文社科 | 17th |
功能:
使用示例:
python academic_writing.py --action format_citations --input paper.md --style APA
文内引用:
参考文献格式:
Author, A. A. (Year). Title of article. Title of Journal, Volume(Issue), Pages. DOI
示例:
Smith, J. (2025). AI in psychology. Journal of Psychology, 10(2), 100-120. https://doi.org/10.1000/jp.2025.001
文内引用:
参考文献格式:
Author AA. Title of article. Journal. Year;Volume(Issue):Pages. DOI
示例:
Smith J. AI in psychology. J Psychol. 2025;10(2):100-120. doi:10.1000/jp.2025.001
文内引用:
参考文献格式:
[N] Author AA. Title of article. Journal. Year;Volume(Issue):Pages.
示例:
[1] Smith J. AI in psychology. J Psychol. 2025;10(2):100-120.
# 段落写作
python academic_writing.py --action write --topic "主观幸福感" --style APA
# 语言润色
python academic_writing.py --action polish --input draft.md --output polished.md
# 格式检查
python academic_writing.py --action check --input paper.md --style APA
# 引用格式化
python academic_writing.py --action format_citations --input paper.md --style APA
# 批量润色
python academic_writing.py --action polish --input-dir drafts/ --output-dir polished/
# 格式检查报告
python academic_writing.py --action check --input paper.md --style APA --report report.md
# 引用完整性检查
python academic_writing.py --action check_citations --input paper.md
检查项目:
常见错误:
检查项目:
改进示例:
检查项目:
改进示例:
检查项目:
# 润色报告
**输入文件**: draft.md
**输出文件**: polished.md
**润色时间**: 2026-03-14 13:15
## 修改统计
| 类型 | 数量 |
|------|------|
| 语法修改 | 5 |
| 句式优化 | 8 |
| 词汇升级 | 12 |
| 格式调整 | 3 |
## 主要修改
### 第 1 段
**原文**: We think that AI is very useful in psychology research.
**修改**: It is suggested that AI demonstrates significant utility in psychological research.
**原因**: 学术风格优化,避免第一人称
### 第 2 段
**原文**: This is a big problem.
**修改**: This represents a significant challenge.
**原因**: 词汇升级
## 格式检查
- [x] 引用格式正确(APA 7th)
- [x] 段落格式正确
- [x] 参考文献列表完整
- [ ] 部分 DOI 缺失(需补充)
scientific-writing: 负责整体结构和内容生成
academic-writing: 负责语言润色和格式检查
citation-management: 负责文献搜索和引用生成
academic-writing: 负责引用格式化和完整性检查
输入:
We studied how AI can help psychology research. We found that AI is very useful.
输出:
This study investigated the potential applications of artificial intelligence in psychological research. The findings suggest that AI demonstrates significant utility in enhancing research efficiency and quality.
输入:
Smith 2025 said AI is useful in psychology.
输出 (APA):
Smith (2025) suggested that AI demonstrates utility in psychological research.
参考文献:
Smith, J. (2025). AI in psychology. Journal of Psychology, 10(2), 100-120. https://doi.org/10.1000/jp.2025.001
技能版本: v1.0.0
创建时间: 2026-03-14
维护者: academic-assistant
下次更新: 功能改进时
学术写作,从规范开始!📝✨
共 1 个版本