ices-taf / conjoin

Contaminants Joint Assessment for OSPAR, HELCOM and AMAP
MIT License
3 stars 0 forks source link

I want a Graphical Interface (Web GUI) to input/choose options for the assessment run #18

Open neil-ices-dk opened 2 years ago

neil-ices-dk commented 2 years ago
neil-ices-dk commented 2 years ago

could be a ShinyApp setup and using config files

colinpmillar commented 2 years ago

Example of a GUI / form. Note this is from a text editor, so ignore the actual settings. For the HAT project we would have options such as, which determinands to use, or which matrix, or the method to apply to group determinands.... and so on.

The job of the GUI / form is to produce config file(s) only. the assessment would then be run in R as usual.

image

colinpmillar commented 2 years ago

equivalent control file, in json format. But again, this is an exmaple from a text editor, please ingore the field names and values. For the HAT project, the options would reflect the different configuration options for the assessments.

The main point is the difference between the use of a form (above) and the equivalent configuration file (below): image