-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprogram.html
29 lines (25 loc) · 1.65 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
---
layout: default
title: Conference Program
og_tags:
- property: og:description
content: We are delighted to announce the ACM SIGCOMM 2017 main conference program. It includes a technical program featuring over 25 full-length papers, social events, and more!
---
<h1>Conference Program</h1>
<!-- <p>Kindly note that the schedule below is tentative and subject to updates. You may also subscribe to the <a href="https://calendar.google.com/calendar/embed?title=ACM%20SIGCOMM%20Agenda&showTitle=0&showPrint=0&showCalendars=0&mode=AGENDA&height=600&wkst=1&hl=en&bgcolor=%23ffffff&src=fgkdoih822v80dfk304pt56fjo%40group.calendar.google.com&color=%23125A12&ctz=America%2FSao_Paulo">SIGCOMM conference schedule</a> on Google calendar.</p> -->
<h2></h2>
<p style="text-align: center;">
<a href="images/sigcomm2017-schedule.pdf" target="_blank" rel="external">Conference Schedule at a Glance<br/><img src="images/sigcomm2017-schedule.png" alt="Conference Schedule at a Glance" style="max-height: 80pt"></a>
</p>
<div id="prog_ctrl" data-role="navbar">
<ul>
<li><a href="#" onClick="filter('sunday');">Sunday</a></li>
<li><a href="#" onClick="filter('monday');">Monday</a></li>
<li><a href="#" onClick="filter('tuesday');">Tuesday</a></li>
<li><a href="#" onClick="filter('wednesday');">Wednesday</a></li>
<li><a href="#" onClick="filter('thursday');">Thursday</a></li>
<li><a href="#" onClick="filter('friday');">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" %}