Knowledge Base Structure

This directory is the project knowledge base. It is organized by research area rather than by file format.

Areas

Format Policy

  • Markdown is the default format for indexes, maps, atomic notes, experiment reports, and writing notes.
  • Typst is preserved for long-form documents when document-style exposition remains valuable.
  • Preserved Typst documents live inside per-area documents/ directories, or sequences/ when ordered reading is part of the note family.
  • Every area has an index note named _<group>.index.md.
  • Structured subfolders also get their own index notes.
  • Ordered note families should use bottom-of-note Next links when sequential reading is useful.

Metadata

Core frontmatter fields are:

  • type
  • status
  • aliases
  • created

Optional:

  • tags

Shared Support

  • MathJax preamble: .obsidian/mathjax/preamble.sty
  • Typst support files: .typst/
  • Shared reusable assets: assets/

Assets

The asset policy is hybrid:

  • shared reusable assets live under assets/<area>/
  • report-private or document-private assets may live next to the relevant report/document cluster
Built with LogoFlowershow