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
This commit is contained in:
commit
85799a8a33
3 changed files with 179 additions and 0 deletions
54
templates/research-template.md
Normal file
54
templates/research-template.md
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue