πŸ—ƒοΈ Zettelkasten Hub β€” PUMA Research Knowledge Base

Zettelkasten principle (Niklas Luhmann, 1927–1998): knowledge grows through atomic, permanently linked notes. Each note = one idea. Notes never move. Links create emergent insight.

This hub follows the Obsidian Zettelkasten Starter Kit pattern by Edmund GrΓΆpl, adapted for the PUMA Project research context.


πŸ—‚οΈ Zettelkasten Note Types (adapted from groepl)

TypePrefixLocationPurpose
Fleeting NoteFL-10 - Inbox/Fleeting-Notes/Raw capture, process within 48h
Literature NoteLN-20 - Literature/External source processed with Keshav
Permanent NotePN-30 - Permanent/31–33/Your synthesised atomic idea
Structure NoteST-30 - Permanent/30 Zettelkasten-Hub/Index / hub for a cluster of PN
Source NoteSRC-30 - Permanent/36 Sources/Full source metadata (author, year, context)
Person NotePER-30 - Permanent/37 Persons/Key thinkers (Keshav, Flyvbjerg, Luhmann…)
MOCMOC-80 - MOC/Navigation map across note clusters

πŸ“‹ PUMA Permanent Notes Index

31 Concepts β€” Core Ideas

TABLE file.ctime AS "Created", tags AS "Tags"
FROM "30 - Permanent/31 Concepts"
WHERE type = "permanent"
SORT file.ctime DESC

32 Methods β€” Research & Statistical

TABLE file.ctime AS "Created"
FROM "30 - Permanent/32 Methods"
WHERE type = "permanent"
SORT file.name ASC

33 Frameworks β€” Methodologies & Prompting

TABLE file.ctime AS "Created"
FROM "30 - Permanent/33 Frameworks"
WHERE type = "permanent"
SORT file.name ASC

πŸ”— Zettelkasten Rules (PUMA)

Core Rules β€” Memorise These

  1. One idea per note. If a note wants to say two things, split it.
  2. Declarative title. The title IS the claim. Example: βœ… β€œRAG retrieval improves precision when examples are structurally similar to the query” ❌ β€œRAG notes”
  3. Never move a permanent note. It lives in 30 - Permanent/ forever. Projects archive; knowledge does not.
  4. Always link. Every permanent note must link to: its source LN, at least one related PN, and one MOC.
  5. Write in your own words. No copy-paste from sources. If you can’t restate it, you don’t understand it yet.
  6. Distinguish claim from evidence. State the idea, then support it. Never bury the claim in the middle.

🌐 Knowledge Graph Status

TABLE length(file.inlinks) AS "Inlinks", length(file.outlinks) AS "Outlinks"
FROM "30 - Permanent"
WHERE type = "permanent"
SORT length(file.inlinks) DESC
LIMIT 15

πŸ” Orphan Notes

LIST
FROM "30 - Permanent"
WHERE length(file.inlinks) = 0 AND length(file.outlinks) = 0
SORT file.ctime ASC

πŸ“š Source Notes Index

TABLE author AS "Author", year AS "Year", type AS "Type"
FROM "30 - Permanent/36 Sources"
SORT year DESC

πŸ‘€ Person Notes Index

TABLE role AS "Role", field AS "Field"
FROM "30 - Permanent/37 Persons"
SORT file.name ASC

πŸ“Ž Quick Note Index (permanent notes)

31 Concepts

32 Methods

33 Frameworks

Structure Notes