epiverse-trace / tutorials-late

https://epiverse-trace.github.io/tutorials-late/
Other
2 stars 1 forks source link

Consider using mermaid diagrams instead of graphviz #46

Open Bisaloo opened 3 months ago

Bisaloo commented 3 months ago

E.g., to replace:

image

flowchart LR
    S -->|"infection\n(transmission rate β)"| E
    E -->|"onset of infectiousness\n(infectiousness rate α)"| I
    I -->|"recovery\n(recovery rate γ)"| R
flowchart LR
    S -->|"infection\n(transmission rate β)"| E
    E -->|"onset of infectiousness\n(infectiousness rate α)"| I
    I -->|"recovery\n(recovery rate γ)"| R

This will allow a better integration with varnish (https://github.com/carpentries/varnish/pull/125). In particular, colour theme will be respected & text can be selected.

avallecam commented 2 weeks ago

search engine: https://github.com/search?q=repo%3Aepiverse-trace%2Ftutorials-late%20DiagrammeR%3A%3AgrViz&type=code