diff --git a/all-news.js b/all-news.js
index 553edd5..46ec311 100644
--- a/all-news.js
+++ b/all-news.js
@@ -1,6 +1,9 @@
document.write('\
\
- \
+September \'24 - Our vision paper with MIT and UMass researchers is accepted to SoCC \'24.\
+
\
+- \
September \'24 - Congrats to Arshia for successfully defending his MASc thesis! (photo)\
\
- \
@@ -10,7 +13,7 @@ September \'24 - Our paper is accepted to SOSP \'24!\
+August \'24 - Our team has a paper accepted to SOSP \'24!\
\
- \
July \'24 - Congrats to Nalin for successfully defending his MASc thesis! (photo)\
diff --git a/all-news.json b/all-news.json
index 1178eb8..65d006d 100644
--- a/all-news.json
+++ b/all-news.json
@@ -1,4 +1,8 @@
{
+ "24-09_4": {
+ "date":"September '24",
+ "content":"Our vision paper with MIT and UMass researchers is accepted to SoCC '24."
+ },
"24-09_3": {
"date":"September '24",
"content":"Congrats to Arshia for successfully defending his MASc thesis! (photo)"
@@ -13,7 +17,7 @@
},
"24-08_1": {
"date":"August '24",
- "content":"Our team has a paper accepted to SOSP '24!"
+ "content":"Our team has a paper accepted to SOSP '24!"
},
"24-07_1": {
"date":"July '24",
diff --git a/recent-news.js b/recent-news.js
index 461dbd2..41afd57 100644
--- a/recent-news.js
+++ b/recent-news.js
@@ -1,6 +1,9 @@
document.write('\
\
- \
+September \'24 - Our vision paper with MIT and UMass researchers is accepted to SoCC \'24.\
+
\
+- \
September \'24 - Congrats to Arshia for successfully defending his MASc thesis! (photo)\
\
- \
@@ -10,10 +13,7 @@ September \'24 - Our paper is accepted to SOSP \'24!\
-
\
-- \
-July \'24 - Congrats to Nalin for successfully defending his MASc thesis! (photo)\
+August \'24 - Our team has a paper accepted to SOSP \'24!\
\
\
');
\ No newline at end of file