File size: 1,380 Bytes
ecd5b53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17ee1dc
ecd5b53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{% 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 %}