diff --git a/_data/projects.yml b/_data/projects.yml index 98fb5ca2..e2227115 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -218,25 +218,31 @@ - title: "BIDS Specification Terms PDF Table Generator" image: BIDS_logo.jpg - details: "The project aims to create a user-friendly python tool allowing the BIDS group to select, - search, or add BIDS specification terms and export a PDF table of the chosen BIDS term along with - appropriate term properties and instructions on adding new terms. If the user chooses to add a new - term, the tool will create and export a new BIDS specification term as a JSON-LD file and push it to - our terms repository where discussion surrounding the new term can be captured using git/github. Such - an effort will provide the BIDS working group with a user-friendly tool to build tables for the BIDS - documentation while ensuring they have not re-purposed an existing BIDS specification term giving it - conflicting definitions. For additional information on the background for this project see BIDS + details: "The project aims to create a user-friendly python tool allowing the BIDS group to select, + search, or add BIDS specification terms and export a PDF table of the chosen BIDS term along with + appropriate term properties and instructions on adding new terms. If the user chooses to add a new + term, the tool will create and export a new BIDS specification term as a JSON-LD file and push it to + our terms repository where discussion surrounding the new term can be captured using git/github. Such + an effort will provide the BIDS working group with a user-friendly tool to build tables for the BIDS + documentation while ensuring they have not re-purposed an existing BIDS specification term giving it + conflicting definitions. For additional information on the background for this project see BIDS specification issue 423.
More information in this github issue" hub: "Americas" - title: "HyPyP – The Hyperscanning Python Pipeline" image: Hypyp.png - details: "HyPyP is the first open source toolkit for the analysis of hyperscanning recording i.e. - neural activity across multiple brains. Here we provide a Python library based on the + details: "HyPyP is the first open source toolkit for the analysis of hyperscanning recording i.e. + neural activity across multiple brains. Here we provide a Python library based on the MNE Python ecosystem.
More information in this github issue" hub: "Europe / Middle-East / Africa" +- + title: "BIDS Curation GUI" + image: BIDS_GUI.png + details: "Lorem ipsum. +
More information in this github issue" + hub: "Americas" # EXAMPLES # - # title: "Automated Cortical Lesion Detection using Python Tools" diff --git a/img/hackathon/BIDS_GUI.png b/img/hackathon/BIDS_GUI.png new file mode 100644 index 00000000..aaf263f5 Binary files /dev/null and b/img/hackathon/BIDS_GUI.png differ