%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#3b82f6', 'primaryTextColor': '#fff', 'primaryBorderColor': '#60a5fa', 'lineColor': '#94a3b8', 'secondaryColor': '#1e293b', 'tertiaryColor': '#0f172a', 'background': 'transparent', 'mainBkg': '#1e293b', 'nodeBorder': '#60a5fa', 'clusterBkg': 'rgba(30,41,59,0.5)', 'clusterBorder': 'rgba(100,130,180,0.3)', 'titleColor': '#e2e8f0', 'edgeLabelBackground': '#1e293b'}}}%%
flowchart TB
subgraph HOME ["๐ Homepage"]
direction TB
H["nice.lernaen.org"]
end
subgraph SYNTHESIS ["๐ NiCE Framework Synthesis"]
direction TB
NF["NiCE Synthesis v1.3"]
NF --> D1["Triadic Domains N-C-E"]
NF --> D2["Domain Interactions"]
NF --> D3["Asymmetric Propagation Law"]
NF --> D4["S.C.I.E.N.C.E. Inventory"]
NF --> D5["Constraint Frameworks"]
NF --> D6["Practical Applications"]
end
subgraph LAB ["๐งช Interactive Lab"]
direction TB
IL["Interactive Lab Hub"]
IL --> AP["Propagation Simulator"]
IL --> IQ["IQ Calculator"]
IL --> TS["3D Triadic Space"]
IL --> TL["Temporal Scales"]
end
subgraph DOCS ["๐ Publications"]
direction TB
PUB["Research Documents"]
PUB --> PDF1["NiCE Synthesis PDF"]
PUB --> PDF2["Human Paradigm v1.8"]
PUB --> PDF3["Advanced Analysis v0.73"]
PUB --> PDF4["Human Essence v0.9"]
end
subgraph EXT ["๐ External"]
direction TB
EX["External Links"]
EX --> L1["lernaen.org"]
end
H --> NF
H --> IL
H --> PUB
H --> EX
click H "/"
click NF "/nice-framework.html"
click D1 "/nice-framework.html#domains"
click D2 "/nice-framework.html#interactions"
click D3 "/nice-framework.html#asymmetric"
click D4 "/nice-framework.html#science"
click D5 "/nice-framework.html#frameworks"
click D6 "/nice-framework.html#applications"
click IL "/interactive-lab.html"
click IE "/interactive-nice-explorer.html"
click AP "/asymmetric-propagation.html"
click IQ "/insanity-quotient.html"
click TS "/triadic-space.html"
click TL "/temporal-scales.html"
click PDF1 "/documents/NiCE_Framework_Synthesis_v1.3.pdf"
click PDF2 "/documents/Kitcey_2025-The_Human_Paradigm_v1.8.4.pdf"
click PDF3 "/documents/KITCEY_Advanced_Analysis_FINAL.v.0.73.pdf"
click PDF4 "/documents/The_Human_Essence-an_AI_Perspective_on_Human_Nature_Kitcey_R-2024.v.0.9.pdf"
click L1 "https://lernaen.org" _blank
style HOME fill:#22c55e20,stroke:#22c55e,stroke-width:2px
style SYNTHESIS fill:#3b82f620,stroke:#3b82f6,stroke-width:2px
style LAB fill:#f59e0b20,stroke:#f59e0b,stroke-width:2px
style DOCS fill:#8b5cf620,stroke:#8b5cf6,stroke-width:2px
style EXT fill:#64748b20,stroke:#64748b,stroke-width:2px