Skip to content

Commit

Permalink
updated recent news
Browse files Browse the repository at this point in the history
  • Loading branch information
engshahrad committed Sep 27, 2024
1 parent 23e4824 commit 83f18c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
5 changes: 4 additions & 1 deletion all-news.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
document.write('\
<ul style="text-align: left;vertical-align: top;">\
<li>\
September \'24 - Our vision paper with MIT and UMass researchers is accepted to <a href="https://acmsocc.org/2024/" target="_blank">SoCC \'24</a>.\
</li>\
<li>\
September \'24 - Congrats to Arshia for successfully defending his MASc thesis! (<a href="https://www.flickr.com/photos/194704428@N02/53997526399/in/datetaken-public/" target="_blank">photo</a>)\
</li>\
<li>\
Expand All @@ -10,7 +13,7 @@ September \'24 - Our paper is accepted to <a href="https://sp2025.ieee-security.
September \'24 - Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!\
</li>\
<li>\
August \'24 - Our team has a paper accepted to <a href="https://sigops.org/s/conferences/sosp/2024/" target="_blank">SOSP \'24</a>!\
August \'24 - Our team has a <a href="./papers/sosp24_caribou.pdf">paper</a> accepted to <a href="https://sigops.org/s/conferences/sosp/2024/" target="_blank">SOSP \'24</a>!\
</li>\
<li>\
July \'24 - Congrats to Nalin for successfully defending his MASc thesis! (<a href="https://www.flickr.com/photos/194704428@N02/53838355452/in/datetaken-public/" target="_blank">photo</a>)\
Expand Down
6 changes: 5 additions & 1 deletion all-news.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"24-09_4": {
"date":"September '24",
"content":"Our vision paper with MIT and UMass researchers is accepted to <a href=\"https://acmsocc.org/2024/\" target=\"_blank\">SoCC '24</a>."
},
"24-09_3": {
"date":"September '24",
"content":"Congrats to Arshia for successfully defending his MASc thesis! (<a href=\"https://www.flickr.com/photos/194704428@N02/53997526399/in/datetaken-public/\" target=\"_blank\">photo</a>)"
Expand All @@ -13,7 +17,7 @@
},
"24-08_1": {
"date":"August '24",
"content":"Our team has a paper accepted to <a href=\"https://sigops.org/s/conferences/sosp/2024/\" target=\"_blank\">SOSP '24</a>!"
"content":"Our team has a <a href=\"./papers/sosp24_caribou.pdf\">paper</a> accepted to <a href=\"https://sigops.org/s/conferences/sosp/2024/\" target=\"_blank\">SOSP '24</a>!"
},
"24-07_1": {
"date":"July '24",
Expand Down
8 changes: 4 additions & 4 deletions recent-news.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
document.write('\
<ul style="text-align: left;vertical-align: top;">\
<li>\
September \'24 - Our vision paper with MIT and UMass researchers is accepted to <a href="https://acmsocc.org/2024/" target="_blank">SoCC \'24</a>.\
</li>\
<li>\
September \'24 - Congrats to Arshia for successfully defending his MASc thesis! (<a href="https://www.flickr.com/photos/194704428@N02/53997526399/in/datetaken-public/" target="_blank">photo</a>)\
</li>\
<li>\
Expand All @@ -10,10 +13,7 @@ September \'24 - Our paper is accepted to <a href="https://sp2025.ieee-security.
September \'24 - Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!\
</li>\
<li>\
August \'24 - Our team has a paper accepted to <a href="https://sigops.org/s/conferences/sosp/2024/" target="_blank">SOSP \'24</a>!\
</li>\
<li>\
July \'24 - Congrats to Nalin for successfully defending his MASc thesis! (<a href="https://www.flickr.com/photos/194704428@N02/53838355452/in/datetaken-public/" target="_blank">photo</a>)\
August \'24 - Our team has a <a href="./papers/sosp24_caribou.pdf">paper</a> accepted to <a href="https://sigops.org/s/conferences/sosp/2024/" target="_blank">SOSP \'24</a>!\
</li>\
</ul>\
');

0 comments on commit 83f18c4

Please sign in to comment.