forked from NeelayK/VGnetLabWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
36 lines (35 loc) · 1.55 KB
/
Copy pathfooter.html
File metadata and controls
36 lines (35 loc) · 1.55 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
<footer class="footer">
<div class="footer-content">
<div class="contact-info research-areas">
<h5>Address</h5>
<p>BSB 1101-D,</p>
<p>IISER TVM,</p>
<p>Maruthamala P. O, Vithura,</p>
<p>Kerala 695551</p>
<br>
<p>Email: <a style="text-decoration: none;" href="mailto:mainak@iisertvm.ac.in" target="_blank">mainak@iisertvm.ac.in</a></p>
</div>
<div class="research-areas">
<h5>Other Links</h5>
<ul>
<li><a href="https://www.iisertvm.ac.in/faculty/mainak/research-group" target="_blank">Research Group</a></li>
<li><a href="https://www.youtube.com/channel/UCJNx0aPFnbbFPm3aU6PGZhQ/videos" target="_blank">Youtube</a></li>
<li><a href="https://scholar.google.com/citations?user=-OhGCOoAAAAJ&hl=en" target="_blank">Google Scholars</a></li>
<li><a href="https://datascience.iisertvm.ac.in/" target="_blank">IISER TVM</a></li>
</ul>
</div>
<div class="research-areas">
<h5>Research Areas</h5>
<ul>
<li>TinyML, Split Learning, and Transfer Learning in Edge Networks</li>
<li>Networking & Distributed Systems</li>
<li>IoT and Time-Critical Applications</li>
<li>Explainable AI</li>
<li>5G/6G Communications</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 VGNet Lab. All Rights Reserved.</p>
</div>
</footer>