forked from GitNation/live-conferences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorrect-old-content-log.json
6762 lines (6762 loc) · 371 KB
/
correct-old-content-log.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"pagesPieceOfTexts": {
"hero__date": "<p>November 5-6, 2020 </p>\n<p>7am PST / 10am EST / 4pm CET</p>\n",
"hero__title": "<p>The practical machine learning conference</p>\n",
"event__boldtitle": "<p>ML experts.</p>\n<p>Hands-on education.</p>\n<p>Real-world machine learning.</p>\n",
"event__text": "<p>MLConf EU is an online event for software developers and tech leads to learn about the practical application of machine learning. Join the event from anywhere in the world on November 5-6, 2020, get a clearer idea of ML best practices, and apply them for your project.</p>\n",
"event__techstitle": "<p>This year, you can expect:</p>\n",
"event__tip": "<p>Want to know the rest? <a href=\"#contact-form\">Follow us</a></p>\n",
"features__title": "Features",
"speakers__title": "<p>Speakers & Instructors</p>\n",
"advicers__title": "Advice Lounge",
"mcs__title": "Our MC's",
"schedule__title": "November 5th Schedule",
"committee__title": "Program Committee",
"fullaccess__title": "<p>Full-access attendee perks</p>\n",
"interactivesessions__title": "Interactive Sessions With Speakers",
"videorooms__title": "Discussions",
"videorooms__subtitle": "<p>Take part in video discussions focusing on specific machine learning technologies. Hang out with people who are on the same page.</p>\n",
"randomparty__title": "Attend Watching Parties",
"randomparty__text": "<p>Join random groups of conference attendees watching/discussing the event. Make new friends!</p>\n",
"zoombars__title": "Remote Afterparty Bars",
"zoombars__subtitle": "<p>Join virtual rooms, network with the community, and enjoy a remote drink!</p>\n",
"QuakeJS__title": "Quake Tournament",
"QuakeJS__subtitle": "Can you take over the Quake arena? Try your luck at our remote tournament.",
"hosts__title": "Hosts",
"updates__title": "Follow us for updates",
"updates__text": "<p>Subscribe to our conference newsletter and get the latest updates and special deals.</p>\n",
"givingback__title": " Giving back to community",
"givingback__text": "When we established our JS meetup 9 years ago, we never imagined we would welcome up to 1400 attendees at our events and organize 4 meetups and multiple spin-offs in Europe. Our secret? We welcome people from all walks of life in our community, and we are a proud partner of initiatives like Unicorns in Tech, the global tech network for LGBT professionals and straight allies.",
"givingback__statustitle": "20 of 50 extra diversity scholarships sponsored",
"contacts__socials": "Contact Us ",
"faq__descr": "<p>Our team is always striving to provide the best support to help you with any questions related to conference attendance and to make information more transparent and instantly accessible, we've started gathering most frequently asked questions on the page below. </p>\n<p>If you can't find an answer to your question below – contact us via [email protected].</p>\n",
"jobs__title": "<p>Would like to work for companies, investing into tech education and local communities?</p>\n",
"jobs__desc": "Check out this job offer from our partner.",
"workshops__title": "<p>WORKSHOPS AT GRAPHQL GLOBAL SUMMIT</p>\n",
"workshops__text": "<p>Workshops will be run remotely via Zoom.</p>\n<p><strong>8-hour workshops can be purchased separately. 3-hour workshops are available for full-access ticket holders only.</strong></p>\n<p>Workshops are targeted both at ML newbies and hardcore fans. Take full advantage of your remote conference experience and get training from our best speakers and trainers.</p>\n",
"perks__title": "<p>Our sponsors welcome you and provide some virtual goodie bag gifts.</p>\n",
"perks__desc": "<p>Check out sponsors' offers and choose those you like the most! </p>\n",
"workshops__freeTitle": "Free 3h Workshops",
"workshops__paidTitle": "<p>Workshops</p>\n",
"notice__eventEnded": "<p>This event is over. Do not miss others with GitNation multipass.</p>\n",
"btnMultipass__text": "Learn about multipass",
"btnMultipass__link": "https://gitnation.org/conference-multipass",
"prices__confTicketLink": "https://ti.to/gitnation/react-summit",
"prices__freeRegLink": "#prices__freeRegLink",
"prices__fullTicketLink": "#prices__fullTicketLink",
"ticket__link": "https://ti.to/gitnation/ml-conf-eu",
"ticket__text": "Tickets",
"updates__formAction": "https://gitnation.us13.list-manage.com/subscribe?u=910284f989b81c945f27311af&id=e858628f84",
"workshops3h__text": "<p>The workshops from the list below are the complimentary part of full tickets. </p>\n<p>The recordings of most workshops will be shared with full ticket holders after the conference.</p>\n<p>Workshops will be run remotely via Zoom.</p>\n",
"workshops3h__title": "ML WORKSHOPS FOR ENGINEERS",
"schedule__altTitle": "November 6th Schedule",
"schedule__tip": "Times below are shown in your local browsers time zone."
},
"pieceOfTexts": {
"hero__date": {
"id": "ckbf9zr34989y0b14shihm33i",
"key": "hero__date",
"renderStyle": "Standard_Markdown",
"markdown": "November 5-6, 2020 \n\n7am PST / 10am EST / 4pm CET",
"html": "<p>November 5-6, 2020 </p>\n<p>7am PST / 10am EST / 4pm CET</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"hero__title": {
"id": "ckbfa0a1nt5j10b09zhdqo3al",
"key": "hero__title",
"renderStyle": "Standard_Markdown",
"markdown": "The practical machine learning conference",
"html": "<p>The practical machine learning conference</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"event__boldtitle": {
"id": "ckbfa0xstt11v0903cwd81nj5",
"key": "event__boldtitle",
"renderStyle": "Standard_Markdown",
"markdown": "ML experts.\n\nHands-on education.\n\nReal-world machine learning.",
"html": "<p>ML experts.</p>\n<p>Hands-on education.</p>\n<p>Real-world machine learning.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"event__text": {
"id": "ckbfa57tbt5od0b090bpafdso",
"key": "event__text",
"renderStyle": "Standard_Markdown",
"markdown": "MLConf EU is an online event for software developers and tech leads to learn about the practical application of machine learning. Join the event from anywhere in the world on November 5-6, 2020, get a clearer idea of ML best practices, and apply them for your project.",
"html": "<p>MLConf EU is an online event for software developers and tech leads to learn about the practical application of machine learning. Join the event from anywhere in the world on November 5-6, 2020, get a clearer idea of ML best practices, and apply them for your project.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"event__techstitle": {
"id": "ckbfa5yhit17309036w06rpyw",
"key": "event__techstitle",
"renderStyle": "Standard_Markdown",
"markdown": "This year, you can expect:",
"html": "<p>This year, you can expect:</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"event__tip": {
"id": "ckbfa6ml1t5qp0b09n40u0vvs",
"key": "event__tip",
"renderStyle": "Standard_Markdown",
"markdown": "Want to know the rest? [Follow us](#contact-form)",
"html": "<p>Want to know the rest? <a href=\"#contact-form\">Follow us</a></p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"features__title": {
"id": "ckbfa7jdn98re0b14d1f6kxyr",
"key": "features__title",
"renderStyle": null,
"markdown": "Features",
"html": "Features",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"speakers__title": {
"id": "ckbfa89n498t30b14rcoaignd",
"key": "speakers__title",
"renderStyle": "Standard_Markdown",
"markdown": "Speakers & Instructors",
"html": "<p>Speakers & Instructors</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"advicers__title": {
"id": "ckbfa9j72t1bn0903iznt4mgn",
"key": "advicers__title",
"renderStyle": null,
"markdown": "Advice Lounge",
"html": "Advice Lounge",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"mcs__title": {
"id": "ckbfaabj5t1cj09037d2r4gh7",
"key": "mcs__title",
"renderStyle": null,
"markdown": "Our MC's",
"html": "Our MC's",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"schedule__title": {
"id": "ckbfaaucpt1da09039a338nr2",
"key": "schedule__title",
"renderStyle": null,
"markdown": "November 5th Schedule",
"html": "November 5th Schedule",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"committee__title": {
"id": "ckbfabyobt5w80b098g4kccso",
"key": "committee__title",
"renderStyle": null,
"markdown": "Program Committee",
"html": "Program Committee",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"fullaccess__title": {
"id": "ckbfacmfi99280b141pqyazbn",
"key": "fullaccess__title",
"renderStyle": "Standard_Markdown",
"markdown": "Full-access attendee perks",
"html": "<p>Full-access attendee perks</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"interactivesessions__title": {
"id": "ckbfad0v7t5xi0b09d7g32sqy",
"key": "interactivesessions__title",
"renderStyle": null,
"markdown": "Interactive Sessions With Speakers",
"html": "Interactive Sessions With Speakers",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"videorooms__title": {
"id": "ckbfadfql994k0b14imqy9lmc",
"key": "videorooms__title",
"renderStyle": null,
"markdown": "Discussions",
"html": "Discussions",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"videorooms__subtitle": {
"id": "ckbfadx1m995i0b14gfp5315p",
"key": "videorooms__subtitle",
"renderStyle": "Standard_Markdown",
"markdown": "Take part in video discussions focusing on specific machine learning technologies. Hang out with people who are on the same page.",
"html": "<p>Take part in video discussions focusing on specific machine learning technologies. Hang out with people who are on the same page.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"randomparty__title": {
"id": "ckbfaeiyct1hc09039i7pkeaq",
"key": "randomparty__title",
"renderStyle": null,
"markdown": "Attend Watching Parties",
"html": "Attend Watching Parties",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"randomparty__text": {
"id": "ckbfaewwp99800b14cq4q8u29",
"key": "randomparty__text",
"renderStyle": "Standard_Markdown",
"markdown": "Join random groups of conference attendees watching/discussing the event. Make new friends!",
"html": "<p>Join random groups of conference attendees watching/discussing the event. Make new friends!</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"zoombars__title": {
"id": "ckbfafp11t1it09038f59sa0z",
"key": "zoombars__title",
"renderStyle": null,
"markdown": "Remote Afterparty Bars",
"html": "Remote Afterparty Bars",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"zoombars__subtitle": {
"id": "ckbfag4y8t61e0b09ejayjsx9",
"key": "zoombars__subtitle",
"renderStyle": "Standard_Markdown",
"markdown": "Join virtual rooms, network with the community, and enjoy a remote drink!",
"html": "<p>Join virtual rooms, network with the community, and enjoy a remote drink!</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"QuakeJS__title": {
"id": "ckbfah1bet1kb0903tr1q40sk",
"key": "QuakeJS__title",
"renderStyle": null,
"markdown": "Quake Tournament",
"html": "Quake Tournament",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"QuakeJS__subtitle": {
"id": "ckbfahiqdt1kz0903inzkaalf",
"key": "QuakeJS__subtitle",
"renderStyle": null,
"markdown": "Can you take over the Quake arena? Try your luck at our remote tournament.",
"html": "Can you take over the Quake arena? Try your luck at our remote tournament.",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"hosts__title": {
"id": "ckbfahw5wt1li0903xn0oedwa",
"key": "hosts__title",
"renderStyle": null,
"markdown": "Hosts",
"html": "Hosts",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"updates__title": {
"id": "ckbfaijgl99g20b14hhn9mu3j",
"key": "updates__title",
"renderStyle": null,
"markdown": "Follow us for updates",
"html": "Follow us for updates",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"updates__text": {
"id": "ckbfaizjxt1my0903dptijmx6",
"key": "updates__text",
"renderStyle": "Standard_Markdown",
"markdown": "Subscribe to our conference newsletter and get the latest updates and special deals.",
"html": "<p>Subscribe to our conference newsletter and get the latest updates and special deals.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"givingback__title": {
"id": "ckbfajr3nt1o009036dle6fgd",
"key": "givingback__title",
"renderStyle": null,
"markdown": " Giving back to community",
"html": " Giving back to community",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"givingback__text": {
"id": "ckbfak93l99ka0b14s2ig6r3a",
"key": "givingback__text",
"renderStyle": null,
"markdown": "When we established our JS meetup 9 years ago, we never imagined we would welcome up to 1400 attendees at our events and organize 4 meetups and multiple spin-offs in Europe. Our secret? We welcome people from all walks of life in our community, and we are a proud partner of initiatives like Unicorns in Tech, the global tech network for LGBT professionals and straight allies.",
"html": "When we established our JS meetup 9 years ago, we never imagined we would welcome up to 1400 attendees at our events and organize 4 meetups and multiple spin-offs in Europe. Our secret? We welcome people from all walks of life in our community, and we are a proud partner of initiatives like Unicorns in Tech, the global tech network for LGBT professionals and straight allies.",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"givingback__statustitle": {
"id": "ckbfakp65t1pb0903jo8zmneb",
"key": "givingback__statustitle",
"renderStyle": null,
"markdown": "20 of 50 extra diversity scholarships sponsored",
"html": "20 of 50 extra diversity scholarships sponsored",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"contacts__socials": {
"id": "ckbfal3gut1pw0903wpvs9x9k",
"key": "contacts__socials",
"renderStyle": null,
"markdown": "Contact Us ",
"html": "Contact Us ",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"faq__descr": {
"id": "ckbfall56t1qk0903am8vkq11",
"key": "faq__descr",
"renderStyle": "Standard_Markdown",
"markdown": "Our team is always striving to provide the best support to help you with any questions related to conference attendance and to make information more transparent and instantly accessible, we've started gathering most frequently asked questions on the page below. \n \nIf you can't find an answer to your question below – contact us via [email protected].",
"html": "<p>Our team is always striving to provide the best support to help you with any questions related to conference attendance and to make information more transparent and instantly accessible, we've started gathering most frequently asked questions on the page below. </p>\n<p>If you can't find an answer to your question below – contact us via [email protected].</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"jobs__title": {
"id": "ckbfam52d99om0b14mtxqjycp",
"key": "jobs__title",
"renderStyle": "Standard_Markdown",
"markdown": "Would like to work for companies, investing into tech education and local communities?",
"html": "<p>Would like to work for companies, investing into tech education and local communities?</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"jobs__desc": {
"id": "ckbfamppb99q80b149p9mo6vl",
"key": "jobs__desc",
"renderStyle": null,
"markdown": "Check out this job offer from our partner.",
"html": "Check out this job offer from our partner.",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"workshops__title": {
"id": "ckbfan8gft69z0b09atqkisf2",
"key": "workshops__title",
"renderStyle": "Standard_Markdown",
"markdown": "WORKSHOPS AT GRAPHQL GLOBAL SUMMIT",
"html": "<p>WORKSHOPS AT GRAPHQL GLOBAL SUMMIT</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"workshops__text": {
"id": "ckbfannhbt6ao0b09nb1z7y3t",
"key": "workshops__text",
"renderStyle": "Standard_Markdown",
"markdown": "Workshops will be run remotely via Zoom.\n\n**8-hour workshops can be purchased separately. 3-hour workshops are available for full-access ticket holders only.**\n\nWorkshops are targeted both at ML newbies and hardcore fans. Take full advantage of your remote conference experience and get training from our best speakers and trainers.",
"html": "<p>Workshops will be run remotely via Zoom.</p>\n<p><strong>8-hour workshops can be purchased separately. 3-hour workshops are available for full-access ticket holders only.</strong></p>\n<p>Workshops are targeted both at ML newbies and hardcore fans. Take full advantage of your remote conference experience and get training from our best speakers and trainers.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"perks__title": {
"id": "ckbfao805t6bg0b09x17ta0r6",
"key": "perks__title",
"renderStyle": "Standard_Markdown",
"markdown": "Our sponsors welcome you and provide some virtual goodie bag gifts.",
"html": "<p>Our sponsors welcome you and provide some virtual goodie bag gifts.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"perks__desc": {
"id": "ckbfaor5kt6c50b099hmfakvh",
"key": "perks__desc",
"renderStyle": "Standard_Markdown",
"markdown": "Check out sponsors' offers and choose those you like the most! ",
"html": "<p>Check out sponsors' offers and choose those you like the most! </p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"workshops__freeTitle": {
"id": "ckbfapejgt1vd0903vi7620h0",
"key": "workshops__freeTitle",
"renderStyle": null,
"markdown": "Free 3h Workshops",
"html": "Free 3h Workshops",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"workshops__paidTitle": {
"id": "ckbfapqyet6de0b092t3ltcr6",
"key": "workshops__paidTitle",
"renderStyle": "Standard_Markdown",
"markdown": "Workshops",
"html": "<p>Workshops</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"notice__eventEnded": {
"id": "ckbs3116kbmlw0903spd9iqyn",
"key": "notice__eventEnded",
"renderStyle": "Standard_Markdown",
"markdown": "This event is over. Do not miss others with GitNation multipass.",
"html": "<p>This event is over. Do not miss others with GitNation multipass.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"btnMultipass__text": {
"id": "ckbs31ojq63880b14vyaa43za",
"key": "btnMultipass__text",
"renderStyle": null,
"markdown": "Learn about multipass",
"html": "Learn about multipass",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"btnMultipass__link": {
"id": "ckbs326s2639o0b14wfsotady",
"key": "btnMultipass__link",
"renderStyle": null,
"markdown": "https://gitnation.org/conference-multipass",
"html": "https://gitnation.org/conference-multipass",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"prices__confTicketLink": {
"id": "ckcxftiqvqsvo0903jscsnpjl",
"key": "prices__confTicketLink",
"renderStyle": null,
"markdown": "https://ti.to/gitnation/react-summit",
"html": "https://ti.to/gitnation/react-summit",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"prices__freeRegLink": {
"id": "ckcxfu8flqywg0b09qbekyj38",
"key": "prices__freeRegLink",
"renderStyle": null,
"markdown": "#prices__freeRegLink",
"html": "#prices__freeRegLink",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"prices__fullTicketLink": {
"id": "ckcxfumwbqswy0903luoq2kv3",
"key": "prices__fullTicketLink",
"renderStyle": null,
"markdown": "#prices__fullTicketLink",
"html": "#prices__fullTicketLink",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"ticket__link": {
"id": "ckda6ep0v5z6y0b97qzb79cof",
"key": "ticket__link",
"renderStyle": "None_Default",
"markdown": "https://ti.to/gitnation/ml-conf-eu",
"html": "https://ti.to/gitnation/ml-conf-eu",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"ticket__text": {
"id": "ckda6g92u5rv00916x3ysoptk",
"key": "ticket__text",
"renderStyle": "None_Default",
"markdown": "Tickets",
"html": "Tickets",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"updates__formAction": {
"id": "ckdeet9jcevoz0b97i8f11wjr",
"key": "updates__formAction",
"renderStyle": null,
"markdown": "https://gitnation.us13.list-manage.com/subscribe?u=910284f989b81c945f27311af&id=e858628f84",
"html": "https://gitnation.us13.list-manage.com/subscribe?u=910284f989b81c945f27311af&id=e858628f84",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"workshops3h__text": {
"id": "ckf5ogevcbeqw0b772f4okpdk",
"key": "workshops3h__text",
"renderStyle": "Standard_Markdown",
"markdown": "The workshops from the list below are the complimentary part of full tickets. \n\nThe recordings of most workshops will be shared with full ticket holders after the conference.\n\nWorkshops will be run remotely via Zoom.",
"html": "<p>The workshops from the list below are the complimentary part of full tickets. </p>\n<p>The recordings of most workshops will be shared with full ticket holders after the conference.</p>\n<p>Workshops will be run remotely via Zoom.</p>\n",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"workshops3h__title": {
"id": "ckf5oqo63hyj809707lq2pyeh",
"key": "workshops3h__title",
"renderStyle": null,
"markdown": "ML WORKSHOPS FOR ENGINEERS",
"html": "ML WORKSHOPS FOR ENGINEERS",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"schedule__altTitle": {
"id": "ckgi1itffch9u0911x6x8d7ur",
"key": "schedule__altTitle",
"renderStyle": null,
"markdown": "November 6th Schedule",
"html": "November 6th Schedule",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
},
"schedule__tip": {
"id": "ckgi1loku2fb00970bl3mkpas",
"key": "schedule__tip",
"renderStyle": null,
"markdown": "Times below are shown in your local browsers time zone.",
"html": "Times below are shown in your local browsers time zone.",
"contentType": "c04bfcdd2eed47b880588f5506ed4f5a"
}
},
"pages": {
"main": {
"id": "ckbf894t594ph0b14eta7aitw",
"titleSeo": "ML Conf EU – The machine learning conference for engineers",
"description": "November 5-6, 2020",
"seoDescription": "ML conf EU is a place to learn all about the practical application of machine learning for engineers. On November 5-6, 2020 get a clearer idea of ML, and practice it for your own projects",
"key": "main",
"titlePage": null,
"pageSlogan": null,
"pageStatistics": {
"eventStats": [
{
"statNumber": "<span>2</span>",
"statName": "days",
"statDescr": "Of ML talks"
},
{
"statNumber": "<span>20</span>+",
"statName": "speakers",
"statDescr": "Discussing the scene"
},
{
"statNumber": "<span>5</span>K+",
"statName": "devs",
"statDescr": "Getting a grip on ML"
}
],
"heroCTA": {
"text": "Subscribe to watch recordings",
"link": "https://www.youtube.com/channel/UCXlbjIafLZO9bcJDYjin92w/"
},
"heroScreens": [
{
"iconFace": "face_1",
"speakerHandle": ""
},
{
"iconFace": "face_2",
"speakerHandle": "rWWeS4gWRGKiEgFZRHhC"
},
{
"iconFace": "face_3",
"speakerHandle": "MUm0rCnR4qsuZSQ83KcF"
},
{
"iconFace": "face_4",
"speakerHandle": ""
},
{
"iconFace": "face_5",
"speakerHandle": ""
},
{
"iconFace": "face_6",
"speakerHandle": "YeF9oCpNSz6mvX7LUXtU"
},
{
"iconFace": "face_7",
"speakerHandle": "G6WMggyuQYO76lJkhuF4"
},
{
"iconFace": "face_8",
"speakerHandle": ""
},
{
"iconFace": "face_9",
"speakerHandle": ""
},
{
"iconFace": "face_10",
"speakerHandle": "RhB6bQkSqecJxoFauNjt"
},
{
"iconFace": "face_11",
"speakerHandle": "hoSsKvqQIunWkqL7iOPZ"
},
{
"iconFace": "face_12",
"speakerHandle": ""
}
],
"features": [
{
"title": "Exceptional ML speakers",
"desc": "In-depth talks from machine learning field experts",
"bgImg": "https://media.graphcms.com/output=format:jpg/resize=fit:crop,height:720,width:720/6looIR37SgiZ819IedfL"
},
{
"title": "Virtual get-together",
"desc": "Network in live chat rooms and make new friends",
"bgImg": "",
"networkers": true
},
{
"title": "Remote, safe, yet fun",
"desc": "Socialize at remote afterparties and gaming tournaments",
"bgImg": "./img/feature-pic_2.jpg"
}
],
"techScope": [
{
"title": "Speakers from",
"imageHandle": ""
},
{
"title": "Google",
"imageHandle": "4L8t8fitTtuBkbo3kDnc"
},
{
"title": "Microsoft",
"imageHandle": "0OaVtMTrSea53yqeaE8j"
},
{
"title": "Facebook",
"imageHandle": "eqZZTXYQiS1AEc07RjfO"
},
{
"title": "to present about",
"imageHandle": ""
},
{
"title": "Deep Learning",
"imageHandle": "eerF24O0Tkurl7SqBbf1"
},
{
"title": "Computer Vision",
"imageHandle": "uiR8RdYTlKSJW4LtwzJZ"
},
{
"title": "AI",
"imageHandle": "bEah9kSDiFmsf3pUVkPA"
},
{
"title": "NLP",
"imageHandle": "6zXAYFLHR4ir4BsfKXIM"
},
{
"title": "Data Science",
"imageHandle": "OpqgGLK7TcabQai7KCNu"
},
{
"title": "From zero to hero",
"imageHandle": "46A3VijTVGvlPnCTcVmz"
}
]
},
"locationTitle": "Online",
"themeColor": null,
"keywords": "",
"pageNavigation": {
"headerNav": [
{
"text": "Full Access",
"href": "#full-ticket",
"scroll": true
},
{
"text": "Workshops",
"href": "/workshops-3h",
"scroll": true
},
{
"text": "Perks",
"href": "/perks",
"scroll": true
},
{
"text": "Jobs",
"href": "/jobs",
"scroll": true
},
{
"text": "SPONSORS",
"href": "#sponsors",
"scroll": true
},
{
"text": "FAQ",
"href": "/faq",
"scroll": true
}
],
"footerNav": [
{
"text": "Sponsorship Opportunities",
"href": "/sponsors/"
},
{
"text": "Code Of Conduct",
"href": "/coc"
},
{
"text": "Email Us!",
"href": "mailto:[email protected]?subject=ML Conf EU"
}
]
},
"pageSections": {
"timer": true,
"event": true,
"techs": true,
"media": false,
"contact": true,
"location": false,
"fleet": false,
"speakers": true,
"cfp": false,
"cfpTitle": "Want to know the rest? <a href='#contact-form'>Follow us</a>",
"cfpDesc": "CFP is open until October 2",
"cfpLink": "https://forms.gle/xAeP2eKVc8yxV6Zo8",
"cfpLinkText": "Submit proposal",
"advicers": false,
"evening": true,
"MCs": true,
"hosts": false,
"prices": false,
"schedule": true,
"talks": true,
"lightningTalks": false,
"committee": true,
"extended": false,
"awards": false,
"givingBack": true,
"backPercent": 40,
"sponsors": true,
"features": true,
"featuresBtnText": "More details",
"featuresBtnLink": "#full-ticket",
"videoRooms": true,
"randomRarty": true,
"quake": false,
"timeTrack": true,
"sponsorsOffers": true,
"noticePanel": false,
"inCollaboration": [
{
"imgHandle": " JybbV7ZRGmR4PDmBsIw0",
"imgPadding": "3px",
"link": "https://focusreactive.com/",
"altText": "Focus Reactive"
}
],
"scheduleExtends": [
{
"active": true,
"title": "Live Stream",
"id": "live",
"broadcastUrlAuth": "https://www.youtube.com/embed/wM3cYjQ8Pcg",
"muted": false,
"notification": "Broadcast will start on November 6 at 4pm CET",
"broadcastUrl": false
}
],
"scheduleLinks": [
{
"title": "Remo",
"id": "remo",
"link": "https://live.remo.co/e/ml-conf-eu-day-2",
"authOnly": true
},
{
"title": "Discord",
"id": "discord",
"link": "https://discord.gg/naZcfwV",
"linkAuth": "https://discord.gg/63hffHT"
},
{
"title": "Schedule",
"id": "schedule",
"link": "#time-track-mount"
},
{
"title": "Help Desk",
"id": "help",
"link": "#help-desc-link",
"menu": [
{
"title": "FAQ",
"link": "/faq"
}
]
}
],
"eventInfo": {
"chatLink": "https://discord.gg/naZcfwV",
"chatLinkAuth": "https://discord.gg/63hffHT",
"conferenceStart": {
"date": "November 05",
"time": "16:00"
},
"conferenceFinish": {
"date": "November 06",
"time": "24:00"
},
"QuakeJS": {
"title": "QuakeJS Tournament",
"link": "http://www.quakejs.com/play?connect%20157.245.77.76:27960",
"date": "November 05",
"time": "21:00",
"duration": "90"
},
"randomRooms": {
"title": "Random Watching Party",
"links": [
"https://live.remo.co/e/ml-conf-eu-day-2"
]
}
},
"fullTicket": [
{
"link": "/workshops-3h",
"title": "Free 3h workshops",
"desc": "Get your hands on hot tech, recording included",
"img": "./img/ticket_img_3.png?v1",
"bg": "./img/ticket_bg_3.png?v1"
},
{
"title": "2x more content",
"desc": "Enjoy the second day of talks from world renowned speakers",
"img": "./img/ticket_img_5.png?v1",
"bg": "./img/ticket_bg_4.png?v1"
},
{
"title": "Enjoy HD streaming quality",
"desc": "Experience the event in full quality on a big screen",
"img": "./img/ticket_img_1.png?v1",
"bg": "./img/ticket_bg_1.png?v1"
},
{
"title": "Get talk recordings right after the conference",
"desc": "Others will receive them one month after the event",
"img": "./img/ticket_img_2.png?v1",
"bg": "./img/ticket_bg_2.png?v1"
}
],
"interactiveSessions": [
{
"title": "Hands-on workshops with field experts",
"desc": "ML, NLP, audio fingerprint, TensorFlow.js, AutoML, Interpretability including 'Beginning ML with TensorFlow.js' course from Infinite Red Academy",
"bgImg": "./img/interactive-sessions_pic_1.png?v1",
"links_": [
{
"name": "Including 'Beginning ML with TensorFlow.js' course from Infinite Red Academy",
"link": "https://academy.infinite.red/p/beginning-machine-learning-with-tensorflow-js"
}
]
},
{
"title": "Video chat rooms with speakers",
"desc": "Join Zoom rooms with top machine learning developers",
"bgImg": "./img/interactive-sessions_pic_2.png"
},
{
"title": "Speakers' Discord channel",
"desc": "Enjoy more space for your conversation with speakers",
"bgImg": "./img/interactive-sessions_pic_3.png"
}
],
"zoomBars_": [
{
"bgImage": "https://media.graphcms.com/QIhKzyZFSa2dxdQrGBvK",
"title": "Spatial.<br/> chat",
"time": "21:00",
"duration": "90",
"date": "November 05",
"name": "Community",
"rooms": [
{
"link": "https://spatial.chat/s/mlconfeu",
"photo": "gwlRjYnvQ9avscSABiPU"
}
]
}
],
"tracks": [
{
"tab": "Speakers Rooms",
"title": "Speakers Rooms",
"odd": false,
"notitle": false,
"list": [
{
"title": "Thomas Wolf's Room",
"time": "16:50",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "MUm0rCnR4qsuZSQ83KcF",
"date": "November 05",
"type": "speakerRoom"
},
{
"title": "Beril Sirmacek's Room",
"time": "17:25",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "G6WMggyuQYO76lJkhuF4",
"date": "November 05",
"type": "speakerRoom"
},
{
"title": "Robert Plummer's Room",
"time": "18:10",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "veQKxVNyShihmL05rjQV",
"date": "November 05",
"type": "speakerRoom"
},
{
"title": "Shivani Poddar's Room",
"time": "18:45",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "RhB6bQkSqecJxoFauNjt",
"date": "November 05",
"type": "speakerRoom"
},
{
"title": "Laurence Moroney's Room",
"time": "19:30",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "6looIR37SgiZ819IedfL",
"date": "November 05",
"type": "speakerRoom"
},
{
"title": "Jason Mayes's Room",
"time": "20:55",
"duration": "20",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "YeF9oCpNSz6mvX7LUXtU",
"date": "November 05",
"type": "speakerRoom"
},
{
"title": "Haifeng Jin's Room",
"time": "16:50",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "hoSsKvqQIunWkqL7iOPZ",
"date": "November 06",
"type": "speakerRoom"
},
{
"title": "Mikhail Burtsev's Room",
"time": "17:25",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "bKRipg63QmCJZ5TbE17t",
"date": "November 06",
"type": "speakerRoom"
},
{
"title": "Jayeeta Putatunda's Room",
"time": "18:50",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "IQStPELSQq0MRoym40Vw",
"date": "November 06",
"type": "speakerRoom"
},
{
"title": "Marco Gorelli's Room",
"time": "19:35",
"duration": "30",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "wzW1X8lDR0OfV2VocL9l",
"date": "November 06",
"type": "speakerRoom"
},
{
"title": "Andreas Müller's Room",
"time": "20:10",
"duration": "20",
"bgColor": "#ff7800",
"speakerRoomLink": "https://spatial.chat/s/mlconfeu",
"pic": "rWWeS4gWRGKiEgFZRHhC",
"date": "November 06",
"type": "speakerRoom"
}
]
},
{
"tab": "Discussion Rooms",
"title": "Discussion Rooms",
"odd": true,
"notitle": false,
"list": [
{
"title": "Keras & TensorFlow",
"time": "17:25",
"duration": "45",
"bgColor": "#ff00c0",
"pic": "bBToytMT1OxVbhKmz21G",
"date": "November 05",
"discussionRoomLink": "https://spatial.chat/s/mlconfeu",
"type": "videoRoom",
"orderAsc": 110,
"techLogo": "https://media.graphcms.com/bBToytMT1OxVbhKmz21G",
"linkText": "Keras & TensorFlow – Nov 5",
"speakers": [
{
"avatar": "hoSsKvqQIunWkqL7iOPZ",
"name": "Haifeng Jin"
},
{
"avatar": "Z7wRsVQbRriMshRaJwp3",
"name": "Håkan Silfvernagel"
}
]
},
{
"title": "Computer Vision",
"time": "18:30",
"duration": "45",
"bgColor": "#ff00c0",
"pic": "uiR8RdYTlKSJW4LtwzJZ",
"date": "November 05",
"discussionRoomLink": "https://spatial.chat/s/mlconfeu",
"type": "videoRoom",
"orderAsc": 120,
"techLogo": "https://media.graphcms.com/uiR8RdYTlKSJW4LtwzJZ",
"linkText": "Computer Vision – Nov 5",
"speakers": [
{