%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#EBF0F3', 'primaryBorderColor': '#1E3A4C', 'lineColor': '#ADC0CA'}, 'flowchart': {'htmlLabels': false, 'nodeSpacing': 15, 'rankSpacing': 25, 'curve': 'basis', 'padding': 12}}}%%
flowchart TD
START(("π Explain?"))
DTYPE{"Data type?"}
START --> DTYPE
TAB["π Tabular"]
TAB_SCOPE{"Scope?"}
TAB_G{"Insight?"}
TAB_GR["Ranking"]
TAB_GE["Effects"]
TAB_GI["Interactions"]
TAB_L{"Type?"}
TAB_LW["Why this?"]
TAB_LC["What if?"]
DTYPE -->|Tabular| TAB
TAB --> TAB_SCOPE
TAB_SCOPE -->|Global| TAB_G
TAB_G --> TAB_GR
TAB_G --> TAB_GE
TAB_G --> TAB_GI
TAB_SCOPE -->|Local| TAB_L
TAB_L --> TAB_LW
TAB_L --> TAB_LC
IMG["πΌοΈ Image"]
IMG_S{"Scope?"}
IMG_G["Global"]
IMG_L{"Access?"}
IMG_BB["Black-Box"]
IMG_WB["White-Box"]
%% IMG_A{"Architecture?"}
%% IMG_CNN["CNN"]
%% IMG_VIT["ViT"]
DTYPE -->|Image| IMG
IMG --> IMG_S
IMG_S -->|Global| IMG_G
IMG_S -->|Local| IMG_L
IMG_L --> IMG_BB
IMG_L --> IMG_WB
%% IMG_A -->|CNN| IMG_CNN
%% IMG_A -->|ViT| IMG_VIT
TXT["π Text"]
TXT_S{"Scope?"}
TXT_G["Global"]
TXT_L{"Access?"}
TXT_BB["Black-Box"]
TXT_WB["White-Box"]
DTYPE -->|Text| TXT
TXT --> TXT_S
TXT_S -->|Global| TXT_G
TXT_S -->|Local| TXT_L
TXT_L --> TXT_BB
TXT_L --> TXT_WB
style START fill:#EBF0F3,stroke:#1E3A4C,stroke-width:2.5px,color:#1E3A4C
style DTYPE fill:#EBF0F3,stroke:#1E3A4C,stroke-width:2px,color:#1E3A4C
style TAB fill:#ffffff,stroke:#ADC0CA,stroke-width:2px,color:#9ca3af
style TAB_SCOPE fill:#ffffff,stroke:#ADC0CA,stroke-width:2px,color:#9ca3af
style TAB_G fill:#ffffff,stroke:#ADC0CA,stroke-width:2px,color:#9ca3af
style TAB_GR fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TAB_GE fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TAB_GI fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TAB_L fill:#ffffff,stroke:#ADC0CA,stroke-width:2px,color:#9ca3af
style TAB_LW fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TAB_LC fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style IMG fill:#ffffff,stroke:#ADC0CA,stroke-width:2px,color:#9ca3af
style IMG_S fill:#ffffff,stroke:#ADC0CA,stroke-width:2px,color:#9ca3af
style IMG_G fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style IMG_L fill:#ffffff,stroke:#ADC0CA,stroke-width:2px,color:#9ca3af
style IMG_BB fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style IMG_WB fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TXT fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TXT_S fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TXT_G fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TXT_L fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TXT_BB fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af
style TXT_WB fill:#ffffff,stroke:#ADC0CA,stroke-width:1.5px,color:#9ca3af