-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDec_2012_logistics.php
81 lines (58 loc) · 2.81 KB
/
Dec_2012_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
<?
$topdir = ".";
include_once("top-nav.php");
$title = "Dec 3-6, 2012 Meeting Logistics";
include_once("$topdir/include/header.php");
?>
<p align="right">
<a href="https://maps.google.com/maps/ms?msa=0&msid=202418589121665729487.0004cfb4230a8938f7f4d&ie=UTF8&t=m&ll=37.413869,-121.935968&spn=0.032723,0.054932&z=14&source=embed" style="color:#0000FF;text-align:left">View a larger map</a>
</p>
<iframe align="right" width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msa=0&msid=202418589121665729487.0004cfb4230a8938f7f4d&ie=UTF8&t=m&ll=37.413869,-121.935968&spn=0.032723,0.054932&z=14&output=embed"></iframe>
<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 requested for this meeting.</p>
<p><a
href="http://a3.acteva.com/orderbooking/bookEvent/A328640">Meeting Registration</a></p>
<p>The registration covers snacks at the meeting, lunch on Tuesday
Wednesday, and Thursday, and the meeting logistics. </p>
</p>
<div align="center"><hr width=50%></div>
<h3><a name=location>Meeting Location</a></h3>
<p>The meeting will take place in multiple Cisco buildings:
<ul>
<li> Mon., Dec. 3, 1pm-6:30pm: Cisco building 24, 510 McCarthy Blvd.
Milpitas, CA, USA. Boiler Maker conference room.</li>
<li> Tue., Dec. 4, 9am-6pm: Cisco building C, 150 West Tasman Drive
San Jose, CA, USA. Loire conference room.</li>
<li> Wed., Dec. 5, 9am-7pm: Cisco building C, 150 West Tasman Drive
San Jose, CA, USA. Loire conference room.</li>
<li> Thu., Dec. 6, 9am-2pm: Cisco building 23, 560 McCarthy Blvd.
Milpitas, CA, USA. Grand Slam conference room.</li>
</ul>
<div align="center"><hr width=50%></div>
<h3><a name=cost>Meeting Cost</a></h3>
<p> $250 per person to cover meeting logistics
costs, snacks, and lunch on Tuesday, Wednesday, and Thursday.
This is payable by credit card or check made out to the
MPI Forum.</p>
</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 Residence Inn by Marriott
<a
href=
"http://www.marriott.com/hotels/travel/sjcml-residence-inn-milpitas-silicon-valley/">1501 California Circle, Milpitas, California 95035</a>
Rooms are reserved with a group/government rate of $130.00/night from December 2-6, 2012.
</p>
<p>
To reserve, call central reservations at (800) 831-3131 and reference code "MPIC" or book online and referencen group code "MPIMPIA".
</p>
<?
include_once("$topdir/include/footer.php");