From 8ae9117f817f82a3d57e0633416fd9ac17916ae9 Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Thu, 16 Jan 2025 22:47:15 -0500 Subject: [PATCH] add refactor notice about annotation tool --- docs/user_guide/annotation_tool.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user_guide/annotation_tool.md b/docs/user_guide/annotation_tool.md index 0075305..8efd487 100644 --- a/docs/user_guide/annotation_tool.md +++ b/docs/user_guide/annotation_tool.md @@ -1,5 +1,9 @@ # The Neurobagel Annotation Tool +!!! info + This tool is currently undergoing a major refactor - some of the information below may be out of date with the public version of the tool at [https://annotate.neurobagel.org](https://annotate.neurobagel.org/). + Please check back soon for updated documentation! + Neurobagel's annotation tool takes BIDS-style [phenotypic data](https://github.com/neurobagel/annotation_tool/blob/master/cypress/fixtures/examples/good/ds003653_participant.tsv) and [corresponding data description files](https://github.com/neurobagel/annotation_tool/blob/master/cypress/fixtures/examples/good/ds003653_participant.json) and gives users the ability to annotate their data using the Neurobagel data model for preparation to inject that modeled data into Neurobagel's graph database for [federated querying](https://github.com/neurobagel/query-tool). The annotation tool is a Vue application, developed in [JavaScript](https://www.javascript.com/) using a variety of tools including [Nuxt](https://nuxtjs.org/), [Cypress](https://www.cypress.io/), and [BootstrapVue](https://bootstrap-vue.org/docs).