You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/news.ts
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,21 @@ export interface News {
5
5
6
6
7
7
exportconstnewsList: 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
+
},
8
20
{
9
21
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)."
0 commit comments