You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have https://github.com/OpenNeuroDatasets-jsonld for OpenNeuro forks. But so far everything happens manually (pushing a change, pulling in an upstream change, listening to a change and then processing the new version). Now we want things to happen automatically.
when upstream changes, that change automatically makes it into the fork (e.g. cron job)
when we (semi-) manually push to the fork from our side (e.g. to add annotations), this gets combined into a shared history
when either upstream or direct changes happen to the default branch of the fork, a CI job processes the entire fork with the neurobagel CLI and makes a .jsonld file ready for the graph
we need help on this one
we know where to run the CLI (with enough resources) + where outputs should be stored (outputs should be all in one repo)
that new .jsonld file is then stored somewhere we can easily (ideally automatically) pick it up to push it into the graph
Context
We now have https://github.com/OpenNeuroDatasets-jsonld for OpenNeuro forks. But so far everything happens manually (pushing a change, pulling in an upstream change, listening to a change and then processing the new version). Now we want things to happen automatically.
https://hackmd.io/bbi4VBoGREyb4m820coQww
Why
Outcomes
What
The text was updated successfully, but these errors were encountered: