neuroblueprint

Lightweight data specification for systems neuroscience, inspired by BIDS.

https://github.com/neuroinformatics-unit/neuroblueprint

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Lightweight data specification for systems neuroscience, inspired by BIDS.

Basic Info
Statistics
  • Stars: 19
  • Watchers: 7
  • Forks: 4
  • Open Issues: 13
  • Releases: 11
Created about 3 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

NeuroBlueprint

NeuroBlueprint is a folder structure specification for (systems) neuroscience research projects. It provides a set of rules and guidelines for project folder organisation, ensuring consistent data management within and between labs. The focus is on ensuring minimal overhead for researchers.

NeuroBlueprint is being developed at the Sainsbury Wellcome Centre (SWC) for Neural Circuits and Behaviour by members of the Neuroinformatics Unit (NIU). As such, it prioritizes interoperability with NIU-developed data analysis tools. That said, the specification is designed to be as general as possible, and should be useful to anyone within the neuroscience field.

To facilitate NeuroBlueprint's pain-free adoption we are also developing datashuttle—a tool that integrates into data acquisition workflows and automates the creation and transfer of NeuroBlueprint-compliant folders.

We (the NIU) welcome feedback and contributions from the wider community and commit to maintaining the specification as a living and evolving document. Check out the NeuroBlueprint Zulip chat or raise a GitHub Issue to get in touch.

NeuroBlueprint is inspired by, and based on the BIDS specification, widely used in human neuroimaging. We will collaborate with ongoing efforts by the INCF and BIDS community to extend the BIDS specification to non-human animal research.

This repository hosts the source code for the NeuroBlueprint website.

Owner

  • Name: SWC/GCNU Neuroinformatics Unit
  • Login: neuroinformatics-unit
  • Kind: organization
  • Location: United Kingdom

Citation (CITATION.CFF)

cff-version: 1.2.0
title: NeuroBlueprint
message: >-
  If you use NeuroBlueprint in your work, please cite the following Zenodo DOI.
authors:
  - given-names: Joseph J.
    family-names: Ziminski
    orcid: 'https://orcid.org/0000-0003-4286-6868'
    email: joseph.j.ziminski@gmail.com
  - given-names: Nikoloz
    family-names: Sirmpilatze
    orcid: 'https://orcid.org/0000-0003-1778-2427'
    email: niko.sirbiladze@gmail.com
  - given-names: Laura
    family-names: Porta
  - given-names: Viktor
    family-names: Plattner
  - given-names: Adam L.
    family-names: Tyson
    orcid: 'https://orcid.org/0000-0003-3225-1130'
    email: code@adamltyson.com
identifiers:
  - type: doi
    value: 10.5281/zenodo.15720970
    description: 'A collection of archived snapshots of NeuroBlueprint on Zenodo.'
repository-code: 'https://github.com/neuroinformatics-unit/neuroblueprint'
url: 'https://neuroblueprint.neuroinformatics.dev/'
abstract: >-
  A lightweight specification for organising neuroscience data.
keywords:
    - neuroscience
    - systems neuroscience
    - data specification
    - data standards
    - FAIR data
license: CC-BY-4.0

GitHub Events

Total
  • Create event: 26
  • Issues event: 4
  • Release event: 11
  • Watch event: 1
  • Delete event: 21
  • Issue comment event: 16
  • Push event: 50
  • Pull request review comment event: 12
  • Pull request review event: 24
  • Pull request event: 18
  • Fork event: 2
Last Year
  • Create event: 26
  • Issues event: 4
  • Release event: 11
  • Watch event: 1
  • Delete event: 21
  • Issue comment event: 16
  • Push event: 50
  • Pull request review comment event: 12
  • Pull request review event: 24
  • Pull request event: 18
  • Fork event: 2

Dependencies

docs/requirements.txt pypi
  • linkify-it-py *
  • myst-parser *
  • nbsphinx *
  • numpydoc *
  • pydata-sphinx-theme *
  • sphinx >=5.0,<6.0
.github/workflows/docs_build_and_deploy.yml actions
  • actions/checkout v3 composite
  • codespell-project/actions-codespell v2 composite
  • neuroinformatics-unit/actions/build_sphinx_docs v2 composite
  • neuroinformatics-unit/actions/deploy_sphinx_docs v2 composite