-
Notifications
You must be signed in to change notification settings - Fork 3
/
welcome.html
60 lines (54 loc) · 3.09 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/static/style/base.css" type="text/css" />
</head>
<body style="margin: 0">
<div class="jumbotron">
<div class="container">
<table>
<tr>
<td>
<h2><strong>Dockerized Galaxy + AskOmics</strong> is running!</h2>
<p>AskOmics provide a visual representation of the user abstraction as a graph.
By starting from a node of interest and iteratively selecting its neighbors, the user creates a path on an abstraction graph.
This path can then be transformed into a SPARQL query that can be executed on the original dataset.
</p>
<p>
AskOmics is a collaborative project supporting with a strong scientific partnerships with:
<ul>
<li><a href="http://www6.rennes.inra.fr/igepp_eng/">Institute for Genetics, Environment and Plant Protection – Igepp Unit</a></li>
<li><a href="http://www.irisa.fr/dyliss/">Dyliss - DYnamics, Logics and Inference for biological Systems and Sequences</a></li>
<li><a href="https://www.genouest.org/">GenOuest BioInformatics Platform</a></li>
</ul>
</p>
</td>
<td>
<div align=center>
<img src="./welcome_image.png" width="90%" height="90%" />
</div>
</td>
</tr>
</table>
</div>
</div>
<div class="container">
<p class="lead">
<a target="_blank" class="reference" href="http://galaxyproject.org/">
Galaxy</a> is an open platform for supporting data intensive
research. Galaxy is developed by <a target="_blank" class="reference" href="http://wiki.galaxyproject.org/GalaxyTeam">The Galaxy Team</a>
with the support of <a target="_blank" class="reference" href="https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md">many contributors</a>.
The Galaxy Docker project is supported by the University of Freiburg, part of de.NBI.
</p>
<footer>
The <a target="_blank" class="reference" href="http://galaxyproject.org/">Galaxy Project</a>
is supported in part by <a target="_blank" class="reference" href="http://www.genome.gov">NHGRI</a>,
<a target="_blank" class="reference" href="http://www.nsf.gov">NSF</a>,
<a target="_blank" class="reference" href="http://www.huck.psu.edu">The Huck Institutes of the Life Sciences</a>,
<a target="_blank" class="reference" href="http://www.ics.psu.edu">The Institute for CyberScience at Penn State</a>,
and <a target="_blank" class="reference" href="http://www.jhu.edu/">Johns Hopkins University</a>.
</footer>
</div>
</body>
</html>