0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
drought
/
[
Home
]
File: contact_us.php
<?php include ("session.php"); include("header.php"); ?> <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Contact Us</title> </head> <form action="contact_us.php?name=<?php echo $var ?>" method="post" > <body> <table style="text-align: left; width: 98%; margin-left: auto; margin-right: auto; height: 100%; background-color: white;" border="0" cellpadding="0" cellspacing="0" background="image/back1.jpg"> <tr> <th scope="col"><table width="97%" border="0" cellpadding="0"> <tr> <th scope="col"><p> </p> <p align="center" class="style3"><strong>Contact Us</strong></p> <h3><strong> Principal Investigator</strong> </h3> <table width="90%" border="0" align="center"> <tr> <td width="17%">Name</td> <td width="83%">: M R Venugopal</td> </tr> <tr> <td>Designation</td> <td>: Scientist E2 & Head</td> </tr> <tr> <td>Address</td> <td>: Remote Sensing Cell, <br /> CWRDM,Calicut,Kerala 673 571</td> </tr> <tr> <td>Telephone</td> <td>:+91 495 2351891 Fax +91 495 2351808</td> </tr> <tr> <td>e-mail</td> <td>:mrv@cwrdm.org</td> </tr> </table> <h3><strong>Co-investigators</strong></h3> <table width="90%" border="0" align="center"> <tr> <td width="17%">Name</td> <td width="83%">: Dr.Girish Gopinath</td> </tr> <tr> <td>Designation</td> <td>: Scientist B</td> </tr> <tr> <td>Address</td> <td>: Remote Sensing Cell, <br /> CWRDM, Calicut, Kerala 673 571</td> </tr> <tr> <td>Telephone</td> <td>:+91 495 2351892 Fax +91 495 2351808</td> </tr> <tr> <td>e-mail</td> <td>:gg@cwrdm.org</td> </tr> </table> <p> </p> <table width="90%" border="0" align="center"> <tr> <td width="17%">Name</td> <td width="83%">: Dr. M D Nandeshwar</td> </tr> <tr> <td>Designation</td> <td>: Scientist G & Head</td> </tr> <tr> <td>Address</td> <td>: Head,Sub-centers, <br /> CWRDM, Calicut, Kerala 673 571</td> </tr> <tr> <td>Telephone</td> <td>:+91 495 2351896 Fax +91 495 2351808</td> </tr> <tr> <td>e-mail</td> <td>:nmd@cwrdm.org</td> </tr> </table> <p> </p> <p> </p> <p align="left"> </p> <p align="left"></p> <p align="left"> </p> <p align="center" class="style3"> </p> <p class="style1"> </p></th> </tr> </table></th> </tr> </table> </body> </html> <?php include("footer.php"); ?>