forked from openedx-unsupported/openedx-conference-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
771 lines (722 loc) · 36.7 KB
/
index.html
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
<!DOCTYPE html>
<html class="js" itemscope="" itemtype="https://schema.org/WebPage" lang="en-US">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5VN6K6T');</script>
<!-- End Google Tag Manager -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title & Description -->
<title>Get Ready for Open edX 2020!</title>
<meta name="description" content="Open edX 2020 Conference, May 19-22, 2020, Lisbon, Portugal">
<!-- End Title & Description -->
<!-- Open Graph Tags -->
<meta property="og:description" content="Open edX 2020 Conference, May 19-22, 2020, Lisbon, Portugal" />
<meta property="og:title" content="Open edX 2020 Conference" />
<meta property="og:url" content="https://con.openedx.org" />
<meta property="og:image" content="images/openedx-2020-logo.png" />
<!-- End Open Graph -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60396627-3', 'auto');
ga('send', 'pageview');
</script>
<link rel="shortcut icon" href="images/favicon-32x32.png">
<link rel="apple-touch-icon" href="images/apple-icon-180x180.png">
<script id="mfn-dnmc-config-js">
//<![CDATA[
window.mfn = {mobile_init:1240,nicescroll:40,responsive:1,retina_js:0};
//]]>
</script>
<link rel="dns-prefetch" href="https://fonts.googleapis.com/">
<link rel="stylesheet" id="edx-slider" href="sources/css/slider.css" type="text/css" media="all">
<link rel="stylesheet" id="edx-skin" href="sources/css/combined.css" type="text/css" media="all">
<link rel="stylesheet" id="edx-fonts" href="sources/css/fonts.css" type="text/css" media="all">
<script type="text/javascript" src="sources/jquery.js"></script>
<link rel="canonical" href="https://con.openedx.org/">
<!--[if lt IE 9]>
<script id="mfn-html5" src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- script | retina -->
<script id="mfn-dnmc-retina-js">
//<![CDATA[
jQuery(window).load(function(){
var retina = window.devicePixelRatio > 1 ? true : false;if( retina ){var retinaEl = jQuery("#logo img.logo-main");var retinaLogoW = retinaEl.width();var retinaLogoH = retinaEl.height();retinaEl.attr( "src", "images/openedx-2020-logo.png" ).width( retinaLogoW ).height( retinaLogoH );var stickyEl = jQuery("#logo img.logo-sticky");var stickyLogoW = stickyEl.width();var stickyLogoH = stickyEl.height();stickyEl.attr( "src", "images/openedx-2020-logo.png" ).width( stickyLogoW ).height( stickyLogoH );var mobileEl = jQuery("#logo img.logo-mobile");var mobileLogoW = mobileEl.width();var mobileLogoH = mobileEl.height();mobileEl.attr( "src", "images/openedx-2020-logo.png" ).width( mobileLogoW ).height( mobileLogoH );var mobileStickyEl = jQuery("#logo img.logo-mobile-sticky");var mobileStickyLogoW = mobileStickyEl.width();var mobileStickyLogoH = mobileStickyEl.height();mobileStickyEl.attr( "src", "images/openedx-2020-logo.png" ).width( mobileStickyLogoW ).height( mobileStickyLogoH );}});
//]]>
</script>
<link rel="icon" href="images/cropped-EDX-LOGO-32x32.jpg" sizes="32x32">
<link rel="icon" href="images/cropped-EDX-LOGO-192x192.jpg" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="images/cropped-EDX-LOGO-180x180.jpg">
<meta name="msapplication-TileImage" content="images/cropped-EDX-LOGO-270x270.jpg">
<!-- Facebook Pixel Code -->
<!-- this is "Open edX 2020 Conference site pixel". -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '190574848894906');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=190574848894906&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script type="text/javascript">
jQuery(function() {
jQuery( '.register_tracking' ).click(function() {
fbq('track', 'ViewContent');
});
});
</script>
</head>
<!-- body -->
<body class="home template-slider style-simple layout-full-width one-page header-classic minimalist-header-no sticky-header sticky-white menuo-no-borders menuo-right">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5VN6K6T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- #Wrapper -->
<div id="Wrapper">
<header>
<div class="content_wrapper clearfix">
<!-- .sections_group -->
<div class="sections_group">
<div class="entry-content">
<div class="section mcb-section" style="background-color:#ffffbb;border:10px solid #666666;margin:.5em">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2><b>Cancelled</b></h2>
<p class="big">Due to the coronavirus pandemic, the "in-person" Open edX
conference has been <a href="https://open.edx.org/blog/cancelling-the-in-person-2020-open-edx-conference/">cancelled</a>.
</p>
<p class="big">There also will be <a href="https://open.edx.org/blog/cancelling-the-2020-open-edx-conference/">no virtual event</a>.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- #Header_bg -->
<div id="Header_wrapper">
<!-- #Header -->
<header id="Header">
<a class="screen-reader-shortcut" href="#Content">Skip to content</a>
<div class="header_placeholder"></div>
<div id="Top_bar">
<div class="container">
<div class="column one">
<div class="top_bar_left clearfix" style="width: 1196px;">
<!-- Logo -->
<div class="logo">
<a id="logo" href="/">
<img class="logo-main scale-with-grid" src="images/openedx-2020-logo.png" alt="Open edX 2020 Home">
<img class="logo-sticky scale-with-grid" src="images/openedx-2020-logo.png" alt="Open edX 2020 Home">
<img class="logo-mobile scale-with-grid" src="images/openedx-2020-logo.png" alt="Open edX 2020 Home">
<img class="logo-mobile-sticky scale-with-grid" src="images/openedx-2020-logo.png" alt="Open edX 2020 Home">
</a>
</div>
<div class="menu_wrapper">
<a class="responsive-menu-toggle" href="#menu" role="button" aria-expanded="false" aria-controls="menu"><i class="icon-menu-fine" aria-hidden="true"></i><span class="hidden">Toggle navigation</span></a>
<nav id="menu" class="menu-main-menu-container" aria-label="Main">
<ul id="menu-main-menu" class="menu">
<li id="menu-item-38" class="menu-item"><a href="#about" data-hash="#about"><span>About</span></a></li>
<li id="menu-item-42" class="menu-item"><a href="https://openedx2020.eventbrite.com/?aff=confwebsite" target="_blank"><span>Register</span></a></li>
<li id="menu-item-40" class="menu-item"><a href="#speakers" data-hash="#speakers"><span>Speakers</span></a></li>
<li id="menu-item-70" class="menu-item"><a href="#faq" data-hash="#faq"><span>FAQ</span></a></li>
<!--
<li id="menu-item-39" class="menu-item"><a href="#schedule" data-hash="#schedule"><span>Schedule</span></a></li>
-->
<li id="menu-item-44" class="menu-item"><a href="#location" data-hash="#location"><span>Location</span></a></li>
<li id="menu-item-43" class="menu-item"><a href="#sponsors" data-hash="#sponsors"><span>Sponsors</span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="mfn-main-slider" id="mfn-custom-slider">
<div id="slider-wrapper" style="height: 757px;">
<!-- this is a container for CSS driven background images; hide from AT -->
<ul aria-hidden="true">
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
<li style="height: 757px;"></li>
</ul>
<div class="slider-content">
<h1 style="padding-top: .8em">Open edX Conference<span class="date">May 19–22, 2020</span>
<span class="date">Hosted by</span><span class="date">Nova SBE | Fundação para a Ciência e a Tecnologia</span>
<img src="images/novasbe.png" style="margin-top: .5em">
</h1>
<a class="button button_size_2 button_js register_tracking" href="https://openedx2020.eventbrite.com/?aff=confwebsite" target="_blank" style="background-color:#B82669; color:#FFFFFF;">
<span class="button_label"><b>Register now!</b></span>
</a>
<!--
<a class="button button_size_2 button_js register_tracking" href="https://youtube.com/c/openedx" target="_blank" style="background-color:#B82669; color:#FFFFFF;">
<span class="button_label"><b>Watch 2019 videos!</b></span>
</a>
-->
</div>
</div>
</div>
</header>
</div>
<!-- #Content -->
<main id="Content" aria-label="Content">
<div class="content_wrapper clearfix">
<!-- .sections_group -->
<div class="sections_group">
<div class="entry-content" itemprop="mainContentOfPage">
<div class="section mcb-section" id="about" data-id="#about">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2>Shaping the Future of Education Together</h2>
<h3>May 19–22, 2020 in Lisbon, Portugal</h3>
</div>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="column mcb-column">
<p class="big">
This year’s event is focused on the future of work and using open technology to solve the challenges of upskilling, reskilling and delivering life-long learning.
</p>
<p class="big">
We will hear about innovative uses of technology in higher education, inside corporations and across nations, and learn about advancements in instructional design, course production, and methods for operating, extending and enhancing the Open edX platform.
</p>
</div>
</div>
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-second column_column ">
<div class="column_attr clearfix">
<ul style="color:black">
<li>Tuesday: long-form tutorials and workshops</li>
<li>Wednesday/Thursday: 45-minute breakouts and 10-minute lightning talks</li>
<li>Friday: in-depth summits for developers and instructional designers</li>
<li>Registration includes light breakfast, lunch, coffee breaks, and a cocktail reception on Wednesday.</li>
<li>We are also offering Open edX Course Authoring Training on Tuesday as an add-on to the full conference pass.</li>
</ul>
</div>
</div>
<div class="column one-second column_column ">
<div class="column_attr clearfix align_center">
<div style="position:relative;height:0;overflow:hidden;margin:auto;padding-bottom:56.5%">
<iframe style="position:absolute;top:0;left:0;width:100%;height:100%" width="619" height="350" src="https://www.youtube.com/embed/uze8l1oUK-8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section mcb-section" id="register" data-id="#register">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2>Registration</h2>
</div>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column five-sixth column_column ">
<div class="column_attr clearfix align_left">
<p>
Registration for the Open edX 2020 Conference is open!
Tickets are $299–$649.
<a href="https://openedx2020.eventbrite.com/?aff=confwebsite" target="_blank">Register now</a>.
</p>
</div>
</div>
<div class="column one-sixth column_column ">
<div class="column_attr clearfix align_center">
<a class="button button_size_4 button_js kill_the_icon register_tracking" href="https://openedx2020.eventbrite.com/?aff=confwebsite" target="_blank">
<span class="button_label">REGISTER</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="section mcb-section" id="speakers" data-id="#speakers">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2>Keynote Speakers</h2>
<p>Our plenary sessions will feature three education thought leaders from the
worlds of learning science, academia and industry as well as an opening keynote
from Anant Agarwal.</p>
</div>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="wrap mcb-wrap one clearfix">
<div class="column one-fourth column_column">
<div class="icon_box speaker">
<div class="image_wrapper">
<img src="images/speakers/anant-agarwal.jpg" alt="Anant Agarwal">
</div>
<div class="desc_wrapper">
<h3 class="title"><a href="https://www.linkedin.com/in/agarwaledu/" target="_blank">Anant Agarwal</a></h3>
<div class="desc">
<p>Founder and CEO of edX, and MIT Professor of Electrical Engineering and Computer Science</p>
</div>
</div>
</div>
</div>
<div class="column one-fourth column_column">
<div class="icon_box speaker">
<div class="image_wrapper">
<img src="images/speakers/Katrina-Stevens.jpg" alt="Katrina Stevens">
</div>
<div class="desc_wrapper">
<h3 class="title"><a href="https://www.linkedin.com/in/katrinastevens/" target="_blank">Katrina Stevens</a></h3>
<div class="desc">
<p>Director of Learning Science<br/>at Chan Zuckerberg Initiative</p>
</div>
</div>
</div>
</div>
<div class="column one-fourth column_column">
<div class="icon_box speaker">
<div class="image_wrapper">
<img src="images/speakers/Paula-Marques-400.jpg" alt="Paula Marques">
</div>
<div class="desc_wrapper">
<h3 class="title"><a href="https://www.linkedin.com/in/paulajmarques/" target="_blank">Paula Marques</a></h3>
<div class="desc">
<p>Executive Director for Business Transformation, Executive Education at NOVA School of Business and Economics and the Head of Innovation at MERCER</p>
</div>
</div>
</div>
</div>
<div class="column one-fourth column_column">
<div class="icon_box speaker">
<div class="image_wrapper">
<img src="images/speakers/Kelly-Palmer-400.jpg" alt="Kelly Palmer">
</div>
<div class="desc_wrapper">
<h3 class="title"><a href="https://www.linkedin.com/in/kellypalmerclo/" target="_blank">Kelly Palmer</a></h3>
<div class="desc">
<p>Chief Learning Officer at Degreed and author of
<i>Expertise Economy: How the smartest companies use learning to engage, compete, and succeed</i>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<p>New for 2020, at the plenary we will be awarding the <strong>Open edX Prize</strong> to celebrate impactful work by the Open edX community of engineers and instructors.
<a href="https://docs.google.com/forms/d/1eL86bNs8Vx9CxU_qS99Jw8uacWaJ1IgTvfASyzGFARw/edit">Nominate projects</a>
in either the technical category, or the instruction and learning design category.</p>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="section mcb-section" id="schedule" data-id="#schedule">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2>Open edX 2019 Schedule</h2>
</div>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-second column_column">
<div class="column_attr clearfix">
<p><b>Tues, March 26: </b>Tutorials and in-depth training</p>
<p><b>Weds, March 27: </b>Conference Day 1 and evening reception</p>
<p><b>Thurs, March 28: </b>Conference Day 2</p>
<p><b>Fri, March 29: </b>Developer Summit</p>
</div>
</div>
<div class="column one-second column_column">
<p>See the complete <a href="https://openedx2019.sched.com" target="_blank">schedule of talks</a> on sched.com:</p>
<p>
<a href="https://openedx2019.sched.com/" target="_blank">
<img
src="images/sched-teaser.png"
alt="See the complete Open edX 2019 schedule on sched.com"
style="filter: drop-shadow(3px 3px 3px #222)"
/>
</a>
</p>
</div>
</div>
</div>
</div>
-->
<div class="section mcb-section" id="location" data-id="#location">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2>Location and Hotels</h2>
</div>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="column mcb-column">
<p>
The conference will be on the campus of <b>Nova School of Business and Economics</b>.
</p>
<p><b>Address:</b>
<br/>Carcavelos Campus
<br/>Rua da Holanda, n.1s
<br/>2775-405 Carcavelos
<br/>Portugal</p>
<p>Driving directions and other details will be posted soon.</p>
<!-- NATALIA! EDIT THIS!
<h3>Tuesday, Wednesday and Thursday</h3>
<p>Registration will be held at <b>Center Hall</b>, at Library Walk and Gilman Drive.</p>
<p>For car service companies, give the address:
Rupertus Lane and Myers Drive,
La Jolla, CA</p>
<p>If driving, you can park at the Gilman Parking Structure, at Gilman Drive and Russell Lane.</p>
<h3>Friday</h3>
<p>Friday Dev Summit will be at <b>Torrey Pines Center South</b>, 3rd Floor Suite 300,
10280 North Torrey Pines Road, La Jolla, CA</p>
<p>Free parking in the Gliderport lot located behind the Sanford Consortium building.</p>
<h3>Wi-fi</h3>
<p>The Wi-fi code is: "UCSD guest"
(You have to agree with UCSD terms to get on network)</p>
-->
</div>
</div>
<div class="section_wrapper">
<div class="column one column_column">
<div class="column_attr clearfix embed-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3114.7147541613426!2d-9.3273596!3d38.6784231!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd193313310c6687%3A0x8ca00c36063deaa1!2sNova%20School%20of%20Business%20and%20Economics!5e0!3m2!1sen!2sus!4v1582918003076!5m2!1sen!2sus" title="Google Map to Nova SBE"width="960" height="500" frameborder="0" style="border:0;" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="column mcb-column">
<p>
There is no particular Conference hotel this year, however, we recommend <a href="https://all.accor.com/hotel/1319/index.en.shtml">Sofitel Lisbon Liberdade</a> or <a href="https://www.marriott.com/hotels/travel/lissi-sheraton-lisboa-hotel-and-spa/">Sheraton Lisboa Hotel and Spa</a>. Please note that these hotels are about 30 minutes away by car from the conference location.
<p>There are also smaller hotels and Airbnbs in the area that you can consider. Please book your accommodation soon - May is a tourist season and hotels will get booked very quickly.
</p>
</div>
</div>
</div>
<!-- FAQ -->
<div class="section mcb-section" id="faq" data-id="#faq">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2>Frequently Asked Questions</h2>
</div>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="column one-second column_column ">
<div class="column_attr clearfix align_left">
<h3>What is covered by the Conference ticket fee?</h3>
<ul style="color:black">
<li>4 full days of the Conference</li>
<li>Light breakfasts, lunches, coffee breaks and cocktail reception</li>
<li>Conference program</li>
</ul>
<h3>Where can I can find Conference schedules?</h3>
<p>Detailed schedules will be posted on this website closer to the event. Here is an overview of what you can
expect:</p>
<ul style="color:black">
<li>Day 1 (Tuesday): Registration. Long-form tutorials and workshops. Add-on training on course authoring (for add-on ticket holders).</li>
<li>Day 2 (Wednesday): Keynotes, 45-minute breakouts and 10-minute lightning talks. Cocktail reception.</li>
<li>Day 3 (Thursday): Keynotes, 45-minute breakouts and 10-minute lightning talks</li>
<li>Day 4 (Friday): in-depth summits for developers and instructional designers</li>
</ul>
<p>You can also check out <a href="https://openedx2019.sched.com/">the Open edX Conference 2019 schedule</a> from last year, to get a rough idea about topics and Conference structure. </p>
<h3>What is the add-on training?</h3>
<p>This is the first year we are offering edX-led "Open edX Course Authoring Training" on Tuesday
as an add-on to the full conference pass.
<b>Note:</b> To attend this training, you will need to purchase a ticket for the add-on as well as a Conference ticket. Add-on tickets are not sold without a Conference ticket.</p>
<h3>I have never been to an Open edX Conference, will it be useful for me?</h3>
<p>New participants are very welcome. You can watch <a href="https://www.youtube.com/watch?v=ho8OBnvruRw&list=PL87xhvJSz2W4loIXUtRqv8VBZ0HZKMU59">recorded presentations</a> from the 2019 Open edX Conference to see if this format and content suit your needs.</p>
<h3>I have dietary restrictions, can you accommodate them?</h3>
<p>We have dairy free, gluten free, vegan and options at all food events. If you have restrictions beyond these please
include them on the Registration form and we will do our best to accommodate them.</p>
</div>
</div>
<div class="column one-second column_column ">
<div class="column_attr clearfix">
<h3>Will there be WiFi?</h3>
<p>Free WiFi will be available at the conference site. Access information will be printed in the program that you will get when you
check in at Registration.</p>
<h3>What about transportation during Conference?</h3>
<p>All Conference events will be held at the Nova SBE campus which is fully accessible, and the reception will be at a
restaurant that is a 10-minute walk from campus. If you have a mobility issue that prevents the walk, please include
this on your Registration form and we will arrange transportation.</p>
<p><b>Note:</b> You will need to provide your own
transportation from your accommodation to the Conference site and back. There are public transportation options and Uber
is widely used in Lisbon. We will post transportation options on our website in the coming weeks.</p>
<h3>Any accommodation tips?</h3>
<p>Please secure your own accommodation. While there is no particular Conference hotel this year, we recommend the
following:</p>
<ul style="color:black">
<li><a href="https://all.accor.com/hotel/1319/index.en.shtml">Sofitel Lisbon Liberdade</a></li>
<li><a href="https://www.marriott.com/hotels/travel/lissi-sheraton-lisboa-hotel-and-spa/">Sheraton Lisboa Hotel and Spa</a></li>
</ul>
<p><b>Note:</b> May is high tourist season in Portugal — hotel rooms will get booked quickly. Please make reservations
soon to assure your accommodations.</p>
<h3>Do I need a visa to go to Portugal?</h3>
<p>You might, depending on your country of citizenship. Citizens of certain countries require a visa to enter Portugal. Please contact your local Portuguese consulate for guidance on all current and applicable visa requirements.
<p><b>Note:</b> Visa processing times vary and may be long. Please start your visa process soon.</p>
<h3>Will you provide visa support for me?</h3>
<p>You will need to take care of your own visa application. However, we are happy to provide you with a letter of
invitation in support of your visa application. Please contact <a href="mailto:[email protected]">[email protected]</a> to request one.</p>
<h3>What else should I know?</h3>
<p>edX seeks to foster an open and welcoming environment in this event. All participants are expected to follow <a href="https://open.edx.org/code-of-conduct/">Open edX Code of Conduct</a>.</p>
</div>
</div>
</div>
</div>
<!-- SPONSORS -->
<div class="section mcb-section" id="sponsors" data-id="#sponsors">
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column one column_column ">
<div class="column_attr clearfix align_center">
<h2>Sponsors</h2>
</div>
</div>
</div>
</div>
<div class="section_wrapper">
<div class="wrap mcb-wrap one column-margin-40px clearfix">
<div class="column two-third column_column">
<div class="column_attr clearfix align_left">
<p>
Sponsoring the Open edX Conference is your opportunity to get front and center of the most brilliant minds in online education today. Please contact us at [email protected].
</p>
</div>
</div>
<div class="column one-third column_column">
<div class="column_attr clearfix align_center"><a class="button button_size_4 button_js kill_the_icon" href="images/openedx_2020_sponsor_prospectus.pdf"><span class="button_label">Download Info</span></a></div>
</div>
</div>
</div>
<!--
<div class="section_wrapper column_attr align_center">
<div class="wrap mcb-wrap one column-margin-10px clearfix">
<div class="column one column_column">
<h3>Reception Sponsor</h3>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one column_column">
<a href="https://pearson.com"><img width="550" src="images/sponsors/pearson.svg" alt="Reception Sponsor: Pearson"/></a>
</div>
</div>
</div>
<div class="section_wrapper column_attr align_center">
<div class="wrap mcb-wrap one column-margin-10px clearfix">
<div class="column one column_column">
<h3>Cornerstone Sponsor</h3>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one column_column">
<a href="https://walmart.com"><img width="700" src="images/sponsors/walmart.jpg" alt="Cornerstone Sponsor: Walmart"/></a>
</div>
</div>
</div>
<div class="section_wrapper column_attr align_center">
<div class="wrap mcb-wrap one column-margin-10px clearfix">
<div class="column one column_column">
<h3>Premier Sponsors</h3>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-fourth column_column">
</div>
<div class="column one-second column_column">
<a href="https://datasciencedojo.com"><img src="images/sponsors/datasciencedojo.png" alt="Premier Sponsor: Data Science Dojo"/></a>
</div>
</div>
</div>
<div class="section_wrapper column_attr align_center">
<div class="wrap mcb-wrap one column-margin-10px clearfix">
<div class="column one column_column">
<h3>Contributing Sponsors</h3>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-second column_column">
<a href="https://www.vocareum.com/"><img src="images/sponsors/vocareum.png" alt="Contributing Sponsor: Vocareum"/></a>
</div>
<div class="column one-second column_column">
<a href="https://www.ilearnme.com/"><img src="images/sponsors/ilearnme.png" alt="Contributing Sponsor: iLearn ME"/></a>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-second column_column">
<a href="https://www.opensistemas.com/"><img src="images/sponsors/open-sistemas.png" alt="Contributing Sponsor: Open Sistemas"/></a>
</div>
<div class="column one-second column_column">
<a href="https://opencraft.com/"><img src="images/sponsors/opencraft.png" alt="Contributing Sponsor: OpenCraft"/></a>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-second column_column">
<a href="https://www.edunext.co/"><img src="images/sponsors/edunext.png" alt="Contributing Sponsor: eduNEXT"/></a>
</div>
<div class="column one-second column_column">
<a href="https://wso2.com/"><img src="images/sponsors/wso2.png" alt="Contributing Sponsor: WSO2"/></a>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-second column_column">
<a href="https://www.xtremelabs.io/"><img src="images/sponsors/xtreme-labs.png" alt="Contributing Sponsor: XtremeLabs"/></a>
</div>
<div class="column one-second column_column">
<a href="https://www.gutenberg-technology.com/"><img src="images/sponsors/gutenberg-technology.png" alt="Contributing Sponsor: Gutenberg Technology"/></a>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-second column_column">
<a href="https://arbisoft.com/"><img src="images/sponsors/arbisoft.png" alt="Contributing Sponsor: Arbisoft"/></a>
</div>
<div class="column one-second column_column">
<a href="https://drcsystems.com/"><img src="images/sponsors/drcsystems.png" alt="Contributing Sponsor: DRC Systems"/></a>
</div>
</div>
</div>
<div class="section_wrapper column_attr align_center">
<div class="wrap mcb-wrap one column-margin-10px clearfix">
<div class="column one column_column">
<h3>Media Partners</h3>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-third column_column">
<a href="https://www.class-central.com/"><img src="images/sponsors/class-central.png" alt="Media Partner: Class Central"/></a>
</div>
<div class="column one-third column_column">
<a href="https://opensource.com/"><img src="images/sponsors/open-source-com.png" alt="Media Partner: OpenSource.com"/></a>
</div>
<div class="column one-third column_column">
<a href="https://iblnews.org/"><img src="images/sponsors/iblnews.png" alt="Media Partner: IBL News"/></a>
</div>
</div>
</div>
<div class="section_wrapper column_attr align_center">
<div class="wrap mcb-wrap one column-margin-10px clearfix">
<div class="column one column_column">
<h3>Friends of Open edX</h3>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-third column_column">
<a href="https://eliteu.cn"><img src="images/sponsors/elite-mba.png" alt="Friend of Open edX: Elite Education"/></a>
</div>
<div class="column one-third column_column">
<a href="https://appsembler.com/"><img src="images/sponsors/appsembler.svg" alt="Friend of Open edX: Appsembler"/></a>
</div>
<div class="column one-third column_column">
<a href="https://raccoongang.com/"><img src="images/sponsors/raccoon-gang.png" alt="Friend of Open edX: Raccoon Gang"/></a>
</div>
</div>
<div class="wrap mcb-wrap one column-margin-30px clearfix">
<div class="column one-third column_column">
<a href="https://abconlinecourses.com"><img src="images/sponsors/abconlinecourses.png" alt="Friend of Open edX: ABC Moocs"/></a>
</div>
<div class="column one-third column_column">
<a href="http://aulasneo.com/"><img src="images/sponsors/aulasneo.png" alt="Friend of Open edX: Aulasneo"/></a>
</div>
<div class="column one-third column_column">
<a href="http://manprax.com/"><img src="images/sponsors/manprax.png" alt="Friend of Open edX: ManpraX Software"/></a>
</div>
</div>
</div>
-->
</div>
</div>
</div>
</div>
</main>
<!-- #Footer -->
<footer id="Footer" class="clearfix">
<div class="footer_copy">
<div class="container">
<div class="column one">
<!-- Copyrights -->
<div class="copyright">
<p>
<strong>© 2012–2020 edX Inc.</strong> All rights reserved except where noted.<br />
edX, Open edX and the edX and Open edX logos are registered trademarks or trademarks of edX Inc.
</p>
</div>
</div>
</div>
</div>
</footer>
</div><!-- #Wrapper -->
<a id="back_to_top" class="button button_js sticky scroll" href=""><i class="icon-up-open-big" aria-hidden="true"></i><span class="hidden">Back to Top</span></a>
<script type="text/javascript" src="sources/slider.js"></script>
<script type="text/javascript" src="sources/plugins.js"></script>
<script type="text/javascript" src="sources/menu.js"></script>
<script type="text/javascript" src="sources/scripts.js"></script>
<!-- Linkedin Insight Tag -->
<script type="text/javascript">
_linkedin_partner_id = "1758450";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(){var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})();
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1758450&fmt=gif" />
</noscript>
<!-- end linkedin -->
</body>
</html>