Skip to content

Commit fa1298f

Browse files
add mesch and alumni section
1 parent 6dba0bf commit fa1298f

File tree

8 files changed

+48
-16
lines changed

8 files changed

+48
-16
lines changed

content/papers/2025/2025-meSch.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: papers
3+
title: "meSch: Multi-Agent Energy-Aware Scheduling for Task Persistence"
4+
date: 2025-06-25
5+
image: /images/meSch_3.gif
6+
venue: "IEEE/RSJ IROS 2025"
7+
authors:
8+
- kalebbennaveed
9+
- An Dang
10+
- rahulhkumar
11+
- dimitrapanagou
12+
arxiv: https://arxiv.org/abs/2406.04560
13+
code: https://github.com/kalebbennaveed/meSch
14+
video: https://www.youtube.com/watch?v=wgH-KgNGJgw
15+
abstract: "This paper develops a scheduling protocol for a team of autonomous robots that operate on long-term persistent tasks. The proposed framework, called meSch, accounts for the limited battery capacity of the robots and ensures that the robots return to charge their batteries one at a time at the single charging station. The protocol is applicable to general nonlinear robot models under certain assumptions, does not require robots to be deployed at different times, and can handle robots with different discharge rates. We further consider the case when the charging station is mobile and its state information is subject to uncertainty. The feasibility of the algorithm in terms of ensuring persistent charging is given under certain assumptions, while the efficacy of meSch is validated through simulation and hardware experiments."
16+
---

content/people/devanshagrawal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Devansh Agrawal
3-
category: PhD
3+
category: PostDoc
44
image: "/images/devanshagrawal.jpg"
55
year: 2020
66
link: https://dev10110.github.io

content/people/junhuizhang.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Junhui Zhang
3-
category: PostDoc
3+
category: Alumni
44
image: "/images/junhuizhang.jpg"
55
year: 2024
66
link: https://mrjunhuizhang.github.io/
77
mail: mailto:[email protected]
8+
role: "PostDoc (2024 - 2025)"
9+
current: "Assistant Professor at Nanjing University, Suzhou Campus."
810
---

content/people/kalebbennaveed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ category: "PhD"
44
image: /images/kalebbennaveed.jpeg
55
year: 2022
66
mail: mailto:[email protected]
7+
link: https://kalebbennaveed.github.io/
78
---

content/people/rahulhkumar.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Rahul H Kumar
33
# choose a category from [Faculty, PostDoc, PhD, Masters, Visiting, Alumni]. Be careful about the capitalization.
4-
category: Masters
4+
category: Alumni
55
# give the path relative to static/
66
image: "/images/rahul_dp.jpg"
77
# start year, used for sorting
@@ -10,4 +10,6 @@ year: 2024
1010
link: https://github.com/RahulHKumar
1111
# email id (optional)
1212
mail: mailto:[email protected]
13+
role: "MS Robotics (2023 - 2025)"
14+
current: "Robotics Engineer at Dexmate"
1315
---

content/people/trushantadeshara.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Trushant Adeshara
33
# choose a category from [Faculty, PostDoc, PhD, Masters, Visiting, Alumni]. Be careful about the capitalization.
4-
category: Masters
4+
category: Alumni
55
# give the path relative to static/
66
image: "/images/trushant.jpg"
77
# start year, used for sorting
@@ -10,4 +10,5 @@ year: 2024
1010
link: https://trushant-adeshara.com/
1111
# email id (optional)
1212
13+
role: "MS Robotics (2023 - 2025)"
1314
---

layouts/partials/person-card.html

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
<div class="card">
2-
<a href="{{ .RelPermalink }}">
3-
<div class="ratio ratio-1x1">
4-
{{ if .Params.image }}
5-
<img src="{{ .Params.image }}" class="card-img-top img-fluid rounded object-fit-cover" alt="{{ .Title }}">
6-
{{ else }}
7-
<img src="/images/default_profile.webp" class="card-img-top img-fluid rounded object-fit-cover" alt="{{ .Title }}">
8-
{{ end }}
9-
</div>
10-
</a>
2+
<a href="{{ .RelPermalink }}">
3+
<div class="ratio ratio-1x1">
4+
{{ if .Params.image }}
5+
<img src="{{ .Params.image }}" class="card-img-top img-fluid rounded object-fit-cover" alt="{{ .Title }}">
6+
{{ else }}
7+
<img src="/images/default_profile.webp" class="card-img-top img-fluid rounded object-fit-cover" alt="{{ .Title }}">
8+
{{ end }}
9+
</div>
10+
</a>
1111
<div class="card-body">
12-
<a href=" {{ .RelPermalink }}">
13-
<h5 class="card-title">{{ .Title }}</h5>
12+
<a href="{{ .RelPermalink }}">
13+
<h5 class="card-title">{{ .Title }}</h5>
1414
</a>
15+
16+
{{ if eq .Params.category "Alumni" }}
17+
{{ if .Params.role }}
18+
<p class="card-text"><strong>Role:</strong> {{ .Params.role }}</p>
19+
{{ end }}
20+
{{ if .Params.current }}
21+
<p class="card-text"><strong>Now:</strong> {{ .Params.current }}</p>
22+
{{ end }}
23+
{{ end }}
24+
1525
{{ if .Params.link }}
16-
<a href="{{ .Params.link }}">link</a> /
26+
<a href="{{ .Params.link }}" target="_blank">link</a> /
1727
{{ end }}
1828
{{ if .Params.mail }}
1929
<a href="{{ .Params.mail }}">email</a> /

static/images/meSch_3.gif

21.9 MB
Loading

0 commit comments

Comments
 (0)