-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
78 lines (75 loc) · 3.69 KB
/
team.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Team - LHSPred - Lung Health Severity Prediction</title>
<link rel = "stylesheet" type = "text/css" href = "css/main.css" />
</head>
<body>
<div class = "section_header">
<center><p class="title">LHSPred - Lung Health Severity Prediction</p></center>
</div>
<div class = "section_menu">
<center>
<table cellpadding="3px">
<tr class="nav">
<td class="nav"><a href="index.html" class="side_nav">Home</a></td>
<td class="nav"><a href="about.html" class="side_nav">About</a></td>
<td class="nav"><a href="help.html" class="side_nav">Help</a></td>
<td class="nav"><a href="datasets.php?type=tt" class="side_nav">Datasets</a></td>
<td class="nav"><a href="#" class="active">Team</a></td>
<td class="nav"><a href="https://github.com/ttsudipto/lhspred" class="side_nav">Source (GitHub)</a></td>
</tr>
</table>
</center>
</div>
<!--<div class = "section_left"></div>-->
<div class = "section_middle">
<center>
<div style="width:50%; float:left;">
<h2>Sudipto Bhattacharjee</h2>
<p style="font-size:1.2em;">
Ph.D. Scholar<br/>
Department of Computer Science and Engineering,<br/>
University of Calcutta, Kolkata, India<br/>
<a href="mailto:ttsudipto@gmail.com">ttsudipto@gmail.com</a>
</p>
<hr/>
<h2>Dr. Parthasarathi Bhattacharyya</h2>
<p style="font-size:1.2em;">
Consultant Pulmologist<br/>
Institute of Pulmocare and Research,<br/>
Kolkata, India<br/>
<a href="mailto:parthachest@yahoo.com">parthachest@yahoo.com</a>,
<a href="mailto:ipcr_india@yahoo.com">ipcr_india@yahoo.com</a>
</p>
</div>
<div style="width:50%; float:left;">
<h2>Dr. Banani Saha</h2>
<p style="font-size:1.2em;">
Associate Professor<br/>
Department of Computer Science and Engineering,<br/>
University of Calcutta, Kolkata, India<br/>
<a href="mailto:bsaha_29@yahoo.com">bsaha_29@yahoo.com</a>
</p>
<hr/>
<h2>Dr. Sudipto Saha</h2>
<p style="font-size:1.2em;">
Associate Professor<br/>
Division of Bioinformatics,<br/>
Bose Institute, Kolkata, India<br/>
<a href="mailto:ssaha4@jcbose.ac.in">ssaha4@jcbose.ac.in</a>,
<a href="mailto:ssaha4@gmail.com">ssaha4@gmail.com</a>
</p>
</div>
</center>
<div style="clear:both;"><hr/></div>
<p style="font-size:0.8em;text-align:center;">
Bhattacharjee S. <i>et al.</i>, <i>Biomed Signal Process Control</i> (2022), 77:103745. <i>doi:</i>
<a href="https://doi.org/10.1016/j.bspc.2022.103745" target="_blank">10.1016/j.bspc.2022.103745</a>.
Please contact Dr. Sudipto Saha (<a href="mailto:ssaha4@jcbose.ac.in">ssaha4@jcbose.ac.in</a>)
regarding any further queries.
</p>
</div>
</body>
</html>