-
Notifications
You must be signed in to change notification settings - Fork 1
/
vlemed.html
executable file
·82 lines (68 loc) · 4.29 KB
/
vlemed.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
80
81
82
<!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>
<!-- Body -->
<div class="col-sm-8">
<p class="text-right"><a href="http://operations-portal.egi.eu/vo/view/voname/vlemed" class="btn btn-info active" role="button">vlemed VO ID CARD</a></p>
<!-- Title -->
<h1> <a id="title" class="anchor" href="#title" aria-hidden="true"><span class="octicon octicon-link"></span></a>vlemed</h1>
<!-- Content goes here -->
<div class="panel panel-default">
<div class="panel-heading"><strong>Description</strong></div>
<div class="panel-body">
<p>The VLEMED community started as the Medical Diagnosis and Imaging subprogramme (SP1.3) of the <a class="externallink" rel="nofollow" href="http://www.vl-e.nl/">Virtual Laboratory for e-Science</a> (VL-e) project. The aim of the VL-e project was to bridge the gap between the technology push of the high performance networking and the Grid and the application pull of a wide range of scientific experimental applications.</p>
<p>Since 2008 the community is centred at the <a href="https://www.amc.nl/web/Research/ResearchAMC/AMC-a-glance.htm">Academic Medical Centre of the University of Amsterdam (AMC)</a> and lead by the <a href="http://www.ebioscience.amc.nl">e-Bioscience</a> group of the department of Clinical Epidemiology, Biostatistics and Bioinformatics (KEBB). This group develops and maintains scientific gateways, which provide a web-based interface to run data analysis and simulations on the <a href="https://www.surf.nl/en/services-and-products/grid/index.html">Dutch National Grid Infrastructure</a>.</p>
</div></div>
<div class="panel panel-default">
<div class="panel-heading"><strong>Services</strong></div>
<div class="panel-body">
Currently there are two major scientific gateways operated by the vlemed community:
<ul>
<li><a href="https://neuro.ebioscience.amc.nl/portal/web/nsg/documentation">NeuroScience Gateway</a></li>
<li><a href="https://docking.ebioscience.amc.nl/web/guest/documentation">Docking Gateway</a></li>
</ul>
</div></div>
<div class="panel panel-default">
<div class="panel-heading"><strong>Support</strong></div>
<div class="panel-body">
<p>The community has several moderated mailing list. The entry point for support contact is our generic mailing list:</p>
<ul>
<li>support: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div></div>
<div class="panel panel-default">
<div class="panel-heading"><strong>How to join</strong></div>
<div class="panel-body">
<p>The vlemed VO can be joined on the SARA voms server <a href="https://voms.grid.sara.nl:8443/vomses">here</a>.</p>
</div>
</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>