diff --git a/all-news.js b/all-news.js
index 02da39d..c6e5c93 100644
--- a/all-news.js
+++ b/all-news.js
@@ -1,6 +1,9 @@
document.write('\
\
- \
+September \'24 - Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!\
+
\
+- \
August \'24 - Our team has a paper accepted to SOSP \'24!\
\
- \
diff --git a/all-news.json b/all-news.json
index b2a9f54..9ecc480 100644
--- a/all-news.json
+++ b/all-news.json
@@ -1,4 +1,8 @@
{
+ "24-09_1": {
+ "date":"September '24",
+ "content":"Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!"
+ },
"24-08_1": {
"date":"August '24",
"content":"Our team has a paper accepted to SOSP '24!"
diff --git a/recent-news.js b/recent-news.js
index aa4f3da..be7a776 100644
--- a/recent-news.js
+++ b/recent-news.js
@@ -1,6 +1,9 @@
document.write('\
\
- \
+September \'24 - Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!\
+
\
+- \
August \'24 - Our team has a paper accepted to SOSP \'24!\
\
- \
@@ -12,8 +15,5 @@ June \'24 - Changyuan\'s paper is accepted to \
June \'24 - Arshia gave a talk at the WOSCx3! (slides).\
\
-- \
-April \'24 - Changyuan receives the prestigious CGS-D scholarship.\
-
\
\
');
\ No newline at end of file