Skip to content

Commit 6987b6d

Browse files
committed
Updated Speaker info and changed the schedule links to take user to the speaker
1 parent 930be18 commit 6987b6d

4 files changed

Lines changed: 21 additions & 11 deletions

File tree

120 KB
Loading

src/components/Schedule/events.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const events = [
1212
},
1313
{
1414
id: 'fri-2',
15-
title: 'Opening Ceremony + Keynote: Russ Poldrack, PhD',
15+
title: 'Opening Ceremony + Keynote: Russ Poldrack',
1616
start: '2026-09-04T17:00:00',
1717
end: '2026-09-04T18:00:00',
1818
description: 'Opening ceremony and keynote presentation',
@@ -54,28 +54,28 @@ export const events = [
5454
},
5555
{
5656
id: 'sat-4',
57-
title: 'Educational #1',
57+
title: 'How to measure and reduce the carbon footprint of fMRI data analysis, Nick Souter',
5858
start: '2026-09-05T11:00:00',
5959
end: '2026-09-05T12:00:00',
6060
extendedProps: {
6161
type: 'educational',
62-
link: '#/speakers'
62+
link: '#/speakers#educational-1'
6363
}
6464
},
6565
{
6666
id: 'sat-5',
67-
title: 'Educational #2: On-Demand',
67+
title: 'Jonathan Magnolia Gilligan',
6868
start: '2026-09-05T12:00:00',
6969
end: '2026-09-05T13:00:00',
7070
description: 'Educational sessions available on demand',
7171
extendedProps: {
7272
type: 'educational',
73-
link: '#/speakers'
73+
link: '#/speakers#educational-2'
7474
}
7575
},
7676
{
7777
id: 'sat-6',
78-
title: 'PLAY BREAK',
78+
title: 'Outdoor Social',
7979
start: '2026-09-05T13:00:00',
8080
end: '2026-09-05T14:00:00',
8181
description: 'Educational sessions available on demand',
@@ -85,7 +85,7 @@ export const events = [
8585
},
8686
{
8787
id: 'sat-7',
88-
title: 'Educational #3',
88+
title: 'Joining a World Wide Lab, Alex Maier',
8989
start: '2026-09-05T14:00:00',
9090
end: '2026-09-05T15:00:00',
9191
extendedProps: {
@@ -104,7 +104,7 @@ export const events = [
104104
// },
105105
{
106106
id: 'sat-9',
107-
title: 'Educational #4',
107+
title: 'Cognitive Neuroscience in the Foundation Model Era: Lessons in Reproducibility, Hao-Ting Wang',
108108
start: '2026-09-05T15:00:00',
109109
end: '2026-09-05T16:00:00',
110110
extendedProps: {

src/components/Schedule/schedule.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@
208208
font-size: 0.9rem;
209209
line-height: 1;
210210
margin: 0;
211+
text-align: center;
212+
padding: 10px;
211213
}
212214

213215
.clickable-event {

src/components/Speakers/speakerData.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const speakerData = [
88
link: "https://profiles.stanford.edu/russell-poldrack"
99
},
1010
{
11-
id: "educational-3",
11+
id: "educational-4",
1212
name: "Hao-Ting Wang",
1313
bio: "Dr. Hao-Ting Wang is an Assistant Professor in Data Science in the Department of Psychiatry at the University of British Columbia, Vancouver, BC, Canada, where she works at the intersection of data science, neuroimaging, and psychiatry. Her research focuses on understanding brain and cognition in naturalistic contexts for transdiagnostic description of psychiatric conditions. She is a core developer of Nilearn, a widely used Python library for machine learning in neuroimaging. She is a recipient of the 2023 Neuro-Irv and Helga Cooper Open Science Prize. In addition to her research, she is active in education and outreach and is committed to fostering inclusivity in the open science community. Previously, she co-led workshops for Brainhack School and the Montreal AI and Neuroscience initiative.",
1414
imgPath: "assets/speakers/Hao-Ting_Wang.webp",
@@ -17,17 +17,25 @@ const speakerData = [
1717
{
1818
id: "educational-2",
1919
name: "Jonathan Magnolia Gilligan",
20-
bio: "J. Magnolia Gilligan is Professor of Earth & Environmental Sciences, Civil & Environmental Engineering, and Climate & Environmental Studies at Vanderbilt University. Their research focuses on collaborative interdisciplinary studies of interactions between human society and environmental change. They have published over 100 scholarly articles and hold two patents. Their paper \"Household Actions Can Provide a Behavioral Wedge to Rapidly Reduce U.S. Carbon Emissions\" has been cited more than 2,100 times. Their paper \"Beyond Gridlock\" won the 2017 Morrison Prize for the highest impact paper of the year in sustainability law and politics. Their book, Beyond Politics: The Private Governance Response to Climate Change, was named one of the most important books in environmental policy of the last 50 years by Environmental Forum. Their work has been recognized with an American Geophysical Union \"Voices of Science\" Award, a Fulbright Scholar Award, Vanderbilt's Alexander Heard Distinguished Service Professor Award and Chancellor's Award for Research, an Outstanding Scientific Paper Award from the National Oceanic and Atmospheric Administration, and a Group Achievement Award from NASA, as well as the Mentorship Award from Vanderbilt's Margaret Cuninggim Women's Center.",
20+
bio: "Dr. J. Magnolia Gilligan is Professor of Earth & Environmental Sciences, Civil & Environmental Engineering, and Climate & Environmental Studies at Vanderbilt University. Their research focuses on collaborative interdisciplinary studies of interactions between human society and environmental change. They have published over 100 scholarly articles and hold two patents. Their paper \"Household Actions Can Provide a Behavioral Wedge to Rapidly Reduce U.S. Carbon Emissions\" has been cited more than 2,100 times. Their paper \"Beyond Gridlock\" won the 2017 Morrison Prize for the highest impact paper of the year in sustainability law and politics. Their book, Beyond Politics: The Private Governance Response to Climate Change, was named one of the most important books in environmental policy of the last 50 years by Environmental Forum. Their work has been recognized with an American Geophysical Union \"Voices of Science\" Award, a Fulbright Scholar Award, Vanderbilt's Alexander Heard Distinguished Service Professor Award and Chancellor's Award for Research, an Outstanding Scientific Paper Award from the National Oceanic and Atmospheric Administration, and a Group Achievement Award from NASA, as well as the Mentorship Award from Vanderbilt's Margaret Cuninggim Women's Center.",
2121
imgPath: "assets/speakers/Jonathan_Magnolia_Gilligan.webp",
2222
link: "https://www.magnoliagilligan.org/"
2323
},
2424
{
25-
id: "educational-4",
25+
id: "educational-3",
2626
name: "Alex Maier",
2727
bio: "Dr. Alex Maier is an Associate Professor in the Neuroscience Area Group within Vanderbilt University’s Department of Psychology. His research focuses on understanding visual processing at the level of individual neurons and neural circuits.",
2828
imgPath: "assets/speakers/Alex_Maier.webp",
2929
link: "https://maierlab.wiki/"
3030
},
31+
{
32+
id: "educational-1",
33+
name: "Nick Souter",
34+
bio: "Dr. Nick Souter is currently working with Dr Charlotte Rae in the Sussex 4 Day Week team. Nick's work focuses on effects of working hours on brain function, using functional magnetic resonance imaging (fMRI). This includes analysis of data from the UK Biobank, as well as from participants in businesses transitioning to a 4-day working week.",
35+
imgPath: "assets/speakers/Nick_Souter.webp",
36+
link: "https://profiles.sussex.ac.uk/p596400-nick-souter"
37+
},
38+
3139

3240

3341

0 commit comments

Comments
 (0)