-
Notifications
You must be signed in to change notification settings - Fork 1
/
Dec_2013_logistics.php
73 lines (49 loc) · 2.51 KB
/
Dec_2013_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
<?
$topdir = ".";
include_once("top-nav.php");
$title = "December 9th - 12th, 2013 Meeting Logistics";
include_once("$topdir/include/header.php");
$map1_link = "http://maps.google.com/maps?q=200+E.+Randolph+Drive,+Suite+200,+Chicago,+IL+60601,+USA&ll=41.884739,-87.621996&spn=0.010368,0.021329&hnear=200+E+Randolph+St,+Chicago,+Cook,+Illinois+60601&gl=us&t=m&z=16&vpsrc=0";
$map2_link = "http://maps.google.com/maps?q=159+West+Erie+Street,Chicago,+IL+60654&hnear=159+W+Erie+St,+Chicago,+Illinois+60654&gl=us&t=m&z=16&vpsrc=0";
?>
<p align=right>
<small><a href="http://g.co/maps/28hsa">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/ms?msid=210432624317115273485.0004b01f7cf817d384216&msa=0&ie=UTF8&t=m&vpsrc=0&z=15&output=embed"></iframe>
<h3><a name=registration>Meeting Registration</a></h3>
<p>
<a
href="http://a3.acteva.com/orderbooking/bookEvent/A339204">Meeting
Registration</a>
</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>$50 per person to cover meeting logistics
costs, as well as snacks, 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>
A block of rooms is reserved at the
<a/
href="http://www.marriott.com/hotels/travel/chisr-renaissance-chicago-downtown-hotel/?toDate=3/15/13&groupCode=metmeta&fromDate=3/9/13&app=resvlink"
>Renaissance Chicago Downtown Hotel
</a>
at 1 West Wacker Drive, Chicago, Illinois 60601 USA. Rooms blocked at the group rate of $159.00/night from December 7-12, 2012. Room requests must be made by Dec 2nd, with the meeting organizer providing the hottel with rooming list. (NOTE: the location of the hotel marker on the map is not correct)
</p>
<?
include_once("$topdir/include/footer.php");