academic-researcher by silupanda/academic-researcher
npx skills add https://github.com/silupanda/academic-researcher --skill academic-researcher我帮助您创建专家级的学术研究文档,包括:
references.bib 作为唯一真实来源。当您需要撰写以下文档时,请使用此技能:
Phase 1: 需求 → Phase 2: 规划 → Phase 3: 发现
↓ ↓ ↓
Phase 6: 质量保证 ← Phase 5: 写作 ← Phase 4: 结构
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
开始前,与用户澄清以下内容:
## 研究文档请求
**类型:** [研究论文 / 文献综述 / 学位论文]
**主题:** [您的研究主题]
**目标:** [会议/期刊名称 或 "通用"]
**长度:** [X 页 或 X 字]
**引文:** [IEEE / APA / 其他]
**截止日期:** [如适用,请填写日期]
**特殊要求:** [任何具体指南]
| 数据库 | 最适用于 |
|---|---|
| Google Scholar | 广泛的学术搜索 |
| IEEE Xplore | 工程学,计算机科学 |
| ACM Digital Library | 计算科学 |
| arXiv | 预印本,计算机科学,物理学 |
| PubMed | 医学,生命科学 |
| ScienceDirect | 综合科学 |
| JSTOR | 人文科学,社会科学 |
使用您平台的浏览/搜索工具。如果无法浏览,请用户提供 PDF/DOI/URL(或现有的 references.bib)并从这些开始。
使用的查询模式:
broad topic + survey / review"exact phrase"(term1 AND term2) OR term3对于系统综述,请保持可复现的搜索日志(参见 references/systematic-review-prisma.md)。
步骤 1:基础性来源
步骤 2:近期工作
步骤 3:相关工作
对每个来源,验证:
创建来源数据库(并保持 references.bib 作为唯一真实来源):
## 来源 [N]
- **引文键:** [例如,smith2023transformers]
- **标题:** [论文标题]
- **作者:** [作者列表]
- **发表场所/年份:** [期刊/会议,年份]
- **状态:** [peer-reviewed / preprint / standard / dataset / software]
- **DOI:** [如可用]
- **URL:** [规范链接]
- **引用次数:** [计数 + 检查日期]
- **相关性:** [高/中/低]
- **关键点:** [1-3 个要点:您将引用的内容]
- **局限性:** [1-2 个要点]
- **用于:** [您文档的哪个部分]
参见 references/source-evaluation.md 和 references/bibliography-workflows.md。
当您找到一篇相关论文但无法访问全文时:
node scripts/resolve-papers.js --doi "10.xxxx/yyyy" 以查找合法的 OA 版本1. 标题
2. 摘要(150-250 词)
3. 关键词(5-7 个术语)
4. 引言
- 背景和动机
- 问题陈述
- 研究目标
- 贡献(3-5 个要点)
- 论文组织结构
5. 相关工作 / 文献综述
- 主题组织
- 差距识别
6. 方法论 / 方法
- 系统设计(如适用)
- 算法描述
- 技术方法
7. 结果 / 评估
- 实验设置
- 指标
- 结果呈现
8. 讨论
- 解释
- 意义
- 局限性
9. 结论
- 总结
- 未来工作
10. 参考文献
1. 标题
2. 摘要
3. 引言
- 综述范围和目标
- 方法论(如何选择来源)
4. 主题章节(按主题组织)
5. 综合与讨论
- 趋势和模式
- 文献中的差距
6. 结论
- 总结
- 未来方向
7. 参考文献
1. 标题
2. 摘要
3. 引言(范围 + 研究问题)
4. 方法(方案、数据库、查询、筛选、提取、评估)
5. 结果(选择计数 + 证据表 + 分类法)
6. 讨论(意义、局限性、有效性威胁)
7. 结论(已知内容 + 差距 + 未来方向)
8. 参考文献
9. 附录(完整查询、筛选原因、提取模式)
参见 references/systematic-review-prisma.md。
1. 摘要
2. 引言
- 背景
- 问题陈述
- 研究问题
- 论文目标
- 贡献
3. 文献综述
- 理论框架
- 相关工作
- 研究差距
4. 方法论
- 研究设计
- 数据收集
- 分析方法
5. 结果/发现
6. 讨论
7. 结论
8. 参考文献
9. 附录
对于提交,优先使用官方出版商模板(参见 references/official-templates.md)。以下模板是用于学习结构的脚手架。
包含的模板:
references/templates/ieee-conference.tex(IEEE 会议论文)references/templates/literature-review.tex(叙述性文献综述)references/templates/systematic-review.tex(系统综述)references/templates/thesis.tex(学位论文)references/templates/apa7-manuscript.tex(APA 7 手稿)references/templates/research-proposal.tex(研究计划书)最小 IEEE 骨架(BibTeX):
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage{xcolor}
\title{您的论文标题}
\author{
\IEEEauthorblockN{第一作者}
\IEEEauthorblockA{部门,大学\\
城市,国家\\
email@example.edu}
}
\begin{document}
\maketitle
\begin{abstract}
您的摘要写在这里(150--250 词)。
\end{abstract}
\begin{IEEEkeywords}
keyword1, keyword2, keyword3
\end{IEEEkeywords}
\section{引言}
...
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}
语气:
避免:
IEEE 风格(编号):
Recent work has shown this approach is effective \cite{smith2023}.
Multiple studies support this finding \cite{smith2023, jones2022, doe2021}.
APA 风格(作者-日期):
% 括号内(APA 作者-日期)
Recent work has shown this approach is effective \parencite{smith2023}.
Multiple studies support this finding \parencite{smith2023,jones2022}.
% 叙述性
\textcite{smith2023} demonstrated this approach is effective.
每个段落应遵循清晰的模式:
行内数学: $E = mc^2$
显示公式:
\begin{equation}
f(x) = \sum_{i=1}^{n} a_i x^i
\end{equation}
多行公式:
\begin{align}
a &= b + c \\
&= d + e + f
\end{align}
矩阵:
\begin{bmatrix}
a_{11} & a_{12} \\
a_{21} & a_{22}
\end{bmatrix}
证明:
\begin{proof}
Let $x$ be any element...
Therefore, we conclude...
\end{proof}
更多示例参见 references/latex-math-guide.md。
内容:
技术(IEEE):
写作质量:
证据与引文:
references.bib 中references/claim-evidence-map.md)可复现性(如为实证研究):
references/reproducibility-checklist.md)统计(如适用):
references/statistical-reporting.md)有效性威胁:
references/threats-to-validity.md)建议通过 references.bib(BibTeX/BibLaTeX)管理参考文献并自动生成参考文献列表;参见 references/bibliography-workflows.md。以下示例是用于手动验证的参考文献列表模式。
期刊文章:
[1] A. Author, B. Author, and C. Author, "Title of article," Journal Name, vol. X, no. Y, pp. ZZ-ZZ, Month Year.
会议论文:
[2] A. Author and B. Author, "Title of paper," in Proc. Conference Name, City, Country, Year, pp. ZZ-ZZ.
书籍:
[3] A. Author, Title of Book, Edition. City, State: Publisher, Year.
完整参考参见 references/ieee-citation-guide.md。
期刊文章:
Author, A. A., & Author, B. B. (Year). Title of article. Journal Name, Volume(Issue), pages. https://doi.org/xxxxx
会议论文:
Author, A. A., & Author, B. B. (Year, Month). Title of paper. In Conference Name (pp. pages). Publisher.
完整参考参见 references/apa-citation-guide.md。
我生成 .tex 文件,您可以使用以下工具编译:
# IEEE 风格(BibTeX)
pdflatex paper.tex
bibtex paper
pdflatex paper.tex
pdflatex paper.tex
# APA 风格(BibLaTeX + biber)
pdflatex paper.tex
biber paper
pdflatex paper.tex
pdflatex paper.tex
# 或使用 latexmk(推荐,如可用)
latexmk -pdf -bibtex paper.tex
latexmk -pdf -usebiber paper.tex
如果 LaTeX 不适用,我也可以生成:
references/ieee-citation-guide.md - 完整的 IEEE 参考文献示例references/apa-citation-guide.md - 完整的 APA 参考文献示例references/latex-math-guide.md - LaTeX 数学排版示例references/bibliography-workflows.md - BibTeX/BibLaTeX 工作流程和验证references/source-evaluation.md - 来源验证和同行评审标注references/systematic-review-prisma.md - 系统综述工作流程(PRISMA 风格)references/literature-review-extraction-matrix.md - 提取 + 主题综合指南references/claim-evidence-map.md - 主张-证据质量保证模板references/reproducibility-checklist.md - 可复现性质量保证清单references/statistical-reporting.md - 实用统计报告指南references/threats-to-validity.md - 有效性威胁提示references/acm-citation-guide.md - ACM 引文格式参考references/revision-response-guide.md - 审稿人回复和修改指南references/official-templates.md - 官方出版商 LaTeX 模板链接references/templates/ - LaTeX 模板(IEEE, APA, 学位论文, 综述, 计划书)examples/ - 协议和工作模板(词汇表、提取矩阵、主张-证据映射)scripts/resolve-papers.js - 通过 Semantic Scholar, Unpaywall, CrossRef 进行论文发现和开放获取解析scripts/validate-bib.js - 针对 CrossRef 的 BibTeX 条目验证scripts/check-citations.js - 引文键一致性检查器每周安装次数
111
代码库
GitHub 星标数
4
首次出现
2026年2月16日
安全审计
安装于
codex110
amp109
gemini-cli109
kimi-cli109
opencode109
github-copilot109
I help you create expert-level academic research documents with:
references.bib as the single source of truth.Use this skill when you need to write:
Phase 1: Requirements → Phase 2: Planning → Phase 3: Discovery
↓ ↓ ↓
Phase 6: QA ← Phase 5: Writing ← Phase 4: Structure
Before starting, clarify with the user:
Document Type
Topic & Scope
Target Venue
Citation Format
## Research Document Request
**Type:** [Research Paper / Literature Review / Thesis]
**Topic:** [Your research topic]
**Target:** [Conference/Journal name or "General"]
**Length:** [X pages or X words]
**Citation:** [IEEE / APA / Other]
**Deadline:** [Date if applicable]
**Special Requirements:** [Any specific guidelines]
| Database | Best For |
|---|---|
| Google Scholar | Broad academic search |
| IEEE Xplore | Engineering, CS |
| ACM Digital Library | Computing |
| arXiv | Preprints, CS, physics |
| PubMed | Medicine, life sciences |
| ScienceDirect | General science |
| JSTOR | Humanities, social sciences |
Use your platform's browsing/search tool. If browsing is unavailable, ask the user to provide PDFs/DOIs/URLs (or an existing references.bib) and proceed from those.
Query patterns to use:
broad topic + survey / review"exact phrase"(term1 AND term2) OR term3For systematic reviews, keep a reproducible search log (see references/systematic-review-prisma.md).
Step 1: Foundational Sources
Step 2: Recent Work
Step 3: Related Work
For each source, verify:
Create a source database (and keep references.bib as the single source of truth):
## Source [N]
- **Citation Key:** [e.g., smith2023transformers]
- **Title:** [Paper title]
- **Authors:** [Author list]
- **Venue/Year:** [Journal/Conference, Year]
- **Status:** [peer-reviewed / preprint / standard / dataset / software]
- **DOI:** [If available]
- **URL:** [Canonical link]
- **Citations:** [Count + date checked]
- **Relevance:** [High/Medium/Low]
- **Key Points:** [1-3 bullets: what you will cite]
- **Limitations:** [1-2 bullets]
- **Use In:** [Which section of your document]
See references/source-evaluation.md and references/bibliography-workflows.md.
When you find a relevant paper but cannot access the full text:
Check open access first:
node scripts/resolve-papers.js --doi "10.xxxx/yyyy" to find legal OA versionsUse available metadata:
Ask the user:
Be transparent:
1. Title
2. Abstract (150-250 words)
3. Keywords (5-7 terms)
4. Introduction
- Background and motivation
- Problem statement
- Research objectives
- Contributions (3-5 bullet points)
- Paper organization
5. Related Work / Literature Review
- Thematic organization
- Gap identification
6. Methodology / Approach
- System design (if applicable)
- Algorithm description
- Technical approach
7. Results / Evaluation
- Experimental setup
- Metrics
- Results presentation
8. Discussion
- Interpretation
- Implications
- Limitations
9. Conclusion
- Summary
- Future work
10. References
1. Title
2. Abstract
3. Introduction
- Review scope and objectives
- Methodology (how sources were selected)
4. Thematic Sections (organized by themes)
5. Synthesis and Discussion
- Trends and patterns
- Gaps in literature
6. Conclusion
- Summary
- Future directions
7. References
1. Title
2. Abstract
3. Introduction (scope + research questions)
4. Methods (protocol, databases, queries, screening, extraction, appraisal)
5. Results (selection counts + evidence tables + taxonomy)
6. Discussion (implications, limitations, threats to validity)
7. Conclusion (what is known + gaps + future directions)
8. References
9. Appendices (full queries, screening reasons, extraction schema)
See references/systematic-review-prisma.md.
1. Abstract
2. Introduction
- Background
- Problem statement
- Research questions
- Thesis objectives
- Contributions
3. Literature Review
- Theoretical framework
- Related work
- Research gap
4. Methodology
- Research design
- Data collection
- Analysis methods
5. Results/Findings
6. Discussion
7. Conclusion
8. References
9. Appendices
For submission, prefer official publisher templates (see references/official-templates.md). The templates below are scaffolds for learning the structure.
Included templates:
references/templates/ieee-conference.tex (IEEE conference paper)references/templates/literature-review.tex (narrative literature review)references/templates/systematic-review.tex (systematic review)references/templates/thesis.tex (thesis/dissertation)references/templates/apa7-manuscript.tex (APA 7 manuscript)references/templates/research-proposal.tex (research proposal)Minimal IEEE skeleton (BibTeX):
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage{xcolor}
\title{Your Paper Title}
\author{
\IEEEauthorblockN{First Author}
\IEEEauthorblockA{Department, University\\
City, Country\\
email@example.edu}
}
\begin{document}
\maketitle
\begin{abstract}
Your abstract goes here (150--250 words).
\end{abstract}
\begin{IEEEkeywords}
keyword1, keyword2, keyword3
\end{IEEEkeywords}
\section{Introduction}
...
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}
Tone:
Avoid:
IEEE Style (numbered):
Recent work has shown this approach is effective \cite{smith2023}.
Multiple studies support this finding \cite{smith2023, jones2022, doe2021}.
APA Style (author-date):
% Parenthetical (APA author-date)
Recent work has shown this approach is effective \parencite{smith2023}.
Multiple studies support this finding \parencite{smith2023,jones2022}.
% Narrative
\textcite{smith2023} demonstrated this approach is effective.
Each paragraph should follow a clear pattern:
Inline math: $E = mc^2$
Displayed equations:
\begin{equation}
f(x) = \sum_{i=1}^{n} a_i x^i
\end{equation}
Multi-line equations:
\begin{align}
a &= b + c \\
&= d + e + f
\end{align}
Matrices:
\begin{bmatrix}
a_{11} & a_{12} \\
a_{21} & a_{22}
\end{bmatrix}
Proofs:
\begin{proof}
Let $x$ be any element...
Therefore, we conclude...
\end{proof}
See references/latex-math-guide.md for more examples.
Content:
Technical (IEEE):
Writing Quality:
Evidence & Citations:
references.bibreferences/claim-evidence-map.md)Reproducibility (If Empirical):
references/reproducibility-checklist.md)Statistics (If Applicable):
references/statistical-reporting.md)Threats to Validity:
references/threats-to-validity.md)Prefer managing references via references.bib (BibTeX/BibLaTeX) and generating the reference list automatically; see references/bibliography-workflows.md. The examples below are reference list patterns for manual verification.
Journal Article:
[1] A. Author, B. Author, and C. Author, "Title of article," Journal Name, vol. X, no. Y, pp. ZZ-ZZ, Month Year.
Conference Paper:
[2] A. Author and B. Author, "Title of paper," in Proc. Conference Name, City, Country, Year, pp. ZZ-ZZ.
Book:
[3] A. Author, Title of Book, Edition. City, State: Publisher, Year.
See references/ieee-citation-guide.md for complete reference.
Journal Article:
Author, A. A., & Author, B. B. (Year). Title of article. Journal Name, Volume(Issue), pages. https://doi.org/xxxxx
Conference Paper:
Author, A. A., & Author, B. B. (Year, Month). Title of paper. In Conference Name (pp. pages). Publisher.
See references/apa-citation-guide.md for complete reference.
I generate .tex files that you can compile with:
# IEEE-style (BibTeX)
pdflatex paper.tex
bibtex paper
pdflatex paper.tex
pdflatex paper.tex
# APA-style (BibLaTeX + biber)
pdflatex paper.tex
biber paper
pdflatex paper.tex
pdflatex paper.tex
# Or use latexmk (recommended if available)
latexmk -pdf -bibtex paper.tex
latexmk -pdf -usebiber paper.tex
If LaTeX is not suitable, I can also generate:
references/ieee-citation-guide.md - Complete IEEE reference examplesreferences/apa-citation-guide.md - Complete APA reference examplesreferences/latex-math-guide.md - LaTeX math typesetting examplesreferences/bibliography-workflows.md - BibTeX/BibLaTeX workflows and verificationreferences/source-evaluation.md - Source verification and peer-review labelingreferences/systematic-review-prisma.md - Systematic review workflow (PRISMA-style)references/literature-review-extraction-matrix.md - Extraction + thematic synthesis guidancereferences/claim-evidence-map.md - Claim-to-evidence QA templateWeekly Installs
111
Repository
GitHub Stars
4
First Seen
Feb 16, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex110
amp109
gemini-cli109
kimi-cli109
opencode109
github-copilot109
学术论文写作全流程指南:从规划到精炼,涵盖各学科结构与最佳实践
359 周安装
references/reproducibility-checklist.md - Reproducibility QA checklistreferences/statistical-reporting.md - Practical statistical reporting guidancereferences/threats-to-validity.md - Threats-to-validity promptsreferences/acm-citation-guide.md - ACM citation format referencereferences/revision-response-guide.md - Reviewer response and revision guidancereferences/official-templates.md - Links to official publisher LaTeX templatesreferences/templates/ - LaTeX templates (IEEE, APA, thesis, reviews, proposals)examples/ - Protocols and working templates (vocabulary, extraction matrix, claim-evidence map)scripts/resolve-papers.js - Paper discovery and open-access resolution via Semantic Scholar, Unpaywall, CrossRefscripts/validate-bib.js - BibTeX entry validation against CrossRefscripts/check-citations.js - Citation key consistency checker