From 584d72c80e40b08665de1a9c59c6fad9502423fa Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Fri, 10 Nov 2023 16:19:28 -0500 Subject: [PATCH 1/2] Add link to docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3439c3cc..588978a4 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,14 @@
-[Neurobagel's](https://www.neurobagel.org/) annotation tool takes BID-style [phenotypic data](https://github.com/neurobagel/annotation_tool/blob/main/cypress/fixtures/examples/good/ds003653_participant.tsv) and [corresponding data description files](https://github.com/neurobagel/annotation_tool/blob/main/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). +[Neurobagel's](https://www.neurobagel.org/) annotation tool takes BIDS-style [phenotypic data](https://github.com/neurobagel/annotation_tool/blob/main/cypress/fixtures/examples/good/ds003653_participant.tsv) and [corresponding data description files](https://github.com/neurobagel/annotation_tool/blob/main/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). +Please refer to our [**official documentation**](https://neurobagel.org/annotation_tool/) for more information + [Quickstart](#quickstart) | +[Documentation](https://neurobagel.org/annotation_tool/) | [Local Installation](#local-installation) | [Workflow](#annotation-workflow) | [Navigation](#general-navigation) | From a9e776586b5f555900c5d94c665e3fcfcac5eece Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Fri, 10 Nov 2023 16:57:18 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: Alyssa Dai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 588978a4..c1d5b5a0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ 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). -Please refer to our [**official documentation**](https://neurobagel.org/annotation_tool/) for more information +Please refer to our [**official documentation**](https://neurobagel.org/annotation_tool/) for more information on how to use the annotation tool. [Quickstart](#quickstart) | [Documentation](https://neurobagel.org/annotation_tool/) |