-
Notifications
You must be signed in to change notification settings - Fork 1
/
applications.html
executable file
·52 lines (42 loc) · 2.21 KB
/
applications.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Life-Science Grid Community</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="js/jquery.1.11.3.min.js"></script>
</head>
<body>
<script>
$(document).ready(function(){ $('#sidebar').load('sidebar.html'); });
</script>
<div class="globcontainer">
<div class="row">
<!-- Left menu -->
<div id="sidebar" class="col-sm-3 "></div>
<!-- Left body -->
<div class="col-sm-8">
<!-- Applications ----------------------------------------------->
<h2 id="applications">Applications</h2>
<p>Applications of the DECIDE VO can be found at <a href="http://applications.eu-decide.eu">applications.eu-decide.eu</a>.</p>
<p>Applications registered in the EGI Applications Database for the life-science field include applications ported in VOs that are not part of the LSGC, and doesn't include non-EGI VOs, e.g., medigrid, pneumogrid:
<div class="embed-responsive embed-responsive-4by3">
<iframe src="http://appdb.egi.eu/gadgets/gadgets.php?op=appdb.applications.list&oppars=discipline:3;pagelength:5;pageoffset:0&vpars=title:Applications%20Database;search:true&vname=simplelist"></iframe>
</div>
</div> <!-- .col-sm7 -->
</div> <!-- .row -->
</div><!-- .globcontainer -->
<!-- Bootstrap core JavaScript ================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>