mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Unsequenced genome for june and some welcome page clean up
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 101 KiB |
@@ -82,7 +82,7 @@ select
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.errormessage, .warningmessage, .donemessage, .infomessage
|
||||
.errormessage, .warningmessage, .donemessage, .infomessage, .welcomemessage
|
||||
{
|
||||
padding: 10px;
|
||||
padding-left: 52px;
|
||||
@@ -116,6 +116,13 @@ select
|
||||
background-color: $info_message_bg;
|
||||
}
|
||||
|
||||
.welcomemessage {
|
||||
padding-left: 10px;
|
||||
border-color: #6666AA;
|
||||
background-color: #CCCCFF;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.errormessagesmall, .warningmessagesmall, .donemessagesmall, .infomessagesmall
|
||||
{
|
||||
padding: 5px;
|
||||
|
||||
@@ -82,7 +82,7 @@ select
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.errormessage, .warningmessage, .donemessage, .infomessage
|
||||
.errormessage, .warningmessage, .donemessage, .infomessage, .welcomemessage
|
||||
{
|
||||
padding: 10px;
|
||||
padding-left: 52px;
|
||||
@@ -116,6 +116,13 @@ select
|
||||
background-color: #CCCCFF;
|
||||
}
|
||||
|
||||
.welcomemessage {
|
||||
padding-left: 10px;
|
||||
border-color: #6666AA;
|
||||
background-color: #CCCCFF;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.errormessagesmall, .warningmessagesmall, .donemessagesmall, .infomessagesmall
|
||||
{
|
||||
padding: 5px;
|
||||
|
||||
+15
-11
@@ -17,28 +17,32 @@
|
||||
|
||||
<hr>
|
||||
<div class="section" align="center">
|
||||
<strong>Unsequenced Genomes of the World</strong> | May 2007
|
||||
<strong>Unsequenced Genomes of the World</strong> | June 2007
|
||||
<br>
|
||||
<br>
|
||||
<a target="_blank" style="color: blue;" href="http://animaldiversity.ummz.umich.edu/site/accounts/information/Limenitis_archippus.html"><img src="images/welcomePhoto.jpg" border="0"></a>
|
||||
<a target="_blank" style="color: blue;" href="http://animaldiversity.ummz.umich.edu/site/accounts/information/Crotalus_horridus.html"><img src="images/welcomePhoto.jpg" border="0"></a>
|
||||
<br>
|
||||
Viceroy (Limenitis archippus) | Pennsylvania, USA
|
||||
Timber rattlesnake (Crotalus horridus) | Pennsylvania, USA
|
||||
<br>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="infomessage">
|
||||
<strong>IMPORTANT!</strong> Want to keep your data safe? <a href="/user/create/">Create user account today!</a> Read more about user accounts <a target="_blank" href="http://www.bx.psu.edu/cgi-bin/trac.cgi/wiki/UserAccounts">here</a>.
|
||||
</div>
|
||||
<hr>
|
||||
<li><a target="_blank" class="reference" href="http://www.bx.psu.edu/cgi-bin/trac.cgi/wiki/ScreenCasts">Galaxy ScreenCasts - the best way to see how it works</a></li>
|
||||
<li><a target="_blank" class="reference" href="http://www.bx.psu.edu/cgi-bin/trac.cgi">Galaxy wiki page and documentation</a></li>
|
||||
<li><a target="_blank" class="reference" href="http://www.bx.psu.edu/cgi-bin/trac.cgi/wiki/GalaxyTeam">Galaxy Team</a></li>
|
||||
<li>Report problems to Galaxy mailing list: <a class="reference" href="mailto:galaxy-bugs@bx.psu.edu">galaxy-bugs@bx.psu.edu</a></li>
|
||||
<br>
|
||||
<div class="welcomemessage">
|
||||
<strong>Why use Galaxy?</strong>
|
||||
It is not a database or a browser. It an analysis medium that enables multiple tools to be applied to existing data in a simple unified way:
|
||||
<ul>
|
||||
<li>It handles large genomic datasets with ease. <a target="_blank" class="reference" href="http://www.bx.psu.edu/cgi-bin/trac.cgi/wiki/ScreenCasts">Watch</a></li>
|
||||
<li>It contains a unique set of tools for manipulation of genomic coordinates. <a target="_blank" class="reference" href="http://g2.trac.bx.psu.edu/wiki/GopsDesc">Read and Watch</a></li>
|
||||
<li>It is the only resource allowing seamless interactive manipulation of multi-genome alignments. <a target="_blank" class="reference" href="http://screencast.g2.bx.psu.edu/GR_Screencast_6.mov">Watch</a></li>
|
||||
<li>It will soon allow handling and analysis of complex variation data.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>Galaxy is produced by <a target="_blank" class="reference" href="http://g2.trac.bx.psu.edu/wiki/GalaxyTeam">the Galaxy team</a>, a part of the <a target="_blank" class="reference" href="http://www.bx.psu.edu">Center for Comparative Genomics and Bioinformatics (aka BX)</a> at <a target="_blank" class="reference" href="http://www.psu.edu">Penn State</a>.</p>
|
||||
<hr class="docutils" />
|
||||
<p>The Galaxy team is a part of the <a target="_blank" class="reference" href="http://www.bx.psu.edu">Center for Comparative Genomics and Bioinformatics</a> at <a target="_blank" class="reference" href="http://www.psu.edu">Penn State</a>.</p>
|
||||
<hr class="docutils" />
|
||||
<p>Galaxy Version: <b>2.2</b> Revision: <b>$Rev$</b></p>
|
||||
<p><small>Galaxy build: <b>$Rev$</b></small></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user