-
Notifications
You must be signed in to change notification settings - Fork 1
/
medigrid.html
executable file
·39 lines (33 loc) · 1.6 KB
/
medigrid.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Life-Science Grid Community</title>
<link rel="stylesheet" href="../stylesheets/styles.css">
<link rel="stylesheet" href="../stylesheets/github-light.css">
<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">
<!-- Left menu -->
<div id="header"/>
<script>
function load_menu(){
document.getElementById("header").innerHTML='<object height=1000 type="text/html" data="menu.html" ></object>';
}
load_menu();
</script>
<section>
<!-- Title -->
<h3> <a id="title" class="anchor" href="#title" aria-hidden="true"><span class="octicon octicon-link"></span></a>medigrid</h3>
<!-- Content goes here -->
<p>The medigrid VO represents the general German biomedical and Life Science community, accompanied by additional more specific VOs like the pneumogrid VO. The medigrid VO was created in the context of the publicly funded joint research project <a class="externallink" rel="nofollow" href="http://www.d-grid-gmbh.de/index.php?id=117&L=1|MediGRID">[1]</a>. While the funding ended in 2009, the medigrid VO is still actively and increasingly used to develop, offer and share grid services in the in the fields of medicine, bioinformatics and health sciences.</p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>