Skip to content

Latest commit

 

History

History
240 lines (224 loc) · 10.5 KB

schedule.md

File metadata and controls

240 lines (224 loc) · 10.5 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
Emergent Session 1: The interplay between brain, behavior, and cognition from childhood to adulthood: Panel discussion with independent research groups on simulated datasets
15:15-16:30
OSR OSSIG Symposium: Creating and using representative Big Open datasets: global challenges and promises
17:45-18:45
Emergent Session 2: Measuring and reducing the carbon emissions of fMRI research computing

June 25, Tuesday

GMT+9 OPEN SCIENCE ROOM
9:00-10:00
Panel 2: Getting Started in Open Science
10:30-11:00
Open Mics: First half
11:45-12:45
Table Talk 2: Getting Started in Open Science
12:45-13:15
Open Mics: Second half
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
Emergent Session 3: As open as possible and as closed as necessary - revisited
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
Emergent Session 4: What can generalist repositories do for you? A community feedback gathering session from the NIH Generalist Repository Ecosystem Initiative program

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
Emergent Session 5: Enabling federated analysis using NVIDIA FLARE powered COINSTAC architecture and showcase new algorithms
<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>