osmose-model / osmose-web-api

Web service that generates Osmose configuration files from data sources like Fishbase and SeaLifeBase. Used by https://www.config.osmose-model.org .
MIT License
2 stars 2 forks source link

UI Step 2 - Issue no. 14 #111

Closed agruss2 closed 7 years ago

agruss2 commented 7 years ago

For the sake of compatibility with the OSMOSE modeling platform, the name of the functional groups should not include spaces nor underscores nor dashes.

For example, I just ran a test with the UI, where I requested parameter estimates for an OSMOSE model for the Iceland Shelf/Sea ecosystem; and I noticed that the UI defined some functional groups called "reef-associatedsm" and "raysm md", among others. In this specific example, the names of the functional groups should be "reefassociatedsm" (rather than "reef-associatedsm") and "raysmmd" (rather than "raysm md").

Could you please correct for this? Many thanks!

FIN-casey commented 7 years ago

Thanks to @FIN-JBarile for providing the data. I updated all the json file in github pages. There should't be any functional group names with spaces, underscores, or dashes.

agruss2 commented 7 years ago

@FIN-casey and @FIN-JBarile Thanks a lot! The present issue has been solved; I can therefore close it now.