-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpapers.html
More file actions
66 lines (55 loc) · 2.16 KB
/
papers.html
File metadata and controls
66 lines (55 loc) · 2.16 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
layout: default
---
<div id="program">
<div class="row">
<!-- <p>Preliminary paper list.</p> -->
<!--<p>For each paper being presented at the workshop, we will host (1) the pre-recorded presentation from SlidesLive, (2) a Rocket.Chat chatroom for text-based discussion, and (3) a Zoom meeting room. All of these can be found from each paper's landing page (which you can access by clicking on the title of the relevant paper).</p>-->
<p>For each paper being presented at the workshop, we will host (1) pre-recorded content (either from SlidesLive or via YouTube), (2) a Rocket.Chat chatroom for text-based discussion and (3) a Zoom meeting room. All of these can be found from each paper's landing page (which you can access by clicking on the title of the relevant paper).</p>
<p>The Zoom meeting rooms will be open only during the poster session timeslots (see the <a href="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3B%2Fschedule.html%26quot%3B%26gt%3BSchedule%26lt%3B%2Fa%26gt%3B)%2C%2520during%2520which%2520authors%2520will%2520join%2520the%2520meeting%2520rooms%2520to%2520allow%2520you%2520to%2520ask%2520them%2520questions%2520face-to-face.%2520We%2520encourage%2520you%2520to%2520first%2520watch%2520the%2520presentation%2520associated%2520with%2520the%2520paper%2C%2520and%2520then%2520join%2520the%2520Zoom%2520meeting%2520room%2520to%2520ask%2520questions%2520and%2520engage%2520in%2520further%2520discussion.%26lt%3B%2Fp%26gt%3B%253C%2Fdiv">
</div>
{% for session in site.data.sessions %}
<div class="row">
<a name="session-{{ session.id }}"></a>
<h3>{{ session.title }}</h3>
<table class="table table-striped">
<thead>
<tr>
<th>Title</th>
<th>Authors</th>
<!-- <th>Track</th> -->
<th>PDF</th>
</thead>
<tbody>
{% for paper in session.papers %}
<tr>
<td>
<span><b><a href="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3B%2Fprogram%2Fool_%257B%257B%2520paper.id%2520%257D%257D.html%26quot%3B%26gt%3B%257B%257B%2520paper.title%2520%257D%257D%26lt%3B%2Fa%26gt%3B%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fspan%26gt%3B%253C%2Fdiv">
{% if paper.kind == "oral" %}
<span> (Oral)</span>
{% elsif paper.kind == "spotlight" %}
<span> (Spotlight)</span>
{% endif %}
</td>
<td>
{{ paper.authors }}
</td>
<!--<td>-->
<!--{% if paper.track == "blue_sky" %}-->
<!--Blue Sky Ideas-->
<!--{% elsif paper.track == "research" %}-->
<!--Research-->
<!--{% endif %}-->
<!--</td>-->
<td>
{% if paper.camera_ready %}
<a href="/?originalUrl=https%3A%2F%2Fgithub.com%2F%26quot%3Bhttps%3A%2F%2Fgithub.com%2Foolworkshop%2Foolworkshop.github.io%2Fblob%2Fmaster%2Fpdf%2FOOL_%257B%257B%2520paper.id%2520%257D%257D.pdf%26quot%3B%2520target%3D%26quot%3B_blank%26quot%3B%26gt%3BPDF%26lt%3B%2Fa%26gt%3B%253C%2Fdiv">
{% endif %}
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endfor %}
</div>
You can’t perform that action at this time.