%%{
init: {
'themeVariables': {
'edgeLabelBackground': '#224289'
}
}
}%%
flowchart LR
a1[Thinking] ==> a2[Beginning]
a2 ====> |<span class="svg-spinners--clock"></span>| a3[Main goal]
a3 ==> a4([Paper])
a3 ==> a5([Conference])
a3 ==> a6([Report])
classDef default stroke:#FFC0CB,color:#FFFFFF,fill:#224289;





















