Closed cycle20 closed 2 years ago
Another option: diagram by PlantUML
@startuml
:Input table|
partition "CLUE.IO SEARCH" {
:clue.io search;
}
:result table|
partition "DATAPATCH" {
note
"Additional details based on the
result of the clue.io search."
end note
fork
:FDA Label Search;
fork again
:PubMed Search;
fork again
:EMA Search;
fork again
:UniProt Search;
endfork
}
:extended dataset|
partition "RENDERING" {
:Generate HTML page from the extended dataset;
:HTML artifact|
:Deploy it as a GitHub Page;
}
stop
@enduml
Already solved by the bookdown documentation.
Wider content part would be better.
Related gist with technical details: https://gist.github.com/cycle20/a61583d3cea8e1d67a1d2c813e2d170a