-
Notifications
You must be signed in to change notification settings - Fork 1
/
Jun_2015_logistics.php
58 lines (36 loc) · 1.65 KB
/
Jun_2015_logistics.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
<?
$topdir = ".";
include_once("top-nav.php");
$title = "June 1st - 4th, 2015 Meeting Logistics";
include_once("$topdir/include/header.php");
?>
<h3><a name=registration>Meeting Registration</a></h3>
<p>Advanced registration is requested for this meeting.</p>
<p><a
href="https://www.eventbrite.com/e/mpi-forum-tickets-16703722283">Meeting Registration</a></p>
<p>The registration covers snacks at the meeting on Monday, Tuesday
Wednesday, and Thursday lunch on Tuesday and Wednesday, and the meeting logistics. </p>
<p>Advanced registration is required for this meeting so that Microsoft
can process their visitor processing procedure.</p>
<div align=center><hr width=50%></div>
<h3><a name=location>Meeting Location</a></h3>
<p>The meeting will take
place at the Microsoft facility in the Aon Center, at <a href="<?
print($map1_link); ?>">200 E. Randolph Drive, Suite 200, Chicago, IL
60601, USA</a>.</p>
<p>The Chicago Transit Authority <a
href="http://www.transitchicago.com/riding_cta/systemguide/blueline.aspx">Blue
Line train</a> goes from the O'Hare airport (ORD) to stops just a few
blocks from the Microsoft facility.</p>
<p>
<div align=center><hr width=50%></div>
<h3><a name=cost>Meeting Cost</a></h3>
<p>$150+fees per person to cover meeting logistics
costs, snacks on Monday, Tuesday, Wednesday, and Thursday, and
lunch on Tuesday and Wednesday.
</p>
<div align=center><hr width=50%></div>
<h3><a name=hotel-block>Hotel Room Block</a></h3>
<p>Due to a large conference taking place in Chicago, we are not able to get a room block close to meeting location. Please make your own arrangemengs.</p>
<?
include_once("$topdir/include/footer.php");