datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Support NeuroBagel annotation tool #407

Open mih opened 1 year ago

mih commented 1 year ago

https://www.neurobagel.org

This is essentially a client-side javascript annotation tool/workflow that produces a downloadable JSON object. In the future it will also support loading stored metadata.

The plan is to have a datalad extension that contains the JS blob and announces this metadata source to gooey via the envisioned entry point.

Ping @surchs @jsheunis

surchs commented 1 year ago

Thanks @mih, this sounds great. Right now we're working to get the annotator to output and load a JSON data dictionary - and in the process we're changing how the list of categories you can annotate are defined. Two things we could talk about in this context are:

  1. The format of the data dictionary we're planning on creating and being able to load: https://github.com/neurobagel/annotation_tool/issues/220 The idea is that this format we use together with other metadata projects like dandi and repronim, and hopefully others
  2. A format for a user createable config file that specifies the list of categories you'll see when you start the tool: https://github.com/neurobagel/annotation_tool/issues/221