Skip to content

Commit

Permalink
Style fixes, typos, removed word repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Dec 2, 2023
1 parent 316fcb2 commit d4db0a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/reproflow_abstract_ohbm2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ Yaroslav O. Halchenko
Reproducibility is a critical consideration for modern neuroscience and is greatly aided by automation of data acquisition and standardization of data records.
MRI and behavioral data are two of the foremost modalities in human neuroscience, making the seamless integration of these modalities a significant concern for numerous research centers.
The Brain Imaging Data Structure (BIDS) is a preeminent data standard, well-suited for both modalities, and which ensures interoperability of data analysis tools as well as transparency of data records.
The ReproNim project has made significant contributions in improving BIDS standard itself, access to BIDS conversion, data sharing, and integration with quality assurance (QA) processes.
ReproFlow is an environment which integrates numerous ReproNim tools — such as HeuDiConv, ReproIn, ReproStim, ReproEvents, ReproMon, con/noisseur, ///repronim/containers, DataLad, and datalad-containers extension — in order to provide a scalable and automated solution for MRI and behavioral data acquisition and integration in a standardized form.
The ReproNim project has made significant contributions in extending the BIDS standard, and creating tools for BIDS conversion, data sharing, quality assurance (QA).
ReproFlow is an environment which integrates numerous ReproNim tools — such as HeuDiConv, ReproIn, ReproStim, ReproEvents, ReproMon, con/noisseur, ///repronim/containers, DataLad, and the datalad-containers extension — in order to provide a scalable and automated solution for MRI and behavioral data acquisition and integration in a standardized form.
Here we present a pilot implementation of this environment, set up at the Dartmouth Brain Imaging Center, covering both software and open hardware solutions.
The adaptation of this environment can help other centers establish a robust, multi-modal, and BIDS-compliant data acquisition pipeline, and thus significantly advance the reliability of modern neuroscience.

## Methods

We have developed a number of Free and Open Source Software (FOSS) solutions, and made extensive contributions to the BIDS standard, in order to ensure both standard support for multimodal metadata, and adequate tools to automatically populate the metadata space.
The ReproFlow environment consists of 7 core tools developed my the ReproNim project.
The ReproFlow environment consists of 8 core tools developed my the ReproNim project.
HeuDiConv provides configurable MRI conversion from DICOM to a desired layout.
ReproIn provides configuration for HeuDiConv for HeuDiConv via an extensive heuristic syntax, and an assistance utility.
ReproIn provides configuration for HeuDiConv via an extensive heuristic syntax, and a user assistance utility.
ReproEvents provides audio and video capture capabilites to integrate complex stimuli with MRI data.
ReproStim provides support for capturing behavioral events from participants.
Con/noisseur captures and performs QA on operator input at the scanner console.
ReproMon complements the QA capabilities by providing support for online operator feedback and alerts in case of incidents or anomalous metadata input.
///ReproNim//containers provides DataLad dataset with popular containers and assistance scripts to ensure reproducible execution.
DataLad and datalad-containers provide logistics for data and containers manipulations and provenance tracking.
DataLad and datalad-containers enable data and container manipulation, as well as provenance tracking.


## Results

Over the course of its development, our HeuDiConv/ReproIn implementation at the Dartmouth Brain Imaging Center has been used to collect and standardize over 40 MRI datasets, which are now openly shareable in an understandable fashion for inspection and reuse by the broader research community.
We have additionally collected corresponding audio/video stimuli using ReproStim, which were successfully used to recover previously undocumented experimental aspects (such as randomization order) and to improve data quality by identifying the presence of lag between modalities.
ReproEvents, ReproMon, and Con/noisseur are currently in early deployment and provide incipient event time stamp synchronization between the various modalities.
///ReproNim/containers contains all BIDS-Apps, NeuroDesk application, and other containers.
///ReproNim/containers contains all BIDS-Apps, NeuroDesk applications, and other containers required to reliably execute the ReproFlow tools.

## Conclusions

Expand Down

0 comments on commit d4db0a6

Please sign in to comment.