research/templates/research-template.md
hermes 681d926797 Finalize vault: fix Bases syntax, add Quartz fields, improve template
Changes from Codex review:
- Bases: rename .md -> .base, fix filter to file.name == 'index.md',
  fix formula to now() (not date(now)), add proper views section with
  table view and column order, add displayName for properties
- Frontmatter: add 'description' (SEO/link previews) and 'draft' (publishing
  control) fields for Quartz compatibility
- Template: add '## Scope' section, add '## Related Research' section for
  explicit wikilinks between topics, use path-qualified wikilinks in detail
  files section to avoid ambiguous basenames across topics
- README: fix cross-vault wikilink claim (separate vaults can't resolve
  cross-vault links; Quartz can't publish outside its content tree),
  document draft field, clarify that tags don't create graph edges
2026-07-29 11:28:38 +00:00

64 lines
1.5 KiB
Markdown

---
title:
description:
status: exploring
category:
tags: []
draft: true
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?
## Scope
What is included, excluded, and what would count as a sufficient 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. Use path-qualified links to avoid ambiguous basenames across topics:
- [[topic-slug/sources|Sources]] — links, references, data sources, API docs
- [[topic-slug/analysis|Analysis]] — deep analysis, findings, comparisons
- [[topic-slug/methodology|Methodology]] — how the research was conducted, tools used
- [[topic-slug/notes|Notes]] — working notes, raw observations, intermediate results
- [[topic-slug/summary|Summary]] — final synthesis (when concluded)
- [[topic-slug/next-steps|Next Steps]] — follow-up questions, gaps, future research
For small topics, keep everything in `index.md` and delete this section.
## Related Research
-
## 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 and set `draft: false` if publishing)