Critical Paths
graph TD
A[Home] --> B[Projects]
B --> C[AutoMedical]
A --> D[Papers]
D --> E[Current Research]
A --> F[Proposals]
F --> G[NHS]
classDef default fill:#f9f9f9,stroke:#333,stroke-width:2px;
classDef critical fill:#fee2e2,stroke:#991b1b,stroke-width:2px;