%%{init:{"flowchart":{"useMaxWidth":true},"themeVariables":{"fontSize":"22px"},"flowchart":{"nodeSpacing":50,"rankSpacing":60},"width":1100,"height":500}}%%
flowchart LR
T["<b>Title &<br/>Abstract</b><br/>~2 min"] --> I["<b>Introduction</b><br/>~10 min"]
I --> C["<b>Conclusion</b><br/>~5 min"]
C --> S["<b>Skip</b><br/>everything<br/>else for now"]
style T fill:#4a7c6f,color:#fff,stroke:#334155
style I fill:#4a7c6f,color:#fff,stroke:#334155
style C fill:#4a7c6f,color:#fff,stroke:#334155
style S fill:#64748b,color:#fff,stroke:#334155