Loading...
Loading...
Compare original and translation side by side
references.bibreferences.bibPhase 1: Requirements → Phase 2: Planning → Phase 3: Discovery
↓ ↓ ↓
Phase 6: QA ← Phase 5: Writing ← Phase 4: Structure阶段1:需求确认 → 阶段2:研究规划 → 阶段3:文献检索
↓ ↓ ↓
阶段6:质量校验 ← 阶段5:内容写作 ← 阶段4:结构搭建undefinedundefined
---
---| 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 |
| 数据库 | 适用领域 |
|---|---|
| Google Scholar | 全领域学术检索 |
| IEEE Xplore | 工程、计算机科学 |
| ACM Digital Library | 计算机领域 |
| arXiv | 预印本、计算机科学、物理 |
| PubMed | 医学、生命科学 |
| ScienceDirect | 通用科学领域 |
| JSTOR | 人文、社会科学 |
references.bibbroad topicsurveyreview"exact phrase"(term1 AND term2) OR term3references/systematic-review-prisma.mdreferences.bib宽泛主题surveyreview"精确短语"(术语1 AND 术语2) OR 术语3references/systematic-review-prisma.mdreferences.bibundefinedreferences.bibundefined
See `references/source-evaluation.md` and `references/bibliography-workflows.md`.
参考`references/source-evaluation.md`和`references/bibliography-workflows.md`。node scripts/resolve-papers.js --doi "10.xxxx/yyyy"node scripts/resolve-papers.js --doi "10.xxxx/yyyy"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. References1. 标题
2. 摘要(150-250字)
3. 关键词(5-7个术语)
4. 引言
- 背景与研究动机
- 问题定义
- 研究目标
- 研究贡献(3-5个要点)
- 论文章节安排
5. 相关工作/文献综述
- 按主题组织
- 明确研究空白
6. 研究方法/实现方案
- 系统设计(如适用)
- 算法描述
- 技术方案
7. 结果/评估
- 实验设置
- 评估指标
- 结果展示
8. 讨论
- 结果解读
- 研究意义
- 局限性
9. 结论
- 研究总结
- 未来工作
10. 参考文献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. References1. 标题
2. 摘要
3. 引言
- 综述范围与目标
- 研究方法(文献筛选规则)
4. 主题章节(按研究主题组织)
5. 综合与讨论
- 趋势与规律
- 文献中的研究空白
6. 结论
- 综述总结
- 未来研究方向
7. 参考文献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)references/systematic-review-prisma.md1. 标题
2. 摘要
3. 引言(范围 + 研究问题)
4. 研究方法(协议、数据库、检索词、筛选规则、信息提取、质量评估)
5. 结果(筛选数量 + 证据表 + 分类体系)
6. 讨论(研究意义、局限性、有效性威胁)
7. 结论(已明确结论 + 研究空白 + 未来方向)
8. 参考文献
9. 附录(完整检索词、筛选理由、信息提取规则)references/systematic-review-prisma.md1. 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. Appendices1. 摘要
2. 引言
- 研究背景
- 问题定义
- 研究问题
- 学位论文目标
- 研究贡献
3. 文献综述
- 理论框架
- 相关工作
- 研究空白
4. 研究方法
- 研究设计
- 数据收集
- 分析方法
5. 结果/研究发现
6. 讨论
7. 结论
8. 参考文献
9. 附录references/official-templates.mdreferences/templates/ieee-conference.texreferences/templates/literature-review.texreferences/templates/systematic-review.texreferences/templates/thesis.texreferences/templates/apa7-manuscript.texreferences/templates/research-proposal.tex\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}references/official-templates.mdreferences/templates/ieee-conference.texreferences/templates/literature-review.texreferences/templates/systematic-review.texreferences/templates/thesis.texreferences/templates/apa7-manuscript.texreferences/templates/research-proposal.tex\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}
关键词1, 关键词2, 关键词3
\end{IEEEkeywords}
\section{引言}
...
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}Recent work has shown this approach is effective \cite{smith2023}.
Multiple studies support this finding \cite{smith2023, jones2022, doe2021}.% 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.最新研究表明该方案非常有效 \cite{smith2023}。
多项研究支撑该结论 \cite{smith2023, jones2022, doe2021}。% 括号式引用(APA作者-日期)
最新研究表明该方案非常有效 \parencite{smith2023}。
多项研究支撑该结论 \parencite{smith2023,jones2022}。
% 叙述式引用
\textcite{smith2023} 证明了该方案的有效性。$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$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}
设$x$为任意元素...
因此我们得出结论...
\end{proof}references/latex-math-guide.mdreferences.bibreferences/claim-evidence-map.mdreferences/reproducibility-checklist.mdreferences/statistical-reporting.mdreferences/threats-to-validity.mdreferences.bibreferences/claim-evidence-map.mdreferences/reproducibility-checklist.mdreferences/statistical-reporting.mdreferences/threats-to-validity.mdreferences.bibreferences/bibliography-workflows.mdreferences.bibreferences/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[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.mdAuthor, A. A., & Author, B. B. (Year). Title of article. Journal Name, Volume(Issue), pages. https://doi.org/xxxxxAuthor, A. A., & Author, B. B. (Year, Month). Title of paper. In Conference Name (pp. pages). Publisher.references/apa-citation-guide.mdAuthor, A. A., & Author, B. B. (Year). Title of article. Journal Name, Volume(Issue), pages. https://doi.org/xxxxxAuthor, A. A., & Author, B. B. (Year, Month). Title of paper. In Conference Name (pp. pages). Publisher.references/apa-citation-guide.md.tex.texundefinedundefinedundefinedundefinedreferences/ieee-citation-guide.mdreferences/apa-citation-guide.mdreferences/latex-math-guide.mdreferences/bibliography-workflows.mdreferences/source-evaluation.mdreferences/systematic-review-prisma.mdreferences/literature-review-extraction-matrix.mdreferences/claim-evidence-map.mdreferences/reproducibility-checklist.mdreferences/statistical-reporting.mdreferences/threats-to-validity.mdreferences/acm-citation-guide.mdreferences/revision-response-guide.mdreferences/official-templates.mdreferences/templates/examples/scripts/resolve-papers.jsscripts/validate-bib.jsscripts/check-citations.jsreferences/ieee-citation-guide.mdreferences/apa-citation-guide.mdreferences/latex-math-guide.mdreferences/bibliography-workflows.mdreferences/source-evaluation.mdreferences/systematic-review-prisma.mdreferences/literature-review-extraction-matrix.mdreferences/claim-evidence-map.mdreferences/reproducibility-checklist.mdreferences/statistical-reporting.mdreferences/threats-to-validity.mdreferences/acm-citation-guide.mdreferences/revision-response-guide.mdreferences/official-templates.mdreferences/templates/examples/scripts/resolve-papers.jsscripts/validate-bib.jsscripts/check-citations.js