Skip to content

Commit

Permalink
recent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
engshahrad committed Sep 15, 2024
1 parent b51d1fe commit d18cf37
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
6 changes: 6 additions & 0 deletions all-news.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
document.write('\
<ul style="text-align: left;vertical-align: top;">\
<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>\
September \'24 - Our paper is accepted to <a href="https://sp2025.ieee-security.org/" target="_blank">IEEE S&P (Oakland)</a>!\
</li>\
<li>\
September \'24 - Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!\
</li>\
<li>\
Expand Down
8 changes: 8 additions & 0 deletions all-news.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"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>)"
},
"24-09_2": {
"date":"September '24",
"content":"Our paper is accepted to <a href=\"https://sp2025.ieee-security.org/\" target=\"_blank\">IEEE S&P (Oakland)</a>!"
},
"24-09_1": {
"date":"September '24",
"content":"Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!"
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ <h2>Recent Lab News</h2>
<header class="major">
<h2>Publications and Preprints</h2>
<ul style="text-align: left;">
<li>
<b>Growlithe: A Developer-centric Compliance Tool for Serverless Applications</b><br>
P. Gupta, A. Moghimi, D. Sisodraker, M. Shahrad, and A. Mehta<br>
46th IEEE Symposium on Security and Privacy (<a href="https://sp2025.ieee-security.org/"><b>IEEE S&P '25</b></a>)
</li>
<li>
<b>Caribou: Fine-Grained Geospatial Shifting of Serverless Applications for Sustainability</b> &nbsp; <a style="text-decoration: none;" href="https://github.com/ubc-cirrus-lab/caribou" target="_blank"><i class="fa fa-github" style="color:rgb(0, 0, 0);"></i></a> <br>
V. Gsteiger, P. H. Long, Y. Sun, P. Javanrood, and M. Shahrad<br>
Expand Down
10 changes: 5 additions & 5 deletions recent-news.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
document.write('\
<ul style="text-align: left;vertical-align: top;">\
<li>\
September \'24 - Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!\
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>\
August \'24 - Our team has a paper accepted to <a href="https://sigops.org/s/conferences/sosp/2024/" target="_blank">SOSP \'24</a>!\
September \'24 - Our paper is accepted to <a href="https://sp2025.ieee-security.org/" target="_blank">IEEE S&P (Oakland)</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>)\
September \'24 - Shuo Zhang joins our team, and already won the UBC BPOC Graduate Excellence Award!\
</li>\
<li>\
June \'24 - Changyuan\'s paper is accepted to <a href="https://hotcarbon.org/" target="_blank">HotCarbon \'24</a>!\
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>\
June \'24 - Arshia gave a talk at the <a href="https://www.serverlesscomputing.org/woscx3/index.html" target="_blank">WOSCx3</a>! (<a href="https://www.serverlesscomputing.org/woscx3/presentations/6-ArshiaMoghimi-Parrotfish.pdf" target="_blank">slides</a>).\
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>)\
</li>\
</ul>\
');

0 comments on commit d18cf37

Please sign in to comment.