@@ -182,6 +182,54 @@ export const SPEAKERS: Speaker[] = [
182
182
job : "Job B" ,
183
183
social : "https://twitter.com/jtpio"
184
184
} ,
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
+ } ,
185
233
] ;
186
234
187
235
export const SCHEDULE : Schedule [ ] = [
@@ -373,4 +421,52 @@ export const SCHEDULE: Schedule[] = [
373
421
type : Types . TALK ,
374
422
speaker : 27
375
423
} ,
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
+ } ,
376
472
] ;
0 commit comments