Skip to content

Commit e3c5efa

Browse files
committed
Add more speakers
1 parent 9b8213e commit e3c5efa

File tree

5 files changed

+96
-0
lines changed

5 files changed

+96
-0
lines changed

assets/speakers/alisa.jpg

22.7 KB
Loading

assets/speakers/artur.jpg

11.6 KB
Loading

assets/speakers/ian.jpeg

31.4 KB
Loading

assets/speakers/laurent.jpg

26.9 KB
Loading

src/dataset.ts

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,54 @@ export const SPEAKERS: Speaker[] = [
182182
job: "Job B",
183183
social: "https://twitter.com/jtpio"
184184
},
185+
{
186+
name: "Laurent Picard",
187+
photo: require("Assets/speakers/laurent.jpg"),
188+
job: "Job B",
189+
social: "https://twitter.com/PicardParis"
190+
},
191+
{
192+
name: "Artur Czepiel",
193+
photo: require("Assets/speakers/artur.jpg"),
194+
job: "Job B",
195+
social: "https://twitter.com/artcz"
196+
},
197+
{
198+
name: "Alisa",
199+
photo: require("Assets/speakers/alisa.jpg"),
200+
job: "Job B",
201+
social: "https://twitter.com/FatDataUnicorn"
202+
},
203+
{
204+
name: "Ian Ozsvald",
205+
photo: require("Assets/speakers/ian.jpeg"),
206+
job: "Job B",
207+
social: "https://twitter.com/ianozsvald"
208+
},
209+
{
210+
name: "Dana Arsovska",
211+
photo: "https://via.placeholder.com/150",
212+
job: "Job B",
213+
social: ""
214+
},
215+
{
216+
name: "Iaroslav Shepilov",
217+
photo: "https://via.placeholder.com/150",
218+
job: "Job B",
219+
social: ""
220+
},
221+
{
222+
name: "Mircea Chira",
223+
photo: "https://via.placeholder.com/150",
224+
job: "Job B",
225+
social: ""
226+
},
227+
{
228+
name: "Maciej Majewski",
229+
photo: "https://via.placeholder.com/150",
230+
job: "Job B",
231+
social: ""
232+
},
185233
];
186234

187235
export const SCHEDULE: Schedule[] = [
@@ -373,4 +421,52 @@ export const SCHEDULE: Schedule[] = [
373421
type: Types.TALK,
374422
speaker: 27
375423
},
424+
{
425+
time: "15:12",
426+
title: "Building smarter solutions with no expertise in machine learning",
427+
type: Types.TALK,
428+
speaker: 28
429+
},
430+
{
431+
time: "15:24",
432+
title: "Connecting more dots",
433+
type: Types.TALK,
434+
speaker: 29
435+
},
436+
{
437+
time: "15:36",
438+
title: "Burnout/depression in quarantine",
439+
type: Types.TALK,
440+
speaker: 30
441+
},
442+
{
443+
time: "15:48",
444+
title: "Flying Pandas - Dask, Modin & Vaex",
445+
type: Types.TALK,
446+
speaker: 31
447+
},
448+
{
449+
time: "16:00",
450+
title: "Serverless Functions in Python: A Simple Introduction",
451+
type: Types.TALK,
452+
speaker: 32
453+
},
454+
{
455+
time: "16:12",
456+
title: "Script server: dynamic web UI for scripts",
457+
type: Types.TALK,
458+
speaker: 33
459+
},
460+
{
461+
time: "16:24",
462+
title: "Introduction to web scraping with scrapy!",
463+
type: Types.TALK,
464+
speaker: 34
465+
},
466+
{
467+
time: "16:36",
468+
title: "TONIC - Autonomous, Visual-SLAM based robot in Python",
469+
type: Types.TALK,
470+
speaker: 35
471+
},
376472
];

0 commit comments

Comments
 (0)