-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathescience.shtml
50 lines (41 loc) · 1.48 KB
/
escience.shtml
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="simon krughoff"/>
<meta name="keywords" content="" />
<meta name="robots" content="all" />
<link rel="icon"
type="image/png"
href="images/favico.png"/>
<title>UW SSG: eScience</title>
<script type="text/javascript"></script>
<style type="text/css" media="all">
@import "css/uwssg_v2.css";
</style>
</head>
<!--
This page is the root of the tree for the UW Survey Science Group pages. The pages linked from this level are: Home, Research,
LSST, eScience, Education, People, and News/Events
-->
<body>
<!-- These are parameters to make the header look sweet. The file header_main.html
has the vaiables in the right place to interpret them.
-->
<!--#set var="title" value="Survey Science Group: eScience " -->
<!--#set var="escience" value="here" -->
<!--#include virtual="header_main.shtml" -->
<div id="container">
<div id="mainText">
<!--#if expr="${QUERY_STRING}" -->
<!--#set var="pagename" value="${QUERY_STRING}.html" -->
<!--#else -->
<!--#set var="pagename" value="escience.html" -->
<!--#endif -->
<!--#include virtual="$pagename" -->
</div>
<!--#include virtual="footer_main.html" -->
</div>
</body>
</html>