Skip to content

Commit ae48c3e

Browse files
committed
add news
1 parent 8ad8bbc commit ae48c3e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

config/news.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@ export interface News {
55

66

77
export const newsList: News[] = [
8+
{
9+
date: "Dec, 2025",
10+
content: "Upcoming NeurIPS workshop [Non-Euclidean Foundation Models and Geometric Learning Workshop @NeurIPS 2025 | Home](https://hyperboliclearning.github.io/events/neurips2025negelworkshop)"
11+
},
12+
{
13+
date: "Aug, 2025",
14+
content: "Our paper *RephQA* received the ** Blue Sky Best Paper Award ** at ACM KDD 2025."
15+
},
16+
{
17+
date: "Jul, 2025",
18+
content: "Talk at DeepLearn 2025 on Graph foundation models and Non-Euclidean foundation models."
19+
},
820
{
921
date: "Aug, 2025",
10-
content: "Tutorial on Non-Euclidean Foundation Models. International Conference on Knowledge Discovery and Data Mining (KDD)."
22+
content: "[Tutorial](https://hyperboliclearning.github.io/events/kdd2025tutorial) on Non-Euclidean Foundation Models. International Conference on Knowledge Discovery and Data Mining (KDD)."
1123
},
1224
{
1325
date: "May, 2025",

0 commit comments

Comments
 (0)