-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (56 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Virtual Imaging Platform (VIP)</title>
<link rel="StyleSheet" href="./doc_main.css" type="text/css" />
</head>
<body>
<center>
<h2>Virtual Imaging Platform</h2>
The Virtual Imaging Platform (VIP) is a web portal for medical simulation and image data analysis. It leverages resources available in the biomed Virtual Organisation of the <a href="http://www.egi.eu">European Grid Infrastructure</a> to offer an open service to academic researchers worldwide.
<table cellspacing="60">
<tr align="center">
<td>
<a href="http://vip.creatis.insa-lyon.fr"><img src="images/button-play.png" alt="platform"/>
<br/>
Platform at CREATIS</a>
</td>
<td>
<a href="news.html">
<img src="images/information-button.png" alt="news"/><br/>
News and events
</a>
</td>
<td>
<a href="./applications.html">
<img src="images/icon_applis.png" alt="applications"/><br/>
Tools
</a>
</td>
<td>
<a href="./publications.html">
<img src="images/book-open-bookmark.png" alt="publications"/><br/>
Publications
</a>
</td>
<td>
<a href="https://github.com/virtual-imaging-platform">
<img src="images/code.png" alt="code icon"/><br/>
Source code
</a>
</td>
</tr>
</table>
</center>
<!--<center>
<iframe src="http://vip.creatis.insa-lyon.fr/?login=stats" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px;height:58px; " allowTransparency="true"></iframe>
<br/>
<a href="http://vip.creatis.insa-lyon.fr">Why not you?</a>
</center>
<br/><br/>-->
<hr/>
<center>
Contact us:<br/> <a href="mailto:[email protected]">[email protected]</a><br/>
</center>
</body>
</html>