The Embryo Digital Atlas is an open-source project aiming at building a web based platform to visualize complex experimental datasets in an easy and beautiful way.
Users should be able to visualize their own images
-> Images can be stored locally on the user's computer, and visualized using our tool
See for example: FileReader
Maybe a good solution there or here with threejs
Users should be able to contribute by sharing their datasets to the community
-> Images are uploaded on a database and later accessible to everyone
-> require meta data
-> we can use the OMERO server software for handling the database
Using the Webgateway, it should be possible to access the image in the database
It might yield cross-origin issue - try this
Users should be able to visualize their own images -> Images can be stored locally on the user's computer, and visualized using our tool See for example: FileReader Maybe a good solution there or here with threejs
Users should be able to contribute by sharing their datasets to the community -> Images are uploaded on a database and later accessible to everyone -> require meta data -> we can use the OMERO server software for handling the database
Using the Webgateway, it should be possible to access the image in the database It might yield cross-origin issue - try this