mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
43 lines
2.5 KiB
Plaintext
43 lines
2.5 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="style/base.css" type="text/css" />
|
|
</head>
|
|
<body style="margin: 0">
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<h2>Hello, <strong>Galaxy</strong> is running!</h2>
|
|
To customize this page edit <code>static/welcome.html</code>
|
|
<br>
|
|
<a target="_blank" href="https://galaxyproject.org/admin/config/" class="btn btn-primary btn-lg">Configuring Galaxy »</a>
|
|
<a target="_blank" href="https://galaxyproject.org/admin/tools/add-tool-from-toolshed-tutorial/" class="btn btn-primary btn-lg">Installing Tools »</a>
|
|
</div>
|
|
<br>
|
|
<div class="container">
|
|
<p>Take an interactive tour:
|
|
<a target="_parent" href="../tours/core.galaxy_ui" class="btn btn-secondary btn-sm">Galaxy UI</a>
|
|
<a target="_parent" href="../tours/core.history" class="btn btn-secondary btn-sm">History</a>
|
|
<a target="_parent" href="../tours/core.scratchbook" class="btn btn-secondary btn-sm">Scratchbook</a>
|
|
</p>
|
|
</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="https://galaxyproject.org/galaxy-team/">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>.
|
|
</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>
|