Skip to content

Commit

Permalink
add tan, move ahrendt
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Jul 30, 2024
1 parent 38e25d2 commit b4f8823
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 5 additions & 4 deletions _layouts/programme.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ <h3>not so preliminary anymore</h3>
</td>
</tr>

<tr>
<
tr>
<td>19:00 &ndash;</td>
<td>
{{entry("Getting Together at the bar", "social")}}
Expand Down Expand Up @@ -183,7 +184,7 @@ <h3>not so preliminary anymore</h3>
<br>
Room: SR6
</td>
<td>{{ session("Games for Hybrid Systems", "Enguerrand Prebet", [219,214,213,215], "closed") }}</td>
<td>{{ session("Games for Hybrid Systems", "Enguerrand Prebet", [215,219,214,213,220], "closed") }}</td>
</tr>

<tr class="break">
Expand Down Expand Up @@ -251,8 +252,8 @@ <h3>not so preliminary anymore</h3>
</tr>

<tr class="break">
<td>18:30 &ndash;</td>
<td>Dinner outside</td>
<td>19:00 &ndash;</td>
<td>Dinner: Klosterschänke</td>
</tr>
</table>
</details>
Expand Down
8 changes: 6 additions & 2 deletions ical_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def create_break(title, start, minutes):
define_slot(999, day0('12:35'), 60*5, C_SOCIAL)
define_slot(998, day1('19:00'), 120, C_SOCIAL)

create_break('Dinner: Klosterschänke', day2('19:00'), 180)
#
create_break('Coffee Break', day1('10:30'), 30)
create_break('Lunch', day1('12:30'), 30)
create_break('Coffee Break', day1('15:30'), 30)
Expand Down Expand Up @@ -110,10 +112,12 @@ def create_break(title, start, minutes):
define_slot(114, LE, 30)
define_slot(115, LE, 30)

define_slot(219, day1('16:00'), 15)
define_slot(215, day1('16:00'), 30)
define_slot(214, LE, 30)
define_slot(213, LE, 30)
define_slot(215, LE, 30)
define_slot(219, LE, 15)
define_slot(220, LE, 15)


#####################################
define_slot(20, day2('09:00'), 60)
Expand Down

0 comments on commit b4f8823

Please sign in to comment.