From 6560b43f8f537505acaff10eccc4c328483c383e Mon Sep 17 00:00:00 2001 From: Shaan Yadav Date: Sat, 25 May 2024 20:10:05 +0530 Subject: [PATCH] cleanup --- index.html | 10 ++++----- musings.html | 8 +++---- projects.html | 60 ++++++++++++++------------------------------------- resume.html | 4 ++-- 4 files changed, 27 insertions(+), 55 deletions(-) diff --git a/index.html b/index.html index adf4fa2..59e063b 100644 --- a/index.html +++ b/index.html @@ -26,13 +26,13 @@
diff --git a/musings.html b/musings.html index 268f485..27d213f 100644 --- a/musings.html +++ b/musings.html @@ -21,10 +21,10 @@
@@ -49,11 +49,11 @@

Some Vaguely Interesting

CUDA is very fast

- CUDA in C is indeed very fast. I see why people use it. + CUDA in C is indeed very fast.

I learnt how to write CUDA code for C, deal with memory allocation and transfer, how to write kernels. - The speedup compared to a CPU implementation of a 3 body problem I wrote was ~70x, which was quite surprising. + The speedup compared to a CPU implementation of a 3 body problem I wrote was ~70x, which was very impressive.

Initial motivation was to significantly speed up the diff --git a/projects.html b/projects.html index c44fbc7..0fd5480 100644 --- a/projects.html +++ b/projects.html @@ -21,10 +21,10 @@

@@ -373,50 +373,18 @@

☼ Solar_Panel_Dust_Sensor

- + -
-
-

04_Logisim CPU

-
- -
-
- Work 1 -
- Work 1 - Work 1 -
-
-
-

- Built a fully functioning CPU in Logisim. -

- Designed and implemented a fully functioning 16-bit word addressed RISC architecture CPU in Logisim. - The CPU is based on the MIPS assembly language. -

- Can carry out basic ALU operations such as add, sub, and, not etc. as well as - Program Counter based operations such as jumps (and links), jump returns and branching. - Also dealt with load/storing words into main memory, and dealing with keyboard inputs and displaying outputs. -

- Built all components of the CPU from the ground up (using nothing but wires, D flip flops, and/not/or gates and control buffers) - - ie the ALU, controller, shifters, register files, entire CPU pipeline. - -

-
-
- + +
- -
-

+

I interned as a software engineer at Raiz Vertical Farms in the summer of 2023, which is a startup that is bringing vertical farms to urban cities, making produce much more environmentally friendly and healthier. @@ -437,20 +405,19 @@

05_Raiz Vertical Farms

Work 1
- Work 1 Work 1
- - + --> + +

02_Machine Learning for Proteins and Drug Discovery

@@ -461,7 +428,7 @@

02_Machine Learning for Proteins and Drug Di
-

+

I'm currently working under Dr Rohit Singh about machine learning models for better drug development.

@@ -478,12 +445,13 @@

02_Machine Learning for Proteins and Drug Di

- + --> + + + diff --git a/resume.html b/resume.html index be32426..bb2d74c 100644 --- a/resume.html +++ b/resume.html @@ -22,10 +22,10 @@