Skip to content

Commit

Permalink
Add 'Community' section. (#58)
Browse files Browse the repository at this point in the history
* Add first draft community and roadmap page.

* Fix linting.

* Add links to community page.

* Update docs/source/roadmap.md

Co-authored-by: Adam Tyson <[email protected]>

* Update docs/source/roadmap.md

Co-authored-by: Adam Tyson <[email protected]>

* Add links to metadata decision point.

* Add links and restructure community section.

* Add link all datashuttle links.

* Fix bolding, small tidy ups.

* Add SWC link, small fixes.

* Add SWC link, small fixes.

* Remove datashuttle roadmap / guiding principles links until they are released.

* link to github issues

Co-authored-by: Niko Sirmpilatze <[email protected]>

* grammer fix

Co-authored-by: Niko Sirmpilatze <[email protected]>

* Standardise behaviour spelling.

---------

Co-authored-by: Adam Tyson <[email protected]>
Co-authored-by: Niko Sirmpilatze <[email protected]>
  • Loading branch information
3 people authored May 30, 2024
1 parent a57238e commit 4f5c3f1
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/source/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Community

**NeuroBlueprint** is developed by the
[NeuroInformatics Unit](https://neuroinformatics.dev)
at the
[Sainsbury Wellcome Centre](https://www.sainsburywellcome.org/web/).
We are very interested in feedback on the
specification, please get in contact through our
[GitHub Issues](https://github.com/neuroinformatics-unit/NeuroBlueprint/issues)
or
[Zulip Chat](https://neuroinformatics.zulipchat.com/#narrow/stream/406000-NeuroBlueprint)!

We are keen to work closely with ongoing standardisation efforts in the
[BIDS](https://bids.neuroimaging.io)
and
[NWB](https://www.nwb.org)
communities. Please see our
[Roadmap](roadmap.md)
for details on our future plans.

```{toctree}
:maxdepth: 3
:caption: Contents
:hidden:
roadmap
```
1 change: 1 addition & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ and [BIDS community](https://bids.neuroimaging.io/) to extend the BIDS specifica
:caption: Contents
specification
community
```
29 changes: 29 additions & 0 deletions docs/source/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Roadmap

The roadmap for **NeuroBlueprint**
contains our development plans for the specification.

The roadmap is responsive to the requirements
of the community, and we encourage people to get in
contact to outline their needs and priorities.

The aim of **NeuroBlueprint**
[v0.2](https://github.com/neuroinformatics-unit/NeuroBlueprint/releases)
was to provide a lightweight specification
enabling automatic discovery of raw data for
different data types (e.g. behaviour, electrophysiology).

Next, we plan to extend the specification to support automated
multimodal analysis. This will require metadata standardisation,
and we will decide on an existing metadata standard to adopt and a minimal
set of required keywords.

**Q4 2024**

- Investigate and adopt a metadata standard (e.g.
[Brain Imaging Data Structure](https://bids-specification.readthedocs.io/en/stable/derivatives/common-data-types.html)
or
[Allen Institute for Neural Dynamics](https://github.com/AllenNeuralDynamics/aind-data-schema)).

- Add required metadata for automated multimodal behavioural and electrophysiological
analysis to the specification.

0 comments on commit 4f5c3f1

Please sign in to comment.