Skip to content

Latest commit

 

History

History
260 lines (242 loc) · 11.3 KB

File metadata and controls

260 lines (242 loc) · 11.3 KB
layout page
title Schedule
June 24
June 25
June 26
June 27
June 28
GMT+10

June 24, Tuesday

GMT+10 EDUCATIONAL COURSES
9:00-13:00
Maximizing scientific efficiency through sustainability,reproducibility, and FAIRness

June 25, Wednesday

GMT+10 OPEN SCIENCE ROOM
8:00-9:00
OSR Round Table: Open Science Room Opening ft. BIDS Annual Updates
9:00-10:00
Emergent Session 1: : BIDS Town Hall pt. 2
12:45-13:45
Table Talk 1: Incentives for Open Science
15:30-16:30
17:45-18:45

June 26, Thursday

GMT+10 OPEN SCIENCE ROOM
8:00-9:00
OSR Cross-Societies Panel: Scientific Communities, pt. 1: open tools for open (neuro)imaging
9:15-10:15
Emergent Session 4: Metavaluation: Kickstarting a Virtuous Cycle in Open Science
11:30-12:30
13:00-14:00
Table Talk 2: What's Next for Open Science SIG?
16:00-17:00
Table Talk 3: Ethical Issues in Open Science: How Open should Open Data be?

June 27, Friday

GMT+10 OPEN SCIENCE ROOM
8:00-9:00
Table Talk 4: Recommended Practices in Open Science
9:15-10:15
Emergent Session 6: Showcasing open data with run-anywhere open examples
11:30-12:30
Emergent Session 7: Perspectives on the Future of Publishing in Neuroinformatics
13:00-14:00
OSR Panel: Harnessing AI and Biological Systems for Advancing Neuroimaging and Biomedical Research
15:45-16:45
OSR Symposium: Share it all: challenges in reproducibility from data acquisition to management and analysis

June 28, Saturday

GMT+10 OPEN SCIENCE ROOM
9:15-10:15
Emergent Session 8: The Nexus PORTAL DOORS Scribe (NPDS) Cyberinfrastructure for open data and metadata management
11:30-12:30
Emergent Session 9: No CAP(saicin) with Dr. Lucina Uddin
13:00-14:00
Table Talk 5: Data governance/infrastructure for Open Datasets
<script> const ALL_DAYS = ["06-24", "06-25", "06-26", "06-27", "06-28"]; 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>