-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
38 lines (29 loc) · 1.15 KB
/
schedule.html
File metadata and controls
38 lines (29 loc) · 1.15 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
---
{% 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 2023 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>Note: all times here are displayed in PDT</h4>
{% include session.html date="Monday, October 30th" key="day1" showlinks="true" %}
{% include session.html date="Tuesday, October 31st" key="day2" showlinks="true" %}
{% include session.html date="Wednesday, November 1st" 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 -->