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: src/assets/content/News/news.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ interface NewsItem {
4
4
}
5
5
6
6
constrecentNews: NewsItem[]=[
7
+
{
8
+
date: "January 2025",
9
+
content: "Congrats Yi for receiving the Blackwell Graduate Research Paper award!"
10
+
},
7
11
{
8
12
date: "September 2024",
9
13
content: "Our 3 papers got accepted to NeurIPS, 2024: 'Fairness-Aware Meta-Learning via Nash Bargaining', 'Boosting Alignment for Post-Unlearning Text-to-Image Generative Models' and 'Compute-efficient LLM Training via Online Batch Selection'"
0 commit comments