Skip to content

Commit f052e0c

Browse files
committed
Add December 2025 news and preprints
1 parent 39a4ab6 commit f052e0c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/data/news.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
import { NewsItem } from '@/types';
22

33
export const news: NewsItem[] = [
4+
{
5+
date: "December 2025",
6+
title: "$4.7 million support to Forlenza–Shakeri Project for Next-Gen Diabetes Tech",
7+
content: "We are thrilled to announce that Breakthrough T1D and the Helmsley Charitable Trust have awarded a $3.9 million grant to the Forlenza–Shakeri project, a multi-center initiative co-led by Dr. Shakeri as Contact PI alongside Dr. Greg Forlenza (CU Anschutz). UVA will lead algorithm development and engineering work packages, operating alongside clinical sites at UVA, CU (Barbara Davis Center), and UCSF to advance next-generation automated insulin delivery systems. The initiative is bolstered by $800,000 in in-kind contributions from Tandem Diabetes Care and Arecor, bringing total support to nearly $4.7 million."
8+
},
9+
{
10+
date: "December 10, 2025",
11+
title: "Preprint: Mitigating Exposure Bias in Risk-Aware Time Series Forecasting with Soft Tokens",
12+
content: "Autoregressive forecasting in diabetes and hemodynamic management can suffer from exposure bias under teacher forcing, yielding unstable multi-step predictions. We introduce Soft-Token Trajectory Forecasting (SoTra), which propagates continuous probability distributions (\"soft tokens\") to learn calibrated, uncertainty-aware trajectories, plus a risk-aware decoding module that minimizes expected clinical harm. SoTra reduces zone-based glucose risk by 18% and lowers blood-pressure clinical risk by about 15%, supporting safety-critical predictive control.",
13+
links: [{
14+
text: "Read on arXiv",
15+
url: "https://arxiv.org/abs/2512.10056"
16+
}]
17+
},
418
{
519
date: "December 2025",
620
title: "LaunchPad Funding for Diabetes Foundation Model",
@@ -40,6 +54,15 @@ export const news: NewsItem[] = [
4054
url: "https://arxiv.org/abs/2511.20601"
4155
}]
4256
},
57+
{
58+
date: "November 2025",
59+
title: "Preprint: Fusing Biomechanical and Spatio-Temporal Features for Fall Prediction",
60+
content: "Vision-based fall prediction is constrained by scarce fall data. We propose the Biomechanical Spatio-Temporal Graph Convolutional Network (BioST-GCN), a dual-stream model that fuses pose and biomechanical signals via cross-attention. BioST-GCN improves F1 by 5.32% on MCF-UA and 2.91% on MUVIM over ST-GCN, and the attention mechanisms highlight critical joints and temporal phases, while a simulation-to-reality gap remains.",
61+
links: [{
62+
text: "Read on arXiv",
63+
url: "https://arxiv.org/abs/2511.14620"
64+
}]
65+
},
4366
{
4467
date: "November 2025",
4568
title: "Paper Accepted for Oral Presentation",

0 commit comments

Comments
 (0)