include("header.php"); ?>
include("titlebartop.html"); echo "Inter-Particle Contacts in Virus Crystals"; include ("titlebarbottom.html"); ?>
Crystal Contacts for VIPER Entries
$query=mysql_query("SELECT DISTINCT virus_info.vipPDB, name from xtal_contacts, virus_info where virus_info.vipPDB=xtal_contacts.vipPDB"); while ($myrow=mysql_fetch_array($query)){ $vipPDB=$myrow["vipPDB"]; $name=$myrow["name"]; echo "
($vipPDB) $name
"; } ?>
by include("EMAIL_ADDRESSES/nataraja.html")?>
Last Modified : Tue Jan 8 19:44:42 PST 2002
include("footer.html"); ?>