-
Notifications
You must be signed in to change notification settings - Fork 1
/
program.html
49 lines (38 loc) · 2.26 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
---
layout: page
content-wrapper: false
title: Program of ML in PL Conference 2023
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">Conference 2023</span></span>
permalink: /program
---
<section class="container content-section">
<div class="row">
<div class="col-xs-12">
<h2>/ Agenda</h2>
</div>
</div>
<p>
Click on <span class="emph">the red agenda items</span> to jump to the details.
</p>
{% 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 {{ forloop.index }}: {{ day.title }}</h3>
<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 %}
</div>
{% endfor %}
</section>
{% include talks.html talks-title="/ Keynote talks" talks-data=site.data.keynote-talks talk-title-prefix="Keynote talk" %}
{% include talks.html talks-title="/ Invited talks" talks-data=site.data.invited-talks talk-title-prefix="Invited talk" %}
{% include conference/panels.html %}
{% include talks.html talks-title="/ Sponsor talks" talks-data=site.data.sponsor-talks talk-title-prefix="Sponsor talk" %}
{% include talks.html talks-title="/ Contributed talks" talks-data=site.data.contributed-talks talk-title-prefix="Contributed talk" %}
{% include talks.html talks-title="/ Posters" talks-data=site.data.posters talk-title-prefix="Poster" %}
{% include talks.html talks-title="/ Student Research Workshop (SRW) Talks" talks-data=site.data.student-research-workshop-talks talk-title-prefix="SRW Talk" %}
{% include talks.html talks-title="/ Tutorials" talks-data=site.data.tutorials talk-title-prefix="Tutorial" %}
<a class="btn-circle page-scroll" style="position: fixed; bottom: 10px; right: 10px; background: #fff; width: 50px; height: 50px; font-size: 24px; padding: 7px 14px;" href="/program#">
<i class="fa fa-angle-double-up animated"></i>
</a>