flowchart LR
classDef bigNode fill:#2780e3,stroke:#333,stroke-width:2px,font-size:16px,color:#fff
PhD[" PhD<br/>Application "]:::bigNode --> SupervisorLed[" Supervisor-led<br/>Path "]:::bigNode
PhD --> StudentLed[" Student-led<br/>Path "]:::bigNode
SupervisorLed --> GrantApply[" Supervisor Applies<br/>Directly "]:::bigNode
GrantApply --> GrantReceived[" Grant<br/>Received "]:::bigNode
GrantReceived --> PublishPHD[" Supervisor Publishes<br/>the PhD "]:::bigNode
PublishPHD --> Interview[" Interview "]:::bigNode
Interview --> SelectCandidate[" Candidate Selection "]:::bigNode
StudentLed --> StudentApply[" Student Applies<br/>Directly "]:::bigNode
StudentApply --> Decision{" Supervisor<br/>Selection "}:::bigNode
Decision -->|By Student| Offer1[" Student Finds a<br/>Supervisor "]:::bigNode
Decision -->|By University| Offer2[" University Assigns<br/>Supervisor "]:::bigNode
Offer1 --> PublishPHD1[" Interview "]:::bigNode
Offer2 --> PublishPHD1
PublishPHD1 --> SelectCandidate1[" Grant<br/>Received "]:::bigNode