diff --git a/docs/apps/framework.md b/docs/apps/framework.md index e6d317b..c3b4ed3 100644 --- a/docs/apps/framework.md +++ b/docs/apps/framework.md @@ -81,7 +81,8 @@ For instance, *MRIQC* generates group-level reports with the following command-l $ mriqc /data/bids_root /data/bids_root/derivatives/ group ``` -## What are *BIDS Derivatives*? +## What are *BIDS Derivatives*? + *NiPreps* generate *derivatives* of the original data, and they fulfill the BIDS specification for the results of Apps that are created for subsequent consumption by other BIDS-Apps. These derivatives must follow the BIDS Derivatives specification ([draft](https://bids-specification.readthedocs.io/en/derivatives/)). diff --git a/docs/news/index.md b/docs/news/index.md new file mode 100644 index 0000000..2a2fbae --- /dev/null +++ b/docs/news/index.md @@ -0,0 +1,27 @@ +--- +title: "News and announcements" +layout: default +excerpt: "News and announcements" +sitemap: false +permalink: /news.html +--- + +# News and Announcements +

NiPreps / ISMRM 2023 Satellite Hackathon

+ +Registration for the NiPreps / ISMRM 2023 Satellite Hackathon is now open! We invite researchers, data scientists, software developers, and anyone interested in exploring novel approaches to data analysis to join us for this exciting event. + +To register, please fill out the Google Form provided at the following link: +ISMRM 2023 Hackathon Registration: [Registration](https://docs.google.com/forms/d/e/1FAIpQLSf6dD1iLfRV4xKx6yfvXN1JsHyajFzU90w15Rq0p_X2qhcH5A/viewform?usp=sf_link) + +Please note that registration is required to participate in the hackathon, and space is limited, so we encourage you to register early to secure your spot. +The hackathon will take place on the day after the conference in Toronto. Participants will have the chance to collaborate with experts in the field, learn new skills, and work on innovative solutions to data analysis challenges. + +Stay tuned for more information about the hackathon, including specific topics to be addressed and any additional materials you may need to bring with you. +We look forward to seeing you all at ISMRM 2023 and at the hackathon the following day! + +

NiPreps Roundups Feb 22, 2023

+ +We resumed the bi-monthly NiPreps Roundups with a first meeting on February 22, 2023. + + diff --git a/mkdocs.yml b/mkdocs.yml index aca5ebf..beb35c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ copyright: Copyright © 2020 nav: - Home: index.md + - News and Announcements: news/index.md - NiPreps: - Framework: intro/nipreps.md - Transparency of workflows: intro/transparency.md