Skip to content

Commit 3888254

Browse files
committed
Update homepage with new sponsor logos and improved layout
1 parent f7fb028 commit 3888254

File tree

7 files changed

+67
-39
lines changed

7 files changed

+67
-39
lines changed

_includes/news.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
<div class="news">
3-
<h2>news</h2>
2+
<div class="news">
43
{% if site.news != blank -%}
54
{%- assign news_size = site.news | size -%}
65
<div class="table-responsive" {% if site.news_scrollable and news_size > 3 %}style="max-height: 10vw"{% endif %}>
@@ -13,8 +12,8 @@ <h2>news</h2>
1312
{% endif %}
1413
{% for item in news limit: news_limit %}
1514
<tr>
16-
<th scope="row">{{ item.date | date: "%b %-d, %Y" }}</th>
17-
<td>
15+
<th scope="row" style="padding-top: 0.0em">{{ item.date | date: "%b %-d, %Y" }}</th>
16+
<td style="padding-top: 0em; padding-left: 0">
1817
{% if item.inline -%}
1918
{{ item.content | remove: '<p>' | remove: '</p>' | emojify }}
2019
{%- else -%}
@@ -28,4 +27,4 @@ <h2>news</h2>
2827
{%- else -%}
2928
<p>No news so far...</p>
3029
{%- endif %}
31-
</div>
30+
</div>

_pages/about.md

Lines changed: 63 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -60,54 +60,83 @@ social: true # includes social icons at the bottom of the page
6060

6161

6262
<div class="row">
63-
<div class="col-md-6">
64-
<span style="display: block; margin-bottom: 0.6em"></span>
65-
63+
<div class="col-md-12">
64+
<span style="display: block; margin-bottom: 1em"></span>
6665
<h4> About </h4>
67-
The Drexel Zhou Lab develops algorithms to enable security, reliability, and long-term autonomy for multi-robot systems. Our research draws from robotics, algorithms, game theory, and machine learning and is motivated by real-world applications to environmental monitoring, surveillance, reconnaissance, search and rescue, and urban mobility.
68-
69-
<span style="display: block; margin-bottom: 0.5em"></span>
70-
The lab is affiliated with the <a href= "https://drexel.edu/engineering/academics/departments/electrical-computer-engineering/"> Electrical and Computer Engineering </a> at <a href= "https://drexel.edu/">Drexel University</a>.
71-
72-
<!-- <span style="display: block; margin-bottom: 0.5em"></span>
73-
See more about our research <a href= "https://zhourobotics.github.io/research/">here</a>. -->
74-
75-
<span style="display: block; margin-bottom: 1.5em"></span>
76-
<h4> Projects </h4>
77-
78-
<div class="row">
79-
<div class="col-md-6">
80-
{% include figure.html path="assets/img/dcist.png" title="example image" class="img-fluid rounded z-depth-1" %}
81-
<div class="caption">
82-
<a href= "https://www.dcist.org/">ARL CRA DCIST</a>: Resilient and safe target tracking with heterogeneous multi-robot teams.
83-
</div>
84-
</div>
85-
66+
The Drexel Zhou Lab develops algorithms to advance the robustness, reliability, and scalability of robotics and multi-robot systems. Our research integrates robotics, algorithm design, and foundation models, and is driven by real-world challenges in environmental exploration, search and rescue, precision agriculture, urban mobility and robotic manipulation.
67+
</div>
8668
</div>
8769

70+
<div class="row">
71+
<div class="col-md-12">
72+
<span style="display: block; margin-bottom: 1em"></span>
73+
<h4> News </h4>
74+
<div class="table-responsive">
75+
<table class="table table-sm table-borderless">
76+
<tr>
77+
<th scope="row" style="padding-top: 0.1em">June 15, 2025</th>
78+
<td style="padding-top: 0em; padding-left: 0">
79+
Our paper on <a href="https://arxiv.org/pdf/2409.11230">resilient multi-robot tracking</a> has been accepted to IROS 2025!
80+
</td>
81+
</tr>
82+
<tr>
83+
<th scope="row" style="padding-top: 0.1em">May 6, 2025</th>
84+
<td style="padding-top: 0em; padding-left: 0">
85+
Our paper on <a href="https://ieeexplore.ieee.org/abstract/document/10989573">game-theoretic robot allocation</a> has been accepted to TRO!
86+
</td>
87+
</tr>
88+
<tr>
89+
<th scope="row" style="padding-top: 0.1em">April 14, 2025</th>
90+
<td style="padding-top: 0em; padding-left: 0">
91+
Our paper on <a href="https://openaccess.thecvf.com/content/CVPR2025W/WDFM-AD/html/Chahe_ReasonDrive_Efficient_Visual_Question_Answering_for_Autonomous_Vehicles_with_Reasoning-Enhanced_CVPRW_2025_paper.html">Finetuning chain-of-thought of small vision-language models for autonomous driving</a> has been accepted to <a href = "https://wdfm-ad.github.io/">CVPR 2025 WDFM-AD Workshop</a>!
92+
</td>
93+
</tr>
94+
<tr>
95+
<th scope="row" style="padding-top: 0.1em">June 15, 2025</th>
96+
<td style="padding-top: 0em; padding-left: 0">
97+
Our paper on <a href="https://openaccess.thecvf.com/content/WACV2025W/LLVMAD/html/Chahe_Query3D_LLM-Powered_Open-Vocabulary_Scene_Segmentation_with_Language_Embedded_3D_Gaussians_WACVW_2025_paper.html">LLM-powered open-vocabulary scene segmentation with language embedded 3D Gaussians</a> won the <strong>Best Paper Award</strong> at the <a href = "https://llvm-ad.github.io/WACV_2025/">WACV 2025 LLVM-AD Workshop</a>! 🎉
98+
</td>
99+
</tr>
100+
</table>
101+
</div>
88102
</div>
103+
</div>
89104

90-
<div class="col-md-6">
91-
<a class="twitter-timeline" href="https://twitter.com/lfzhou917" data-widget-id="695051708246941697">Tweets by @lfzhou917</a>
92-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
105+
<div class="row">
106+
<div class="col-md-12">
107+
<span style="display: block; margin-bottom: 0.5em"></span>
108+
<h4> Sponsors </h4>
109+
<span style="display: block; margin-bottom: 1em"></span>
110+
<div class="row">
111+
<div class="col-md-5">
112+
{% include figure.html path="assets/img/arl.jpg" title="example image" class="img-fluid rounded z-depth-1" width="92%" %}
113+
<!-- <div class="caption">
114+
<a href= "https://www.dcist.org/">ARL CRA DCIST</a>: Resilient and safe target tracking with heterogeneous multi-robot teams.
115+
</div> -->
116+
</div>
117+
<div class="col-md-4">
118+
{% include figure.html path="assets/img/faa.png" title="example image" class="img-fluid rounded z-depth-1" width="85%" %}
119+
</div>
120+
<div class="col-md-3">
121+
{% include figure.html path="assets/img/harmoni.png" title="example image" class="img-fluid rounded z-depth-1" width="43%" %}
122+
</div>
123+
</div>
93124
</div>
94125
</div>
95126

127+
<span style="display: block; margin-bottom: 0.5em"></span>
96128

97129
<div class='container'>
98130
<header class="masthead text-center">
99-
100-
<span style="display: block; margin-bottom: 3em"></span>
131+
<span style="display: block; margin-bottom: 2em"></span>
132+
<i class="fab fa-youtube"></i> <a href= "https://www.youtube.com/channel/UCPw3Yjm2b7bioxqOJbdVrEA" target="_blank"> ZhouLab </a> &nbsp;&nbsp;&nbsp;
133+
<i class="fab fa-linkedin"></i> <a href= "https://www.linkedin.com/in/lifeng-zhou-18135aa6/" target="_blank"> Lifeng Zhou </a> &nbsp;&nbsp;&nbsp;
101134
<i class="fab fa-twitter"></i> <a href= "http://twitter.com/lfzhou917" target="_blank"> lfzhou917 </a> &nbsp;&nbsp;&nbsp;
102-
<i class="fab fa-github"></i> <a href= "https://github.com/Zhourobotics" target="_blank"> ZhouLab </a> &nbsp;&nbsp;&nbsp;
103-
<i class="fab fa-youtube"></i> <a href= "https://www.youtube.com/channel/UCPw3Yjm2b7bioxqOJbdVrEA" target="_blank"> ZhouLab </a>
104-
<!-- <i class="fa fa-envelope"></i> lz457@drexel.edu <br> -->
105-
<!-- <i class="fa fa-envelope"></i> <a href="mailto:lz457@drexel.edu" target="_blank"> lz457@drexel.edu </a> --> <br>
135+
<i class="fab fa-github"></i> <a href= "https://github.com/Zhourobotics" target="_blank"> ZhouLab </a>
136+
<br>
106137

107-
<!-- <span style="display: block; margin-bottom: 3em"></span> -->
108-
Department of Electrical and Computer Engineering at Drexel University<br>
138+
<a href= "https://drexel.edu/engineering/academics/departments/electrical-computer-engineering/"> Department of Electrical and Computer Engineering </a> at <a href= "https://drexel.edu/">Drexel University</a><br>
109139
506 Bossone Research Building, 3120 Market Street, Philadelphia, PA 19104
110140
<span style="display: block; margin-bottom: 3em"></span>
111-
112141
</header>
113142
</div>

assets/img/arl.jpg

24.4 KB
Loading

assets/img/faa.jpg

33.4 KB
Loading

assets/img/faa.png

70.9 KB
Loading

assets/img/harmoni.png

48.8 KB
Loading

assets/img/sponsers.png

799 KB
Loading

0 commit comments

Comments
 (0)