Skip to content

Commit f65a548

Browse files
authored
Create program.html
1 parent 389b873 commit f65a548

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

program.html

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: page
3+
content-wrapper: false
4+
title: Program of ML in PL: AI Art Festival 2024
5+
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>
6+
permalink: /program
7+
---
8+
9+
{% comment %}
10+
<section class="container content-section">
11+
<div class="row">
12+
<div class="col-xs-12">
13+
<p>
14+
The program of the ML in PL Conference 2024 is under construction.
15+
The detailed agenda will be published soon.
16+
</p>
17+
</div>
18+
</div>
19+
</section>
20+
{% endcomment %}
21+
22+
<section class="container content-section">
23+
<div class="row">
24+
<div class="col-xs-12">
25+
<h2>/ Agenda</h2>
26+
<p>
27+
Click on <span class="emph">the blue agenda items</span> to jump to the details.
28+
</p>
29+
</div>
30+
</div>
31+
32+
{% for day in site.data.agenda %}
33+
<div class="row" style="margin-bottom: 70px;">
34+
<div class="col-xs-12">
35+
<h3 style="padding-left: 10px; margin-bottom: 0px;"><i class="fa-solid fa-calendar-day"></i> Day {{ forloop.index }}: {{ day.title }}</h3>
36+
<h4 style="padding-left: 10px; margin-top: 35px; margin-bottom: 0;"><i class="fa-solid fa-location-dot"></i> <strong>{{ day.location }}</strong></h4>
37+
<h4 style="padding-left: 30px;">{{ day.location-address }}</h4>
38+
</div>
39+
{% include agenda-day-details.html day=day %}
40+
</div>
41+
{% endfor %}
42+
</section>
43+
44+
45+
{% include talks.html talks-title="/ Invited talks" talks-data=site.data.invited-talks talk-title-prefix="Invited talk" %}
46+
{% include talks.html talks-title="/ Workshops" talks-data=site.data.workshop talk-title-prefix="Workshop" %}
47+
48+
<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#">
49+
<i class="fa fa-angle-double-up animated"></i>
50+
</a>

0 commit comments

Comments
 (0)