-
Notifications
You must be signed in to change notification settings - Fork 6
/
schedule.html
executable file
·67 lines (62 loc) · 2.53 KB
/
schedule.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
---
layout: default
title: Schedule
permalink: /schedule/
---
<div style="text-align: center; margin: 0 15%;">
<h1 style="font-size: 80px;">Schedule</h1>
<p style="text-align: left;">
The OSR program runs from <b>Tuesday 23rd June 2020 to Friday 3rd July 2020</b>, during the same two week period as the virtual <a target="_blank" href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageID=3885">OHBM meeting program</a>.
There is minimal overlap between the OHBM and OSR programs, so you won't miss any of action! Please also join us of our Open Science Meet-up pre-event on June 22.
For increased accessibility, the daily OSR schedule is repeated three times per 24 hours, once per time zone hub.
Select your region below to view your hub-specific OSR schedule.
</p>
</div>
<table class="people">
<tr class="people">
<td class="people">
<a style="display:block; color:#05323F" href="./apac">
<aside>
<header>
<h3>Hub 1</h3>
<img src="../img/map_1.svg" style="height:100px; border-radius:50%;">
<h3>Asia, Pacific</h3>
</header>
</aside>
</a>
</td>
<td class="people">
<a style="display:block; color:#05323F" href="./emea">
<aside>
<header>
<h3>Hub 2</h3>
<img src="../img/map_2.svg" style="height:100px; border-radius:50%;">
<h3>Europe, Middle East, Africa</h3>
</header>
</aside>
</a>
</td>
<td class="people">
<a style="display:block; color:#05323F" href="./americas">
<aside>
<header>
<h3>Hub 3</h3>
<img src="../img/map_3.svg" style="height:100px; border-radius:50%;">
<h3>Americas</h3>
</header>
</aside>
</a>
</td>
</tr>
</table>
<!--<section class="schedule-landing">-->
<!-- <div class="content-wrapper" style="margin: 0 2em;">-->
<!--<!– <p style = "font-family:Glyphicons Halflings georgia,garamond,serif;font-size:16px;font-style:italic;">Select your Hub</p>–>-->
<!-- <p >Select your Hub</p>-->
<!-- <ul>-->
<!-- <li><a href="./apac">Asia<br>Pacific</a></li>-->
<!-- <li><a href="./emea">Europe<br>Middle East<br>Africa</a></li>-->
<!-- <li><a href="./americas">Americas</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!--</section>-->