Skip to content

Commit 2eecfe8

Browse files
committed
update publication
1 parent 62939e7 commit 2eecfe8

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

_bibliography/papers.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
---
22
---
33
4+
@article{cai2025modular,
5+
title={Modular Self-Reconfigurable Continuum Robot for General Purpose Loco-Manipulation},
6+
author={Cai, Yilin and Xu, Haokai and Wang, Yifan and Chen, Desai and Matusik, Wojciech and Shou, Wan and Chen, Yue},
7+
journal={IEEE Robotics and Automation Letters},
8+
year={2025},
9+
publisher={IEEE},
10+
selected={true},
11+
preview={msrcr_preview.gif}
12+
}
13+
14+
415
@article{ren2024multi,
516
title={Multi-Agent Teamwise Cooperative Path Finding and Traffic Intersection Coordination},
617
author={Ren, Zhongqiang and Cai, Yilin and Wang, Hesheng},

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ collections:
145145
permalink: /projects/:path/
146146

147147
news_scrollable: true # adds a vertical scroll bar if there are more than 3 news items
148-
news_limit: 15 # leave blank to include all the news in the `_news` folder
148+
news_limit: 30 # leave blank to include all the news in the `_news` folder
149149

150150
# -----------------------------------------------------------------------------
151151
# Jekyll settings

_includes/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h2>News</h2>
44
{% if site.news != blank -%}
55
{%- assign news_size = site.news | size -%}
6-
<div class="table-responsive" {% if site.news_scrollable and news_size > 3 %}style="max-height: 10vw"{% endif %}>
6+
<div class="table-responsive" {% if site.news_scrollable and news_size > 5 %}style="max-height: 10vw"{% endif %}>
77
<table class="table table-sm table-borderless">
88
{%- assign news = site.news | reverse -%}
99
{% if site.news_limit %}
8.02 MB
Loading

0 commit comments

Comments
 (0)