This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcontacts.html
79 lines (60 loc) · 2.63 KB
/
contacts.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>FULLWAVE by fullwave3d</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>FULLWAVE</h1>
<p>Contact details</p>
<p class="view"><a href="https://github.com/fullwave3d">View the Project on GitHub <small>fullwave3d</small></a></p>
<ul>
<li class="single"><a href="https://github.com/fullwave3d/fullwave3d.github.io">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a id="Contact us" class="anchor" href="#Contact us" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact us</h1>
<p>For details of how to join the research consortium or to discuss use of the codes to invert academic datasets, please contact:</p>
<blockquote>
<p>Prof Mike Warner</br>
Earth Science and Engineering</br>
Imperial College</br>
London SW7 2AZ</br>
email: <a href="mailto:[email protected]">[email protected]</a></br>
tel: +44 (0) 207 594 6535</p>
</blockquote>
<p><a href="http://www3.imperial.ac.uk/campusinfo/southkensington" target="_blank">
Details of how to travel to Imperial.</a></p>
<p><a href="https://workspace.imperial.ac.uk/campusinfo/public/sthkencampus.pdf" target="_blank">
A map of the campus can be downloaded here.</a></br>
<p>We are located in the Royal School of Mines, building 10, with entrance on Prince Consort Road.</p>
<p><a href="http://fullwave3d.github.io/">Return to Home Page</a></p>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-44620600-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>