From eb89aac45062178eb113b7e7013f8c49c6a1e39d Mon Sep 17 00:00:00 2001 From: Alejandro de la Vega Date: Wed, 24 Jan 2024 14:50:04 -0600 Subject: [PATCH] Fix links --- blog/2024-1-2-new-year.md | 2 +- docs/guide/Project/Extraction.md | 2 +- docs/tutorial/advanced/mkda_association.md | 2 +- docs/tutorial/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/2024-1-2-new-year.md b/blog/2024-1-2-new-year.md index 58b1475..6a0e92f 100644 --- a/blog/2024-1-2-new-year.md +++ b/blog/2024-1-2-new-year.md @@ -9,7 +9,7 @@ Happy New Year! 2023 was a very exciting year for Neurosynth, having launched our Compose platform to the public and announced it on social media. In the December we’ve saw **over 500 new user visits**, with **200 users signing up for an account**! πŸš€ -Help us keep this growth going by [sharing our announcement](./announcing-ns-compose) with your colleagues. πŸ§‘β€πŸ”¬ +Help us keep this growth going by [sharing our announcement](./blog/announcing-ns-compose) with your colleagues. πŸ§‘β€πŸ”¬ # 🌟 What’s New 🌟 diff --git a/docs/guide/Project/Extraction.md b/docs/guide/Project/Extraction.md index 71c52cf..bc9aee3 100644 --- a/docs/guide/Project/Extraction.md +++ b/docs/guide/Project/Extraction.md @@ -15,7 +15,7 @@ After the curation phase is complete, the user is redirected to the extraction p Here, the extraction phase starts when a wizard that pops up and guides the user through the process of initializing the extraction phase. On top of creating the initial [**annotation columns**](./Extraction#annotations), this wizard also guides the user through the -process of [**ingestion** ](./Extraction#ingestion) of the curated studies to create a new [**studyset**](../../glossary#studyset). +process of [**ingestion** ](./Extraction#ingestion) of the curated studies to create a new [**studyset**](../glossary#studyset). ## Ingestion diff --git a/docs/tutorial/advanced/mkda_association.md b/docs/tutorial/advanced/mkda_association.md index e6b30ba..259d1f8 100644 --- a/docs/tutorial/advanced/mkda_association.md +++ b/docs/tutorial/advanced/mkda_association.md @@ -87,7 +87,7 @@ See the documentation sections on [Outputs of NIMARE](https://nimare.readthedocs ## Example: Pintos Lobo (2022) - All Social Processing Tasks -To demonstrate, we used Neurosynth-Compose to replicate the [Pintos Lobo et al., (2022)]([text](https://pubmed.ncbi.nlm.nih.gov/36436737/)) meta-analysis for All Social Processing Tasks. For this example, we have already created a `Project` and `StudySet` with the coordinates used in this meta-analysis. +To demonstrate, we used Neurosynth-Compose to replicate the [Pintos Lobo et al., (2022)](https://pubmed.ncbi.nlm.nih.gov/36436737/) meta-analysis for All Social Processing Tasks. For this example, we have already created a `Project` and `StudySet` with the coordinates used in this meta-analysis. We then specified a `MKDAChi2` Meta-Analysis with `FWECorrector` with the `montecarlo` method with 5,000 iterations. diff --git a/docs/tutorial/index.mdx b/docs/tutorial/index.mdx index 2331d06..3410a36 100644 --- a/docs/tutorial/index.mdx +++ b/docs/tutorial/index.mdx @@ -56,5 +56,5 @@ We reccomend starting with the **manual meta-analysis** tutorial if you are new. ### Advanced tutorials -After you've completed the core tutorials above, you can continue your learning journey with [advanced tutorials](./advanced). +After you've completed the core tutorials above, you can continue your learning journey with [advanced tutorials](./tutorial/advanced).