Research projects
- Have a research project name that all node titles start with (e.g. “research project k graph” so each file starts with “researchprojectkgraph”)
- Every file should be tagged with “rp <rp name>” and their higher up directory. So <paper 1> should have tags :rp <rp name>:reference:
- if directory has <plural> <singular> the list file should be titled <plural> the individual should be <singular> So there should be a node “rp <rp name> results definitions” but it should link to “rp <rp name> results defn <name of defn>” NOT “rp <rp name> results definitions <name of defn>”
( made with tree )
rp <rp name> ├── master file LIST FILE ├── notes LIST FILE │ ├── meeting notes (mtng note) │ │ ├── <date 1> │ │ └── <date 2> │ ├── dailies (daily) LIST FILE │ │ ├── <date 1 e.g. 2024-12-17> │ │ └── <date 2> │ ├── todo │ │ ├── long │ │ └── short │ └── references │ ├── papers (paper) LIST FILE │ │ ├── <paper 1> │ │ └── <paper 2> │ └── theorems (thm) LIST │ ├── <theorem 1> │ └── <proposition 2> ├── goals ├── results LIST FILE │ ├── progress │ ├── definitions (defn) LIST FILE │ │ ├── <defn 1> │ │ └── <defn 2> │ ├── notation │ ├── proofs (proof) │ │ ├── <proof a> │ │ └── <proof b> │ └── hypotheses (hypoth) │ ├── <hypothesis 1> │ └── <hypothesis 2> └── paper LIST FILE ├── introduction ├── section <number> └── conclusion
LIST FILE: means there should be a file with links to the subdirectory files. So there should be “rp coarse geometry master file” that has links
node name link description
- rp coarse geometry notes notes
- rp coarse geometry goals goals
- rp coarse geometry results results
rp coarse geometry paper paper
paper should link to “rp coarse geometry” which should contain links node name link description
- rp coarse geometry paper introduction introduction
- rp coarse geometry paper section <number> section <number>
- rp coarse geometry paper conclusion conclusion