-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
46 lines (40 loc) · 1.66 KB
/
schedule.html
File metadata and controls
46 lines (40 loc) · 1.66 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
39
40
41
42
43
44
45
46
---
layout: default
---
{% include slider.html content="
<h2>Conference schedule</h2>
"%}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-9">
<section id="main-content">
<div class="section-content">
<h2>Schedule</h2>
<!-- <h4><b>Proceedings of SoCC 2024 with free and open access to all papers is available via <a href="https://dl.acm.org/doi/proceedings/10.1145/3620678" target="_blank" style="text-decoration:underline;">ACM DL</a></b></h4> -->
<!-- <font size="+2">TBA</font> -->
<h4>This is a tentative schedule subject to change.</h4>
<h4>
Note: all times here are displayed in Pacific time.
</h4>
{% include session.html date="Wednesday, November 19,
2025" key="day1" showlinks="true" %} {% include
session.html date="Thursday, November 20, 2025"
key="day2" showlinks="true" %} {% include session.html
date="Friday, November 21, 2025" key="day3"
showlinks="true" %}
</div>
<!-- /.section-content -->
</section>
<!-- /.main-content -->
</div>
<!-- /.col-md-9 -->
<div class="col-md-3">{% include latest-news.html %}</div>
<!-- /.col-md-3 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- end Content -->