From db4415b0085c74664e7f59063ef948aa9a11b7b0 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 2 Aug 2022 10:22:32 -0400 Subject: [PATCH 1/2] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a841c19 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# NIMADS + +The Neuroimaging Meta-Analysis Data Standard (NIMADS) is a standard for organizing and annotating +meta-analytic data from neuroimaging (especially fMRI) studies. + +NIMADS is specified in a series of [JSON-LD](https://json-ld.org) files, +each of which describes a single element of the standard. + +NIMADS is still under active development. From 8caf6dd9e78eff4964fea2372ce0ab51b038a8d4 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 2 Aug 2022 10:30:04 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a841c19..0e48ca9 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ NIMADS is specified in a series of [JSON-LD](https://json-ld.org) files, each of which describes a single element of the standard. NIMADS is still under active development. +If you would like to contribute to NIMADS, or even just ask a question about it, +please either [open an issue](https://github.com/neurostuff/NIMADS/issues/new) or +get in touch with us [on Mattermost](https://mattermost.brainhack.org/brainhack/channels/nimare).