From c41a45ea1ab33645688b246ad3b1414ad2401e5e Mon Sep 17 00:00:00 2001 From: Stefano Moia Date: Sun, 14 Jun 2020 18:05:55 +0200 Subject: [PATCH 1/3] Add phys2bids project --- _data/projects.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index bc1874ca..03349a64 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -380,6 +380,17 @@ looking to test the validity of the instrumented libmath library functions and also evaluate the stability of the existing neuroimaging pipelines.
More information in this github issue" hub: "Americas" +- + title: "physiopy/phys2bids: BIDS formatting of physiological recordings" + image: phys2bids_card.jpg + details: "Physiopy is a github organisation that aims to offer open development solutions for physiology in MRI. + phys2bids is the flagship library of physiopy, and it consists in a python3 library meant to format physiological + (cardiac, respiratory, or gas signals) files in BIDS.
During this hackathon, we would love to involve new contributors to integrate new features, such as + automatic recognition of the file content, support for eyetracking, and integration with other bidsificators (such as bidscoin) + Next to phys2bids, we’re starting the development of phys2denoise, a library dedicated to prepare physiological signal for fMRI denoising. +
More information in this github issue" + hub: "Europe / Middle East / Africa, Americas" + # EXAMPLES # - # title: "Automated Cortical Lesion Detection using Python Tools" From c922619ee9c76de289a348514e92b142d027b60e Mon Sep 17 00:00:00 2001 From: Stefano Moia Date: Sun, 14 Jun 2020 18:31:01 +0200 Subject: [PATCH 2/3] Remove double card and change description --- _data/projects.yml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/_data/projects.yml b/_data/projects.yml index 03349a64..eb3cb872 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -306,12 +306,11 @@ - title: "physiopy/phys2bids: BIDS formatting of physiological recordings" image: phys2bids_card.jpg - details: "Physiopy is a github organisation maintained by (at the moment) 12 volunteers that aims to offer - open development solutions for physiology in MRI. phys2bids is the flagship library of physiopy, - and consists in a python3 library meant to format physiological (cardiac, respiratory, or gas signals) files in BIDS. It was born for AcqKnowledge - (BIOPAC) files, and at the moment it also supports LabChart (ADInstruments). It doesn’t support physiological files recorded with the MRI (yet). -
Next to phys2bids, we’re starting the development of phys2denoise, a library dedicated to - prepare physiological signal for fMRI denoising. + details: "Physiopy is a github organisation that aims to offer open development solutions for physiology in MRI. + phys2bids is the flagship library of physiopy, and it consists in a python3 library meant to format physiological + (cardiac, respiratory, or gas signals) files in BIDS.
During this hackathon, we would love to involve new contributors to integrate new features, such as + automatic recognition of the file content, support for eyetracking, and integration with other bidsificators (such as bidscoin) + Next to phys2bids, we’re starting the development of phys2denoise, a library dedicated to prepare physiological signal for fMRI denoising.
More information in this github issue" hub: "Americas & Europe / Middle-East / Africa" - @@ -380,17 +379,6 @@ looking to test the validity of the instrumented libmath library functions and also evaluate the stability of the existing neuroimaging pipelines.
More information in this github issue" hub: "Americas" -- - title: "physiopy/phys2bids: BIDS formatting of physiological recordings" - image: phys2bids_card.jpg - details: "Physiopy is a github organisation that aims to offer open development solutions for physiology in MRI. - phys2bids is the flagship library of physiopy, and it consists in a python3 library meant to format physiological - (cardiac, respiratory, or gas signals) files in BIDS.
During this hackathon, we would love to involve new contributors to integrate new features, such as - automatic recognition of the file content, support for eyetracking, and integration with other bidsificators (such as bidscoin) - Next to phys2bids, we’re starting the development of phys2denoise, a library dedicated to prepare physiological signal for fMRI denoising. -
More information in this github issue" - hub: "Europe / Middle East / Africa, Americas" - # EXAMPLES # - # title: "Automated Cortical Lesion Detection using Python Tools" From 290ed06cfd3c4fcd5f7f9ea90e8770d3998a5be4 Mon Sep 17 00:00:00 2001 From: Stefano Moia Date: Sun, 14 Jun 2020 18:39:12 +0200 Subject: [PATCH 3/3] Remove quotes --- _data/projects.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/projects.yml b/_data/projects.yml index eb3cb872..e8bd5093 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -306,10 +306,10 @@ - title: "physiopy/phys2bids: BIDS formatting of physiological recordings" image: phys2bids_card.jpg - details: "Physiopy is a github organisation that aims to offer open development solutions for physiology in MRI. - phys2bids is the flagship library of physiopy, and it consists in a python3 library meant to format physiological + details: "Physiopy is a github organisation that aims to offer open development solutions for physiology in MRI. + phys2bids is the flagship library of physiopy, and it consists in a python3 library meant to format physiological (cardiac, respiratory, or gas signals) files in BIDS.
During this hackathon, we would love to involve new contributors to integrate new features, such as - automatic recognition of the file content, support for eyetracking, and integration with other bidsificators (such as bidscoin) + automatic recognition of the file content, support for eyetracking, and integration with other bidsificators (such as bidscoin) Next to phys2bids, we’re starting the development of phys2denoise, a library dedicated to prepare physiological signal for fMRI denoising.
More information in this github issue" hub: "Americas & Europe / Middle-East / Africa"