Learning Path for Deep Retrofit Strategies and Energy Efficiency in Building Projects
graph TD
A[Deep Retrofit Learning Path] --> B[Understanding Context]
B --> C[Strategy Fundamentals]
C --> D[Technical & Managerial Aspects]
D --> E[Integration & Practice]
B --> B1[Building Stock Analysis]
B --> B2[Historical Context]
B --> B3[Decarbonisation Goals]
C --> C1[Deep Retrofit Concepts]
C --> C2[Energy Modeling]
C --> C3[Renewable Technologies]
D --> D1[M&E Systems]
D --> D2[Project Phasing]
D --> D3[Cost Management]
E --> E1[Interactive Learning]
E --> E2[Case Studies]
E --> E3[Practical Application]
classDef levelMain fill:#ff9999,stroke:#333,stroke-width:2px;
classDef level1 fill:#ffcc99,stroke:#333,stroke-width:2px;
classDef level2 fill:#ffff99,stroke:#333,stroke-width:2px;
classDef level3 fill:#99ff99,stroke:#333,stroke-width:2px;
classDef level4 fill:#99ccff,stroke:#333,stroke-width:2px;
classDef subitem fill:#f9f9f9,stroke:#333,stroke-width:1px;
class A levelMain;
class B level1;
class C level2;
class D level3;
class E level4;
class B1,B2,B3,C1,C2,C3,D1,D2,D3,E1,E2,E3 subitem;