From 43c7ef37af272e6655c5a5e2b77b0214f96ab966 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 5 May 2021 10:19:01 -0600 Subject: [PATCH] BLD: add file nominees/openbci-gui.json --- products/openbci-gui.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 products/openbci-gui.json diff --git a/products/openbci-gui.json b/products/openbci-gui.json new file mode 100644 index 0000000..67055b8 --- /dev/null +++ b/products/openbci-gui.json @@ -0,0 +1,31 @@ +{ + "name": "OpenBCI GUI", + "description": "OpenBCI stands for open-source brain-computer interface (BCI). We provide anyone with a computer, the tools necessary to sample the electrical activity of their body.", + "website": "https://openbci.com/", + "license": [ + { + "spdx": "MIT", + "licenseURL": "https://github.com/OpenBCI/OpenBCI_GUI/blob/master/LICENSE" + } + ], + "SDGs": [ + { + "SDGNumber": 3, + "evidenceText": "OpenBCI specializes in creating low-cost, high-quality biosensing hardware for brain computer interfacing. Our arduino compatible biosensing boards provide high resolution imaging and recording of EMG, ECG, and EEG signals. Our devices have been used by researchers, makers, and hobbyists in over 80 countries as brain computer interfaces to power machines and map brain activity. OpenBCI headsets, boards, sensors and electrodes allow anyone interested in biosensing and neurofeedback to purchase high quality equipment at affordable prices." + } + ], + "sectors": [], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/OpenBCI/OpenBCI_GUI", + "organizations": [ + { + "name": "Open Source Brain-Computer Interfacing", + "website": "https://openbci.com/", + "org_type": "owner", + "contact_email": "contact@openbci.com" + } + ], + "stage": "nominee" +}