-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJul_2009_logistics.php
95 lines (69 loc) · 4.12 KB
/
Jul_2009_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
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
<?
$topdir = ".";
include_once("top-nav.php");
$title = "July 27th - 29th, 2009 Meeting Logistics";
include_once("$topdir/include/header.php");
$map_link = "http://maps.google.com/maps?f=d&source=s_d&saddr=636+S+Michigan+Ave,+Chicago,+Illinois+60605&daddr=200+E.+Randolph+Drive,+60601&hl=en&geocode=&mra=cc&sll=41.878444,-87.621374&sspn=0.017095,0.044889&ie=UTF8&z=15";
?>
<p align=right>
<small><a
href="http://maps.google.com/maps?f=d&source=embed&saddr=636+S+Michigan+Ave,+Chicago,+Illinois+60605&daddr=200+E.+Randolph+Drive,+60601&hl=en&geocode=&mra=cc&sll=41.878444,-87.621374&sspn=0.017095,0.044889&ie=UTF8&ll=41.878444,-87.621374&spn=0.022367,0.036478&z=14"
style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<iframe align="right" width="425" height="350" frameborder="0" scrolling="no"
marginheight="0" marginwidth="0"
src="http://maps.google.com/maps?f=d&source=s_d&saddr=636+S+Michigan+Ave,+Chicago,+Illinois+60605&daddr=200+E.+Randolph+Drive,+60601&hl=en&geocode=&mra=cc&sll=41.878444,-87.621374&sspn=0.017095,0.044889&ie=UTF8&s=AARTsJpTJUm-gjOXA-niV9E87EQJRiHLPQ&ll=41.878444,-87.621374&spn=0.022367,0.036478&z=14&output=embed"></iframe><br /></p>
<ul>
<li> <a href="#registration">Meeting registration</a></li>
<li> <a href="#location">Meeting location</a></li>
<li> <a href="#cost">Meeting cost</a></li>
<li> <a href="#hotel-block">Hotel room block</a></li>
</ul>
<div align="center"><hr width=50%></div>
<h3><a name=registration>Meeting Registration</a></h3>
<p>Advanced registration is required for this meeting, so that Microsoft
can process their visitor processing procedure.</p>
<p><a href="https://www.ornl.gov/ccsd_registrations/nccs_mpi_forums/">Meeting Registration</a></p>
<p>The registration covers snacks at the meeting, lunch on Tuesday,
and the meeting logistics. </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($map_link); ?>">200
E. Randolph Drive, Suite 200, Chicago, IL 60601, USA</a> (marker "B"
on the map).</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><ul>
<li> <a
href="http://www.google.com/maps?ie=UTF8&f=d&sll=41.812267,-87.837067&sspn=0.732868,1.450195&saddr=ORD&daddr=200+E+Randolph+Dr,+60601&ttype=arr&date=&time=hh:mm&dirflg=r&ll=41.928847,-87.718964&spn=0.239586,0.620041&z=11&start=0
">Here's a map showing the complete journey from ORD to the MS
facility</a>, including both the Blue Line and walking parts. The
short version is that you get off the Blue Line at the Washington stop
and walk about 3 blocks to the MS facility.</li>
<li> <a
href="http://www.transitchicago.com/riding_cta/systemguide/blueline.aspx">The
CTA Blue Line site</a> has a "Trip Planner" on the right hand side of
the page if you are arriving from elsewhere. Plug in "200 E. Randolph
Drive, 60601" as the destination.</li>
</ul></p>
<div align="center"><hr width=50%></div>
<h3><a name=cost>Meeting Cost</a></h3>
<p> $200 per person to cover meeting logistics
costs. This is payable by credit card or check made out to the
MPI Forum.</p>
<div align="center"><hr width=50%></div>
<h3><a name=hotel-block>Hotel Room Block</a></h3>
<p> A block of rooms is reserved at the <a
href="<?php print($map_link); ?>">Renaissance Hotel Blackstone</a>
(312-447-0955) at 636 South Michigan Ave (marker "A" on the map).</p>
<p>The nightly rate is the government rate of $177/night. To reserve a
hotel room at this hotel, please indicate on the meeting registration
form which nights you would like to stay at the hotel, and ORNL's
conference folks will make the reservation in one block.</p>
<a
href="http://www.marriott.com/hotels/travel/chirh-the-blackstone-a-renaissance-hotel">Hotel
web site</a>.
<?
include_once("$topdir/include/footer.php");