Skip to content

bids-standard/BEP028_BIDSprov

Repository files navigation

BEP028

This repository contains BIDS Extension Proposal 028 : BIDS-prov, a provenance framework for BIDS.

Our goal

Interpreting and comparing scientific results and enabling reusable data and analysis output require understanding provenance, i.e. how the data were generated and processed. To be useful, the provenance must be understandable, easily communicated, and captured automatically in machine accessible form. Provenance records are thus used to encode transformations between digital objects.

Who is building BEP 028 ✨

Camille Maumet (@cmaumet) and Satrajit Ghosh (@satra) are the BEP co-moderators. Here is the list of all contributors (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

BIDS-prov in the NIDM project

The Neuroimaging Data Model (NIDM) is a collection of specification documents that define extensions the W3C PROV standard for the domain of human brain mapping.

BIDS-prov is a BIDS extension that is compatible with NIDM.

How to help

Our goal is to extends BIDS to be able to track provenance at every stage of an experiment.

For this purpose we have to propose changes to the BIDS specification.

The BIDS specification is rendered as a webpage at https://bids-specification.readthedocs.io.

The website is built from a GitHub repository that consists of mostly markdown files at https://github.com/bids-standard/bids-specification. If you don't know much about markdown, here's a good intro guide.

Finding information and getting in touch

Google doc

The BEP028 is in a google doc.

Contact BIDS-Prov

The group is always open to new contributors interested in neuroimaging data sharing. To participate in discussions or to ask any question, please email us at [email protected].

Additional resources

Mature building blocks of NIDM:

New features (to be included)

Using the code

Visualize your BIDSprov data

To visualize your BIDSprov data, perform the following steps :

  1. clone the code inside a BEP028_BIDSprov directory, and cd into this directory :
git clone [email protected]:bids-standard/BEP028_BIDSprov.git
cd BEP028_BIDSprov
  1. install the bids_prov python package :
pip install .
  1. you should be able to launch the visualizer on your .jsonld files with the command bids_prov_visualizer
bids_prov_visualizer --input_file graph.jsonld --output_file graph.png

bids_prov -h
  usage: bids_prov_visualizer [-h] --input_file INPUT_FILE [--output_file OUTPUT_FILE]

  options:
    -h, --help            show this help message and exit
    --input_file INPUT_FILE
                          input BIDSprov data as a .jsonld file
    --output_file OUTPUT_FILE
                          output .png file showing BIDSprov graph

Run parsers on the SPM, FSL and AFNI data

To obtain data in bids-prov format, you can use the developed parsers.

Code of conduct

We are committed to building a welcoming and harrasement free experience for all our contributors. As a contributor to the BIDS-Prov specification, we ask you to follow our code of conduct

Credits: This README was build based on the BEP001 README.