-
Notifications
You must be signed in to change notification settings - Fork 1
/
Jan_2012_logistics.php
74 lines (50 loc) · 2.97 KB
/
Jan_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
<?
$topdir = ".";
include_once("top-nav.php");
$title = "Jan 9-11, 2012 Meeting Logistics";
include_once("$topdir/include/header.php");
?>
<p align="right">
<small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=255+W.+Tasman+Drive,+95134&aq=&sll=38.301883,-85.576647&sspn=0.175395,0.354996&vpsrc=6&ie=UTF8&hq=&hnear=255+W+Tasman+Dr,+San+Jose,+California+95134&t=m&ll=37.411431,-121.953928&spn=0.005965,0.00912&z=16&iwloc=A" 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=q&source=s_q&hl=en&geocode=&q=255+W.+Tasman+Drive,+95134&aq=&sll=38.301883,-85.576647&sspn=0.175395,0.354996&vpsrc=6&ie=UTF8&hq=&hnear=255+W+Tasman+Dr,+San+Jose,+California+95134&t=m&ll=37.413613,-121.953993&spn=0.005965,0.00912&z=16&iwloc=A&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="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
Wednesday, 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 at Cisco building J, at <a
href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=255+W.+Tasman+Drive,+95134&aq=&sll=38.301883,-85.576647&sspn=0.175395,0.354996&vpsrc=6&ie=UTF8&hq=&hnear=255+W+Tasman+Dr,+San+Jose,+California+95134&t=m&ll=37.411431,-121.953928&spn=0.005965,0.00912&z=16&iwloc=A"
style="color:#0000FF;text-align:left">255 W Tasman Drive, San Jose,
California 95134</a>, USA, in the "Brooklyn Bridge" conference room.
<div align="center"><hr width=50%></div>
<h3><a name=cost>Meeting Cost</a></h3>
<p> $200 per person to cover meeting logistics
costs, snacks, and lunch on Tuesday and Wednesday.
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 Milpitas Silicon Valley,
<a
href=
"http://www.marriott.com/hotels/travel/sjcml?groupCode=MPIMPIA&app=resvlink&fromDate=1/8/12&toDate=1/12/12">1501 California Circle, Milpitas, California 95035</a>
The nightly
rate is the government rate of $121/night.
</p>
</p>
<?
include_once("$topdir/include/footer.php");