... | @@ -7,14 +7,33 @@ The wiki supports even more amazing goodies though. You can refer to parts of yo |
... | @@ -7,14 +7,33 @@ The wiki supports even more amazing goodies though. You can refer to parts of yo |
|
|
|
|
|
You can even use [mermaid](https://mermaidjs.github.io/) to add charts like flow diagrams and Gantt charts. Checkout the code for this:
|
|
You can even use [mermaid](https://mermaidjs.github.io/) to add charts like flow diagrams and Gantt charts. Checkout the code for this:
|
|
|
|
|
|
|
|
```
|
|
|
|
```mermaid
|
|
|
|
gantt
|
|
|
|
title Study plans
|
|
|
|
dateFormat YYYY-MM-DD
|
|
|
|
|
|
|
|
section Study 1
|
|
|
|
Pilot :a1, 2018-01-01, 10d
|
|
|
|
Main participants :after a1 , 40d
|
|
|
|
|
|
|
|
section Study 2
|
|
|
|
Check modelling code :2018-01-12 , 12d
|
|
|
|
Forward modelling of results : 24d
|
|
|
|
``````
|
|
|
|
|
|
|
|
results in
|
|
|
|
|
|
```mermaid
|
|
```mermaid
|
|
gantt
|
|
gantt
|
|
title Study plans
|
|
title Study plans
|
|
dateFormat YYYY-MM-DD
|
|
dateFormat YYYY-MM-DD
|
|
|
|
|
|
section Study 1
|
|
section Study 1
|
|
Pilot :a1, 2018-01-01, 10d
|
|
Pilot :a1, 2018-01-01, 10d
|
|
Main participants :after a1 , 40d
|
|
Main participants :after a1 , 40d
|
|
|
|
|
|
section Study 2
|
|
section Study 2
|
|
Check modelling code :2018-01-12 , 12d
|
|
Check modelling code :2018-01-12 , 12d
|
|
Forward modelling of results : 24d
|
|
Forward modelling of results : 24d
|
|
``` |
|
``` |
|
\ No newline at end of file |
|
|