Skip to content

Latest commit

 

History

History
226 lines (210 loc) · 9.46 KB

schedule.md

File metadata and controls

226 lines (210 loc) · 9.46 KB
layout title
page
Schedule
June 24
June 25
June 26
June 27
GMT+9

June 24, Monday

GMT+9 OPEN SCIENCE ROOM
9:00-10:00
Panel 1: Open Science - Who pays the bill?
11:30-12:30
Table Talk 1: Open Science - Who pays the bill?
12:45-13:45
15:15-16:30
OSR OSSIG Symposium: Creating and using representative Big Open datasets: global challenges and promises
17:45-18:45

June 25, Tuesday

GMT+9 OPEN SCIENCE ROOM
9:00-10:00
Panel 2: Getting Started in Open Science
11:45-12:45
Table Talk 2: Getting Started in Open Science
13:30-14:30
Panel 3: Many A Little Makes A Mickle - Crowdsourcing for brain mapping
16:00-17:00
Table Talk 3: Many A Little Makes A Mickle - Crowdsourcing for brain mapping

June 26, Wednesday

GMT+9 OPEN SCIENCE ROOM
9:00-10:00
11:15-12:30
Panel 4: The changing face of Open Science
13:00-14:00
Table Talk 4: The changing face of Open Science
15:45-16:45

June 27, Thursday

GMT+9 OPEN SCIENCE ROOM
9:00-10:00
Panel 5: Open Science in Asia/Korea
11:30-12:30
Table Talk 5: Open Science in Asia/Korea
13:00-14:00
<script> const ALL_DAYS = ["06-24", "06-25", "06-26", "06-27"]; function setupActiveDayTab(activeDay) { /* First, remove the "active" classname for all tabs */ ALL_DAYS.forEach(day => { let divDay = document.getElementById(`day-${day}`); divDay.className = divDay.className.replace("active", ""); }); /* Then add it to the appropriate day */ let divDay = document.getElementById(`day-${activeDay}`); divDay.className = `${divDay.className} active`; } function setupActiveDaySchedule(activeDay) { /* First, hide all the schedule blocks */ ALL_DAYS.forEach(day => { let divDay = document.getElementById(`schedule-${day}`); divDay.className = divDay.className.replace("active", ""); }); /* Then display:block to show the appropriate one */ let divDay = document.getElementById(`schedule-${activeDay}`); divDay.className = `${divDay.className} active`; } function showScheduleForDay(day) { setupActiveDayTab(day); setupActiveDaySchedule(day); } // Call showScheduleForDay with the default day showScheduleForDay('06-24'); </script> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://plugins.eventable.com/eventable.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script', 'eventable-script'); </script>