Files

37 lines
996 B
Markdown
Raw Permalink Normal View History

2026-01-05 21:10:11 +08:00
# Projects
2025-09-13 12:20:50 -04:00
2026-01-05 21:10:11 +08:00
**Purpose:** Time-bound initiatives with clear completion criteria.
2025-09-13 12:20:50 -04:00
2026-01-05 21:10:11 +08:00
## What is a Project?
2025-09-13 12:20:50 -04:00
2026-01-05 21:10:11 +08:00
A project has:
- A specific goal or deliverable
- A clear end date or completion criteria
- Multiple tasks or actions
2025-09-13 12:20:50 -04:00
2026-01-05 21:10:11 +08:00
Examples: Writing a paper, launching a product, planning an event, learning a new skill
2025-09-13 12:20:50 -04:00
2026-01-05 21:10:11 +08:00
## Recommended Structure
2025-09-13 12:20:50 -04:00
2026-01-05 21:10:11 +08:00
For each project folder, create:
- `Research/` - Source materials and references
- `Drafts/` - Work in progress
- `Output/` - Final deliverables
- `README.md` - Project objectives, timeline, and status
2025-09-13 12:20:50 -04:00
## Project Lifecycle
2026-01-05 21:10:11 +08:00
1. **Start:** Create folder with subfolders and README
2. **During:** Keep all related materials in the project folder
3. **Complete:** Create summary note, then move to `04_Archive/`
2025-09-13 12:20:50 -04:00
## Active Project Folders
- [[01_Projects/Personal-Tech/LLM_Evaluation/README|LLM 评测学习专区]]
2026-01-05 21:10:11 +08:00
## Tips
2025-09-13 12:20:50 -04:00
2026-01-05 21:10:11 +08:00
- Link to relevant Areas and Resources
- Commit regularly to track progress with git
- Review weekly to check status and next actions