From f56d65007ab75c67e762b810f15ce002636fdc5d Mon Sep 17 00:00:00 2001 From: Sarani Mendis Date: Mon, 22 Apr 2024 14:01:28 +0530 Subject: [PATCH 1/2] Update university_sessions.json --- _data/university_sessions.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/_data/university_sessions.json b/_data/university_sessions.json index 0f6399da0da..41f3f0bbd0a 100644 --- a/_data/university_sessions.json +++ b/_data/university_sessions.json @@ -1,5 +1,39 @@ { "events": [ + { + "date": "May 2, 2024", + "expire": "2024-05-03T00:00:00.0000-00:00", + "type": "Community lecture", + "university": "Sabaragamuwa University of Sri Lanka", + "faculty": "Faculty of Computing", + "title": "Ballerina language for Seamless Integration", + "location": "Virtual", + "presenters": [ + { + "name": "Heshan Padmasiri", + "twitter": "https://twitter.com/HPadmasiri" + } + ], + "url": "", + "buttonText": "" + }, + { + "date": "April 29, 2024", + "expire": "2024-04-30T00:00:00.0000-00:00", + "type": "Lecture", + "university": "University of Moratuwa", + "faculty": "Department of Computer Science & Engineering", + "title": "Modern Compiler Trends: Insights from the Ballerina Compiler", + "location": "Moratuwa, Sri Lanka", + "presenters": [ + { + "name": "Hasitha Aravinda", + "twitter": "https://twitter.com/HasithaAravinda" + } + ], + "url": "", + "buttonText": "" + }, { "date": "April 22, 2024", "expire": "2024-04-23T00:00:00.0000-00:00", From 7dddc88834c0425f1ea2d631ec994ca6073e43a9 Mon Sep 17 00:00:00 2001 From: Sarani Mendis Date: Mon, 22 Apr 2024 14:07:59 +0530 Subject: [PATCH 2/2] Update university_sessions.json --- _data/university_sessions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/university_sessions.json b/_data/university_sessions.json index 41f3f0bbd0a..79bf31f3134 100644 --- a/_data/university_sessions.json +++ b/_data/university_sessions.json @@ -3,7 +3,7 @@ { "date": "May 2, 2024", "expire": "2024-05-03T00:00:00.0000-00:00", - "type": "Community lecture", + "type": "Tech talk", "university": "Sabaragamuwa University of Sri Lanka", "faculty": "Faculty of Computing", "title": "Ballerina language for Seamless Integration",