Skip to content

Commit 17c48e2

Browse files
committed
added projects, removed about
1 parent a792f0d commit 17c48e2

File tree

6 files changed

+15
-25
lines changed

6 files changed

+15
-25
lines changed

Gemfile.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ GEM
2929
faraday-net_http (>= 2.0, < 3.1)
3030
ruby2_keywords (>= 0.0.4)
3131
faraday-net_http (3.0.2)
32+
ffi (1.15.5)
3233
ffi (1.15.5-x64-mingw-ucrt)
3334
forwardable-extended (2.6.0)
3435
gemoji (3.0.1)
@@ -206,12 +207,14 @@ GEM
206207
rb-fsevent (~> 0.10, >= 0.10.3)
207208
rb-inotify (~> 0.9, >= 0.9.10)
208209
mercenary (0.3.6)
210+
mini_portile2 (2.8.7)
209211
minima (2.5.1)
210212
jekyll (>= 3.5, < 5.0)
211213
jekyll-feed (~> 0.9)
212214
jekyll-seo-tag (~> 2.1)
213215
minitest (5.16.3)
214-
nokogiri (1.13.9-x64-mingw-ucrt)
216+
nokogiri (1.13.9)
217+
mini_portile2 (~> 2.8.0)
215218
racc (~> 1.4)
216219
octokit (4.25.1)
217220
faraday (>= 1, < 3)
@@ -249,14 +252,15 @@ GEM
249252
tzinfo (>= 1.0.0)
250253
unf (0.1.4)
251254
unf_ext
252-
unf_ext (0.0.8.2-x64-mingw-ucrt)
255+
unf_ext (0.0.8.2)
253256
unicode-display_width (1.8.0)
254257
wdm (0.1.1)
255258
webrick (1.7.0)
256259
zeitwerk (2.6.6)
257260

258261
PLATFORMS
259262
x64-mingw-ucrt
263+
x86_64-linux
260264

261265
DEPENDENCIES
262266
github-pages

_data/navigation.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# main links
22
main:
3-
- title: "About Me"
4-
url: about
3+
# - title: "About Me"
4+
# url: about
5+
- title: "Research"
6+
url: projects
57
- title: "Astrophotography"
68
url: /gallery/
79
- title: "CV"

about.md

-18
This file was deleted.

assets/images/_DSC2855.jpg

-8.82 MB
Binary file not shown.

assets/images/home.jpeg

-3.21 MB
Binary file not shown.

index.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ classes:
55
- landing
66
- dark-theme
77
header:
8-
image: /assets/images/home.jpeg
8+
image: /assets/images/about.jpg
99
permalink: /
1010
---
1111

1212
## Hi!
1313
I'm Advait, and you have discovered my website.
1414

15-
I'm Engineering Physics undergrad at IIT Bombay, and also an amateur astrophotographer who loves spending time under the night sky. My research interests include experimental astrophysics and instrumentation. I am currently working on the [Daksha](https://www.dakshasat.in/){:target="_blank" rel="noopener"} space telescope as a part of [STAR Lab](https://www.star-iitb.in/home).
15+
I graduated from IIT Bombay in 2024 with a Bachelor of Technology in Engineering Physics and a Minor in Electrical Engineering. My research interests include experimental astrophysics, focusing on hardware and software development for next-generation astronomical instruments and using them to further our understanding of the Universe.
1616

17-
You can find out more about me [here](/about), and check out some of my images of space [here](/gallery).
17+
I currently work as a postbac researcher with Prof. [Mansi Kasliwal](https://sites.astro.caltech.edu/~mansi/) at Caltech. During my time at IITB, I worked on the [Daksha](https://www.dakshasat.in/){:target="_blank" rel="noopener"} space telescope at of [STAR Lab](https://www.star-iitb.in/home) with Prof. [Varun Bhalerao](https://www.star-iitb.in/group/varun-bhalerao). You can find more about my current and past projects [here](/projects).
18+
19+
I'm also an amateur astrophotographer, and you can check out some of my images of space [here](/gallery).
1820

1921
<!-- ---
2022
layout: splash

0 commit comments

Comments
 (0)