-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSep_2016_logistics.php
37 lines (25 loc) · 1.59 KB
/
Sep_2016_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
<?
$topdir = ".";
include_once("top-nav.php");
$title = "September 21st - 23rd, 2016 Meeting Logistics";
include_once("$topdir/include/header.php");
?>
<h3><a name=location>Location</a></h3>
The September 2016 MPI Forum Meeting is being held at the same location as <a href="http://www.eurompi2016.ed.ac.uk">EuroMPI 2016</a>. See <a href="http://www.eurompi2016.ed.ac.uk/mpi-forum">this link</a> for more details.
<p>The meeting will take place at the John McIntyre Convention Centre Pentland room. This is the same location as the sessions of the EuroMPI 2016 conference and logistics and travel information is listed at <a href="http://www.eurompi2016.ed.ac.uk/venue">http://www.eurompi2016.ed.ac.uk/venue</a>
</p>
<h3><a name=registration>Meeting Registration</a></h3>
<p>Advanced registration is required for this meeting and is separate from the EuroMPI registration.</p>
<p>Registration will be £200. This covers the costs of snacks and lunches during the meeting.
<a href="http://www.epay.ed.ac.uk/browse/extra_info.asp?compid=1&modid=2&deptid=24&catid=95&prodid=2359">Click here to register</a>
</p>
<div align=center><hr width=50%></div>
<div align=center><hr width=50%></div>
<h3><a aname=hotel>Hotel</a></h3>
<p>
The block of rooms at the Masson House are also available for the MPI Forum meeting. The 15% discount will be honored as well (using the code "CONF16").
For details and to reserve a room see <a href="http://www.eurompi2016.ed.ac.uk/accommodation">http://www.eurompi2016.ed.ac.uk/accommodation</a>
</p>
<div align=center><hr width=50%></div>
<?
include_once("$topdir/include/footer.php");