-
Notifications
You must be signed in to change notification settings - Fork 0
/
program.html
65 lines (56 loc) · 2.54 KB
/
program.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: page
content-wrapper: false
title: 'Program of ML in PL: AI Art Festival 2024'
html-title: Program of <br><span class="logo"><span class="main-name">ML <span class="emph">i</span>n PL</span> <span class="sub-name">AI Art Festival 2024</span></span>
permalink: /program
---
{% comment %}
<section class="container content-section">
<div class="row">
<div class="col-xs-12">
<p>
The program of the ML in PL Conference 2024 is under construction.
The detailed agenda will be published soon.
</p>
</div>
</div>
</section>
{% endcomment %}
<section class="container content-section">
<div class="row">
<div class="col-xs-12">
<h2>/ Agenda</h2>
<p>
Click on <span class="emph">the blue agenda items</span> to jump to the details.
<br>
Click on <span style="color:#FF66C4">the pink registration urls</span> to save your spot on the event.
</p>
</div>
</div>
{% for day in site.data.agenda %}
<div class="row" style="margin-bottom: 70px;">
<div class="col-xs-12">
<h3 style="padding-left: 10px; margin-bottom: 0px;"><i class="fa-solid fa-calendar-day"></i> {{ day.title }}</h3>
</div>
{% if day.location-online %}
<div class="col-xs-12">
<h4 style="padding-left: 10px; margin-top: 35px; margin-bottom: 0;"><i class="fa-solid fa-globe"></i> <strong>{{ day.location-online }}</strong></h4>
</div>
{% include agenda-day-details-online.html day=day %}
{% endif %}
{% if day.location %}
<div class="col-xs-12">
<h4 style="padding-left: 10px; margin-top: 35px; margin-bottom: 0;"><i class="fa-solid fa-location-dot"></i> <strong>{{ day.location }}</strong></h4>
<h4 style="padding-left: 30px;">{{ day.location-address }}</h4>
</div>
{% include agenda-day-details.html day=day %}
{% endif %}
</div>
{% endfor %}
</section>
{% include talks.html talks-title="/ Invited talks" talks-data=site.data.invited-talks talk-title-prefix="Invited talk" %}
{% include talks.html talks-title="/ Workshops" talks-data=site.data.workshops talk-title-prefix="Workshop" %}
<a class="btn-circle page-scroll" style="position: fixed; bottom: 10px; right: 10px; background: #000; width: 50px; height: 50px; font-size: 24px; padding: 7px 14px;" href="/program#">
<i class="fa fa-angle-double-up animated"></i>
</a>