Skip to content

Commit

Permalink
feat: update publications and news
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky9-cyou committed Mar 29, 2024
1 parent be5fdda commit 31e5202
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
13 changes: 13 additions & 0 deletions app/news/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ function Page(): JSX.Element {
<div className="mx-auto mb-20 max-w-5xl items-start justify-center p-4 md:mt-20">
<h2 className="mb-4 text-2xl font-semibold">News</h2>
<div>
<p>● A paper was accepted by Automatica(2024.03.26).</p>
<p>
Jianqi Chen, Junfeng Wu, Jie Chen, Small-Gain Criteria for
Mean-Square Stability of Random Delay Systems, Automatica, accepted
</p>
<p>● A paper was conditionally accepted by TRO(2024.02.27).</p>
<p>
Liang Wang, Yuanzheng He, Daobilige Su, Katsutoshi Itoyama, Kazuhiro
Nakadai, Junfeng Wu, Shoudong Huang, You-Fu Li, He Kong, SLAM-based
Joint Calibration of Multiple Asynchronous Microphone Arrays and
Sound Source Localization, IEEE Transactions on Robotics,
conditionally accepted.
</p>
<p>● A paper was accepted by TAC as a regular paper(2023.12.29).</p>
<p>
Lingying Huang, Junfeng Wu, Dawei Shi, Subhrakanti Dey, Ling Shi.
Expand Down
13 changes: 12 additions & 1 deletion app/publications/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ function Page(): JSX.Element {
<div className="mx-auto mb-20 max-w-5xl items-start justify-center p-4 md:mt-20">
<h2 className="mb-4 text-2xl font-semibold">JOURNAL PAPERS</h2>
<div>
<p>
[48]Jianqi Chen, Junfeng Wu, Jie Chen, Small-Gain Criteria for
Mean-Square Stability of Random Delay Systems, Automatica, accepted.
</p>
<p>
[47]Jiang Wang, Yuanzheng He, Daobilige Su, Katsutoshi Itoyama,
Kazuhiro Nakadai, Junfeng Wu, Shoudong Huang, You-Fu Li, He Kong,
SLAM-based Joint Calibration of Multiple Asynchronous Microphone
Arrays and Sound Source Localization, IEEE Transactions on Robotics,
conditionally accepted.
</p>
<p>
[46]Lingying Huang, Junfeng Wu, Dawei Shi, Subhrakanti Dey, Ling
Shi. “Differential Privacy in Distributed Optimization with Gradient
Expand Down Expand Up @@ -285,7 +296,7 @@ function Page(): JSX.Element {
<div>
<p>
[29] Jianhui Li, Youcheng Niu, Shuang Li, Yuzhe Li, Jinming Xu and
Junfeng Wu. “Inducing Desired Equilibrium in Taxi Repositioning
Junfeng Wu. “Inducing Desired Equilibrium in Taxi Repositioning
Problem with Adaptive Incentive Design”, 2023 62nd IEEE Conference
on Decision and Control (CDC).
</p>
Expand Down

0 comments on commit 31e5202

Please sign in to comment.