Loading...
Loading...
Compare original and translation side by side
api/openalex-reference.mdapi/openalex-reference.mdPause: User confirms search strategy before querying API.
暂停:在调用API前,需用户确认搜索策略。
Pause: User reviews corpus size and composition.
暂停:需用户审核文献库的规模和构成。
Pause: User reviews borderline cases and approves inclusions.
暂停:需用户审核边缘案例并批准纳入名单。
Pause: User approves snowball additions.
暂停:需用户批准新增的滚雪球文献。
Pause: User obtains missing full texts before annotation.
暂停:在开始标注前,需用户获取缺失的全文。
Pause: User reviews annotations for accuracy.
暂停:需用户审核标注内容的准确性。
lit-search/
├── data/
│ ├── raw/ # Raw API responses
│ │ └── search_results.json
│ ├── screened/ # After screening
│ │ └── included.json
│ └── annotated/ # Final annotated corpus
│ └── database.json
├── fulltext/ # PDF storage (user-managed)
├── output/
│ ├── bibliography.md # Annotated bibliography
│ ├── database.json # Queryable database
│ ├── references.bib # BibTeX export
│ └── synthesis.md # Thematic summary
└── memos/
├── scope.md # Phase 0 output
├── screening_log.md # Phase 2 decisions
└── gaps.md # Research gapslit-search/
├── data/
│ ├── raw/ # 原始API响应数据
│ │ └── search_results.json
│ ├── screened/ # 筛选后的数据
│ │ └── included.json
│ └── annotated/ # 最终标注后的文献库
│ └── database.json
├── fulltext/ # PDF存储(用户管理)
├── output/
│ ├── bibliography.md # 带标注的参考文献
│ ├── database.json # 可查询数据库
│ ├── references.bib # BibTeX导出文件
│ └── synthesis.md # 主题总结
└── memos/
├── scope.md # 阶段0输出:范围文档
├── screening_log.md # 阶段2输出:筛选日志
└── gaps.md # 研究空白记录Task: Phase 0 Scope Definition
subagent_type: general-purpose
model: opus
prompt: Read phases/phase0-scope.md and execute for [user's topic]Task: Phase 0 Scope Definition
subagent_type: general-purpose
model: opus
prompt: Read phases/phase0-scope.md and execute for [user's topic]| Phase | Model | Rationale |
|---|---|---|
| Phase 0: Scope Definition | Opus | Strategic decisions, search design |
| Phase 1: Initial Search | Sonnet | API queries, data processing |
| Phase 2: Screening | Sonnet | Classification at scale |
| Phase 3: Snowballing | Sonnet | Citation network processing |
| Phase 4: Full Text | Sonnet | Link checking, list generation |
| Phase 5: Annotation | Opus | Deep reading, extraction |
| Phase 6: Synthesis | Opus | Pattern identification, writing |
| 阶段 | 模型 | 理由 |
|---|---|---|
| 阶段0:范围定义 | Opus | 战略决策、搜索设计 |
| 阶段1:初始搜索 | Sonnet | API查询、数据处理 |
| 阶段2:筛选 | Sonnet | 规模化分类 |
| 阶段3:滚雪球式拓展 | Sonnet | 引用网络处理 |
| 阶段4:全文获取 | Sonnet | 链接检查、清单生成 |
| 阶段5:标注 | Opus | 深度阅读、信息提取 |
| 阶段6:整合 | Opus | 模式识别、内容撰写 |
"What topic are you researching? Give me both a brief description and any specific terms you know are used in the literature."
"What date range? Any specific journals or authors you want to prioritize? Any geographic or methodological focus?"
"Is this for a specific paper, a comprehensive review, or exploratory research? This helps calibrate the depth."
"Should I include theoretical pieces, or only empirical studies? Reviews and meta-analyses?"
"你正在研究什么主题?请提供简要描述以及你已知的文献中使用的特定术语。"
"时间范围是什么?是否有需要优先关注的期刊或作者?是否有地域或方法学的侧重?"
"这是为了特定论文、全面综述还是探索性研究?这有助于调整流程深度。"
"是否需要纳入理论性文章,还是仅需实证研究?是否纳入综述和元分析?"