By Organ System

Top-level index of the body-system navigational overlays. Each body system has a type: organ-system MOC in organ-systems/ that aggregates the tissue/organ, cell-type, phenotype, and pathway atomic pages belonging to that system. Tissue pages declare membership via their parent-system: frontmatter field (the slug matches the MOC filename), which powers the Dataview rollups below.

This is the anatomical complement to the two mechanism-organized framework MOCs, hallmarks-of-aging and sens-damage-categories: the same atomic pages are sliced by where in the body rather than by molecular damage type.

Body-system MOCs

SystemMOCMaturity
Cardiovascularcardiovascular-systemrich
Musculoskeletalmusculoskeletal-systemrich
Integumentary (skin)integumentary-systemrich
Nervousnervous-systemrich
Hematopoietichematopoietic-systemmoderate
Immune / lymphaticimmune-systemmoderate
Endocrineendocrine-systemdeveloping
Digestive / GIdigestive-systemdeveloping (microbiome-led)
Urinary / renalurinary-systemplanned (mineral-axis-anchored)
Respiratoryrespiratory-systemplanned
Reproductivereproductive-systemmoderate

All tissue pages grouped by system

TABLE parent-system AS "System", file.link AS "Tissue/Organ"
FROM "tissues"
WHERE parent-system
SORT parent-system, file.name

Tissue pages missing a system assignment

LIST FROM "tissues"
WHERE !parent-system
SORT file.name

See also