From: <sfr...@us...> - 2011-12-16 02:33:48
|
Revision: 1006 http://treebase.svn.sourceforge.net/treebase/?rev=1006&view=rev Author: sfrgpiel Date: 2011-12-16 02:33:42 +0000 (Fri, 16 Dec 2011) Log Message: ----------- Updating the splash screen with an RSS feed Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/home.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/home.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/home.jsp 2011-12-13 20:14:19 UTC (rev 1005) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/home.jsp 2011-12-16 02:33:42 UTC (rev 1006) @@ -2,7 +2,13 @@ <div class="gutter"> <h1>Welcome to TreeBASE</h1> <p> - TreeBASE is a repository of phylogenetic information, specifically user-submitted phylogenetic trees and the data used to generate them. TreeBASE accepts all types of phylogenetic data (e.g., trees of species, trees of populations, trees of genes) representing all biotic taxa. Data in TreeBASE are exposed to the public if they are used in a publication that is in press or published in a peer-reviewed scientific journal, book, conference proceedings, or thesis. Data used in publications that are in preparation or in review can be submitted to TreeBASE but are only available to the publication editors or reviewers using a special access code. </p> + TreeBASE is a repository of phylogenetic information, specifically user-submitted phylogenetic trees and the data used to generate them. TreeBASE accepts all types of phylogenetic data (e.g., trees of species, trees of populations, trees of genes) representing all biotic taxa. Data in TreeBASE are exposed to the public if they are used in a publication that is in press or published in a peer-reviewed scientific journal, book, conference proceedings, or thesis. Data used in publications that are in preparation or in review can be submitted to TreeBASE but are only available to the publication editors or reviewers using a special access code.</p> + <p>Some recent additions:</p> + <script language="JavaScript" src="http://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3D41dc2d1544150c1b8e69367059f26950%26_render%3Drss&date=y&utf=y" charset="UTF-8" type="text/javascript"> + </script> + <noscript> + <a href="http://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3D41dc2d1544150c1b8e69367059f26950%26_render%3Drss&date=y&utf=y&html=y">View RSS feed</a> + </noscript> <p>The current release includes a host of new features and improvements over the previous TreeBASE prototype. New features include:</p> <ul> <li>Richer annotation of metadata (journal DOIs, specimen georeferences, Genbank accession numbers, etc) </li> @@ -13,8 +19,6 @@ <li>Data are delivered in several serializations, including <a href="http:/hackathon.nescent.org/Supporting_NEXUS_Documentation" target="_blank">NEXUS</a> and <a href="http://www.nexml.org" target="_blank">NeXML</a></li> <li> A special URL gives journal editors and reviewers anonymous advanced access to data</li> <li>Programmatic access to the data using the <a href="http://evoinfo.nescent.org/PhyloWS" target="_blank">PhyloWS API</a>. Queries are expressed in URLs using PhyloWS syntax and can return results in RDF as RSS 1.0 feeds, which means that users can set their favorite RSS Reader to fetch all new TreeBASE studies that satisfy a particular query (e.g. return all studies published in "Systematic Biology," or return all trees that include "Homo sapiens," etc)</li> - </ul> - <p> - As of early 2010, TreeBASE contains 6,500 trees in 2,500 publications written by 4,500 different authors. These trees have 135,000 distinct taxon labels that map to approximately 60,000 distinct taxa. </p> - </div> + </ul> + <p>As of December 2011, TreeBASE contains 2,946 publications written by 6,106 different authors. These studies analyzed 5,717 matrices and resulted in 8,462 trees with 465,762 taxon labels that mapped to 82,043 distinct taxa.</p> </div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |