
Research Proposal
- 776 installs
- 787 repo stars
- Updated August 1, 2026
- luwill/research-skills
research-proposal is an agent skill that generates literature-backed PhD and grant research proposals in English or Chinese for developers and researchers preparing academic applications.
About
research-proposal is an agent skill from luwill/research-skills (version 1.0.0) that drafts Nature Reviews-style academic research proposals for PhD applications and grant pre-work. The skill adapts structure and tone for STEM, humanities, and social sciences, supports English or Chinese output, and uses WebSearch, Read, Write, and Zotero search tools to ground outlines in real literature. Developers reach for research-proposal when a user asks to write a research proposal, create a PhD plan, or draft doctoral application documents with field-specific academic conventions rather than generic essay copy.
- Structured 5-phase workflow: requirements, literature, outline approval, drafting, and refinement
- STEM, humanities, and social sciences adaptations with Nature Reviews–style academic tone
- Bilingual output (English or Chinese) driven by user preference
- Zotero MCP integration for search, metadata, full text, annotations, and notes
- Triggers on PhD proposal phrases including 撰写研究计划 and doctoral application topics
Research Proposal by the numbers
- 776 all-time installs (skills.sh)
- +22 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #310 of 1,879 Documentation skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/luwill/research-skills --skill research-proposalAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 776 |
|---|---|
| repo stars | ★ 787 |
| Security audit | 2 / 3 scanners passed |
| Last updated | August 1, 2026 |
| Repository | luwill/research-skills ↗ |
How do you write a PhD research proposal with citations?
Produce Nature Reviews–style PhD research proposals in English or Chinese with literature-backed outlines before applications or grant drafts.
Who is it for?
Developers or researchers using AI agents to draft PhD applications, grant pre-proposals, or doctoral research plans across STEM and social sciences.
Skip if: Teams that need production code, API design docs, or software architecture proposals instead of academic research writing.
When should I use this skill?
User asks to write a research proposal, create a PhD proposal, generate a research plan, or mentions doctoral application topics in English or Chinese.
What you get
Structured research proposal draft, literature-backed outline, and field-adapted academic sections in English or Chinese.
- PhD research proposal draft
- Literature-backed outline
By the numbers
- Version 1.0.0 in skill metadata
- Supports English and Chinese output
- Covers STEM, humanities, and social sciences field adaptations
Files
Research Proposal Generator
Generate high-quality academic research proposals for PhD applications following Nature Reviews-style academic writing conventions.
Overview
This skill guides the generation of research proposals through a structured 5-phase workflow:
1. Requirements Gathering - Collect research topic, domain, language preferences 2. Literature Collection - Gather relevant literature from multiple sources 3. Outline Generation - Create structured outline for user approval 4. Content Writing - Generate full proposal based on approved outline 5. Output & Review - Deliver Markdown file with quality checklist
Target Output: 2,000-4,000 words (default ~3,000 words) for PhD applications.
---
Phase 1: Requirements Gathering
Use AskUserQuestion to collect the following information:
Required Information
1. Research Topic/Direction
- What is the core research question or area?
- Any specific problems to address?
2. Academic Domain
- STEM (Science, Technology, Engineering, Mathematics)
- Humanities (History, Philosophy, Literature, Languages)
- Social Sciences (Sociology, Psychology, Economics, Political Science)
3. Output Language
- English
- 中文 (Chinese)
4. Target Word Count
- Default: 3,000 words
- Range: 2,000-4,000 words (humanities may extend to 10,000)
Optional Information
5. Target Institution(s)
- University/research group names
- Specific faculty members of interest
6. Existing Materials
- User's prior research or publications
- Relevant literature already collected in Zotero
Example Questions
Questions to ask the user:
1. "What is your research topic or direction? Please describe the core question or problem you want to investigate."
2. "Which academic domain does your research belong to?"
- STEM (Science, Technology, Engineering, Mathematics)
- Humanities (History, Philosophy, Literature)
- Social Sciences (Sociology, Psychology, Economics)
3. "What language should the proposal be written in?"
- English
- 中文 (Chinese)
4. "Do you have a target word count? (Default: ~3,000 words)"
5. "Are you applying to specific institutions or working with particular faculty?"
6. "Have you uploaded relevant literature to your Zotero library that I should reference?"---
Phase 2: Literature Collection
Literature Sources Strategy
┌─────────────────────────────────────────────────────────┐
│ Literature Sources │
├─────────────────────────────────────────────────────────┤
│ General Info → WebSearch (trends, news, reviews) │
│ Open Access → arXiv, PubMed (preprints, OA papers)│
│ Closed Access → Zotero MCP (user's uploaded papers) │
└─────────────────────────────────────────────────────────┘Using WebSearch
Search for:
- Recent review articles and meta-analyses
- Research trends and emerging topics
- News about breakthroughs in the field
- Methodological advances
Example searches:
"{topic} systematic review 2024 2025"
"{topic} research trends future directions"
"{topic} methodology recent advances"Using Zotero MCP
IMPORTANT: Remind users to upload relevant closed-access literature to Zotero before starting.
Search User's Library
# Search by topic keywords
Use: mcp__zotero__zotero_search_items
Parameters: query = "{research topic keywords}"
# Advanced search with filters
Use: mcp__zotero__zotero_advanced_search
Parameters: conditions based on author, title, year, tags
# Semantic search for related papers
Use: mcp__zotero__zotero_semantic_search
Parameters: query = "{research question}"Retrieve Paper Content
# Get full text content
Use: mcp__zotero__zotero_get_item_fulltext
Parameters: item_key = "{item key from search}"
# Get user's annotations and highlights
Use: mcp__zotero__zotero_get_annotations
Parameters: item_key = "{item key}"
# Get user's notes
Use: mcp__zotero__zotero_get_notes
Parameters: item_key = "{item key}"Literature Organization
Organize collected literature into categories: 1. Background/Context - Foundational papers establishing the field 2. Current State - Recent advances and state-of-the-art 3. Research Gap - Papers identifying limitations or open questions 4. Methodology - Papers with relevant methods to adopt/adapt 5. Related Work - Adjacent research areas for comparison
---
Phase 3: Outline Generation
Proposal Structure by Domain
Read the reference file for domain-specific guidance:
references/STRUCTURE_GUIDE.md- Detailed section guidelinesreferences/DOMAIN_TEMPLATES.md- STEM vs Humanities differences
Standard Outline Template
# [Research Title]
## Abstract (150-300 words, 5-10%)
- Research problem summary
- Research questions/objectives
- Methodology overview
- Expected significance
## 1. Introduction (500-800 words, 15-20%)
### 1.1 Background and Context
### 1.2 Problem Statement
### 1.3 Research Questions/Objectives
### 1.4 Scope and Delimitations
## 2. Literature Review (500-1000 words, 20-25%)
### 2.1 Theoretical Framework
### 2.2 Current State of Research
### 2.3 Research Gap Analysis
### 2.4 Positioning of This Study
## 3. Methodology (500-800 words, 20-25%)
### 3.1 Research Design
### 3.2 Data Collection Methods
### 3.3 Data Analysis Approach
### 3.4 Validity and Limitations
## 4. Timeline (200-300 words, 5-10%)
### 4.1 Research Phases
### 4.2 Key Milestones
### 4.3 Gantt Chart (optional)
## 5. Significance and Expected Contributions (200-400 words, 10-15%)
### 5.1 Theoretical Contributions
### 5.2 Practical Implications
### 5.3 Broader Impact
## References (minimum 40 references)Note: Do NOT include Appendix sections. All essential content should be integrated into the main body.
User Confirmation
CRITICAL: Present the outline to the user and wait for confirmation before proceeding to content generation.
Present the generated outline and ask:
"Here is the proposed outline for your research proposal:
[Display outline with section titles and estimated word counts]
Please review and let me know:
1. Is the overall structure acceptable?
2. Would you like to add, remove, or modify any sections?
3. Should any section receive more/less emphasis?
I will proceed with content generation once you approve the outline."---
Phase 4: Content Writing
Writing Style Guidelines
Read and apply: references/WRITING_STYLE_GUIDE.md
Key Principles
1. Academic Register
- Formal tone, avoid colloquialisms
- Third person preferred, limited first person plural ("we")
- Precise terminology
2. Prose-Based Writing Style (CRITICAL)
AVOID point-by-point enumeration. Academic proposals should read as flowing, connected prose rather than bulleted lists or numbered items. Use transitional phrases and coherent paragraphs to present ideas.
| Avoid | Use Instead |
|---|---|
| Bullet points listing objectives | Integrated paragraph describing objectives with transitions |
| Numbered lists of contributions | Narrative prose explaining contributions in context |
| Tables for methodology steps | Flowing description of research design |
When lists ARE appropriate (use sparingly):
- Research questions/objectives (as a focused set of 2-4 items)
- Timeline milestones (where tabular format aids clarity)
- Technical specifications that require precise enumeration
Example transformation:
❌ Poor (point-by-point):
The contributions include:
- Novel segmentation algorithm
- Multi-modal fusion framework
- Clinical validation study✓ Good (prose-based):
This research is expected to advance the field through several interconnected
contributions. First, the development of a novel segmentation algorithm will
enable automated plaque detection with accuracy surpassing current methods.
Building on this foundation, a multi-modal fusion framework will integrate
complementary imaging data to capture plaque characteristics inaccessible to
any single modality. Finally, rigorous clinical validation will establish
the prognostic value of these computational biomarkers for predicting
cardiovascular events.3. Hedging Language (Academic Caution)
| Avoid | Use Instead |
|---|---|
| "will prove" | "aims to demonstrate" |
| "definitely" | "likely", "potentially" |
| "is obvious" | "evidence suggests" |
| "proves" | "indicates", "demonstrates" |
3. Sentence Templates
Introducing Background:
- "Over the past decade, [X] has emerged as a critical area of..."
- "Recent advances in [X] have opened new possibilities for..."
Identifying Gaps:
- "However, [X] remains poorly understood."
- "Despite these advances, significant challenges persist in..."
- "A critical gap exists in our understanding of..."
Stating Objectives:
- "This research aims to address [X] by..."
- "The primary objective of this study is to..."
- "This proposal seeks to investigate..."
Methodology Justification:
- "Building on previous work, this study proposes to..."
- "This approach was selected because..."
- "[Method] offers several advantages for studying [X]..."
Expected Contributions:
- "This work has the potential to advance..."
- "The findings may contribute to..."
- "This research could provide insights into..."
4. Transitions and Connectors
- Addition: Moreover, Furthermore, In addition, Additionally
- Contrast: However, Nevertheless, Conversely, On the other hand
- Causation: Therefore, Consequently, As a result, Thus
- Emphasis: Importantly, Notably, Of particular significance
- Sequence: First, Subsequently, Finally, Following this
5. Paragraph Structure
Topic Sentence → Supporting Evidence (with citations) → Synthesis/Implications- 4-8 sentences per paragraph
- Clear logical progression
- Explicit transitions between paragraphs
Citation Formatting
Based on domain:
- STEM: APA style (Author, Year)
- Humanities: MLA or Chicago style
- Social Sciences: APA or Chicago style
First mention of abbreviations: "coronary CT angiography (CCTA)"
Integrate citations into text: "Recent studies (Smith et al., 2023; Jones, 2024) have demonstrated..."
Figure Suggestions
IMPORTANT: Include suggestions for figures at appropriate locations throughout the proposal. Figures significantly enhance readability and demonstrate the applicant's ability to communicate complex ideas visually.
Figure Placement Guidelines
Insert figure suggestions using the following format:
> **[Figure 1 Suggestion]** *Title: Overview of the proposed research framework*
> Content: A flowchart or schematic diagram illustrating the three-phase research
> design, showing data flow from imaging modalities through AI processing to
> clinical outcomes. Include icons for CCTA/IVUS/OCT inputs, deep learning
> modules, and output predictions.
> Recommended style: Clean vector graphics with consistent color scheme.Recommended Figure Types by Section
| Section | Suggested Figure Type |
|---|---|
| Introduction | Conceptual diagram showing research scope and positioning |
| Literature Review | Timeline of key developments; Taxonomy/classification of existing methods |
| Methodology | Research framework flowchart; Network architecture diagram; Data processing pipeline |
| Timeline | Gantt chart showing research phases and milestones |
| Significance | Impact diagram showing theoretical and practical contributions |
Figure Suggestion Principles
1. Strategic placement: Suggest 3-5 figures for a 3,000-word proposal 2. Self-explanatory: Each figure should convey key information without requiring extensive caption reading 3. Consistent style: Recommend unified visual language (colors, fonts, icons) 4. Professional quality: Suggest tools (e.g., Adobe Illustrator, draw.io, BioRender for biomedical) 5. Accessibility: Recommend colorblind-friendly palettes and sufficient contrast
Language-Specific Considerations
English Output
- Follow standard academic English conventions
- Use British or American English consistently
- Maintain formal register throughout
Chinese Output (中文)
- 使用规范学术中文
- 适当使用 hedging 语言:
- "本研究旨在探讨..." (not "本研究将证明...")
- "研究结果可能表明..." (not "研究结果必定显示...")
- "有望推进..." (not "肯定会推进...")
- 保持正式学术语体
- 参考文献格式遵循 GB/T 7714
---
Phase 5: Output and Review
File Generation
Generate the proposal as a Markdown file:
proposal_{topic_slug}_{YYYY-MM-DD}.mdSave to user's working directory or specified location.
Quality Checklist
Read and apply: references/QUALITY_CHECKLIST.md
Verify:
Structure
- [ ] All required sections present
- [ ] Word counts within specified ranges
- [ ] Logical flow between sections
- [ ] Clear section headings
Content
- [ ] Research questions clearly stated
- [ ] Literature review identifies specific gap
- [ ] Methodology appropriate for research questions
- [ ] Timeline realistic and detailed
- [ ] Significance clearly articulated
Academic Style
- [ ] Formal academic tone throughout
- [ ] Appropriate hedging language used
- [ ] Smooth transitions between sections
- [ ] No colloquialisms or informal expressions
- [ ] Prose-based writing (minimal bullet points/lists)
- [ ] Lists used ONLY where truly necessary (e.g., research questions, timeline)
Figures
- [ ] 3-5 figure suggestions included at appropriate locations
- [ ] Figure suggestions include title, content description, and style recommendations
- [ ] Figures distributed across sections (not clustered)
- [ ] Each figure serves a clear communicative purpose
Citations
- [ ] All claims supported by references
- [ ] Citation format consistent
- [ ] Minimum 40 references for PhD proposals
- [ ] Recent literature included (~60% from last 5 years)
- [ ] Seminal/foundational works cited where appropriate
- [ ] Balance across different research groups/institutions
Technical
- [ ] No grammatical errors
- [ ] Abbreviations defined on first use
- [ ] Consistent terminology
- [ ] Proper markdown formatting
Format Conversion Guidance
Provide user with conversion instructions:
# Convert to Word document
pandoc proposal.md -o proposal.docx
# Convert to PDF (requires LaTeX)
pandoc proposal.md -o proposal.pdf
# Convert to PDF with custom styling
pandoc proposal.md -o proposal.pdf --template=academic.latex---
Reference Files
This skill uses the following reference documents:
| File | Purpose |
|---|---|
references/STRUCTURE_GUIDE.md | Detailed section-by-section writing guide |
references/DOMAIN_TEMPLATES.md | STEM vs Humanities structural differences |
references/WRITING_STYLE_GUIDE.md | Nature Reviews academic writing style |
references/QUALITY_CHECKLIST.md | Complete quality verification checklist |
references/LITERATURE_WORKFLOW.md | Literature collection workflow details |
assets/proposal_scaffold_en.md | English template scaffold |
assets/proposal_scaffold_zh.md | Chinese template scaffold |
---
Workflow Summary
┌──────────────────────────────────────────────────────────────────┐
│ Research Proposal Generation │
├──────────────────────────────────────────────────────────────────┤
│ │
│ Phase 1: Requirements [Interactive] │
│ │ └─ Topic, Domain, Language, Word Count │
│ ▼ │
│ Phase 2: Literature [Automatic] │
│ │ └─ WebSearch + Zotero MCP │
│ ▼ │
│ Phase 3: Outline [Interactive - User Approval Required] │
│ │ └─ Generate outline → User confirms → Proceed │
│ ▼ │
│ Phase 4: Content [Automatic - One-shot Generation] │
│ │ └─ Write all sections based on approved outline │
│ ▼ │
│ Phase 5: Output [Delivery] │
│ └─ Markdown file + Quality checklist + Conversion tips │
│ │
└──────────────────────────────────────────────────────────────────┘---
Error Handling
No Zotero Literature Found
If user's Zotero library has no relevant papers: 1. Inform user of the limitation 2. Rely more heavily on WebSearch for open-access sources 3. Suggest user upload relevant papers and retry
Insufficient Information
If topic is too vague: 1. Ask clarifying questions about specific aspects 2. Suggest narrowing the research scope 3. Provide examples of well-defined research questions
Word Count Constraints
If content exceeds target: 1. Prioritize essential sections (Introduction, Methodology) 2. Condense literature review to key points 3. Offer expanded version as separate file
---
Notes
- This skill is designed specifically for PhD applications
- Default output is approximately 3,000 words
- Always confirm outline with user before content generation
- Follow Nature Reviews-style academic writing conventions
- Support both English and Chinese output
- Minimum 40 references required for comprehensive literature coverage
- Include figure suggestions at appropriate locations (3-5 figures recommended)
- NO appendices in the output - keep all content in main body sections
- Prefer flowing prose over bullet points and numbered lists
[Research Title: Include Key Concepts, Research Object, and Approach]
Degree Program: Doctor of Philosophy (PhD) Field/Department: [Your Field] Target Institution: [University/Institution Name] Date: [Month Year] Word Count: [Approximately 3,000 words]
---
Abstract
[Write 150-300 words summarizing the entire proposal. Include:]
[Background: 1-2 sentences establishing the field and its importance]
[Problem: 1-2 sentences identifying the specific gap or issue]
[Objectives: 1-2 sentences stating what this research aims to achieve]
[Methodology: 2-3 sentences briefly describing the research approach]
[Significance: 1-2 sentences on expected contributions and impact]
Keywords: [keyword 1], [keyword 2], [keyword 3], [keyword 4], [keyword 5]
---
1. Introduction
1.1 Background and Context
[150-250 words]
[Opening sentence: Establish the broader field and its importance]
[Paragraph developing the context: Recent developments, trends, and why this area matters]
[Key statistics or facts that demonstrate significance]
[Narrow focus toward your specific topic area]
1.2 Problem Statement
[150-200 words]
[Identify the specific problem or gap in current knowledge/practice]
[Explain why this problem matters and what consequences it has]
[Describe limitations of current approaches to addressing this problem]
[Establish urgency or timeliness of addressing this gap]
1.3 Research Questions and Objectives
[100-150 words]
The primary research question guiding this study is:
RQ: [State your overarching research question clearly]
To address this question, the following specific objectives have been formulated:
1. Objective 1: To [verb] [specific goal] 2. Objective 2: To [verb] [specific goal] 3. Objective 3: To [verb] [specific goal]
[Optional: For STEM, include hypotheses]
1.4 Scope and Delimitations
[100-150 words]
[Define the boundaries of your research]
[Explain what aspects are NOT included and why]
[Acknowledge any limitations in scope upfront]
[Figure 1 Suggestion] Title: Conceptual overview of research scope
>
Content: A diagram illustrating the research focus area within the broader field,
showing what is included and excluded from the study scope. Use nested shapes
or a Venn diagram to visually communicate boundaries.
>
Recommended style: Clean, simple vector graphics with clear labels.
---
2. Literature Review
2.1 Theoretical Framework
[150-250 words]
[Introduce the key theories that underpin your research]
[Explain how these theories relate to your research questions]
[Identify which aspects of existing theories you will use or extend]
[If developing a new framework, explain its conceptual basis]
2.2 Current State of Research
[200-400 words]
[Summarize major findings and advances in the field]
[Organize thematically, chronologically, or methodologically]
[Identify key researchers and seminal works]
[Trace the evolution of understanding in this area]
[Example paragraph structure:]
[Topic sentence introducing a theme]. [Supporting evidence with citation (Author, Year)]. [Additional evidence (Author, Year; Author, Year)]. [Synthesis of what these findings mean]. [Transition to next theme or gap identification].
2.3 Research Gap Analysis
[100-200 words]
[Synthesize limitations identified across the literature]
Despite significant progress in [area], several critical gaps remain:
1. Gap 1: [Specific knowledge/methodological/population gap] 2. Gap 2: [Another specific gap] 3. Gap 3: [Another specific gap, if applicable]
[Explain why these gaps matter and warrant investigation]
2.4 Positioning of This Study
[100-150 words]
[Explain how your research addresses the identified gaps]
[Articulate what makes your approach novel or distinctive]
[Connect your study to the theoretical framework established earlier]
[Clarify your contribution to the existing body of knowledge]
---
3. Methodology
3.1 Research Design
[100-150 words]
[State your overall approach: quantitative, qualitative, or mixed methods]
[Explain the specific research design type]
[Justify why this design is appropriate for your research questions]
This study employs a [quantitative/qualitative/mixed methods] approach, specifically utilizing a [design type] design. This approach is appropriate because [justification linked to research questions].
[Figure 2 Suggestion] Title: Research framework and methodology overview
>
Content: A flowchart illustrating the overall research design, showing the
relationship between data sources, processing methods, and outputs. Include
the main phases of the research with arrows indicating data flow and dependencies.
>
Recommended style: Flowchart with consistent shapes (rectangles for processes,
parallelograms for data, diamonds for decisions). Use a coherent color scheme.
3.2 Data Collection Methods
[150-250 words]
Data Sources: [Describe what data you will collect]
Sampling Strategy: [Explain your sampling approach and sample size]
Instruments/Tools: [Describe surveys, interview protocols, equipment, datasets, etc.]
Procedure: [Step-by-step description of data collection process]
Ethical Considerations: [Address informed consent, confidentiality, ethics approval if applicable]
3.3 Data Analysis Approach
[150-250 words]
[Describe your analytical methods]
[For quantitative: statistical tests, software, significance levels]
[For qualitative: coding approach, analysis framework, software]
[Explain how analysis addresses each research question/objective]
| Research Question | Analysis Method |
|---|---|
| RQ1 / Objective 1 | [Analysis approach] |
| RQ2 / Objective 2 | [Analysis approach] |
| RQ3 / Objective 3 | [Analysis approach] |
3.4 Validity, Reliability, and Limitations
[100-150 words]
Ensuring Quality: [Describe measures to ensure validity/reliability/trustworthiness]
Anticipated Limitations: [Acknowledge potential limitations of your methodology]
Mitigation Strategies: [Explain how you will address or minimize these limitations]
---
4. Timeline
4.1 Research Phases
[Describe each major phase of your research]
| Phase | Duration | Key Activities | Deliverables |
|---|---|---|---|
| Phase 1: [Name] | Months 1-[X] | [Activities] | [Outputs] |
| Phase 2: [Name] | Months [X]-[Y] | [Activities] | [Outputs] |
| Phase 3: [Name] | Months [Y]-[Z] | [Activities] | [Outputs] |
| Phase 4: [Name] | Months [Z]-[Final] | [Activities] | [Outputs] |
4.2 Key Milestones
- Month [X]: [Milestone 1]
- Month [Y]: [Milestone 2]
- Month [Z]: [Milestone 3]
- Month [Final]: Thesis submission
4.3 Contingency Considerations
[Brief note on flexibility and alternative approaches if challenges arise]
[Figure 3 Suggestion] Title: Research timeline and milestones
>
Content: A Gantt chart showing the four research phases across the PhD duration,
with overlapping periods for parallel activities. Include diamond markers for
key milestones (e.g., proposal defense, data collection completion, thesis submission).
>
Recommended style: Horizontal bar chart with color-coded phases, clear date/month
markers along the x-axis, and milestone annotations. Consider using distinct
colors for each phase to improve readability.
---
5. Significance and Expected Contributions
5.1 Theoretical Contributions
[100-150 words]
[Describe the new knowledge this research will generate]
[Explain how findings will advance theory in the field]
[Note any methodological innovations]
This research is expected to contribute to [field] by: 1. [Theoretical contribution 1] 2. [Theoretical contribution 2]
5.2 Practical Implications
[100-150 words]
[Describe applications to practice, policy, or industry]
[Explain who will benefit from this research]
[Connect to real-world problems or needs]
The findings may have implications for:
- [Stakeholder/domain 1]: [How they benefit]
- [Stakeholder/domain 2]: [How they benefit]
5.3 Broader Impact
[50-100 words]
[Connect your research to larger societal challenges]
[Discuss interdisciplinary relevance if applicable]
[Articulate your vision for the long-term impact of this work]
---
References
[Follow appropriate citation style: APA, MLA, or Chicago]
[Minimum 40 references for PhD proposal]
[Include mix of foundational works (~40%) and recent publications (last 5 years, ~60%)]
[Ensure balance across different research groups and institutions]
<!-- Example APA format entries: -->
Author, A. A., & Author, B. B. (Year). Title of article. Journal Name, Volume(Issue), pages. https://doi.org/xxxxx
Author, A. A. (Year). Title of book. Publisher.
Author, A. A., Author, B. B., & Author, C. C. (Year). Title of chapter. In E. E. Editor (Ed.), Title of book (pp. xx-xx). Publisher.
---
Total Word Count: [~3,000 words excluding references]
Note: Do NOT include Appendix sections. All essential content should be integrated into the main body of the proposal.
[研究题目:包含核心概念、研究对象与研究路径]
学位类型: 博士研究生 学科/院系: [所属学科] 目标院校: [大学/研究机构名称] 日期: [年月] 字数: [约3,000字]
---
摘要
[撰写150-300字,概述整个研究计划。包含:]
[背景:1-2句确立研究领域及其重要性]
[问题:1-2句指出具体的研究空白或问题]
[目标:1-2句陈述本研究的目标]
[方法:2-3句简要描述研究方法]
[意义:1-2句说明预期贡献和影响]
关键词: [关键词1];[关键词2];[关键词3];[关键词4];[关键词5]
---
一、引言
1.1 研究背景
[150-250字]
[开头句:确立研究领域的重要性]
[展开段落:近年发展趋势,为何该领域值得关注]
[关键数据或事实,证明研究的必要性]
[逐步聚焦到具体研究主题]
1.2 问题陈述
[150-200字]
[指出当前知识/实践中的具体问题或空白]
[解释该问题的重要性及其影响]
[描述现有方法的局限性]
[说明研究的紧迫性或时代性]
1.3 研究问题与目标
[100-150字]
本研究拟解决的核心问题是:
核心问题: [清晰陈述主要研究问题]
为解决上述问题,本研究设定以下具体目标:
1. 目标一: [动词][具体目标] 2. 目标二: [动词][具体目标] 3. 目标三: [动词][具体目标]
[可选:对于理工科研究,可补充研究假设]
1.4 研究范围与边界
[100-150字]
[界定研究边界]
[说明哪些方面不在研究范围内及原因]
[预先承认研究范围的局限性]
[图1建议] 标题:研究范围概念图
>
内容:展示本研究在整个领域中的定位,明确研究边界和排除范围。
可采用嵌套图形或韦恩图形式直观呈现研究聚焦点。
>
建议风格:简洁的矢量图形,清晰的标注说明。
---
二、文献综述
2.1 理论框架
[150-250字]
[介绍支撑本研究的核心理论]
[阐明这些理论与研究问题的关联]
[说明将使用或扩展现有理论的哪些方面]
[如构建新框架,解释其概念基础]
2.2 研究现状
[200-400字]
[总结该领域的主要发现和进展]
[按主题、时间或方法进行组织]
[指出关键学者和里程碑式成果]
[追溯该领域认识的演变过程]
[段落结构示例:]
[主题句引出一个主题]。[支撑证据及引用(作者,年份)]。[更多证据(作者,年份;作者,年份)]。[综合阐述这些发现的意义]。[过渡到下一主题或指出研究空白]。
2.3 研究空白分析
[100-200字]
[综合文献中发现的局限性]
尽管[领域]已取得显著进展,但仍存在以下关键空白:
1. 空白一: [具体的知识/方法/研究对象空白] 2. 空白二: [另一具体空白] 3. 空白三: [如有,另一具体空白]
[解释这些空白为何值得研究]
2.4 本研究的定位
[100-150字]
[说明本研究如何填补上述空白]
[阐明本研究的创新之处]
[将研究与前文的理论框架相连接]
[明确本研究对现有知识体系的贡献]
---
三、研究方法
3.1 研究设计
[100-150字]
[陈述总体研究路径:定量、定性或混合方法]
[说明具体的研究设计类型]
[论证该设计为何适合本研究问题]
本研究采用[定量/定性/混合]方法,具体运用[设计类型]设计。选择该方法的原因在于[与研究问题相关的论证]。
[图2建议] 标题:研究框架与方法论概览
>
内容:流程图形式展示整体研究设计,包括数据来源、处理方法和输出结果
之间的关系。标明研究的主要阶段,用箭头表示数据流向和各阶段依赖关系。
>
建议风格:采用统一的图形符号(矩形表示处理过程,平行四边形表示数据,
菱形表示决策点),使用协调的配色方案。
3.2 数据收集方法
[150-250字]
数据来源: [描述将收集的数据]
抽样策略: [说明抽样方法和样本规模]
研究工具: [描述问卷、访谈提纲、设备、数据集等]
研究程序: [分步描述数据收集流程]
伦理考量: [说明知情同意、保密措施、伦理审批(如适用)]
3.3 数据分析方法
[150-250字]
[描述分析方法]
[定量研究:统计检验、软件、显著性水平]
[定性研究:编码方法、分析框架、软件]
[说明分析如何回应各研究问题/目标]
| 研究问题 | 分析方法 |
|---|---|
| 问题1/目标一 | [分析方法] |
| 问题2/目标二 | [分析方法] |
| 问题3/目标三 | [分析方法] |
3.4 效度、信度与局限性
[100-150字]
质量保障措施: [描述确保效度/信度/可信性的措施]
预期局限性: [承认方法论的潜在局限]
应对策略: [说明如何解决或减轻这些局限]
---
四、研究进度安排
4.1 研究阶段
[描述研究的主要阶段]
| 阶段 | 时间 | 主要工作 | 预期成果 |
|---|---|---|---|
| 第一阶段: [名称] | 第1-[X]月 | [工作内容] | [产出] |
| 第二阶段: [名称] | 第[X]-[Y]月 | [工作内容] | [产出] |
| 第三阶段: [名称] | 第[Y]-[Z]月 | [工作内容] | [产出] |
| 第四阶段: [名称] | 第[Z]-[末]月 | [工作内容] | [产出] |
4.2 关键节点
- 第[X]月: [里程碑1]
- 第[Y]月: [里程碑2]
- 第[Z]月: [里程碑3]
- 第[末]月: 提交学位论文
4.3 应急预案
[简要说明如遇困难时的灵活安排和替代方案]
[图3建议] 标题:研究进度甘特图
>
内容:展示四个研究阶段在博士学习期间的时间安排,包括并行开展的活动。
用菱形标记关键里程碑(如开题答辩、数据收集完成、论文提交等)。
>
建议风格:横向条形图,X轴标注月份/年份,各阶段用不同颜色区分,
清晰标注里程碑节点。
---
五、研究意义与预期贡献
5.1 理论贡献
[100-150字]
[描述本研究将产生的新知识]
[说明研究发现将如何推进该领域的理论发展]
[如有方法论创新,予以说明]
本研究预期将在以下方面为[学科]做出贡献: 1. [理论贡献一] 2. [理论贡献二]
5.2 实践意义
[100-150字]
[描述对实践、政策或产业的应用价值]
[说明哪些群体将从本研究中受益]
[与现实问题或需求相联系]
研究结果可能对以下领域产生启示:
- [利益相关者/领域1]:[受益方式]
- [利益相关者/领域2]:[受益方式]
5.3 社会影响
[50-100字]
[将研究与更宏观的社会挑战相联系]
[如适用,讨论跨学科意义]
[阐述对本研究长期影响的愿景]
---
参考文献
[遵循相应的引用格式:GB/T 7714、APA或其他]
[博士研究计划至少包含40篇参考文献]
[兼顾经典文献(约40%)和近五年新成果(约60%)]
[确保引用来源的多样性,避免过度依赖单一研究团队]
<!-- GB/T 7714格式示例: -->
[1] 作者. 题名[J]. 刊名, 年, 卷(期): 起止页码.
[2] 作者. 书名[M]. 出版地: 出版者, 出版年.
[3] 作者. 题名[C]//编者. 文集名. 出版地: 出版者, 出版年: 起止页码.
[4] 作者. 题名[D]. 保存地: 保存单位, 年份.
---
总字数:[约3,000字,不含参考文献]
注意: 研究计划正文中不应包含附录部分。所有核心内容应整合在正文各章节中。
---
学术中文写作要点
常用学术表达
| 功能 | 推荐表达 |
|---|---|
| 引出背景 | 近年来...日益受到关注;随着...的发展 |
| 指出问题 | 然而,...仍存在以下问题;尽管如此,...仍面临挑战 |
| 陈述目标 | 本研究旨在...;本文拟探讨... |
| 方法说明 | 采用...方法,对...进行分析 |
| 谦逊表达 | 可能表明;有望揭示;在一定程度上 |
| 预期贡献 | 研究结果将有助于...;有望为...提供参考 |
避免的表达
| 避免 | 改为 |
|---|---|
| 肯定会证明 | 有望表明、可能揭示 |
| 彻底解决 | 有助于解决、为...提供新思路 |
| 完全正确 | 基本合理、大体上 |
| 我认为 | 本研究认为、研究表明 |
| 口语化表达 | 规范书面语 |
Domain-Specific Templates
Guidance for adapting research proposals to different academic domains.
---
Overview: Domain Differences
| Dimension | STEM | Humanities | Social Sciences |
|---|---|---|---|
| Length | Shorter (2,000-3,000) | Longer (3,000-10,000) | Medium (2,500-4,000) |
| Focus | Methodology, experiments | Theory, interpretation | Methods + theory |
| Hypothesis | Explicit, testable | Research questions | Both used |
| Literature | Recent (5 years) | Broader historical | Mix |
| Citations | APA | MLA/Chicago | APA/Chicago |
| Voice | Passive preferred | Active acceptable | Mixed |
---
STEM Domain (Science, Technology, Engineering, Mathematics)
Structural Emphasis
STEM Proposal Structure (~2,500 words)
Abstract 150-200 words (6%)
Introduction 400-500 words (18%)
- Background/Motivation 150 words
- Problem Statement 150 words
- Objectives/Hypotheses 100 words
Literature Review 400-500 words (18%)
- State of the Art 300 words
- Research Gap 200 words
Methodology 600-800 words (28%) ← HEAVY EMPHASIS
- Research Design 150 words
- Materials/Equipment 150 words
- Experimental Protocol 200 words
- Data Analysis 200 words
- Validation 100 words
Timeline 200 words (8%)
Expected Outcomes 300 words (12%)
- Scientific Contribution 150 words
- Publications Plan 100 words
- Potential Applications 50 words
References 30-50 citationsKey Characteristics
Hypothesis-Driven
- State clear, testable hypotheses
- Define variables (independent, dependent, controlled)
- Specify expected outcomes
**Hypothesis 1:** [Independent variable] will [effect] [dependent variable]
when [conditions].
**Hypothesis 2:** The proposed [method] will achieve [metric] performance
compared to [baseline].Technical Precision
- Exact specifications for equipment/software
- Detailed protocols with parameters
- Quantifiable success metrics
Preliminary Results
- If available, include pilot study data
- Demonstrate feasibility
- Show you have necessary skills
Methodology Section Template (STEM)
## 3. Methodology
### 3.1 Research Design
This research employs a [quantitative/experimental/computational] approach
to investigate [research questions]. The study comprises [N] phases:
[Phase 1], [Phase 2], and [Phase 3].
### 3.2 Materials and Equipment
The following resources are required:
- **Hardware**: [specific equipment, models, specifications]
- **Software**: [programs, versions, licenses]
- **Materials**: [reagents, samples, datasets]
- **Facilities**: [lab access, computing resources]
### 3.3 Experimental Protocol
**Phase 1: [Name]**
1. [Step 1 with parameters]
2. [Step 2 with parameters]
3. [Expected output]
**Phase 2: [Name]**
[Similar detailed steps]
### 3.4 Data Analysis
Data will be analyzed using [software/method]. Specifically:
- [Analysis 1]: [technique] to measure [metric]
- [Analysis 2]: [statistical test] to evaluate [hypothesis]
Statistical significance will be set at p < 0.05.
### 3.5 Validation
To ensure validity:
- [Validation method 1]
- [Validation method 2]
- Comparison with [benchmark/baseline]STEM-Specific Language
Technical verbs:
- analyze, characterize, synthesize, optimize
- validate, calibrate, quantify, measure
- implement, develop, deploy, integrate
Precision phrases:
- "with a precision of ±X%"
- "under controlled conditions of [parameters]"
- "achieving [metric] > [threshold]"
- "statistically significant at p < 0.05"
---
Humanities Domain (History, Philosophy, Literature, Languages, Arts)
Structural Emphasis
Humanities Proposal Structure (~4,000 words)
Abstract 250-300 words (7%)
Introduction 600-800 words (18%)
- Context/Significance 300 words
- Central Argument 200 words
- Research Questions 200 words
Literature Review 1000-1500 words (30%) ← HEAVY EMPHASIS
- Theoretical Framework 400 words
- Historiography/Field 600 words
- Positioning 300 words
Methodology 400-600 words (12%)
- Sources/Archives 200 words
- Analytical Approach 200 words
- Interpretive Framework 200 words
Chapter Outline 400-500 words (12%) ← UNIQUE TO HUMANITIES
Timeline 200-300 words (6%)
Significance 400-500 words (12%)
References 50-100 citationsKey Characteristics
Argument-Driven
- Central thesis or argument
- Research questions, not hypotheses
- Interpretive rather than predictive
**Central Argument:**
This dissertation argues that [thesis statement]. By examining [sources/texts],
this research demonstrates how [phenomenon] reveals [insight] about [broader
significance].
**Research Questions:**
1. How did [historical actors/texts] [action/represent] [phenomenon]?
2. What [factors/discourses] shaped [development/interpretation]?
3. In what ways does [case study] illuminate [broader theoretical issue]?Theoretical Sophistication
- Engage with major theorists
- Position within intellectual traditions
- Critical analysis of theory itself
Source-Based
- Primary sources (archives, texts, artifacts)
- Language requirements
- Access and travel considerations
Literature Review Template (Humanities)
## 2. Literature Review
### 2.1 Theoretical Framework
This research draws on [theoretical tradition] as articulated by [key
theorists]. [Theorist A]'s concept of [concept] provides a framework for
understanding [aspect of research]. However, [Theorist B] offers a
complementary perspective, arguing that [alternative view].
Building on these foundations, this study employs [specific theoretical
lens] to analyze [research focus]. This approach is particularly suited
to [justification] because [reasons].
### 2.2 Historiography / State of the Field
Scholarly attention to [topic] has evolved considerably over the past
[timeframe]. Early studies, such as [Author (Year)], focused primarily
on [aspect], establishing [finding/interpretation].
The field underwent significant transformation with [Author (Year)]'s
influential work, which challenged [previous assumption] by demonstrating
[new insight]. Subsequent scholars have built on this foundation,
exploring [development 1], [development 2], and [development 3].
More recently, scholars have turned to [new approach/topic]. [Author
(Year)] examines [specific focus], while [Author (Year)] investigates
[related area]. These studies reveal [emerging themes/debates].
### 2.3 Research Gap and Positioning
Despite this rich body of scholarship, significant questions remain
unexplored. First, [gap 1]. Second, [gap 2]. Third, [gap 3].
This dissertation addresses these gaps by [approach]. Unlike previous
studies that [limitation], this research [differentiation]. By [method],
this study offers new insights into [contribution].Chapter Outline (Unique to Humanities)
## Provisional Chapter Outline
**Chapter 1: Introduction**
Introduces the central argument, contextualizes the study, and outlines
the dissertation structure.
**Chapter 2: [Thematic Title]**
Examines [topic/period/text] to establish [foundational argument].
Primary sources: [list key sources]
**Chapter 3: [Thematic Title]**
Analyzes [topic/period/text] to demonstrate [developing argument].
Primary sources: [list key sources]
**Chapter 4: [Thematic Title]**
Investigates [topic/period/text] to explore [complicating factors].
Primary sources: [list key sources]
**Chapter 5: Conclusion**
Synthesizes findings, articulates contributions, and suggests directions
for future research.Humanities-Specific Language
Interpretive verbs:
- argue, contend, posit, suggest
- examine, analyze, interrogate, explore
- illuminate, reveal, demonstrate, trace
Analytical phrases:
- "close reading of [text] reveals..."
- "situating [phenomenon] within [context] allows us to see..."
- "this analysis complicates the prevailing narrative by..."
- "reading [source] against [context] demonstrates..."
---
Social Sciences Domain (Sociology, Psychology, Economics, Political Science)
Structural Emphasis
Social Sciences Proposal Structure (~3,000 words)
Abstract 200-250 words (7%)
Introduction 500-600 words (18%)
- Background 200 words
- Problem Statement 200 words
- Research Questions 150 words
Literature Review 600-800 words (22%)
- Theoretical Framework 250 words
- Empirical Review 350 words
- Research Gap 200 words
Methodology 600-800 words (25%) ← BALANCED EMPHASIS
- Research Design 150 words
- Sampling/Participants 150 words
- Data Collection 200 words
- Data Analysis 200 words
- Ethics 100 words
Timeline 200-250 words (7%)
Significance 300-400 words (12%)
References 40-60 citationsKey Characteristics
Question-Driven with Theoretical Grounding
- Clear research questions
- Hypotheses when appropriate (quantitative)
- Theory guides but doesn't dominate
**Research Questions:**
1. What is the relationship between [variable A] and [variable B] among
[population]?
2. How do [participants] experience/perceive [phenomenon]?
3. To what extent does [factor] mediate/moderate the relationship between
[X] and [Y]?
**Hypotheses (if quantitative):**
H1: [Variable A] is positively/negatively associated with [Variable B].
H2: The relationship between [X] and [Y] is moderated by [Z].Mixed Methods Common
- Often combines quantitative and qualitative
- Sequential or concurrent designs
- Triangulation valued
Ethical Emphasis
- Human subjects considerations
- IRB/ethics approval process
- Informed consent, confidentiality
Methodology Template (Social Sciences)
## 3. Methodology
### 3.1 Research Design
This study employs a [quantitative/qualitative/mixed methods] design.
[If mixed: The study follows a [sequential/concurrent] [explanatory/
exploratory] design, beginning with [phase 1] followed by [phase 2].]
The [design type] approach is appropriate because [justification based
on research questions].
### 3.2 Participants and Sampling
**Population:** [Define target population]
**Sample:** [N] participants will be recruited using [sampling strategy].
Inclusion criteria: [list]. Exclusion criteria: [list].
**Sample size justification:** Based on [power analysis/saturation
principle/similar studies], [N] participants are required to [detect
effect/achieve saturation].
### 3.3 Data Collection
**Quantitative:** [Surveys/experiments/secondary data]
- Instrument: [name/description]
- Variables measured: [list with operationalization]
- Procedure: [step-by-step process]
**Qualitative:** [Interviews/focus groups/observation]
- Protocol: [semi-structured/structured, duration]
- Topics covered: [list]
- Recording: [audio/video, transcription process]
### 3.4 Data Analysis
**Quantitative analysis:**
- Descriptive statistics for [variables]
- [Statistical test] to examine [hypothesis 1]
- [Statistical test] to examine [hypothesis 2]
- Software: [SPSS/R/Stata]
**Qualitative analysis:**
- [Thematic/content/discourse] analysis
- Coding approach: [inductive/deductive/hybrid]
- Software: [NVivo/Atlas.ti/manual]
### 3.5 Ethical Considerations
This research will be conducted in accordance with [ethical guidelines].
IRB/Ethics approval will be obtained from [institution].
Key considerations:
- **Informed consent:** [process]
- **Confidentiality:** [data storage, anonymization]
- **Potential risks:** [identified risks and mitigation]
- **Vulnerable populations:** [if applicable, special protections]Social Sciences-Specific Language
Research verbs:
- investigate, examine, explore, assess
- compare, evaluate, measure, test
- understand, interpret, explain, predict
Methodological phrases:
- "using a [design] approach"
- "drawing on a [sampling] sample of [N] participants"
- "employing [analysis method] to identify..."
- "controlling for [confounding variables]"
---
Citation Style Quick Reference
APA (7th Edition) - STEM, Social Sciences
Journal article:
Author, A. A., & Author, B. B. (Year). Title of article. Journal Name,
Volume(Issue), pages. https://doi.org/xxxxxBook:
Author, A. A. (Year). Title of work: Subtitle. Publisher.In-text:
- (Author, Year) or Author (Year)
- (Author et al., Year) for 3+ authors
MLA (9th Edition) - Humanities (Literature, Languages)
Journal article:
Author Last, First. "Article Title." Journal Name, vol. #, no. #, Year,
pp. #-#.Book:
Author Last, First. Title of Book. Publisher, Year.In-text:
- (Author page) or Author argues "quote" (page)
Chicago (17th Edition) - History, some Humanities
Notes-Bibliography (Humanities):
Footnote: Author First Last, Title of Book (Place: Publisher, Year), page.
Bibliography: Author Last, First. Title of Book. Place: Publisher, Year.Author-Date (Sciences):
(Author Year, page)
Author, First. Year. Title. Place: Publisher.---
Language Output Considerations
English Proposals
- Maintain consistent British or American English
- Formal academic register
- Active voice acceptable, passive common in methods
- "We" for multi-author, "This study" for distance
Chinese Proposals (中文)
学术语体特征:
- 使用书面语,避免口语化表达
- 适当使用四字成语和学术术语
- 保持客观语气,避免主观判断词
- 使用"本研究"而非"我"
常用学术表达:
| 功能 | 中文表达 |
|---|---|
| 引出背景 | 随着...的发展,...日益受到关注 |
| 指出问题 | 然而,...仍存在以下问题 |
| 陈述目标 | 本研究旨在...;本文拟探讨... |
| 方法说明 | 采用...方法,对...进行分析 |
| 预期贡献 | 研究结果将有助于...;有望为...提供参考 |
参考文献格式 (GB/T 7714-2015):
期刊: 作者. 题名[J]. 刊名, 年, 卷(期): 起止页码.
专著: 作者. 书名[M]. 出版地: 出版者, 出版年.---
Domain-Specific Checklist
STEM Checklist
- [ ] Hypotheses are specific and testable
- [ ] Variables clearly defined and operationalized
- [ ] Methods section includes specific parameters
- [ ] Equipment/software versions specified
- [ ] Validation approach described
- [ ] Preliminary data included (if available)
- [ ] Realistic within lab capabilities
Humanities Checklist
- [ ] Central argument clearly stated
- [ ] Theoretical framework articulated
- [ ] Engagement with key scholars demonstrated
- [ ] Primary sources identified and accessible
- [ ] Chapter outline provided
- [ ] Language requirements addressed
- [ ] Archive/field access confirmed
Social Sciences Checklist
- [ ] Research questions linked to theory
- [ ] Sampling strategy justified
- [ ] Instruments described or referenced
- [ ] Analysis appropriate for question type
- [ ] Ethics considerations addressed
- [ ] Limitations acknowledged
- [ ] Practical significance articulated
Literature Collection Workflow
Guide for gathering relevant literature during research proposal generation.
---
Overview
┌─────────────────────────────────────────────────────────────────────────┐
│ Literature Source Strategy │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────┐ ┌──────────────────┐ ┌─────────────────────────┐ │
│ │ WebSearch │ │ Open Access │ │ Zotero MCP │ │
│ │ │ │ │ │ (User Library) │ │
│ │ • Trends │ │ • arXiv │ │ │ │
│ │ • News │ │ • PubMed │ │ • Full-text papers │ │
│ │ • Reviews │ │ • bioRxiv │ │ • User annotations │ │
│ │ • General │ │ • SSRN │ │ • User notes │ │
│ │ info │ │ • Google Scholar│ │ • Organized refs │ │
│ └──────────────┘ └──────────────────┘ └─────────────────────────┘ │
│ │ │ │ │
│ └────────────────────┴─────────────────────────┘ │
│ │ │
│ ┌─────────▼─────────┐ │
│ │ Synthesize into │ │
│ │ Proposal Sections│ │
│ └───────────────────┘ │
└─────────────────────────────────────────────────────────────────────────┘---
Phase 1: Initial Reconnaissance with WebSearch
Purpose
- Understand current landscape
- Identify key researchers and institutions
- Find recent reviews and meta-analyses
- Discover emerging trends
Search Strategies
Broad Overview Searches
Queries:
- "{topic} systematic review 2024 2025"
- "{topic} state of the art"
- "{topic} research trends"
- "{topic} future directions"Finding Key Papers
Queries:
- "{topic} seminal paper"
- "{topic} landmark study"
- "{topic} highly cited"
- "best papers {topic} {year}"Identifying Gaps
Queries:
- "{topic} limitations"
- "{topic} challenges"
- "{topic} open problems"
- "{topic} future research"Methodology Discovery
Queries:
- "{topic} methodology"
- "{topic} research methods"
- "how to study {phenomenon}"
- "{method} for {topic}"Extracting Information from Web Results
When processing web search results, extract: 1. Key findings - Main results and conclusions 2. Authors/Institutions - Who is working on this 3. Timeline - When major advances occurred 4. Terminology - Field-specific vocabulary 5. Controversies - Debates and disagreements 6. Open questions - Identified gaps
---
Phase 2: Open Access Sources
arXiv (STEM, CS, Physics, Math)
Access: https://arxiv.org/
Search: https://arxiv.org/search/?query={topic}
Categories:
- cs.AI - Artificial Intelligence
- cs.LG - Machine Learning
- cs.CV - Computer Vision
- stat.ML - Statistics/ML
- physics.* - Various physics
- math.* - Various mathPubMed (Biomedical, Life Sciences)
Access: https://pubmed.ncbi.nlm.nih.gov/
Search: https://pubmed.ncbi.nlm.nih.gov/?term={topic}
Filters useful:
- Free full text
- Review articles
- Publication date range
- Article typebioRxiv/medRxiv (Biology/Medicine Preprints)
Access: https://www.biorxiv.org/ and https://www.medrxiv.org/
Note: Preprints, not peer-reviewed
Use for: Most recent findings, ongoing researchSSRN (Social Sciences, Economics)
Access: https://www.ssrn.com/
Strength: Working papers, business/economics/lawGoogle Scholar
Access: https://scholar.google.com/
Features:
- Citation counts
- Related articles
- Author profiles
- "Cited by" linksOpen Access Journals
PLOS ONE: https://journals.plos.org/plosone/
Nature Communications: https://www.nature.com/ncomms/
Scientific Reports: https://www.nature.com/srep/---
Phase 3: Zotero MCP Integration
Prerequisites
- User must have Zotero installed and configured
- Zotero MCP server must be running
- User should have uploaded relevant papers to their library
Initial Reminder to User
Before we proceed with literature collection, please ensure:
1. Your Zotero library contains relevant papers for this research topic
2. If you have specific papers you want referenced, please add them to Zotero
3. Papers with full-text PDFs attached will be most useful
If you haven't prepared your Zotero library yet, I can proceed with open-access
sources and web searches, then you can add Zotero papers later.Zotero MCP Tool Usage
Search User's Library
Basic Keyword Search:
Tool: mcp__zotero__zotero_search_items
Parameters:
query: "{research topic keywords}"
Example:
query: "deep learning medical imaging"Advanced Search:
Tool: mcp__zotero__zotero_advanced_search
Parameters:
conditions: based on:
- title contains {keyword}
- author contains {name}
- date > {year}
- tag is {tag}
Example:
conditions: [
{"field": "title", "operator": "contains", "value": "transformer"},
{"field": "date", "operator": ">", "value": "2022"}
]Semantic Search (if indexed):
Tool: mcp__zotero__zotero_semantic_search
Parameters:
query: "{natural language research question}"
Example:
query: "What methods are used for detecting cardiac abnormalities in ECG signals?"Retrieve Paper Content
Get Full Text:
Tool: mcp__zotero__zotero_get_item_fulltext
Parameters:
item_key: "{key from search results}"
Returns: Full text content of the paper (if PDF attached)Get Metadata:
Tool: mcp__zotero__zotero_get_item_metadata
Parameters:
item_key: "{key from search results}"
Returns: Title, authors, abstract, journal, year, DOI, etc.Get User Annotations:
Tool: mcp__zotero__zotero_get_annotations
Parameters:
item_key: "{key from search results}"
Returns: User's highlights and annotations on the paperGet User Notes:
Tool: mcp__zotero__zotero_get_notes
Parameters:
item_key: "{key from search results}"
Returns: Any notes the user has attached to the paperZotero Workflow Example
Step 1: Search for papers on the topic
> zotero_search_items(query="machine learning cardiac diagnosis")
Step 2: From results, identify most relevant papers (by title, year)
Step 3: Get full text of key papers
> zotero_get_item_fulltext(item_key="ABC123")
Step 4: Check for user insights
> zotero_get_annotations(item_key="ABC123")
> zotero_get_notes(item_key="ABC123")
Step 5: Get metadata for citation
> zotero_get_item_metadata(item_key="ABC123")---
Phase 4: Literature Organization
Categorization Framework
Organize collected literature into these categories:
1. Background/Context Papers
Purpose: Establish the research field
Content:
- Historical development
- Foundational concepts
- Widely-accepted theories
Typical age: Can include older seminal works2. State-of-the-Art Papers
Purpose: Show current capabilities and methods
Content:
- Recent advances
- Current best practices
- Latest methodologies
Typical age: Last 5 years3. Gap-Identifying Papers
Purpose: Support the research gap argument
Content:
- Limitations identified by others
- Calls for future research
- Reviews noting missing areas
Typical age: Recent (last 3-5 years)4. Methodology Papers
Purpose: Justify and detail methods
Content:
- Original method descriptions
- Validation studies
- Application examples
Typical age: Varies; cite original sources5. Comparative/Related Work
Purpose: Position the research
Content:
- Similar approaches
- Alternative solutions
- Adjacent research areas
Typical age: Recent preferredDocumentation Template
## Literature Collection Summary
### Background/Context (n papers)
| Citation | Key Points | Use In |
|----------|------------|--------|
| Author (Year) | Main finding | Introduction |
### State-of-the-Art (n papers)
| Citation | Key Points | Use In |
|----------|------------|--------|
| Author (Year) | Current best method | Lit Review |
### Gap-Identifying (n papers)
| Citation | Identified Gap | Use In |
|----------|----------------|--------|
| Author (Year) | "Future work should..." | Lit Review |
### Methodology (n papers)
| Citation | Method | Use In |
|----------|--------|--------|
| Author (Year) | Description of approach | Methodology |
### Related Work (n papers)
| Citation | Relation | Use In |
|----------|----------|--------|
| Author (Year) | Similar but different scope | Lit Review |---
Phase 5: Citation Preparation
Information to Collect
For each paper, capture:
- Authors (full names)
- Year of publication
- Title
- Journal/Conference/Publisher
- Volume/Issue (if applicable)
- Pages (if applicable)
- DOI or URL
- Key findings (for citing)
- Relevant quotes (with page numbers)Citation Format Examples
APA 7th Edition
Smith, J. A., & Jones, B. C. (2024). Title of article in sentence case.
Journal Name in Title Case, 15(3), 123-145. https://doi.org/10.xxxx
Multi-author (3+):
Chen, X., Wang, Y., Liu, Z., & Zhang, W. (2024). Article title.
Journal, 10(2), 45-67. https://doi.org/10.xxxx
In-text:
(Smith & Jones, 2024)
(Chen et al., 2024)MLA 9th Edition
Smith, John A., and Barbara C. Jones. "Article Title Here." Journal Name,
vol. 15, no. 3, 2024, pp. 123-145.
In-text:
(Smith and Jones 128)Chicago Author-Date
Smith, John A., and Barbara C. Jones. 2024. "Article Title Here."
Journal Name 15 (3): 123-145. https://doi.org/10.xxxx
In-text:
(Smith and Jones 2024, 128)---
Handling Different Scenarios
Scenario 1: Rich Zotero Library
User has extensive Zotero collection relevant to topic.
Strategy:
1. Start with Zotero semantic search
2. Get annotations/notes for user insights
3. Supplement with web search for recent news/trends
4. Use user's existing organization (collections, tags)Scenario 2: Empty or Sparse Zotero Library
User has no relevant papers in Zotero.
Strategy:
1. Inform user of limitation
2. Rely on WebSearch and open-access sources
3. Provide clear citations for open-access papers
4. Suggest key papers user might add to ZoteroScenario 3: Very New Topic
Limited existing literature available.
Strategy:
1. Focus on foundational/adjacent literature
2. Emphasize why topic is emerging
3. Include recent conference papers/preprints
4. Frame proposal as pioneering workScenario 4: Interdisciplinary Topic
Topic spans multiple fields.
Strategy:
1. Search across domain-specific databases
2. Identify bridging papers
3. Balance literature from each field
4. Address methodological borrowing---
Quality Checks for Literature
Coverage Check
- [ ] Seminal/foundational works included
- [ ] Recent papers (last 5 years) represented
- [ ] Multiple perspectives/approaches covered
- [ ] Key researchers in field cited
- [ ] Geographic/institutional diversity (if relevant)
Relevance Check
- [ ] Each paper directly supports a claim
- [ ] No tangential citations
- [ ] Gap papers specifically identify the gap
- [ ] Method papers describe the methods used
Balance Check
- [ ] Not over-reliant on single author/lab
- [ ] Mix of empirical and theoretical works
- [ ] Both supporting and challenging views
- [ ] Appropriate review-to-primary ratio
Recency Check
- [ ] ~80% from last 5 years
- [ ] Latest advances included
- [ ] No outdated methods cited as current
- [ ] Historical context appropriately old
---
Troubleshooting
"No results found in Zotero"
Solutions:
1. Try broader search terms
2. Check if papers have been uploaded with full text
3. Verify MCP connection is working
4. Ask user to add relevant papers"WebSearch returns low-quality results"
Solutions:
1. Add site filters (site:nature.com, site:arxiv.org)
2. Use more specific terminology
3. Include author names if known
4. Add year constraints"Cannot access full text"
Solutions:
1. Check open-access repositories (arXiv, PubMed Central)
2. Use metadata/abstract only
3. Ask user to obtain and add to Zotero
4. Note limitation in proposal"Too much literature found"
Solutions:
1. Prioritize by citation count
2. Filter by publication venue quality
3. Focus on most recent within each category
4. Limit to papers directly supporting claimsQuality Checklist for Research Proposals
Use this checklist to verify the quality of generated research proposals.
---
Structure Verification
Overall Document
- [ ] Title is concise (10-15 words) and informative
- [ ] All required sections present
- [ ] Sections in logical order
- [ ] Word counts within specified ranges
- [ ] Consistent formatting throughout
- [ ] Page numbers included (if applicable)
Section Completeness
Abstract (150-300 words)
- [ ] Background/context provided
- [ ] Research problem clearly stated
- [ ] Objectives/questions articulated
- [ ] Methodology briefly described
- [ ] Expected significance mentioned
- [ ] No citations in abstract
- [ ] No undefined abbreviations
Introduction (500-800 words)
- [ ] Background establishes context
- [ ] Problem statement is specific
- [ ] Research questions/objectives clear
- [ ] Scope defined appropriately
- [ ] Logical flow from broad to specific
Literature Review (500-1000 words)
- [ ] Theoretical framework established
- [ ] Current research state summarized
- [ ] Research gap clearly identified
- [ ] Study positioned within literature
- [ ] Synthesis, not just summary
- [ ] Recent sources included (last 5 years)
Methodology (500-800 words)
- [ ] Research design justified
- [ ] Data collection methods described
- [ ] Analysis approach explained
- [ ] Limitations acknowledged
- [ ] Ethical considerations addressed (if applicable)
Timeline (200-300 words)
- [ ] Major phases identified
- [ ] Milestones specified
- [ ] Timeline realistic for PhD duration
- [ ] Dependencies considered
Significance (200-400 words)
- [ ] Theoretical contributions stated
- [ ] Practical implications described
- [ ] Broader impact discussed
- [ ] Claims appropriately hedged
References
- [ ] Minimum 40 citations for PhD proposal
- [ ] Citation format consistent
- [ ] Mix of foundational and recent works (~40% classic, ~60% recent 5 years)
- [ ] All in-text citations have matching references
- [ ] No orphan references (cited but not referenced)
- [ ] Balance across different research groups/institutions
Figures (3-5 suggested)
- [ ] Figure suggestions included at appropriate locations
- [ ] Each suggestion includes: title, content description, style recommendation
- [ ] Figures distributed across sections (Introduction, Methodology, Timeline)
- [ ] No figure in Abstract
- [ ] Each figure serves clear communicative purpose
---
Content Quality
Research Design
- [ ] Research questions are answerable
- [ ] Questions align with methodology
- [ ] Scope achievable within PhD timeframe
- [ ] Original contribution evident
- [ ] Builds on existing research appropriately
Argumentation
- [ ] Claims supported by evidence
- [ ] Logic is sound and traceable
- [ ] Counterarguments acknowledged
- [ ] Gap justifies proposed research
- [ ] Conclusions follow from premises
Literature Engagement
- [ ] Key works in field cited
- [ ] Seminal papers included
- [ ] Recent developments covered
- [ ] Critical analysis present
- [ ] Theoretical framework appropriate
Methodology Rigor
- [ ] Methods match research questions
- [ ] Data collection feasible
- [ ] Analysis approach appropriate
- [ ] Validity/reliability addressed
- [ ] Limitations honestly stated
---
Academic Writing Quality
Writing Style (CRITICAL)
- [ ] Prose-based writing - content flows as connected paragraphs
- [ ] Minimal bullet points - lists used ONLY where truly necessary
- [ ] Appropriate list usage limited to: research questions, timeline milestones, technical specs
- [ ] No point-by-point enumeration of ideas that should be narrated
- [ ] Smooth transitions between ideas within paragraphs
- [ ] No appendix sections - all content in main body
Language and Tone
- [ ] Formal academic register
- [ ] No colloquialisms or slang
- [ ] Consistent tense usage
- [ ] Appropriate voice (active/passive)
- [ ] Technical terms defined
Hedging
- [ ] No absolute claims without evidence
- [ ] Modal verbs used appropriately (may, might, could)
- [ ] Tentative language for predictions
- [ ] Phrases like "suggests," "indicates" for findings
- [ ] No overstatement of significance
Sentence Structure
- [ ] Topic sentences clear
- [ ] Varied sentence length
- [ ] Complex ideas broken down
- [ ] No run-on sentences
- [ ] No sentence fragments
Paragraph Structure
- [ ] One main idea per paragraph
- [ ] 4-8 sentences typical length
- [ ] Clear topic sentence
- [ ] Supporting evidence present
- [ ] Smooth transitions
Transitions
- [ ] Logical flow between paragraphs
- [ ] Appropriate connectors used
- [ ] Signposting for reader
- [ ] No abrupt topic changes
- [ ] Section transitions explicit
---
Technical Accuracy
Citations
- [ ] Format matches discipline standard (APA/MLA/Chicago)
- [ ] In-text citations correct
- [ ] Reference list complete
- [ ] DOIs/URLs included where available
- [ ] Author names accurate
Abbreviations and Terms
- [ ] All abbreviations defined at first use
- [ ] Acronyms used consistently
- [ ] Technical terms explained
- [ ] Discipline-specific jargon appropriate
- [ ] No unexplained symbols
Numbers and Data
- [ ] Consistent number formatting
- [ ] Units specified correctly
- [ ] Statistics reported properly
- [ ] Percentages calculated correctly
- [ ] Sample sizes justified
Formatting
- [ ] Heading hierarchy consistent
- [ ] Font and spacing uniform
- [ ] Lists formatted properly
- [ ] Tables/figures labeled (if any)
- [ ] Markdown syntax correct
---
Domain-Specific Checks
STEM Proposals
- [ ] Hypotheses specific and testable
- [ ] Variables operationally defined
- [ ] Equipment/software specified
- [ ] Protocols detailed
- [ ] Validation approach described
- [ ] Preliminary data included (if applicable)
- [ ] Reproducibility considered
Humanities Proposals
- [ ] Central argument clear
- [ ] Theoretical sophistication demonstrated
- [ ] Primary sources identified
- [ ] Archive/field access addressed
- [ ] Chapter outline provided
- [ ] Language requirements noted
- [ ] Interpretive framework justified
Social Sciences Proposals
- [ ] Research questions theory-linked
- [ ] Sampling strategy justified
- [ ] Instruments described
- [ ] Ethics approval pathway identified
- [ ] Mixed methods rationale (if applicable)
- [ ] Generalizability discussed
- [ ] Practical significance clear
---
Language-Specific Checks
English Proposals
- [ ] British/American English consistent
- [ ] Grammar correct
- [ ] Spelling accurate
- [ ] Punctuation proper
- [ ] Articles (a/an/the) used correctly
- [ ] Subject-verb agreement
Chinese Proposals (中文)
- [ ] 学术语体规范
- [ ] 无口语化表达
- [ ] 标点符号正确
- [ ] 适当使用连接词
- [ ] Hedging 表达适当
- [ ] 引用格式符合 GB/T 7714
---
Final Review
Coherence
- [ ] Title matches content
- [ ] Abstract summarizes accurately
- [ ] Research questions answered by methodology
- [ ] Timeline matches scope
- [ ] Significance matches contributions
Completeness
- [ ] All sections address their purpose
- [ ] No placeholder text remaining
- [ ] All [brackets] filled in
- [ ] No "TBD" or similar markers
- [ ] No missing references
Readability
- [ ] Clear for intended audience
- [ ] Jargon explained or minimized
- [ ] Logical progression
- [ ] Key points emphasized
- [ ] Conclusion satisfying
Professionalism
- [ ] Free of typos
- [ ] Consistent formatting
- [ ] Appropriate length
- [ ] Citations complete
- [ ] Ready for submission
---
Scoring Guide
Rating Scale
- Excellent (5): Meets all criteria, publication-ready quality
- Good (4): Minor improvements needed
- Satisfactory (3): Several areas need attention
- Needs Work (2): Major revisions required
- Inadequate (1): Fundamental issues present
Section Weights
| Section | Weight |
|---|---|
| Research Questions | 15% |
| Literature Review | 20% |
| Methodology | 25% |
| Academic Writing | 20% |
| Overall Coherence | 10% |
| Technical Accuracy | 10% |
Minimum Standards
- No section rated below 3
- Overall weighted average ≥ 3.5
- No critical errors in citations or methodology
- Appropriate hedging throughout
---
Quick Reference
Critical Requirements (Must Pass)
1. Research questions are clear and answerable 2. Gap in literature identified 3. Methodology matches questions 4. No absolute claims without evidence 5. All citations present and correct 6. Word count within range (±10%)
Common Issues to Check
1. Vague research questions 2. Literature review as list, not synthesis 3. Methodology-question mismatch 4. Overstated significance 5. Missing or inconsistent citations 6. Informal language 7. Lack of hedging 8. Poor transitions 9. Undefined abbreviations 10. Unrealistic timeline 11. Excessive bullet points instead of flowing prose 12. Insufficient references (must be ≥40) 13. Missing figure suggestions 14. Appendix included (should not have appendix)
Research Proposal Structure Guide
Detailed writing guidance for each section of a PhD research proposal.
---
Title
Purpose
Capture the essence of your research in a concise, informative phrase.
Guidelines
- Length: 10-15 words maximum
- Include: Key concepts, research object, methodological approach
- Avoid: Abbreviations (unless universally known), questions, clever wordplay
Structure Template
[Method/Approach] for [Research Object/Problem] in [Context/Domain]Examples
Good Titles:
- "Deep Learning Approaches for Early Detection of Cardiac Arrhythmias in Wearable ECG Signals"
- "Sustainable Urban Development: A Comparative Analysis of Green Infrastructure Policies in Asian Megacities"
- "Narrative Identity Formation in Digital Spaces: A Longitudinal Study of Young Adult Bloggers"
Avoid:
- "A Study of Machine Learning" (too vague)
- "Can AI Save Healthcare?" (question format)
- "The Future of Cities" (too broad)
---
Abstract (150-300 words, 5-10%)
Purpose
Provide a complete overview of your proposal that can stand alone.
Required Elements
1. Context/Background (1-2 sentences)
- Why this research matters
- Current state of the field
2. Research Problem (1-2 sentences)
- Specific gap or issue addressed
- Why existing solutions are insufficient
3. Research Questions/Objectives (1-2 sentences)
- Clear statement of what you will investigate
- Primary and secondary objectives
4. Methodology (2-3 sentences)
- Research design approach
- Key methods for data collection/analysis
5. Expected Significance (1-2 sentences)
- Anticipated contributions
- Potential impact
Writing Tips
- Write the abstract LAST (after completing all sections)
- Use present tense for established facts
- Use future tense for proposed work
- Avoid citations in abstract
- No undefined abbreviations
Template (English)
[Background sentence establishing the field]. [Problem statement identifying the gap].
This research aims to [primary objective] by [approach]. Specifically, this study
will [specific objective 1] and [specific objective 2]. Using [methodology], the
research will [data collection approach] and [analysis approach]. The findings
are expected to contribute to [theoretical contribution] and may have implications
for [practical application].Template (中文)
[背景句,确立研究领域]。[问题陈述,指出研究空白]。本研究旨在通过[方法路径]
[主要研究目标]。具体而言,本研究将[具体目标1]并[具体目标2]。采用[研究方法],
本研究将[数据收集方法]和[分析方法]。研究结果预期将为[理论贡献]做出贡献,
并可能对[实践应用]具有启示意义。---
1. Introduction (500-800 words, 15-20%)
Purpose
Establish context, articulate the problem, and present research objectives.
Section Structure
1.1 Background and Context (150-250 words)
- Broad overview of the field
- Recent developments and trends
- Why this area matters (societal, scientific, economic importance)
Opening Sentence Strategies:
- Historical perspective: "Over the past two decades, [field] has undergone..."
- Current state: "Recent advances in [area] have transformed..."
- Problem framing: "[Issue] affects millions of people worldwide..."
- Statistical hook: "According to recent data, [statistic]..."
1.2 Problem Statement (150-200 words)
- Identify the specific problem or gap
- Explain why this problem matters
- Describe limitations of current approaches
- Establish urgency or timeliness
Gap Identification Phrases:
- "Despite significant advances, [X] remains poorly understood."
- "Current approaches fail to address..."
- "A critical limitation of existing methods is..."
- "The relationship between [A] and [B] has not been systematically examined."
1.3 Research Questions/Objectives (100-150 words)
- State primary research question clearly
- List 2-4 specific objectives
- Ensure questions are answerable within PhD timeframe
Research Question Formulation:
| Type | Example |
|---|---|
| Descriptive | "What are the characteristics of [X]?" |
| Comparative | "How does [A] compare to [B] in terms of [C]?" |
| Correlational | "What is the relationship between [X] and [Y]?" |
| Causal | "What effect does [X] have on [Y]?" |
| Exploratory | "How do [participants] experience [phenomenon]?" |
Objective Statement Format:
The primary objective of this research is to [verb] [what] [how/why].
Specific objectives include:
1. To [verb] [specific outcome 1]
2. To [verb] [specific outcome 2]
3. To [verb] [specific outcome 3]1.4 Scope and Delimitations (100-150 words)
- Define boundaries of the research
- Explain what is NOT included and why
- Acknowledge limitations upfront
---
2. Literature Review (500-1000 words, 20-25%)
Purpose
Demonstrate knowledge of the field, identify research gap, and position your study.
Section Structure
2.1 Theoretical Framework (150-250 words)
- Key theories underlying your research
- Conceptual models you will use or develop
- How theories relate to your research questions
2.2 Current State of Research (200-400 words)
- Summarize major findings in the field
- Identify key researchers and seminal works
- Trace evolution of understanding
- Note methodological approaches used
Organization Strategies:
- Chronological: Trace development over time
- Thematic: Group by topic or theme
- Methodological: Group by research approach
- Conceptual: Group by theoretical perspective
2.3 Research Gap Analysis (100-200 words)
- Synthesize limitations identified in literature
- Clearly articulate what is missing
- Explain why this gap matters
Gap Types:
- Knowledge gap: "No studies have examined..."
- Methodological gap: "Previous research has relied on [method], which limits..."
- Population gap: "Most studies focus on [group], overlooking..."
- Theoretical gap: "Existing theories fail to account for..."
2.4 Positioning of This Study (100-150 words)
- How your research addresses the identified gap
- What makes your approach novel
- How you build on existing work
Citation Density
- Aim for 15-30 citations in literature review
- Balance classic works with recent publications (last 5 years)
- Cite primary sources when possible
---
3. Methodology (500-800 words, 20-25%)
Purpose
Explain HOW you will conduct the research and justify your choices.
Section Structure
3.1 Research Design (100-150 words)
- Overall approach (quantitative, qualitative, mixed methods)
- Research paradigm (positivist, interpretivist, pragmatic)
- Justification for chosen design
Design Types:
| Approach | Use When | Examples |
|---|---|---|
| Experimental | Testing causal relationships | RCTs, lab experiments |
| Quasi-experimental | Natural experiments | Pre-post studies |
| Survey | Measuring attitudes/behaviors | Cross-sectional, longitudinal |
| Case Study | In-depth understanding | Single or multiple cases |
| Ethnographic | Cultural understanding | Fieldwork, participant observation |
| Grounded Theory | Theory development | Iterative data collection/analysis |
3.2 Data Collection Methods (150-250 words)
- What data will you collect?
- How will you collect it?
- Sampling strategy and sample size
- Tools/instruments to be used
- Ethical considerations
STEM Focus:
- Experimental procedures
- Equipment and materials
- Protocols and standards
- Data formats and storage
Humanities/Social Sciences Focus:
- Interview/survey design
- Participant recruitment
- Document/archive sources
- Observation protocols
3.3 Data Analysis Approach (150-250 words)
- Analysis techniques and software
- Step-by-step analytical process
- How analysis addresses research questions
Quantitative Analysis:
- Statistical tests planned
- Software (SPSS, R, Python)
- Significance levels
Qualitative Analysis:
- Coding approach (inductive, deductive)
- Analysis framework (thematic, content, discourse)
- Software (NVivo, Atlas.ti)
3.4 Validity and Limitations (100-150 words)
- How you will ensure validity/reliability
- Anticipated limitations
- Mitigation strategies
---
4. Timeline (200-300 words, 5-10%)
Purpose
Demonstrate feasibility and planning competence.
Section Structure
4.1 Research Phases
- Break project into 3-5 major phases
- Define clear deliverables for each phase
4.2 Key Milestones
- Important checkpoints and deadlines
- Publication targets (if applicable)
- Review/assessment points
Timeline Format Options
Table Format:
| Phase | Duration | Activities | Deliverables |
|-------|----------|------------|--------------|
| 1 | Months 1-6 | Literature review, Design | Review paper |
| 2 | Months 7-18 | Data collection | Dataset |
| 3 | Months 19-30 | Analysis | Draft chapters |
| 4 | Months 31-36 | Writing, Revision | Thesis |Gantt Chart Description: If including visual, describe key overlaps and dependencies.
Standard PhD Timeline (36-48 months)
| Phase | Typical Duration |
|---|---|
| Literature Review & Design | 6-9 months |
| Data Collection | 12-18 months |
| Analysis | 6-12 months |
| Writing | 9-12 months |
| Revision & Defense | 3-6 months |
---
5. Significance (200-400 words, 10-15%)
Purpose
Articulate why your research matters and what it will contribute.
Section Structure
5.1 Theoretical Contributions (100-150 words)
- New knowledge generated
- Theory development or refinement
- Methodological innovations
Contribution Types:
- Confirming/refuting existing theories
- Extending theories to new contexts
- Developing new theoretical frameworks
- Creating new methodological approaches
5.2 Practical Implications (100-150 words)
- Applications to practice
- Policy implications
- Industry relevance
- Societal benefits
5.3 Broader Impact (50-100 words)
- Connection to global challenges
- Interdisciplinary relevance
- Long-term vision
Language for Significance
Avoid overpromising:
- ❌ "This research will revolutionize..."
- ✓ "This research has the potential to contribute to..."
Be specific:
- ❌ "This will help society."
- ✓ "The findings may inform clinical guidelines for early detection of..."
---
References
Purpose
Demonstrate scholarly engagement and enable verification.
Formatting Guidelines
APA Style (STEM, Social Sciences):
Author, A. A., & Author, B. B. (Year). Title of article. Journal Name, Volume(Issue), pages. https://doi.org/xxxxxMLA Style (Humanities):
Author Last, First. "Article Title." Journal Name, vol. #, no. #, Year, pp. #-#.Chicago Style (History, some Humanities):
Author Last, First. "Article Title." Journal Name Volume, no. Issue (Year): pages.Reference Count Guidelines
- PhD Proposal: 30-50 references minimum
- Balance: ~60% from last 5 years, ~40% foundational works
- Include variety: journals, books, conference papers, reports
---
Common Mistakes to Avoid
Structure
- Sections that don't connect logically
- Missing or underdeveloped sections
- Inconsistent depth across sections
Content
- Vague or unmeasurable research questions
- Literature review that lists but doesn't synthesize
- Methodology that doesn't match research questions
- Overly ambitious scope for PhD timeframe
Style
- Informal language or colloquialisms
- Absolute claims without hedging
- Excessive jargon without explanation
- Inconsistent citation formatting
Technical
- Missing or incorrect citations
- Undefined abbreviations
- Grammatical errors
- Formatting inconsistencies
Academic Writing Style Guide
Based on Nature Reviews journal conventions and academic writing best practices.
---
Core Principles
1. Prose-Based Writing (CRITICAL)
Academic proposals must read as flowing, connected prose—not as bulleted lists or enumerated points.
The hallmark of excellent academic writing is the ability to present complex ideas through coherent paragraphs with smooth transitions. Point-by-point enumeration (bullet points, numbered lists) should be used sparingly and only where truly necessary.
When lists ARE appropriate:
- Research questions/objectives (a focused set of 2-4 items)
- Timeline milestones (where tabular format genuinely aids clarity)
- Technical specifications requiring precise enumeration
When to avoid lists:
- Describing contributions (narrate them in context instead)
- Explaining methodology (use flowing prose with transitions)
- Presenting background information (integrate into paragraphs)
- Discussing implications (weave into coherent narrative)
Transformation example:
Poor (point-by-point):
The main contributions include:
- A novel segmentation algorithm
- A multi-modal fusion framework
- Clinical validation results
Better (prose-based):
This research is expected to advance the field through several interconnected contributions. The development of a novel segmentation algorithm will enable automated plaque detection with accuracy surpassing current methods. Building on this foundation, a multi-modal fusion framework will integrate complementary imaging data to capture plaque characteristics inaccessible to any single modality. Finally, rigorous clinical validation will establish the prognostic value of these computational biomarkers for predicting cardiovascular events.
2. Precision Over Impression
- Say exactly what you mean
- Avoid vague language
- Define terms clearly
- Quantify when possible
3. Evidence-Based Claims
- Support assertions with citations
- Distinguish fact from interpretation
- Acknowledge uncertainty appropriately
4. Logical Flow
- Clear paragraph structure
- Explicit transitions
- Coherent argumentation
5. Reader-Centered
- Anticipate reader questions
- Provide necessary context
- Guide through complexity
---
Hedging Language (学术谦逊表达)
Why Hedging Matters
Academic writing requires appropriate epistemic humility. Hedging:
- Reflects genuine uncertainty in research
- Protects against overgeneralization
- Maintains scholarly credibility
- Invites scholarly dialogue
Hedging Strategies
Modal Verbs
| Strength | Verbs | Example |
|---|---|---|
| Strong | will, must | Rarely appropriate |
| Medium | would, should, can | "This approach can improve..." |
| Weak | may, might, could | "Results might indicate..." |
Hedging Verbs
Strong claim: "X proves Y"
Hedged: "X suggests/indicates/implies Y"
"X appears to demonstrate Y"
"X provides evidence for Y"Recommended hedging verbs:
- suggest, indicate, imply
- appear, seem, tend
- propose, hypothesize, speculate
Hedging Adverbs
Strong: "X is important"
Hedged: "X is potentially/possibly/arguably important"
"X may be particularly significant"Recommended adverbs:
- possibly, potentially, perhaps
- apparently, seemingly
- generally, typically, often
- largely, mostly, primarily
Hedging Phrases
"It is possible that..."
"Evidence suggests that..."
"This finding indicates that..."
"The data appear to show..."
"One interpretation is that..."
"It could be argued that..."Hedging Examples by Section
Introduction:
Too strong: "AI will transform healthcare."
Hedged: "AI has the potential to transform healthcare."
Too strong: "This gap must be addressed."
Hedged: "This gap warrants further investigation."Methodology:
Too strong: "This method will produce accurate results."
Hedged: "This method is expected to yield reliable results."
Too strong: "We will prove the hypothesis."
Hedged: "We aim to test the hypothesis."Results/Expected Outcomes:
Too strong: "The results will show..."
Hedged: "The results are anticipated to reveal..."
"We expect the findings to indicate..."
Too strong: "This proves that..."
Hedged: "This provides evidence that..."
"This suggests that..."Significance:
Too strong: "This research will revolutionize..."
Hedged: "This research has the potential to advance..."
"This work may contribute to..."
Too strong: "The findings will definitely impact..."
Hedged: "The findings could have implications for..."Chinese Hedging (中文学术谦逊表达)
| 过强表达 | 适当表达 |
|---|---|
| 必将证明 | 有望表明、可能揭示 |
| 肯定会 | 预期将、有可能 |
| 彻底解决 | 有助于解决、为...提供新思路 |
| 完全正确 | 基本合理、大体上 |
| 已经证实 | 研究表明、证据显示 |
常用谦逊表达:
- 初步探讨、尝试分析
- 可能存在、似乎表明
- 在一定程度上、从某种意义上说
- 有待进一步研究、需要更多证据支持
---
Sentence Structure
Topic Sentence First
Every paragraph should begin with a clear topic sentence stating the main point.
Good:
"Recent advances in transformer architectures have significantly improved
natural language processing capabilities. [Evidence 1]. [Evidence 2].
[Synthesis]."
Avoid:
"[Evidence 1]. [Evidence 2]. Therefore, recent advances in transformer
architectures have significantly improved NLP capabilities."Sentence Templates by Function
Introducing Background/Context
English:
- "Over the past decade, [X] has emerged as a critical area of research in [field]."
- "Recent advances in [X] have opened new possibilities for [application]."
- "[Field] has witnessed remarkable progress in [area], driven by [factors]."
- "The importance of [X] has been increasingly recognized in [context]."
中文:
- "近年来,[X]已成为[领域]研究的热点问题。"
- "随着[X]的快速发展,[Y]日益受到学界关注。"
- "[领域]在[方面]取得了显著进展,主要体现在[具体表现]。"Identifying Problems/Gaps
English:
- "However, [X] remains poorly understood."
- "Despite these advances, significant challenges persist in [area]."
- "A critical gap exists in our understanding of [phenomenon]."
- "Current approaches fail to adequately address [issue]."
- "The relationship between [A] and [B] has not been systematically examined."
中文:
- "然而,[X]仍缺乏系统深入的研究。"
- "尽管如此,[领域]仍面临[问题]的挑战。"
- "目前研究对[问题]的关注相对不足。"
- "[A]与[B]之间的关系尚未得到充分探讨。"Stating Objectives
English:
- "This research aims to address [X] by [approach]."
- "The primary objective of this study is to [verb] [what]."
- "This proposal seeks to investigate [question] through [method]."
- "Specifically, this study will [objective 1], [objective 2], and [objective 3]."
中文:
- "本研究旨在通过[方法]探讨[问题]。"
- "本文的主要目标是[动词][内容]。"
- "具体而言,本研究将:第一,...;第二,...;第三,..."Justifying Methodology
English:
- "Building on previous work, this study proposes to [approach]."
- "This approach was selected because [justification]."
- "[Method] offers several advantages for studying [phenomenon]."
- "[Method] is particularly suited to [research question] because [reasons]."
中文:
- "在前人研究基础上,本研究拟采用[方法]。"
- "选择该方法的原因在于:[理由]。"
- "[方法]对于研究[现象]具有以下优势:..."Describing Expected Contributions
English:
- "This work has the potential to advance [field/understanding]."
- "The findings may contribute to [theoretical/practical area]."
- "This research could provide insights into [phenomenon]."
- "The results are expected to have implications for [application]."
中文:
- "本研究有望推进[领域]的发展。"
- "研究结果可能为[理论/实践]提供新的视角。"
- "本研究预期将为[问题]的理解提供新的启示。"Sentence Variety
Vary sentence length:
- Mix short (10-15 words) and longer (20-30 words) sentences
- Use short sentences for key points
- Use longer sentences for complex relationships
Vary sentence structure:
- Simple: Subject-Verb-Object
- Compound: Clause + Conjunction + Clause
- Complex: Main clause + Subordinate clause
- Periodic: Build to main point at end
---
Transitions and Connectors
Addition
- Moreover, Furthermore, In addition, Additionally
- Also, Besides, Equally important
- 此外,另外,同时,与此同时
Contrast
- However, Nevertheless, Nonetheless
- Conversely, On the other hand, In contrast
- Yet, Still, Although, While
- 然而,但是,尽管如此,相反
Causation
- Therefore, Consequently, As a result, Thus
- Hence, Accordingly, For this reason
- 因此,由此可见,正因如此
Emphasis
- Importantly, Notably, Significantly
- Of particular note, It is worth noting
- Indeed, In fact, Particularly
- 值得注意的是,尤其重要的是,特别是
Sequence
- First, Second, Third, Finally
- Initially, Subsequently, Eventually
- Following this, Prior to, After
- 首先,其次,最后,随后
Example
- For example, For instance, Specifically
- Such as, Including, Namely
- To illustrate, As demonstrated by
- 例如,具体而言,以...为例
Summary
- In summary, To summarize, In conclusion
- Overall, In brief, To conclude
- 综上所述,总之,概言之
Using Transitions Effectively
Start of paragraph:
"Moreover, recent studies have shown..."
"However, this approach has limitations..."
"In addition to these theoretical contributions..."Mid-paragraph:
"This finding is particularly important because..."
"Consequently, researchers have begun to..."Between paragraphs:
"Building on these observations, the next section..."
"Having established the theoretical framework, we now turn to..."---
Paragraph Structure
The PEEL Structure
P - Point (topic sentence)
E - Evidence (supporting data/citations)
E - Explanation (analysis of evidence)
L - Link (connection to next idea or main argument)Example Paragraph
[Point] Machine learning approaches have shown considerable promise for
medical image analysis. [Evidence] Recent studies have demonstrated that
convolutional neural networks can achieve diagnostic accuracy comparable
to expert radiologists in detecting certain conditions (Smith et al., 2023;
Jones, 2024). [Evidence] Furthermore, these systems have been successfully
deployed in clinical settings, with one large-scale trial reporting a 15%
reduction in diagnostic errors (Chen et al., 2024). [Explanation] These
advances suggest that AI-assisted diagnosis could address the growing
shortage of medical imaging specialists while maintaining high standards
of care. [Link] However, significant challenges remain in ensuring the
generalizability of these systems across diverse patient populations.Paragraph Length
- Academic writing: 4-8 sentences per paragraph
- Aim for 100-200 words per paragraph
- One main idea per paragraph
Paragraph Cohesion Techniques
Repetition of key terms:
"The study examined neural network architectures. These architectures..."Pronouns:
"Researchers proposed a new framework. They demonstrated that it..."Synonyms and related terms:
"...machine learning algorithms. These computational approaches..."Transitional phrases:
"Building on this foundation... In light of these findings..."---
Citation Integration
Citation Styles in Text
Integral citations (author as subject):
"Smith et al. (2023) demonstrated that..."
"According to Jones (2024), the relationship between..."
"As Chen and colleagues (2024) argue, ..."Non-integral citations (parenthetical):
"Recent studies have shown significant improvements (Smith et al., 2023)."
"This relationship has been well-documented (Jones, 2024; Chen, 2024)."Reporting Verbs by Strength
| Strength | Verbs | Use When |
|---|---|---|
| Strong | demonstrate, establish, prove | Well-supported findings |
| Medium | show, indicate, suggest, reveal | Typical research findings |
| Weak | propose, speculate, claim, argue | Contested or preliminary |
| Neutral | report, describe, state, note | Describing without evaluation |
Citation Density Guidelines
- Introduction: Moderate (support key claims)
- Literature Review: High (comprehensive coverage)
- Methodology: Low-Moderate (cite established methods)
- Discussion: Moderate (compare with prior work)
Synthesizing Multiple Sources
Agreement:
"Multiple studies have confirmed this relationship (Smith, 2022; Jones,
2023; Chen, 2024)."
"Researchers consistently report that... (Author1, Year; Author2, Year)."Disagreement:
"While Smith (2022) argues that X, Jones (2023) presents evidence for Y."
"The evidence is mixed, with some studies supporting X (Author1, Year)
and others finding Y (Author2, Year)."Building on prior work:
"Extending the work of Smith (2022), this study..."
"Building on Jones's (2023) framework, we propose..."---
Academic Vocabulary
Words to Avoid
| Avoid | Use Instead |
|---|---|
| a lot of | numerous, considerable, substantial |
| big | significant, substantial, major |
| get | obtain, acquire, achieve |
| thing | factor, element, aspect, component |
| good | effective, beneficial, advantageous |
| bad | detrimental, adverse, problematic |
| very | highly, particularly, considerably |
| really | significantly, substantially |
| kind of / sort of | somewhat, to some extent |
| basically | fundamentally, essentially |
Precision in Word Choice
Quantity:
Vague: "many studies"
Precise: "numerous studies" / "several studies" / "a substantial body of research"Degree:
Vague: "very important"
Precise: "crucial" / "essential" / "fundamental"Time:
Vague: "recently"
Precise: "in the past five years" / "since 2020"Academic Verb Choices
| Purpose | Strong Verbs |
|---|---|
| Showing | demonstrate, illustrate, reveal |
| Arguing | contend, assert, maintain |
| Analyzing | examine, investigate, assess |
| Comparing | contrast, differentiate, distinguish |
| Explaining | elucidate, clarify, account for |
| Increasing | enhance, augment, amplify |
| Decreasing | diminish, reduce, attenuate |
---
Common Errors to Avoid
Informal Language
Avoid: "Scientists have been looking into this problem."
Better: "Researchers have investigated this problem."
Avoid: "This method is way better than the old one."
Better: "This method demonstrates significant improvements over previous approaches."Absolute Claims
Avoid: "This proves that X causes Y."
Better: "This provides evidence that X may influence Y."
Avoid: "It is obvious that..."
Better: "Evidence suggests that..."Colloquialisms
Avoid: "at the end of the day" / "in a nutshell"
Better: "ultimately" / "in summary"
Avoid: "a game-changer"
Better: "a significant advancement"Redundancy
Avoid: "past history" / "future plans" / "basic fundamentals"
Better: "history" / "plans" / "fundamentals"
Avoid: "in order to"
Better: "to"Anthropomorphism (attributing human qualities to non-human things)
Avoid: "The data wants to show..."
Better: "The data indicate..."
Avoid: "This study tries to..."
Better: "This study aims to..."First Person Overuse
Avoid: "I think this is important because..."
Better: "This is significant because..."
Acceptable: "We propose..." / "Our study..."---
Writing Checklist
Before Writing
- [ ] Research question clearly defined
- [ ] Key literature identified
- [ ] Outline prepared
- [ ] Target audience understood
During Writing
- [ ] Topic sentence for each paragraph
- [ ] Evidence supports all claims
- [ ] Hedging used appropriately
- [ ] Transitions connect ideas
- [ ] Citations integrated smoothly
After Writing
- [ ] Formal academic tone throughout
- [ ] No colloquialisms or informal language
- [ ] Appropriate hedging (not over-claiming)
- [ ] Clear logical flow
- [ ] Consistent citation format
- [ ] Abbreviations defined on first use
- [ ] No grammatical errors
- [ ] Word count within target range
- [ ] Prose-based writing (minimal bullet points)
- [ ] Figure suggestions included (3-5 for typical proposal)
- [ ] No appendix sections
---
Figure Suggestions
Purpose of Figures in Proposals
Figures significantly enhance research proposals by:
- Communicating complex ideas visually
- Breaking up dense text for improved readability
- Demonstrating the applicant's communication skills
- Providing concrete visualization of methodology
Figure Suggestion Format
Include figure suggestions at appropriate locations using this format:
> **[Figure 1 Suggestion]** *Title: Overview of the proposed research framework*
>
> Content: A flowchart illustrating the three-phase research design, showing
> data flow from imaging modalities (CCTA, IVUS, OCT) through AI processing
> modules to clinical outcome predictions. Include distinct visual elements
> for each phase with connecting arrows indicating data flow.
>
> Recommended style: Clean vector graphics using a consistent color palette
> (e.g., blues for data inputs, greens for processing, oranges for outputs).
> Consider using icons for different imaging modalities.Recommended Figures by Section
| Section | Figure Type | Example |
|---|---|---|
| Introduction | Conceptual diagram | Research scope and positioning within the field |
| Literature Review | Timeline or taxonomy | Evolution of methods; Classification of approaches |
| Methodology | Flowchart/Architecture | Research framework; Network architecture; Data pipeline |
| Timeline | Gantt chart | Research phases with milestones and dependencies |
| Significance | Impact diagram | Connections between contributions and beneficiaries |
Figure Suggestion Principles
1. Strategic placement: 3-5 figures for a 3,000-word proposal 2. No figure in Abstract: Abstract should stand alone without visual elements 3. Self-explanatory: Each figure should convey key information clearly 4. Consistent style: Unified visual language throughout 5. Professional tools: Suggest appropriate tools (Illustrator, draw.io, BioRender) 6. Accessibility: Colorblind-friendly palettes, sufficient contrast
Example Figure Suggestions
For Methodology Section:
[Figure 2 Suggestion] Title: Deep learning architecture for multimodal plaque analysis
>
Content: A schematic showing the neural network architecture with three parallel
encoder branches (one for each imaging modality), a cross-modal attention fusion
module in the center, and multiple output heads for segmentation, classification,
and risk prediction tasks.
>
Style: Technical diagram with layer representations, dimension annotations,
and data flow arrows. Use consistent shapes for similar operations.
For Timeline Section:
[Figure 3 Suggestion] Title: Research timeline and milestones
>
Content: Gantt chart showing four research phases across 48 months, with
overlapping periods for parallel activities. Include diamond markers for
key milestones (model completion, validation study, thesis submission).
>
Style: Horizontal bar chart with color-coded phases, clear date markers,
and milestone annotations.
Related skills
How it compares
Pick research-proposal over general writing skills when the deliverable is a cited academic PhD or grant proposal rather than product copy or README docs.
FAQ
Does research-proposal support Chinese output?
research-proposal supports both English and Chinese research proposal output based on user preference. The skill follows Nature Reviews-style academic writing conventions and adapts sections for STEM, humanities, and social sciences doctoral applications.
What tools does research-proposal use for literature?
research-proposal uses WebSearch, Read, Write, Edit, Glob, Grep, Task, AskUserQuestion, and mcp__zotero__zotero_search to gather sources and produce literature-backed proposal outlines before grant or PhD drafts.
Is Research Proposal safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.