Skip to content

Commit

Permalink
Fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiyu committed May 3, 2024
1 parent fbe737b commit fb3f04f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ function showScheduleForDay(day) {
}
</script>


<html>

<div class="schedule-days">
<div id="day-06-24" class="schedule-day active" onclick="showScheduleForDay('06-24')">June 24</div>
<div id="day-06-25" class="schedule-day" onclick="showScheduleForDay('06-25')">June 25</div>
Expand All @@ -61,6 +58,7 @@ Meanwhile, please find the information in the following sections:

<div id="schedule-06-24" class="schedule-block">
<h4>June 24, Monday</h4>

<div class="schedule-content">
<table class="osr-schedule">
<tr>
Expand All @@ -70,7 +68,7 @@ Meanwhile, please find the information in the following sections:
<tr>
<td>9:00-10:00</td>
<td>
<div><a href="https://ohbm.github.io/osr2024/panel/" target="_blank">Panel 1:</a> Open Science - Who pays the bill?</div>
<div><a href="https://ohbm.github.io/osr2024/panel/" target="_blank">Panel 1:</a> Open Science - Who pays the bill? </div>
<!-- <div><a href="https://www.crowdcast.io/e/panel-1-telehealth" target="_blank">Join on Crowdcast</a></div> -->
</td>
</tr>
Expand Down Expand Up @@ -104,8 +102,10 @@ Meanwhile, please find the information in the following sections:
</table>
</div>
</div>

<div id="schedule-06-25" class="schedule-block">
<h4>June 25, Tuesday</h4>

<div class="schedule-content">
<table class="osr-schedule">
<tr>
Expand Down Expand Up @@ -143,8 +143,11 @@ Meanwhile, please find the information in the following sections:
</table>
</div>
</div>

<div id="schedule-06-26" class="schedule-block">

<h4>June 26, Wednesday</h4>

<div class="schedule-content">
<table class="osr-schedule">
<tr>
Expand Down Expand Up @@ -182,8 +185,11 @@ Meanwhile, please find the information in the following sections:
</table>
</div>
</div>

<div id="schedule-06-27" class="schedule-block">

<h4>June 27, Thursday</h4>

<div class="schedule-content">
<table class="osr-schedule">
<tr>
Expand Down Expand Up @@ -211,13 +217,14 @@ Meanwhile, please find the information in the following sections:
<!-- <div><a href="https://www.crowdcast.io/e/osr-table-data-reuse" target="_blank">Join on Crowdcast</a></div> -->
</td>
</tr>


</table>
</div>
</div>

<div class="schedule-leave-space-before-footer">
</div>

</html>

<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>

0 comments on commit fb3f04f

Please sign in to comment.