-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (37 loc) · 1.99 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arghya Dutta</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="assets/favicon_io/site.webmanifest">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<img src="assets/calvin.png" height="200" alt="Calvin and Hobbes exploring">
<p style="text-align: right;">
<h2>Arghya Dutta</h2>
<p style="margin-left:30px">
Assistant professor, Department of Physics<br>
SRM University AP, Andhra Pradesh, India<br>
Email: [email protected]<br>
<a href="https://srmap.edu.in/faculty/dr-arghya-dutta/">Institute webpage</a> | <a href="https://scholar.google.co.in/citations?hl=en&user=vg7M8DoAAAAJ&view_op=list_works&sortby=pubdate">Google scholar</a> | <a href="https://github.com/arghyadutta">GitHub</a> | <a href="https://twitter.com/arghya_dutta_">Twitter</a> | <a href="assets/cv-arghya.pdf">Résumé</a> <br>
</p>
<h3>Research interests</h3>
<ul>
<li>Designing biomolecules using simulations and machine learning</li>
<li>Chemical space of foods</li>
<li>Connections between quantum and classical dynamics</li>
</ul>
<h3>More</h3>
<ul>
<li><a href="texts/myPapers.html">Papers and codes</a></li>
<li><a href="texts/teaching.html">Teaching</a></li>
<li><a href="texts/resources.html">Resources</a></li>
</ul>
(Image credit: <a href="https://en.wikipedia.org/wiki/Bill_Watterson">Watterson</a>, of course, and <a href="https://www.reddit.com/r/ComicWalls/comments/1pnlm6/time_to_explore_calvin_hobbes_1920x1200/">reddit</a>)
</body>
</html>