forked from SciTools/scitools.org.uk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (45 loc) · 2.37 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="ltr" lang="en-gb">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SciTools Homepage</title>
<link rel="stylesheet" type="text/css" href="styles/scitools.css">
<!---
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.6.0 */ /* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.6.0 */ --->
<meta content="AVD" name="author">
<meta content="SciTools - Python libraries for Weather and Climate Science." name="description">
<meta content="PP, GRIB1, GRIB2, netcdf, HDF, visualisation, weather, climate, map, cartography, projection, map, analysis,
Iris, Cartopy" name="keywords">
</head>
<body>
<div class="wrapper">
<div id="hd">SciTools</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="pages/governance.html">Governance</a></li>
<li><a href="iris/index.html">Iris</a></li>
<li><a href="cartopy/index.html">Cartopy</a></li>
<li><a href="pages/about.html">About</a></li>
</ul>
</div>
<div id="bd">
<p style="margin-top: 1.5em">Open source Python libraries for data analysis and visualisation.</p>
<div class="projects">
<div class="project">
<div class="logo"><a href="iris/index.html"><img src="images/Iris7_1_trim_100.png" style="height:100;" alt="Iris Logo" /></a></div>
<div class="summary"><a href="iris/index.html">Iris</a> is a Python package for analysing and visualising meteorological and oceanographic data sets.</div>
</div>
<div class="project">
<div class="logo"><a href="cartopy/index.html"><img src="images/cartopy_small.png" style="height:100;" alt="Cartopy logo" /></a></div>
<div class="summary"><a href="cartopy/index.html">Cartopy</a> is a Python package for advanced map generation with a simple matplotlib interface.</div>
</div>
</div>
</div>
<div id="ft">
© British Crown Copyright 2012, Met Office<br>
</div>
</div>
</body>
</html>