Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 117f394

Browse files
committed
added changes
1 parent 75dee34 commit 117f394

File tree

4 files changed

+39
-135
lines changed

4 files changed

+39
-135
lines changed

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ website:
1313
- href: teaching.qmd
1414
text: Teaching
1515
- href: https://sustainability-lab.github.io
16-
text: Lab (+Handbook)
16+
text: Research Group
1717
- href: blog
1818
text: Blog
1919
- href: files/cv.pdf
@@ -23,7 +23,7 @@ format:
2323
html:
2424
theme:
2525
light: [litera, styles.scss]
26-
dark: [darkly, styles-dark.scss]
26+
#dark: [darkly, styles-dark.scss]
2727
highlight-style: a11y-dark
2828
mainfont: "Roboto"
2929
code-copy: true

group.qmd

Lines changed: 0 additions & 79 deletions
This file was deleted.

group_pics.qmd

Lines changed: 0 additions & 51 deletions
This file was deleted.

index.qmd

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Nipun Batra
33
image: images/nipun.jpg
44
about:
55
template: trestles
6-
image-width: 10em
6+
image-width: 12em
77
image-shape: rounded
88
links:
99
- icon: twitter
@@ -23,9 +23,43 @@ about:
2323
href: https://scholar.google.co.in/citations?user=rFGzHlIAAAAJ&hl=en
2424
---
2525

26-
Nipun Batra is an Associate Professor in Computer Science at IIT Gandhinagar. He previously completed his postdoc from University of Virginia. He completed his PhD. from IIIT Delhi where he was a TCS PhD fellow. His group called the Sustainability Lab broadly works on machine learning and sensing for computational sustainability problems like smart buildings, air quality and wearable healthcare.
26+
<style>
27+
.lab-cta {
28+
background-color: #d1ecf1;
29+
border: 1px solid #bee5eb;
30+
border-radius: 8px;
31+
padding: 20px;
32+
margin: 25px 0;
33+
text-align: center;
34+
}
2735

28-
His work has been awarded several awards, including, young alumni award from IIIT Delhi, the best PhD presentation at ACM Sensys, best demo at ACM Buildsys, and a best video nominee at ACM KDD.
36+
.lab-cta h4 {
37+
color: #0c5460;
38+
margin-bottom: 10px;
39+
}
2940

41+
.lab-cta a {
42+
display: inline-block;
43+
background-color: #17a2b8;
44+
color: white;
45+
padding: 10px 20px;
46+
text-decoration: none;
47+
border-radius: 5px;
48+
margin: 5px 10px;
49+
font-weight: 500;
50+
}
3051

52+
.lab-cta a:hover {
53+
background-color: #138496;
54+
text-decoration: none;
55+
}
56+
</style>
3157

58+
Nipun Batra is an Associate Professor in [Computer Science](https://cs.iitgn.ac.in/) at [IIT Gandhinagar](https://iitgn.ac.in/), where he leads the [Sustainability Lab](https://sustainability-lab.github.io/). He previously completed his postdoc from University of Virginia and his PhD from IIIT Delhi as a TCS PhD fellow. His group develops AI-powered solutions for critical sustainability challenges including smart buildings, air quality monitoring, and wearable healthcare technologies. His work has been awarded several [awards](https://sustainability-lab.github.io/awards.html), including ACM SigEnergy Rising Star Award 2025, Excellence in Teaching Award IITGN 2024, Young Alumni Award IIIT Delhi 2023, Best PhD Presentation ACM SenSys 2015, Best Demo ACM BuildSys 2014, and Best Video Nominee ACM KDD 2016.
59+
60+
<div class="lab-cta">
61+
<h4>🚀 Join the Sustainability Lab</h4>
62+
<p>Interested in AI for sustainability and health? We're looking for motivated students and researchers.</p>
63+
<a href="https://sustainability-lab.github.io/openings.html">View Open Positions</a>
64+
<a href="https://sustainability-lab.github.io">Lab Website</a>
65+
</div>

0 commit comments

Comments
 (0)