first commit
This commit is contained in:
17
文档润色流和知识库构建流/claude-scholar/templates/notes/daily.md
Normal file
17
文档润色流和知识库构建流/claude-scholar/templates/notes/daily.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
type: daily
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# Daily - {{today}}
|
||||
|
||||
## Focus
|
||||
|
||||
## Progress
|
||||
|
||||
## Notes
|
||||
|
||||
## Promote Later
|
||||
25
文档润色流和知识库构建流/claude-scholar/templates/notes/experiment.md
Normal file
25
文档润色流和知识库构建流/claude-scholar/templates/notes/experiment.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
type: experiment
|
||||
project: {{project_slug}}
|
||||
status: planned
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Question
|
||||
|
||||
## Hypothesis
|
||||
|
||||
## Setup
|
||||
|
||||
## Variables
|
||||
|
||||
## Procedure
|
||||
|
||||
## Expected Outcome
|
||||
|
||||
## Linked Results
|
||||
|
||||
## Notes
|
||||
19
文档润色流和知识库构建流/claude-scholar/templates/notes/knowledge.md
Normal file
19
文档润色流和知识库构建流/claude-scholar/templates/notes/knowledge.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
type: knowledge
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Summary
|
||||
|
||||
## Supporting Sources
|
||||
|
||||
## Key Claims
|
||||
|
||||
## Implications
|
||||
|
||||
## Open Questions
|
||||
19
文档润色流和知识库构建流/claude-scholar/templates/notes/result.md
Normal file
19
文档润色流和知识库构建流/claude-scholar/templates/notes/result.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
type: result
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Summary
|
||||
|
||||
## Linked Experiment
|
||||
|
||||
## Evidence
|
||||
|
||||
## Interpretation
|
||||
|
||||
## Decision
|
||||
@@ -0,0 +1,27 @@
|
||||
---
|
||||
type: results-report
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Executive Summary
|
||||
|
||||
## Experiment Identity and Decision Context
|
||||
|
||||
## Setup and Evaluation Protocol
|
||||
|
||||
## Main Findings
|
||||
|
||||
## Statistical Validation
|
||||
|
||||
## Figure-by-Figure Interpretation
|
||||
|
||||
## Failure Cases / Limitations
|
||||
|
||||
## What Changed Our Belief
|
||||
|
||||
## Next Actions
|
||||
26
文档润色流和知识库构建流/claude-scholar/templates/notes/source-data.md
Normal file
26
文档润色流和知识库构建流/claude-scholar/templates/notes/source-data.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
type: source
|
||||
source_type: data
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Metadata
|
||||
|
||||
## Project Relevance
|
||||
|
||||
## Summary
|
||||
|
||||
## Schema
|
||||
|
||||
## Metrics
|
||||
|
||||
## Known Issues
|
||||
|
||||
## Usage Notes
|
||||
|
||||
## Connections
|
||||
24
文档润色流和知识库构建流/claude-scholar/templates/notes/source-doc.md
Normal file
24
文档润色流和知识库构建流/claude-scholar/templates/notes/source-doc.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
type: source
|
||||
source_type: doc
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Metadata
|
||||
|
||||
## Project Relevance
|
||||
|
||||
## Summary
|
||||
|
||||
## Key Points
|
||||
|
||||
## Evidence / Excerpts
|
||||
|
||||
## Connections
|
||||
|
||||
## Open Questions
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
type: source
|
||||
source_type: interview
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Metadata
|
||||
|
||||
## Project Relevance
|
||||
|
||||
## Summary
|
||||
|
||||
## Participants
|
||||
|
||||
## Context
|
||||
|
||||
## Key Quotes
|
||||
|
||||
## Observed Needs
|
||||
|
||||
## Follow-ups
|
||||
24
文档润色流和知识库构建流/claude-scholar/templates/notes/source-note.md
Normal file
24
文档润色流和知识库构建流/claude-scholar/templates/notes/source-note.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
type: source
|
||||
source_type: note
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Metadata
|
||||
|
||||
## Project Relevance
|
||||
|
||||
## Summary
|
||||
|
||||
## Key Points
|
||||
|
||||
## Evidence / Excerpts
|
||||
|
||||
## Connections
|
||||
|
||||
## Open Questions
|
||||
28
文档润色流和知识库构建流/claude-scholar/templates/notes/source-paper.md
Normal file
28
文档润色流和知识库构建流/claude-scholar/templates/notes/source-paper.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
type: source
|
||||
source_type: paper
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Metadata
|
||||
|
||||
## Project Relevance
|
||||
|
||||
## Summary
|
||||
|
||||
## Key Claims
|
||||
|
||||
## Methods
|
||||
|
||||
## Evidence / Excerpts
|
||||
|
||||
## Limitations
|
||||
|
||||
## Connections
|
||||
|
||||
## Open Questions
|
||||
24
文档润色流和知识库构建流/claude-scholar/templates/notes/source-web.md
Normal file
24
文档润色流和知识库构建流/claude-scholar/templates/notes/source-web.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
type: source
|
||||
source_type: web
|
||||
project: {{project_slug}}
|
||||
status: active
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Metadata
|
||||
|
||||
## Project Relevance
|
||||
|
||||
## Summary
|
||||
|
||||
## Key Points
|
||||
|
||||
## Evidence / Excerpts
|
||||
|
||||
## Connections
|
||||
|
||||
## Open Questions
|
||||
19
文档润色流和知识库构建流/claude-scholar/templates/notes/writing.md
Normal file
19
文档润色流和知识库构建流/claude-scholar/templates/notes/writing.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
type: writing
|
||||
project: {{project_slug}}
|
||||
status: draft
|
||||
created: {{timestamp}}
|
||||
updated: {{timestamp}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Purpose
|
||||
|
||||
## Audience
|
||||
|
||||
## Outline
|
||||
|
||||
## Source Notes
|
||||
|
||||
## Draft
|
||||
Reference in New Issue
Block a user