layout | title | start | end | granularity | day1 | day2 | day3 | day4 | day5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
default |
Scientific Program |
8:25 |
13:20 |
300 |
|
|
|
|
|
{% include base.html %}
start | end | |
---|---|---|
US Central time | {{page.start | date: "%I:%M %p"}} |
US Pacific time | {{page.start | date: "%s" |
Central EU time | {{page.start | date: "%s" |
Other time zones |
## Schedule overview
All times US Central time.
{% assign starttime = page.start | date: "%s" | plus: 0-%} {%-assign endtime = page.end | date: "%s" | plus: 0-%} {%-assign duration = endtime | minus: starttime | plus: page.granularity | minus: 1-%} {%-assign maxrow = duration | divided_by: page.granularity | minus: 1%}
{%-for row in (0..maxrow)-%} {%-comment-%} create information for row of time in alternating colours {%-endcomment-%} {%-assign time = row | times: page.granularity | plus: starttime | date: "%I:%M %p"-%} {%-assign half_hour = row | modulo: "6"-%} {%-comment-%} ensure final time block is exactly end at the final time but is not longer than 30minutes (6 units of 5 minutes) {%-endcomment-%} {%-assign timerows = maxrow | minus: row | plus: 1-%} {%-if timerows > 6-%} {%-assign timerows = 6-%} {%-endif-%} {%-comment-%} time column {%-endcomment-%} {%-if half_hour == 0 and timerows >= 0-%} {%-endif-%}{%-comment-%} program {%-endcomment-%} {% include intersect day=page.day1 column="day1" row=row-%} {%-include intersect day=page.day2 column="day2" row=row-%} {%-include intersect day=page.day3 column="day3" row=row-%} {%-include intersect day=page.day4 column="day4" row=row-%} {%-include intersect day=page.day5 column="day5" row=row %}
{%-endfor-%}time | Monday, July 26th | Tuesday, July 27th | Wednesday, July 28th | Thursday, July 29th | Friday, July 30th |
---|---|---|---|---|---|
07:55 AM | setup help | tutorial help | tutorial help | tutorial help | tutorial help |
{{time}} | |||||
01:20 PM | tutorial help | tutorial help | tutorial help | tutorial help | tutorial help |
All times US Central time.
{% include day_schedule_table.html day=page.day3 %}