From 9217fec2636236affeea1c8f05ec82047ba52599 Mon Sep 17 00:00:00 2001 From: Pramod Kotipalli Date: Thu, 23 Jul 2026 17:40:10 -0700 Subject: [PATCH 1/2] Refine homepage research and engineering introduction --- _config.yml | 2 +- _data/navbar.yml | 5 +++++ _layouts/index.md | 15 +++++++++++---- index.md | 21 ++++++++++++++++++++- 4 files changed, 37 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 5a343ca4..3fe414bc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Pramod Kotipalli -subtitle: Masters candidate, Stanford CS +subtitle: Software engineer and computer science researcher url: "https://p13i.io" # Site configurations diff --git a/_data/navbar.yml b/_data/navbar.yml index ff83d3f4..694b9807 100644 --- a/_data/navbar.yml +++ b/_data/navbar.yml @@ -3,6 +3,11 @@ target: _self category: research +- display: "Engineering āš™ļø" + href: /engineering/ + target: _self + category: engineering + - display: "Writing šŸ“" href: /writing/ target: _self diff --git a/_layouts/index.md b/_layouts/index.md index f88886be..d376125c 100644 --- a/_layouts/index.md +++ b/_layouts/index.md @@ -5,15 +5,19 @@ layout: base

-

hey there! 😁

+

Hi, I'm Pramod.


-
- +
+ Portrait of Pramod Kotipalli
-
+

{{ content }}
@@ -22,9 +26,12 @@ layout: base
+

Research and engineering

{% for post in site.posts %} {% if post.featured %} + {% if post.categories contains "research" or post.categories contains "engineering" %} {% include _post_card.html post=post %} + {% endif %} {% endif %} {% endfor %}
diff --git a/index.md b/index.md index d193da02..6e84ff7f 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,24 @@ --- layout: index +description: + Software engineer and computer science researcher working + across machine learning, distributed systems, and + human-computer interaction. --- -brb gonna get my phd +I'm a software engineer and computer science researcher. My +work spans machine learning, distributed systems, and +human-computer interaction. + +I studied computer science at Georgia Tech and Stanford, +then spent three years building high-scale systems at +Google. Recently, I have been building and evaluating +machine-learning systems, from distributed model training to +on-device inference. + +I'm especially interested in how intelligent systems work +and why models make the choices they do. + +Start with my [research](/research/), +[engineering work](/engineering/), [writing](/writing/), or +[CV](/cv/). From 49e06a62888c7be1ade16431d9840bcd5dac0c72 Mon Sep 17 00:00:00 2001 From: Pramod Kotipalli Date: Thu, 23 Jul 2026 17:54:05 -0700 Subject: [PATCH 2/2] Shorten homepage introduction --- index.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/index.md b/index.md index 6e84ff7f..9c3c03bf 100644 --- a/index.md +++ b/index.md @@ -6,19 +6,4 @@ description: human-computer interaction. --- -I'm a software engineer and computer science researcher. My -work spans machine learning, distributed systems, and -human-computer interaction. - -I studied computer science at Georgia Tech and Stanford, -then spent three years building high-scale systems at -Google. Recently, I have been building and evaluating -machine-learning systems, from distributed model training to -on-device inference. - -I'm especially interested in how intelligent systems work -and why models make the choices they do. - -Start with my [research](/research/), -[engineering work](/engineering/), [writing](/writing/), or -[CV](/cv/). +I’m a software engineer and computer science researcher.