Skip to content

Commit 6bbe661

Browse files
committed
Add November 2025 preprint news items
1 parent 2b13b53 commit 6bbe661

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/data/news.ts

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

33
export const news: NewsItem[] = [
4+
{
5+
date: "November 30, 2025",
6+
title: "Preprint: Fast Algorithm for Minimum Weight Cycles",
7+
content: "We released the preprint 'A Fast Algorithm for Finding Minimum Weight Cycles in Mining Cyclic Graph Topologies,' introducing a deterministic Dijkstra-inspired method with pruning heuristics to accelerate minimum weight cycle search and loop modulus computations.",
8+
links: [{
9+
text: "Read on arXiv",
10+
url: "https://arxiv.org/abs/2512.01049"
11+
}, {
12+
text: "Code: girth",
13+
url: "https://github.com/Shakeri-Lab/girth"
14+
}, {
15+
text: "Code: loop modulus",
16+
url: "https://github.com/Shakeri-Lab/loop-modulus"
17+
}]
18+
},
19+
{
20+
date: "November 25, 2025",
21+
title: "Preprint: Driver-Blindness in Blood Glucose Forecasting",
22+
content: "Dr. Shakeri's preprint 'The Driver-Blindness Phenomenon: Why Deep Sequence Models Default to Autocorrelation in Blood Glucose Forecasting' formalizes why deep models often ignore insulin, meals, and activity drivers, proposing mitigation strategies and calling for routine Δdrivers reporting.",
23+
links: [{
24+
text: "Read on arXiv",
25+
url: "https://arxiv.org/abs/2511.20601"
26+
}]
27+
},
428
{
529
date: "November 2025",
630
title: "Paper Accepted for Oral Presentation",

0 commit comments

Comments
 (0)