This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
schedule.html
71 lines (70 loc) · 2 KB
/
schedule.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
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
67
68
69
70
71
---
layout: default
title: WAC Schedule
permalink: /schedule/
---
<div class="container">
<div class="card card-block">
<h1 class="text-center">The WAC Schedule</h1>
<h2 class="text-center">Find a PDF copy <a href="{{site.baseurl}}/files/schedule.pdf">here</a></h2>
<p class="text-center">
<strong>Disclaimer!</strong> There are two typos in the print schedule: the "Future of Warfare" plenary should be in Laidlaw Hall during timeslot 3. We will post signs around the conference to clarify this issue. In addition, the schedule has the wrong dates for the conference; it should be February 6th and 7th. The online copy has correct information.
</p>
<table class="table table-hover">
<thead class="thead-inverse">
<tr class="bg-primary">
<th>Event</th>
<th>Time</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>Registration</td>
<td>8:30 to 9:00</td>
<td>Main Foyer</td>
</tr>
<tr>
<td>Opening Address</td>
<td>9:00 to 10:00</td>
<td>Laidlaw Hall</td>
</tr>
<tr>
<td>Break</td>
<td>10:00 to 10:10</td>
<td></td>
</tr>
<tr>
<td>First Session</td>
<td>10:10 to 11:15</td>
<td>Check your nametag for <a href="{{site.baseurl}}/plenaries">plenary</a> details</td>
</tr>
<tr>
<td>Break</td>
<td>11:15 to 11:25</td>
<td></td>
</tr>
<tr>
<td>Second Session</td>
<td>11:25 to 12:30</td>
<td>Check your nametag for <a href="{{site.baseurl}}/plenaries">plenary</a> details</td>
</tr>
<tr>
<td>Lunch</td>
<td>12:30 to 1:15</td>
<td></td>
</tr>
<tr>
<td>Third Session</td>
<td>1:15 to 2:20</td>
<td>Check your nametag for <a href="{{site.baseurl}}/plenaries">plenary</a> details</td>
</tr>
<tr>
<td>Closing Address</td>
<td>2:30 to 3:30</td>
<td>Laidlaw Hall</td>
</tr>
</tbody>
</table>
</div>
</div>