Show index.php syntax highlighted
<?php
if(empty($SITEDEF_H)){require('SITEDEF.php');}
if(empty($PARAM_H)){require('getPARAM.php');}
require('SSI_GDBprep.php');
virtual("${CGIPATH}SSI_GDBgui.pl/THREE_COLUMN_HEADER/" . $SSI_QUERYSTRING);
?>
<div id="main" align="center">
<P align="left">
<b><?php echo $SITENAMEshort; ?></b> is being developed as a part of our NSF-funded project
"<a href="https://www.fastlane.nsf.gov/servlet/showaward?award=0110254">PlantGDB - Plant Genome Database and Analysis Tools</a>"
(PI: <a href="http://gremlin1.zool.iastate.edu/~volker/">Volker Brendel</a>).
The purpose of this resource is to provide a convenient sequence-centered genome view for <I><?php echo $LATINORGN; ?></I>, with a
narrow focus on gene structure annotation.
</P>
<P align="left">
At <?php echo $SITENAMEshort; ?>, you can browse the genome or zoom in on your favorite genes, look at the current gene structure annotation and
compare it with cDNA and EST evidence, and (if necessary) contribute your corrections and comments directly to the database.
You can access all functions of <?php echo $SITENAMEshort; ?> over the web, but you can also download the entire database and interface and install
it off-line on your laptop, for example.
The premise of this design is that research on the genome-scale is greatly facilitated by a database
backend (with all the standard query capabilities) and nice viewing tools.
Please see our <A href="./prj/"><color="#0000FF">Projects</A> page for how collaborators and we have been
using this - and <A href="<?php echo $WEBMASTER; ?>"><color="#0000FF">let us know</A> if you have something to add!
</P>
<P align="left">
If you are new to this site and would like a short introduction to the resource, please check out the
<A href="./site_map.php">Site Map</A>.
If you would like a more thorough introduction, please check our <a href="./tutorial/">Tutorials</A>.
And if you prefer to explore this resource by getting going right away, it would be best to start by
<A href='<?php echo "${CGIPATH}getRegion.pl";?>'>Browsing</A> the genome or having alook at the <A href="./prj/">Projects</A> page.
Enjoy!
</P>
<P align="left"><BR>
For legends and help using <?php echo $SITENAMEshort; ?>, click wherever you see the <img src=<?php echo "'${IMAGEDIR}helpINFO.gif'" ?> border=0> symbol.
</P>
<P align="left"><BR>
Links to other <?php echo $COMMONORGN2; ?> resources are in the left column, as are links to <?php echo $SITENAMEshort; ?> <A href="./prj/">Projects</A>,
<A href="./tutorial/">Tutorials</A>, underlying <A href="./resource.php/">Data & Methods</A>, and <A href="./download.php">Download</A> options.
The Noteworthy column on the right provides links to particular topics of interest and recent projects.
</P>
</div>
<?php
require('SSI_GDBprep.php');
virtual("${CGIPATH}SSI_GDBgui.pl/STANDARD_FOOTER/" . $SSI_QUERYSTRING);
?>
See more files for this project here