-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudents.html
More file actions
58 lines (56 loc) · 2.38 KB
/
Copy pathstudents.html
File metadata and controls
58 lines (56 loc) · 2.38 KB
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
<h3 class="mb-4">Student Supervision</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead class="table-light">
<tr>
<th>Student</th>
<th>Graduation Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<b>Adarsh S</b> <br>
Research Area: Agentic AI <br>
</td>
<td>2029 (expected)</td>
</tr>
<tr>
<td>
<b>Renu Saraswat</b> <br>
<a href="https://drive.google.com/file/d/12ciRAzqzPAFum8bYtEAFZS7BjjPPnFG_/view?usp=drive_link"
target="_blank" rel="noopener noreferrer"><em>Stock Market Forecasting Through Multilevel
Dynamical Interactions: An Auto-Optimized Multimodal Deep Learning Approach</em></a>
<br>
Currently at <a href="https://jgu.edu.in/jcds/faculty" target="_blank">Jindal Centre for
Digital Sciences
</td>
<td>2025</td>
</tr>
<tr>
<td><b>Amrita Singh</b><br>
Thesis: <a
href="https://drive.google.com/file/d/15JpSYyVtto4L0mvYg-g8fepmzfQyZce2/view?usp=drive_link"
target="_blank" rel="noopener noreferrer"><em>Scale-Invariant Virus Patch Detection in Foci
Images by Switchable Atrous Convolution with Global Context</em></a>
<br>
Currently at <a href="https://jgu.edu.in/jcds/faculty" target="_blank">Jindal Centre for
Digital Sciences
</td>
<td>2025</td>
</tr>
<tr>
<td>
<b>Praveen Laws</b>, PhD Mechanical Engineering, Co-Advised with Dr. Santanu Mitra<br>
<a href="https://www.linkedin.com/in/dr-praveen-laws-lawrence-67022aa0/" target="_blank">LinkedIn
Profile</a>
</td>
<td>2020</td>
</tr>
<tr>
<td><b>R. Maguram</b>, MTech Mechanical Engineering, Co-Advised with Dr. Santanu Mitra</td>
<td>2020</td>
</tr>
</tbody>
</table>
</div>