-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
38 lines (29 loc) · 1.17 KB
/
program.html
File metadata and controls
38 lines (29 loc) · 1.17 KB
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
---
layout: default
title: Conference Program
og_tags:
- property: og:description
content: Program
---
<h2>Preliminary Conference Program</h2>
Kindly note that the schedule below is tentative and subject to updates.
<p style="text-align: center;">
<a data-ajax="false" href="{% asset program-at-glance-program-at-glance-1n_Tv8ZSahQp63Q0BCryc3BrVuzgn1ByiFdi2xZozbMw.pdf @path %}">Conference Schedule at a Glance
{% asset program-at-glance-program-at-glance-1n_Tv8ZSahQp63Q0BCryc3BrVuzgn1ByiFdi2xZozbMw.png style="max-width: 100%" %}</a>
</p>
<h3>Schedule</h3>
<div id="prog_ctrl" data-role="navbar">
<ul>
<li><a href="#" onClick="filter('wednesday');">Wednesday</a></li>
<li><a href="#" onClick="filter('thursday');">Thursday</a></li>
<li><a href="#" onClick="filter('monday');">Friday</a></li>
<li><a href="#" onClick="filter('all');" class="ui-btn-active ui-state-persist roundright">All Days</a></li>
</ul>
</div>
{% include program-online.html type="program" %}
{% comment %}
<h3>List of Accepted Posters</h3>
{% include program-online.html type="posters" %}
<h3>List of Accepted Demos</h3>
{% include program-online.html type="demos" %}
{% endcomment %}