-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpapers.html
61 lines (54 loc) · 2.17 KB
/
papers.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
<html>
<title>
Devashish Prasad
</title>
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="dev/main.css"/>
</head>
<body>
<br>
<!-- Webpage Top start -->
<!-- Heading -->
<div class="heading_center">
<a href="index.html">Devashish Prasad</a>
</div>
<hr noshade width=60%>
<!-- Header -->
<div class="header">
<ul>
<li><a href="about.html">About me</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="papers.html">Papers</a></li>
</ul>
</div>
<hr noshade width=60%>
<!-- Webpage Top end -->
<br>
<!-- Webpage content start -->
<h2> My Google Scholar Profile - <a href="https://scholar.google.com/citations?user=uWOJCTQAAAAJ&hl=en" target="_blank">link</a> </h2>
<h3> 2 papers and 40+ citations so far. Working on my next big paper. </h3>
<!-- Webpage content start -->
<br>
<!-- Webpage Bottom start -->
<hr noshade width=60%>
<!-- Social media -->
<div class="social">
<ul>
<li><a href="https://github.com/DevashishPrasad" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/devashishprasad" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=uWOJCTQAAAAJ&hl=en" target="_blank"><i class="fas fa-graduation-cap"></i></i></a></li>
<li><a href="https://www.kaggle.com/devashishprasad" target="_blank"><i class="fab fa-kaggle"></i></a></li>
<li><a href="https://stackoverflow.com/users/8029329/devashish-prasad" target="_blank"><i class="fab fa-stack-overflow"></i></a></li>
<li><a href="https://datascience.stackexchange.com/users/65781/devashish-prasad" target="_blank"><i class="fab fa-stack-exchange"></i></a></li>
<li><a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope"></i></a></li>
</ul>
</div>
<!-- Last line -->
<div class="footer">
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i> by Devashish Prasad
</div>
<!-- Webpage Bottom end -->
</body>
</html>