mermaid`graph LR
%% Core Design Philosophies by John Maeda
MaedaClassical("Classical Design - John Maeda: Emphasis on aesthetics and traditional design values.")
MaedaDesignThinking("Design Thinking - John Maeda: Human-centered problem solving approach.")
MaedaComputational("Computational Design - John Maeda: Use of computational methods to solve design problems.")
%% Ben Fry's Four Cs
FryCommunicate("Communicate - Ben Fry: Making complex data understandable and engaging.")
FryConsider("Consider - Ben Fry: Innovative connections between data points for new insights.")
FryCondense("Condense - Ben Fry: Simplifying data into understandable formats.")
FryConceive("Conceive - Ben Fry: Creating interactive and dynamic ways to explore data.")
%% Giorgia Lupi's Data Humanism
LupiPersonal("Personal Stories - Giorgia Lupi: Highlighting the human aspect behind data.")
LupiContextual("Data in Context - Giorgia Lupi: Data's meaning enriched by its context.")
LupiEngagement("Emotional Engagement - Giorgia Lupi: Connecting data visualization with human emotions.")
%% Kees Dorst's Principles
DorstOpenness("Openness - Kees Dorst: Welcoming diverse perspectives and ideas.")
DorstComplexity("Complexity - Kees Dorst: Appreciating the complexity in problems.")
DorstDynamism("Dynamism - Kees Dorst: Adapting solutions over time.")
DorstNetworking("Networking - Kees Dorst: Utilizing networks for innovation.")
%% Nassim Taleb's Antifragility
TalebAntifragility("Antifragility - Nassim Taleb: Systems that gain from disorder and stress.")
%% Donella Meadows' Systems Thinking
MeadowsThinking("Systems Thinking - Donella Meadows: Holistic problem-solving approach.")
MeadowsFeedback("Feedback Loops - Donella Meadows: Identifying and utilizing feedback mechanisms.")
%% Sustainable Development Goals (SDGs)
SDGGoodHealth("SDG 3: Good Health and Well-being - Ensuring healthy lives and promoting well-being.")
SDGClimateAction("SDG 13: Climate Action - Taking urgent action to combat climate change and its impacts.")
SDGIndustryInnovation("SDG 9: Industry, Innovation, and Infrastructure - Building resilient infrastructure, promoting inclusive and sustainable industrialization, and fostering innovation.")
%% Detailed Connections and Interconnections
MaedaDesignThinking --> FryCommunicate
MaedaDesignThinking --> FryConsider
MaedaComputational --> FryConceive
MaedaClassical --> LupiPersonal
MaedaDesignThinking --> LupiContextual
MaedaComputational --> DorstNetworking
MaedaDesignThinking --> DorstOpenness
MaedaComputational --> TalebAntifragility
MaedaDesignThinking --> MeadowsThinking
MaedaComputational --> MeadowsFeedback
FryCommunicate --> SDGGoodHealth
FryConsider --> SDGClimateAction
FryCondense --> SDGIndustryInnovation
FryConceive --> SDGIndustryInnovation
LupiPersonal --> SDGGoodHealth
LupiContextual --> SDGClimateAction
LupiEngagement --> SDGGoodHealth
DorstOpenness --> SDGIndustryInnovation
DorstComplexity --> SDGClimateAction
DorstDynamism --> SDGClimateAction
DorstNetworking --> SDGIndustryInnovation
TalebAntifragility --> SDGClimateAction
MeadowsThinking --> SDGGoodHealth
MeadowsFeedback --> SDGClimateAction
%% Enhancing Complexity with Annotations for Clarity
MaedaDesignThinking -. "Inspires & integrates" .-> FryCommunicate
MaedaComputational -. "Empowers" .-> FryConceive
MaedaDesignThinking -. "Aligns with" .-> LupiPersonal
MaedaComputational -. "Leverages" .-> DorstNetworking
MaedaComputational -. "Adapts through" .-> TalebAntifragility
MaedaDesignThinking -. "Underpinned by" .-> MeadowsThinking
classDef core fill:#f4d03f,stroke:#333,stroke-width:2px;
classDef principles fill:#85c1e9,stroke:#333,stroke-width:2px;
classDef sdgs fill:#a3e4d7,stroke:#333,stroke-width:2px,stroke-dasharray:5,5;
class MaedaClassical,MaedaDesignThinking,MaedaComputational core;
class FryCommunicate,FryConsider,FryCondense,FryConceive,LupiPersonal,LupiContextual,LupiEngagement,DorstOpenness,DorstComplexity,DorstDynamism,DorstNetworking,TalebAntifragility,MeadowsThinking,MeadowsFeedback principles;
class SDGGoodHealth,SDGClimateAction,SDGIndustryInnovation sdgs;
`