cycle20 / EZCancerTarget

Collect drug compound data based on editable target table and scan various sources to augment dataset
https://cycle20.github.io/EZCancerTarget/
GNU General Public License v3.0
1 stars 1 forks source link

jekyll template/css update #42

Closed cycle20 closed 2 years ago

cycle20 commented 3 years ago

Wider content part would be better.


Related gist with technical details: https://gist.github.com/cycle20/a61583d3cea8e1d67a1d2c813e2d170a

cycle20 commented 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
cycle20 commented 2 years ago

Already solved by the bookdown documentation.