-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.qmd
47 lines (38 loc) · 2.14 KB
/
index.qmd
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
---
title: Hi there!
---
::::: {.grid style="gap: 20px 10px;"}
```{=html}
<div class="g-col-12" style="font-size: 0;">
<img src="files/rainbow-bar.svg" height="5px" width="100%">
</div>
```
::: {.g-col-12 .g-col-sm-4}
```{=html}
<div class="grid" style="--bs-columns: 5; gap: 0">
<div class="g-col-1 g-col-sm-0"></div>
<div class="g-col-3 g-col-sm-5">
<picture>
<source media="(min-width: 576px)" srcset="files/me-long.jpg">
<source media="(max-width: 576px)" srcset="files/me-short.jpg">
<img src="files/me-short.jpg" class="img-fluid">
</picture>
</div>
<div class="g-col-1 g-col-sm-0"></div>
</div>
```
:::
::: {.g-col-12 .g-col-sm-8}
I am Sarthak (he/him) and I recently completed my Master's in Math from [IIT Gandhinagar](https://iitgn.ac.in/).
<p>Previously, in my undergrad days, I was a physics major at [St. Stehphen's College](https://www.ststephens.edu/). There, I took some pure math electives and had my first brush with *real* math. I immediately knew that the precision and rigor that math provided would be my solace. This led to my physics-to-math switch in 2021, and it was one of the most happy [(and dichotomously, tumultuous)]{style="font-size: 0.7em"} decisions I ever made.</p>
<p>Since then, I have eventually fallen for almost every kind of math that has crossed my path so far, sometimes surprisingly (for instance, algebraic topology). Nevertheless, I have enjoyed the "analytical" side of math a bit more than its "algebraic" side, and that could be due to my physics roots---real, complex and functional analyses all hold special places in my heart. [(Indeed, during my physics days, doing functional analysis rigorously (for QM) had been a goal.)]{style="font-size: 0.7em"} I also enjoy logic, and hold great respect for constructivists.</p>
<p style="margin-bottom: 0px">
Apart from doing math, my other observable states include playing piano, learning Italian, and crocheting.
</p>
:::
```{=html}
<div class="g-col-12" style="font-size: 0;">
<img src="files/rainbow-bar.svg" height="5px" width="100%">
</div>
```
:::::