-
Notifications
You must be signed in to change notification settings - Fork 1
/
itinerary.html
144 lines (136 loc) · 4.09 KB
/
itinerary.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="description" content="Information about the World Affairs Conference, Canada's oldest annual student-run current affairs conference.">
<title>World Affairs Conference — Itinerary</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'>
<link rel="icon" href="images/logo.png" type="image/png">
<link rel="apple-touch-icon-precomposed" href="images/logo.png" type="image/png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16116282-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="header">
<div id="logo"><img id="icon" src="images/logo.png" /><div id="title">World Affairs<br />Conference</div><div id="year">2011</div></div>
<div id="bar">
<ul id="nav">
<li><a href="./">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="keynote.html">Keynote</a></li>
<li><a href="#">Panel</a>
<ul>
<li><a href="morning.html">Morning Panel</a></li>
<li><a href="closing.html">Closing Panel</a></li>
</ul>
</li>
<li><a href="#">Plenaries</a>
<ul>
<li><a href="sc.html">Standardized Currency</a></li>
<li><a href="ac.html">Arms Control</a></li>
<li><a href="gm.html">Genetically Modified Food</a></li>
<li><a href="mm.html">Technology & Mass Media</a></li>
<li><a href="ca.html">Clash of Civilizations</a></li>
<li><a href="fs.html">Failed States</a></li>
<li><a href="cc.html">Climate Change</a></li>
<li><a href="ai.html">Arab-Israeli Conflict</a></li>
</ul>
</li>
<li class="current"><a href="#">Information</a>
<ul>
<li><a href="registration.html">Registration</a></li>
<li><a href="accommodations.html">Accommodations</a></li>
<li><a href="itinerary.html">Itinerary</a></li>
<li><a href="directions.html">Directions</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
</ul>
</div>
</div>
<hr id="split"/>
<div class="content">
<hr class="short" />
<div id="theme">Itinerary</div>
<div id="message">
<table class="itinerary" border="1">
<tr>
<th>Monday February 7<sup>th</sup> 2011</th>
</tr>
<tr>
<td>5:00PM – 5:25PM</td>
<td>Registration</td>
</tr>
<tr>
<td>5:30PM – 5:40PM</td>
<td>Conference Opening & Introduction</td>
</tr>
<tr>
<td>5:40PM – 6:20PM</td>
<td>Lionel Gelber Keynote Address</td>
</tr>
<tr>
<td>6:20PM – 6:45PM</td>
<td>Question & Answer Period</td>
</tr>
<tr>
<th>Tuesday February 8<sup>th</sup> 2011</th>
</tr>
<tr>
<td>8:00AM – 9:00AM</td>
<td>Registration</td>
</tr>
<tr>
<td>9:00AM – 10:15AM</td>
<td>Morning Panel</td>
</tr>
<tr>
<td>10:15AM – 10:30AM</td>
<td>Break</td>
</tr>
<tr>
<td>10:30AM – 11:30AM</td>
<td>Plenary Session #1</td>
</tr>
<tr>
<td>11:30AM – 12:00PM</td>
<td>Small Group Discussion #1</td>
</tr>
<tr>
<td>12:00PM – 1:00PM</td>
<td>Lunch</td>
</tr>
<tr>
<td>1:00PM – 2:00PM</td>
<td>Plenary Session #2</td>
</tr>
<tr>
<td>2:00PM – 2:30PM</td>
<td>Small Group Discussion #2</td>
</tr>
<tr>
<td>2:30PM – 3:15PM</td>
<td>Closing Session</td>
</tr>
</table>
<div id="clear"></div>
</div>
<hr class="short" />
</div>
<div id="copyright">
Developed by the Media Association: <a href="http://www.alykhan.com">Alykhan Kanji</a> & Xavier-Alexis Rivas
<br>
© 2011 World Affairs Conference and its proprietors.
</div>
<br>
</body>
</html>