research/templates/research-template.md
hermes 85799a8a33 Init research vault: structure, template, Bases config
- Per-topic directories with index.md entry point (mirrors idea-dump pattern)
- Frontmatter: title, status, category, tags, created, updated, origin
- Status lifecycle: exploring -> active -> concluded | shelved
- Categories: market, technical, competitive, legal, scientific, exploratory
- Obsidian Bases table view (bases/research-base.md)
- Template for new research topics (templates/research-template.md)
- Quartz-ready for future publication as research.rasyidanaf.com
2026-07-29 07:52:37 +00:00

54 lines
1.1 KiB
Markdown

---
title:
status: exploring
category:
tags: []
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
origin:
---
# {{title}}
## Summary
One or two sentences on what this research investigates.
## Research Question
What specific question are we trying to answer?
## Key Findings
-
## Sources
Key references, links, and data sources. For a full list, see [[sources]] if the topic is large.
-
## Detail Files
Optional — create these only when research grows and you want to modularize:
- [[sources]] — links, references, data sources, API docs
- [[analysis]] — deep analysis, findings, comparisons
- [[methodology]] — how the research was conducted, tools used
- [[notes]] — working notes, raw observations, intermediate results
- [[summary]] — final synthesis (when concluded)
- [[next-steps]] — follow-up questions, gaps, future research
For small topics, keep everything in `index.md` and delete this section.
## Discussion
Notes from the Buzz channel discussion. Link back to the thread with the origin URL.
## Next Steps
- [ ]
## Conclusion
What did we find? (concluded / shelved — update the frontmatter status too)