-
Notifications
You must be signed in to change notification settings - Fork 35
/
welcome.html
51 lines (44 loc) · 2.57 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
<!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>Hello, your <strong>RNA workbench</strong> is running!</h2>
<br>
<a target="_blank" href="https://wiki.galaxyproject.org/Admin/Config" class="btn btn-primary btn-lg">Configuring Galaxy »</a>
<a target="_blank" href="https://wiki.galaxyproject.org/Admin/Tools/AddToolFromToolShedTutorial" class="btn btn-primary btn-lg">Installing Tools »</a>
<a target="_parent" href="/tours/rnateam.viennarna" class="btn btn-primary btn-lg">Guided Tour »</a>
</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>,
<a target="_blank" class="reference" href="http://www.denbi.de">The German Network for Bioinformatics Infrastructure (de.NBI)</a>,
<a target="_blank" class="reference" href="http://www.jhu.edu">Johns Hopkins University</a>,
and <a target="_blank" class="reference" href="http://www.uni-freiburg.de">University of Freiburg</a>.
</footer>
</div>
</body>
</html>