<?php $thisPage="granules"; ?> <?php $thisSection="taxa"; ?> <?php /* options for thisSection are about, taxa, waterbodies, help */?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/template_main.dwt.php" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="David Lubinski" /> <meta name="description" content="Antarctic Cyanobacteria - taxa and samples from the Dry Valleys, supported by McMurdo Dry Valleys LTER" /> <meta name="keywords" content="cyanobacteria, algae, streams, antarctic, antarctica, taxonomy, research" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Taxa > Granules | Antarctic Cyanobacteria</title> <!-- InstanceEndEditable --> <link rel="Shortcut Icon" href="../favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="../style_main.css" type="text/css" /> <?php require_once('../includes/incl_banner_image_style.php'); ?> <!-- InstanceBeginEditable name="head_content" --> <!-- editable region for head content--> <script type="text/javascript" src="/../javascript/jquery-1.2.1.pack.js"></script> <script type="text/javascript" src="../javascript/jquery.tablesorter.pack.js"></script> <script> $(document).ready(function() { $("#sorttable").tablesorter(); } ); </script> <!-- InstanceEndEditable --> </head> <body> <div id="skip"> <p><a href="#maincontent">skip to page content</a></p> </div> <div id="container"> <!--<div id="topshadow"><span></span> </div>--> <!-- end topshadow --> <div id="main"> <div id="header"><a href="../about/index.php"><img src="../images_css/shim.gif" width="940" height="100" border="0" alt="Rocky Mountain Lake Algae" /></a> </div> <!-- end header --> <div id="topnav"> <?php require_once('../includes/nav_topnav.php'); ?> </div> <!-- end topnav --> <div id="topnavshadow"><span></span> </div> <!-- end topnavshadow --> <!-- InstanceBeginEditable name="secondary" --> <div id="secondary"> <div id="pagetitle"> <h2>Granules</h2> </div> <!-- end pagetitle --> <div id="secondarynav"> <h4><a href="index.php">Taxa:</a></h4> <ul id="secondarynavlist"> <li> <a href="calyptra.php" <?php if ($thisPage=="calyptra") echo " class=\"active\""; ?>>Calyptra</a> </li> <li><a href="granules.php" <?php if ($thisPage=="granules") echo " class=\"active\""; ?>>Granules</a></li> <li><a href="dkrefr.php" <?php if ($thisPage=="dkrefr") echo " class=\"active\""; ?>>Dark Refractory(DKRefr)</a></li> <li><a href="necridia.php" <?php if ($thisPage=="necridia") echo " class=\"active\""; ?>>Necridia</a></li> </ul> </div> <!-- end secondarynav --> </div> <!-- InstanceEndEditable --> <!-- end secondary --> <div class="clearer"> <span> </span> </div> <!-- end clearer --> <!-- InstanceBeginEditable name="content" --> <div id="content"> <p><a name="maincontent" id="maincontent"></a></p> <div id="onecol"> <table width="98%" border="0" cellspacing="0" cellpadding="4"> <tr> <td width="32%"><img src="../images/granules.jpg" alt="" width="134" height="200" /><img src="../images/granules2.jpg" alt="" width="105" height="200" /></td> <td width="68%"><strong>Definition of Granules</strong><br /> <br /> Granules of polyphosphate in the cytoplasm of some cyanobacteria that appear a different color when stained with a dye. They are storage reservoirs for phosphate. Sometimes called volutin or metachromatic granules.<br /> <br /> <em>From: Microbiology, 5/e textbook, McGraw Hill</em></td> </tr> </table> </div> <!-- end onecol --> </p> </div> <!-- InstanceEndEditable --> <!-- end content --> <div class="clearer"> <span> </span> </div> <!-- end clearer --> <div id="footer"> <?php require_once('../includes/incl_footer.php'); ?> </div> <!-- end footer --> </div> <!-- end main --> <div id="bottomshadow"><span></span> </div> <!-- end bottomshadow --> </div> <!-- end container --> </body> <!-- InstanceEnd --></html>