An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use generic name app

+10 -9
BrainWaves_Home.png app_home.png
Brainwaves_Logo_Purple.png app_logo.png
+3 -3
README.md
··· 1 1 <p align="center"> 2 - <img alt="banner" src="Brainwaves_Logo_Purple.png" width="600"> 2 + <img alt="banner" src="app_logo.png" width="600"> 3 3 </p> 4 4 <p align="center" href=""> 5 5 An easy-to-use platform for EEG experimentation in the classroom ··· 14 14 15 15 ## Screenshots 16 16 <p align="center"> 17 - <img src="BrainWaves_Home.png" width="600"> 17 + <img src="app_home.png" width="600"> 18 18 </p> 19 19 20 20 ## Prerequisites ··· 46 46 ## Download 47 47 48 48 - Windows: 49 - [click here](https://github.com/makebrainwaves/BrainWaves/releases/download/v0.7.5/BrainWaves.Setup.0.7.5.exe) 49 + [click here](https://github.com/makebrainwaves/BrainWaves/releases/download/v0.8.1/BrainWaves.Setup.0.8.1.exe) 50 50 - MacOS: coming soon 51 51 - Linux (only supports Muse): 52 52 [click here](https://github.com/makebrainwaves/BrainWaves/releases/download/v0.7.5/BrainWaves_0.7.4_amd64.deb)
app/assets/common/brainwaves_logo.png app/assets/common/app_logo.png
+6 -5
app/components/HomeComponent/index.js
··· 7 7 import { EXPERIMENTS, SCREENS, KERNEL_STATUS } from '../../constants/constants'; 8 8 import faceHouseIcon from '../../assets/common/FacesHouses.png'; 9 9 import customIcon from '../../assets/common/Custom.png'; 10 - import brainwavesLogo from '../../assets/common/brainwaves_logo.png'; 10 + import appLogo from '../../assets/common/app_logo.png'; 11 11 import { 12 12 readWorkspaces, 13 13 readAndParseState, ··· 171 171 <Image src={faceHouseIcon} /> 172 172 <Header as="h1">Faces and Houses</Header> 173 173 <p> 174 - Explore the N170 event-related potential that is produced in response to viewing 175 - faces. It is called the N170 because it is a negative, downwards-facing wave that occurs around 176 - 170 milliseconds after perceiving a face. 174 + Explore the N170 event-related potential that is produced in 175 + response to viewing faces. It is called the N170 because it is 176 + a negative, downwards-facing wave that occurs around 170 177 + milliseconds after perceiving a face. 177 178 </p> 178 179 <Button 179 180 secondary ··· 245 246 return ( 246 247 <React.Fragment> 247 248 <SecondaryNavComponent 248 - title={<Image src={brainwavesLogo} />} 249 + title={<Image src={appLogo} />} 249 250 steps={HOME_STEPS} 250 251 activeStep={this.state.activeStep} 251 252 onStepClick={this.handleStepClick}
+1 -1
app/components/styles/common.css
··· 40 40 line-height: 17px; 41 41 } 42 42 43 - .brainwavesLogo { 43 + .appLogo { 44 44 height: auto; 45 45 width: 250px; 46 46 background-color: #007c70 !important;