-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (38 loc) · 1.52 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
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="github-markdown-light.css">
<title>Ankit's Homepage</title>
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
.markdown-body p a {
color: black;
}
.markdown-body p a:hover {
color: gray;
text-decoration: underline;
}
</style>
<article class="markdown-body">
<span style="color: black;">home</span> <span style="color:gray"> / </span>
<a href="/pubs.html">publications</a> <span style="color:gray"> / </span>
<a href="/recs.html">notes</a> <span style="color:gray"> / </span>
<a href="/misc.html">misc</a>
<h1>Ankit<span style="font-family: helvetica;">.</span></h1>
<p>
<p>working on ai + math research: </p>
<img src="/lethimcook.png">
</p>
<!-- <p>Accelerate! <br>Ankit, 2023</p> -->
<!-- <p>Igniting curiosity and fueling a passion for discovery, experimentation, and critical thinking is the main tenet I live for and so naturally, I believe raising the public awareness of and interest in science is vital in the forthcoming decades as scientific breakthroughs <i>have just begun</i>.</p> -->
<!-- <p>I'm into algorithms (randomized algorithms, online computation & optimization), discrete mathematics (graph theory & combinatorics) and cognitive neuroscience (memory, perception and consciousness). </p> -->
</article>