Skip to content

Commit a7fdf6f

Browse files
committed
schedule updated
1 parent 76d8416 commit a7fdf6f

File tree

1 file changed

+14
-33
lines changed

1 file changed

+14
-33
lines changed

src/components/Schedule/events.js

Lines changed: 14 additions & 33 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',
15+
title: 'Opening Ceremony + Keynote: Anastasia Yendiki, PhD',
1616
start: '2025-01-24T17:00:00',
1717
end: '2025-01-24T18:00:00',
1818
description: 'Opening ceremony and keynote presentation',
@@ -35,34 +35,25 @@ export const events = [
3535
id: 'sat-1',
3636
title: 'Registration + Breakfast',
3737
start: '2025-01-25T09:00:00',
38-
end: '2025-01-25T09:30:00',
38+
end: '2025-01-25T10:00:00',
3939
description: 'Morning registration and breakfast',
4040
extendedProps: {
4141
type: 'events'
4242
}
4343
},
4444
{
4545
id: 'sat-2',
46-
title: 'Hacking Commences',
47-
start: '2025-01-25T09:30:00',
48-
end: '2025-01-25T10:00:00',
46+
title: 'Project Shopping Period',
47+
start: '2025-01-25T10:00:00',
48+
end: '2025-01-25T11:00:00',
4949
description: 'Official start of hacking period',
5050
extendedProps: {
5151
type: 'hacking'
5252
}
5353
},
54-
{
55-
id: 'sat-3',
56-
title: 'Workshop #1',
57-
start: '2025-01-25T10:00:00',
58-
end: '2025-01-25T10:30:00',
59-
extendedProps: {
60-
type: 'educational'
61-
}
62-
},
6354
{
6455
id: 'sat-4',
65-
title: 'Workshop #2',
56+
title: 'Workshop: Exploratory Data Analysis',
6657
start: '2025-01-25T11:00:00',
6758
end: '2025-01-25T11:30:00',
6859
extendedProps: {
@@ -73,16 +64,16 @@ export const events = [
7364
id: 'sat-5',
7465
title: 'Open Science X Neuroscience Panel',
7566
start: '2025-01-25T12:00:00',
76-
end: '2025-01-25T13:00:00',
67+
end: '2025-01-25T13:15:00',
7768
description: 'Moderated panel discussion',
7869
extendedProps: {
7970
type: 'keynote'
8071
}
8172
},
8273
{
8374
id: 'sat-6',
84-
title: 'On-Demand Educational',
85-
start: '2025-01-25T13:00:00',
75+
title: 'On-Demand Educationals + Lunch',
76+
start: '2025-01-25T13:15:00',
8677
end: '2025-01-25T14:00:00',
8778
description: 'Educational sessions available on demand',
8879
extendedProps: {
@@ -91,7 +82,7 @@ export const events = [
9182
},
9283
{
9384
id: 'sat-7',
94-
title: 'Workshop #3',
85+
title: 'Workshop: NiiVue Visualization',
9586
start: '2025-01-25T14:00:00',
9687
end: '2025-01-25T14:30:00',
9788
extendedProps: {
@@ -109,7 +100,7 @@ export const events = [
109100
},
110101
{
111102
id: 'sat-9',
112-
title: 'Workshop #4',
103+
title: 'Workshop: Getting Started with the Latest ML',
113104
start: '2025-01-25T15:00:00',
114105
end: '2025-01-25T15:30:00',
115106
extendedProps: {
@@ -125,16 +116,6 @@ export const events = [
125116
type: 'unconference'
126117
}
127118
},
128-
{
129-
id: 'sat-11',
130-
title: 'Hacking Continued',
131-
start: '2025-01-25T16:00:00',
132-
end: '2025-01-25T18:00:00',
133-
description: 'Hacking period',
134-
extendedProps: {
135-
type: 'hacking'
136-
}
137-
},
138119
{
139120
id: 'sat-12',
140121
title: 'Social',
@@ -148,9 +129,9 @@ export const events = [
148129
// Sunday Events
149130
{
150131
id: 'sun-1',
151-
title: 'Brunch',
132+
title: 'Breakfast',
152133
start: '2025-01-26T09:00:00',
153-
end: '2025-01-2610:00:00',
134+
end: '2025-01-2609:30:00',
154135
description: 'Morning brunch',
155136
extendedProps: {
156137
type: 'events'
@@ -159,7 +140,7 @@ export const events = [
159140
{
160141
id: 'sun-2',
161142
title: 'Hacking Continued',
162-
start: '2025-01-26T10:00:00',
143+
start: '2025-01-26T09:30:00',
163144
end: '2025-01-26T12:30:00',
164145
description: 'Hacking period',
165146
extendedProps: {

0 commit comments

Comments
 (0)