-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (88 loc) · 3.49 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="Homepage of Rishabh Solanki">
<meta name="keywords" content="Rishabh Solanki, Data science, LLMs, Machine leanring, AWS, CNN, RNN, NLP, Physics">
<meta name="author" content="Rishabh Solanki">
<title>
Rishabh · Homepage
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/hyde.css">
<link rel="stylesheet" href="/public/css/fade_in.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!---JS-->
<script src="/javascript/type.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBVJGEV8DR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HBVJGEV8DR');
</script>
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<!-- MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
messageStyle: "none",
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_CHTML">
</script>
</head>
<body>
<div class="sidebar animated">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>Discover</h1>
<p class="lead"></p>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item active">
<a href="/">Home</a>
</li>
<li class="sidebar-nav-item">
<a href="/research/">Projects</a>
</li>
<li class="sidebar-nav-item">
<a href="/cv/">Resume</a>
</li>
<li class="sidebar-nav-item">
<a href="/teaching/">Teaching</a>
</li>
<li class="sidebar-nav-item">
<a href="/About me/">About Me</a>
</li>
</ul>
<p><br>
© 2023. All rights reserved.
</p>
</div>
</div>
<div class="content container">
<h1 id="Rishabh-Solanki"></h1>
<script>typeText("Rishabh Solanki");</script>
<p class="slide-in">
<img src="/assets/Rishabh.jpeg" style="width:200px; height: auto; float:left; margin:0.5em 1em 0 0;" alt="Photo of Rishabh" />
</p>
<p class="fade-in" style="text-align:left;line-height: 1.7;">
I'm a data scientist at Mammoth Holdings, using machine learning and AI to solve real-world business problems.
Before this, I was doing research in astrophysics, working on simulations of stellar mergers involving white dwarfs.
I'm into hiking, sunsets, and mountains. I often find myself
wondering if the universe is deterministic or not and if there's more to the story.
</p>
</div>
</body>
</html>