Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Update outdated docs links #839

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

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 on how to use the annotation tool.
Please refer to our [**official documentation**](https://neurobagel.org/user_guide/annotation_tool/) for more information on how to use the annotation tool.

[Quickstart](#quickstart) |
[Documentation](https://neurobagel.org/annotation_tool/) |
[Documentation](https://neurobagel.org/user_guide/annotation_tool/) |
[Local Installation](#local-installation) |
[Workflow](#workflow) |
[Testing](#testing) |
Expand Down
6 changes: 3 additions & 3 deletions pages/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<b-alert v-model="outputIsValid" variant="success" :show="dictionaryCollapsed">
<h1>🎉 Congratulations!</h1>
You have successfully created an <a href="https://neurobagel.org/dictionaries/" target="_blank">neurobagel annotated .json data dictionary</a>.
You have successfully created a <a href="https://neurobagel.org/data_models/dictionaries/" target="_blank">neurobagel annotated .json data dictionary</a>.
</b-alert>

<h3>Data Dictionary</h3>
Expand All @@ -50,7 +50,7 @@
</p>
<ul>
<li>Download the .json data dictionary to your local hard drive by clicking the green "Download" button.</li>
<li>Use the .json data dictionary to <a href="https://neurobagel.org/cli/" target="_blank">create a harmonized view of your data</a></li>
<li>Use the .json data dictionary to <a href="https://neurobagel.org/user_guide/cli/" target="_blank">create a harmonized view of your data</a></li>
<li>Learn more about <a href="https://neurobagel.org/" target="_blank">neurobagel</a> and how to use harmonized data for cross-dataset search.</li>
</ul>
</b-col>
Expand Down Expand Up @@ -213,4 +213,4 @@ pre {
max-height: 400px;
overflow-y: auto;
}
</style>
</style>
10 changes: 5 additions & 5 deletions pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
<b-collapse id="collapse-1">
<br />
<p>
More details can be found <a href="https://neurobagel.org/annotation_tool/" target="_blank">in our documentation</a>.
More details can be found <a href="https://neurobagel.org/user_guide/annotation_tool/" target="_blank">in our documentation</a>.
</p>
<ol>
<li>Upload a TSV phenotypic file (<a href="https://neurobagel.org/data_prep/" target="_blank">see our docs for the TSV requirements</a>)</li>
<li>Upload a TSV phenotypic file (<a href="https://neurobagel.org/user_guide/data_prep/" target="_blank">see our docs for the TSV requirements</a>)</li>
<li>Upload a <a href="https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#participants-file" target="_blank">BIDS-compatible JSON data dictionary</a> (optional)</li>
<li>Annotate any or all COLUMNS in your data table by telling us what kind of subject information they are "about"</li>
<li>
Annotate the unique VALUES in the columns you have annotated, by mapping them to controlled terms from
<a href="https://neurobagel.org/term_naming_standards/#currently-used-namespaces" target="_blank">existing vocabularies</a>
<a href="https://neurobagel.org/data_models/term_naming_standards/#currently-used-namespaces" target="_blank">existing vocabularies</a>
</li>
<li>Download your annotated JSON data dictionary</li>
</ol>
<b>What next?</b>
<p>
You can now use the new data dictionary to <a href="https://neurobagel.org/cli/" target="_blank">create a harmonized representation of your subject-level data</a> (optional, uses other neurobagel tools).<br />
You can now use the new data dictionary to <a href="https://neurobagel.org/user_guide/cli/" target="_blank">create a harmonized representation of your subject-level data</a> (optional, uses other neurobagel tools).<br />
To learn more about neurobagel, check out our website: <a href="https://neurobagel.org/" target="_blank">neurobagel.org</a>.
</p>
</b-collapse>
Expand Down Expand Up @@ -178,4 +178,4 @@
}
};

</script>
</script>
Loading