-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome.html
55 lines (47 loc) · 2.51 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
<!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">
<h2><strong>Welcome to Galaxy of Universidad Nacional de Colombia!</strong></h2>
<br>
<p>
This Galaxy Docker container was developed to be deployed in Universidad Nacional de Colombia in the context of trainings for RNA-Seq data analysis in Galaxy.
</p>
<p>
It contains tools for metagenomics and RNASeq data analysis.
</p>
<div align=center>
<img src="./Colombia_UniversidadNacionaldeColombia_UNAL_21_.jpg" width="70%" height="70%" />
</div>
<br/>
<p>This was developed in collaboration with IRD</p>
<div align=left>
<img src="./ird.png" width="10%" height="10%" />
</div>
</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.
The Galaxy-Apollo integration project is supported in part by the Center for Phage Technology under National Science Foundation Grant Number 1565146>
</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>