Spaces:
Sleeping
Sleeping
| {% extends "base.html" %} | |
| {% block content %} | |
| <section class="section-card"> | |
| <h2>Contact for feedback or bug reports</h2> | |
| <table style="width:100%; max-width:900px; margin:auto; border-collapse:collapse;"> | |
| <tr> | |
| <!-- Supervisor column --> | |
| <td style="width:50%; vertical-align: top; padding:10px;"> | |
| <h3>Dr. SM JAIMOHAN</h3> | |
| <p><strong>Project Planning & Supervision</strong></p> | |
| <p> | |
| Senior Scientist<br> | |
| Advanced Materials Laboratory<br> | |
| CSIR-CLRI<br> | |
| Adyar, Chennai 600020<br> | |
| TN, India | |
| </p> | |
| <p> | |
| Email: | |
| <a> | |
| jai.clri@csir.res.in | |
| </a> | |
| </p> | |
| </td> | |
| <!-- Developer column --> | |
| <td style="width:50%; vertical-align: top; padding:10px;"> | |
| <h3>Mr. MAJID KHAN, M.Sc Bioinformatics</h3> | |
| <p><strong>Developer</strong></p> | |
| <p> | |
| Workflow designer<br> | |
| Architecture behind the Prediction Webserver, | |
| responsible for system design, implementation, and optimisation. | |
| </p> | |
| <p> | |
| Advanced Materials Laboratory<br> | |
| CSIR-CLRI<br> | |
| Chennai 600020 | |
| </p> | |
| <p> | |
| Email: | |
| <a> | |
| majidkhan.jssmsc@gmail.com | |
| </a> | |
| </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </section> | |
| {% endblock %} |