From d682387a996bd3dc52e240dc1d73b1f7a1b61b97 Mon Sep 17 00:00:00 2001 From: Robert Joseph Date: Wed, 23 Oct 2024 10:36:31 -0700 Subject: [PATCH] done --- _layouts/home.md | 6 +++--- _sass/main.scss | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/home.md b/_layouts/home.md index 8b3d462..c0e6c76 100644 --- a/_layouts/home.md +++ b/_layouts/home.md @@ -6,15 +6,15 @@ home: true

-                                              Ph.D. Math & CS, California Institute of Technology (Sep 2023 - Present) +                                 ; Ph.D. Math & CS, California Institute of Technology (Sep 2023 - Present)
-                                              B.Sc Honors Math & CS, First Class, University of Alberta (Sep 2019 - May 2023) +                                  B.Sc Honors Math & CS, First Class, University of Alberta (Sep 2019 - May 2023)





-                                                                                                                                                                    [News] +                                                                                                                                    [News]

I am a Ph.D. student in Mathematics and Computer Science at Caltech under Professor Animashree Anandkumar (Nvidia). I work in the Artificial Intelligence and Machine Learning Group (AI4Science) group. I graduated with the Dean's Silver Medal in Science from the University of Alberta with a degree in Honors Mathematics and Computer Science. My research interests include Deep Learning, Neural Operators, AI4Science (Theory + Applications), AI4Math (Theorem proving in Lean + Autoformalization), LLM reasoning and Optimization and efficient training of foundational models. diff --git a/_sass/main.scss b/_sass/main.scss index 4b5bfc5..31e29fa 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -35,8 +35,8 @@ $dark-smoke: #4a4d56; $dark-gray: #767f87; // Width of the content area -$wide-size: 1100px; -$narrow-size: 1000px; +$wide-size: 1000px; +$narrow-size: 900px; // Padding unit $spacing-full: 30px;