-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathevents.php
130 lines (110 loc) · 4.81 KB
/
events.php
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
<?php
$pageTitle='Events'; //THIS MUST BE SET FOR EACH PAGE
$stylesheet='css/events.css';
require 'header-left-bar.php'; //THIS MUST BE INCLUDED FOR EACH PAGE
?>
<div class="text">
<p>
We have received a tremendous response to publicity efforts for CCTA 2017, so we expect a much larger crowd than originally anticipated. Thanks to all participants for helping to make the first annual IEEE Conference on Control Technology and Applications a memorable occasion!
</p>
<p>
Below is a schedule of events for the conference. The various venues for conference events, all located on the property of the Mauna Lani Bay Hotel, are as follows:
<ul style="list-style: disc; margin-left: 3%">
<li >
Mauna Lani Lanai - As the focal point of technical program sessions, this area is outside the Ballroom and other meeting rooms, located on the lower level next to the Honu Pond & Garden, in the northern area of the main building (ocean side).
</li>
<li>
Hale Hoaloha Pavilion - This large, stand-alone venue is a short walk from the hotel front circle on the mountain-side of the hotel. This facility will be used for plenaries and Transition to Practice Keynote, the special Monday evening panel session, and the conference banquet.
</li>
<li>
Poolside Lawn - This is a grassy area south of the main pool, where the Welcome Reception will be held.
</li>
<li>
Milo Tree Lawn - Another grassy area next to the sand below a large tree, in the southwest area of the hotel property at water's edge, where the Closing Reception will be held.
</li>
</ul>
</p>
<p>
Please note that the Tutorial Workshops require a separate registration for attendance, and admission to the banquet comes with full registration (member/nonmember); see details on the registration page. Welcome and Closing Receptions, plenaries, technical sessions, CSS Awards Ceremony, and the special Monday evening panel session are open to all registered attendees. Be sure to peruse individual pages on this website for complete information, and to check back to this page occasionally for updated summary information (times are subject to change).
</p>
<p>
<h2>Sunday, August 27, 2017</h2>
<p>
<ul style="list-style: disc; margin-left: 3%">
<li >
Conference Registration Desk opens at 9:00AM (Mauna Lani Lanai)
</li>
<li>
Pre-conference <span style="font-weight: bold">Tutorial Workshops</span> (located in three meeting rooms); two full-day workshops (9:00AM to 6:00PM) and one half-day workshop (1:00PM to 6:00PM)
</li>
<li>
Welcome Reception for conference attendees and spouses, 6:30PM to 8:30PM (Poolside Lawn)
</li>
</ul>
</p>
</p>
<p>
<h2>Monday, August 28, 2017</h2>
<p>
<ul style="list-style: disc; margin-left: 3%">
<li >
Conference Registration Desk opens at 7:30AM
</li>
<li>
<span style="font-weight: bold">Plenary Presentation</span>, 8:30AM (Hale Hoaloha Pavilion)
</li>
<li>
Technical Program regular and invited sessions 10:00AM - 6:00PM
</li>
<li>
<span style="font-weight: bold">Special Panel Session:</span> Managing Innovation in Control Technology and Applications: Insights from Industry and Academia, 6:15PM - 7:30PM (Hale Hoaloha Pavilion)
</li>
</ul>
</p>
</p>
<p>
<h2>Tuesday, August 29, 2017</h2>
<p>
<ul style="list-style: disc; margin-left: 3%">
<li >
Conference Registration Desk opens at 7:30AM
</li>
<!-- <li>
Technical Program regular and invited sessions 8:30AM - 3:30PM
</li> -->
<li>
<span style="font-weight: bold">Keynote Presentation</span>, Transition to Practice Award Recipient, 8:30AM - 9:30AM (Hale Hoaloha Pavilion)
</li>
<li>
IEEE Control Systems Society <span style="font-weight: bold">Awards Ceremony</span> - for Transition to Practice award, Student Best Paper finalists and award, and CSS Video Clip Contest winner (immediately following the Keynote Presentation, Hale Hoaloha Pavilion)
</li>
<li>
Technical Program regular and invited sessions 10:30AM - 6:00PM
</li>
<li>
<span style="font-weight: bold">Conference Banquet</span>, 6:30PM - 8:30PM - Banquet ticket required (Hale Hoaloha Pavilion)
</li>
</ul>
</p>
</p>
<p>
<h2>Wednesday, August 30, 2017</h2>
<p>
<ul style="list-style: disc; margin-left: 3%">
<li >
Conference Registration Desk opens at 7:30AM, closes at 3:00PM
</li>
<li>
<span style="font-weight: bold">Plenary Presentation</span>, 8:30AM (Hale Hoaloha Pavilion)
</li>
<li>
Technical Program regular and invited sessions 10:00AM - 3:30PM
</li>
<li>
<span style="font-weight: bold">Closing Reception</span> for conference attendees and spouses, 4:00PM to 6:00PM (Milo Tree Lawn)
</li>
</ul>
</p>
</p>
</div>
<?php require 'right-bar-footer.php'; //THE MUST BE INCLUDED FOR EACH PAGE ?>