Skip to content

Commit

Permalink
Merge pull request #358 from dlevitas/enh/add_ezBIDS
Browse files Browse the repository at this point in the history
[ENH] add ezBIDS to list of BIDS converters
  • Loading branch information
effigies authored Nov 28, 2023
2 parents fa04859 + c2910f9 commit 2f457fd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,30 @@
documentation: https://bidsconvertr.github.io/
GUI: true
license: GPL-3.0

- name: ezBIDS
url: https://github.com/brainlife/ezbids
data_types:
- MRI
- ASL
- events
expected_input:
- DICOM
- NIfTI/JSON
- events (tsv, csv, txt, out, xlsx)
language:
- Vue
- TypeScript
- Javascript
- Python
- shell
documentation: https://brainlife.io/docs/using_ezBIDS/
comment: |
A web-based BIDS conversion tool with four unique features:
(1) No installation or programming requirements.
(2) Handling of both imaging and task events data and metadata.
(3) Semi-automated inference and guidance for adherence to BIDS.
(4) Multiple data management options, including download BIDS data
to local system, or transfer to OpenNeuro.org or to brainlife.io.
GUI: true
license: MIT

0 comments on commit 2f457fd

Please sign in to comment.