···8686 <Header as="h1">The N170 ERP</Header>
8787 </Grid.Column>
8888 <Grid.Column stretched width={6} verticalAlign="middle">
8989- <Segment as="p" basic>
9090- The N170 is a large negative event-related potential (ERP)
9191- component that occurs after the detection of faces, but not
8989+ <Segment basic>
9090+ <p>The N170 is a large negative event-related potential (ERP)
9191+ component that occurs around 170ms after the detection of faces, but not
9292 objects, scrambled faces, or other body parts such as hands. The
9393- N170 occurs around 170ms after face perception and is most
9494- easily detected at lateral posterior electrodes such as T5 and
9595- T6. Frontal or profile views of human (and animal) faces elicit
9696- the strongest N170 and the strength of the N170 does not seem to
9797- be influenced by how familiar a face is. Thus, although there is
9898- no consensus on the specific source of the N170, researchers
9393+ The N170 is most easily detected at lateral posterior electrodes.</p>
9494+ <p>Although there is no consensus on the specific source of the N170, researchers
9995 believe it is related to activity in the fusiform face area, an
10096 area of the brain that shows a similar response pattern and is
10197 involved in encoding the holistic representation of a face (i.e
102102- eyes, nose mouth all arranged in the appropriate way).
9898+ eyes, nose mouth all arranged in the appropriate way).</p>
9999+103100 </Segment>
101101+104102 </Grid.Column>
105103 </Grid>
106104 );
+2
app/components/HomeComponent/index.js
···9595 }
96969797 handleLoadCustomExperiment(title: string) {
9898+ console.log(title)
9999+ console.log(this.state.recentWorkspaces)
98100 this.setState({ isNewExperimentModalOpen: false });
99101 // Don't create new workspace if it already exists or title is too short
100102 if (this.state.recentWorkspaces.includes(title)) {
···1717 sampleType: 'with-replacement',
1818 pluginName: 'callback-image-display',
1919 intro:
2020- 'You will view a series of faces and houses. Mentally note which stimulus you are viewing. Press any key to continue',
2020+ 'You will view a series of faces and houses. Press 1 when a face appears and 9 for a house. Press any key to continue',
2121 showProgressBar: false,
2222 stimulus1: { dir: facesDir, title: 'Face', type: EVENTS.FACE, response: '1' },
2323 stimulus2: {