Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
savnkr committed Jan 31, 2025
1 parent 14f4348 commit b774343
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
20 changes: 10 additions & 10 deletions assets/js/custom.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
document.addEventListener("DOMContentLoaded", function () {
new Typed("#intro", {
strings: [
"Hi! I am Sawan Kumar, a PhD student at IIT Delhi.",
],
typeSpeed: 50,
backSpeed: 30,
loop: true,
});
});
// document.addEventListener("DOMContentLoaded", function () {
// new Typed("#intro", {
// strings: [
// "Hi! I am Sawan Kumar, a PhD student at IIT Delhi.",
// ],
// typeSpeed: 50,
// backSpeed: 30,
// loop: true,
// });
// });

5 changes: 4 additions & 1 deletion content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ languages:
## About Me

<!-- Hi! I am Sawan Kumar, a PhD student at IIT Delhi. -->
<span id="dynamic-research-text"></span>
{{< typeit >}}
Hi! I am Sawan Kumar, a PhD student at IIT Delhi.
{{< /typeit >}}


My research focuses on scalable Bayesian methods, uncertainty quantification, physics-aware deep learning, Gaussian Processes, prior modeling, and computational mechanics. Previously, I was an intern at the Foundation for Smart Manufacturing (FSM) at IIT Delhi, working on robotic automation and welding systems. Before that, I applied machine learning and AI techniques to enhance the design and performance of electric vehicles as a team lead for Team Hertz Electric at DTU. I completed my BTech in Mechanical Engineering at Delhi Technological University.

Expand Down

0 comments on commit b774343

Please sign in to comment.