Kory Mathewson fd86a5f3c2 Update CONTRIBUTING.md
Making some changes to CONTRIBUTING to make sure that we are ready to go live and invite contributions.
2020-01-03 11:13:48 -05:00
2019-12-19 16:04:45 -07:00
2019-12-06 16:34:04 -05:00
2019-12-19 11:02:39 -07:00
2019-12-04 16:33:48 -05:00
2019-12-04 16:36:16 -05:00
2020-01-03 11:13:48 -05:00
2020-01-02 14:35:50 -07:00
2019-11-28 10:43:56 -07:00
2019-12-26 17:50:30 -07:00
2020-01-03 00:15:26 -07:00
2019-12-27 00:26:54 -07:00

EEGEdu

EEGEdu is an educational website to learn about working with electroencephalogram (EEG) data. It is a teaching tool that allows for students to quickly interact with their own brain waves.

It is an interactive web page that you interact with multiple demonstrations of working with EEG data. It is partially inspired by EEG101 but it is strictly web-based. This allows students to interact with EEG brain data without having to install any software.

This is a useful set of tools that has been inspired by multiple works that came before. Previously, others in the field have been using Neurotech EEG-notebooks in python for data collection and analysis with muse-lsl. These software support the Interaxon MUSE headset but required a bluetooth low-energey (BLE) dongle to work with Windows of Mac systems. It also required the editing of some pyglatt code to connect properly. These software are cumbersome, and serve as a barrier to entry for many students learning about EEG.

Visit https://eegedu.com/ for the live website.

Installation for Development

If you are interested in developing EEGEdu, here are some instructions to get you started.

Note: Currently EEGEdu development requires a Mac OSX operating system.

To start, you will need to install Homebrew and yarn. These are easy one-line installations for Mac users:

# Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# Install yarn
# NOTE: this will also install Node.js if it is not already installed.
brew install yarn 
# Node.js must be version 10.x for Muse interaction
# Thus, if you are getting version issues, install n and switch versions
# sudo npm install -g n
# sudo n 10.16.0

Then, in terminal, clone the git repo and enter the folder:

git clone https://github.com/kylemath/EEGEdu
cd EEGEdu

You then need to install the required packages for EEGEdu

yarn install

Local Development Environment

Then, you can run the Development Environment of EEGEdu:

yarn start dev

If it is working correctly, the EEGEdu application will open in a browser window at http://localhost:3000.

Local Production Environment

To start the Local Production Environment, you can use the following commands:

yarn cache clean
yarn run build
serve -s build

Deployment

EEGEdu is running on Firebase and deployment happens automagically using GitHub post-commit hooks, or Actions, as they are commonly called. You can see how the application is build and deployed by inspecting the workflow.

Currently this is not working and we are deploying locally with firebase

firebase deploy

after settings up one time with

firebase login

browser opens and login to accoun then

firebase init

options: Hosting Sites only public directory: build single-page app: No Overwrite - No Overwrite - No

after first installing with

sudo brew install firebase
sudo yarn global add firebase-tools
sudo yarn global add firebase

Contributing

The guide for contributors can be found here. It covers everything you need to know to start contributing to EEGEdu.

Development Roadmap

We are aiming to include chances for students to interact with EEG-based brain signals. So we might break down a curriculum into 10 lessons as follows:

  1. Connect + hardware Biophysics + signal viewing
  2. Raw Data + artifacts + blinks + record
  3. Frequency domain explanation + Raw spectra + record
  4. Frequency bands + record
  5. Spectrogram
  6. Eyes closed eyes open experiment
  7. SSVEP experiment
  8. evoked experiment
  9. Neurofeedback p5js demos
  10. BCI trainer

References

Credits

EEGEdu - An Interactive Electrophysiology Tutorial with the Interaxon Muse brought to you by Mathewson Sons

License

EEGEdu is licensed under The MIT License (MIT)

S
Descrição
Descrição não fornecida
Readme MIT 5,4 MiB
Linguagens
JavaScript 99%
HTML 1%