From 9c3f37a925565a06b33cba1fddc82bc430fff5b7 Mon Sep 17 00:00:00 2001 From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:45:24 +0200 Subject: [PATCH] feat: update agenda times (#354) --- config/speakers.json | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/config/speakers.json b/config/speakers.json index 06c3e9a7..c7f0b144 100644 --- a/config/speakers.json +++ b/config/speakers.json @@ -56,37 +56,54 @@ "city": "London", "agenda": [ { - "time": "3:30 PM BST - 3:50 PM BST", + "time": "1:50 PM BST - 2:15 PM BST", + "session": "The State of AsyncAPI Initiative", + "speaker": 7, + "type": "Keynote Speaker" + }, + { + "time": "2:15 PM BST - 2:40 PM BST", "session": "Topic Characteristics: What Do You Need To Know In Advance", "speaker": 1, "type": "Technical Speaker" }, { - "time": "3:50 PM BST - 4:15 PM BST", + "time": "2:40 PM BST - 3:05 PM BST", "session": "Harmonizing Asynchronous Systems: NATS, CloudEvents and AsyncAPI", "speaker": 3, "type": "Technical Speaker" }, { - "time": "4:15 PM BST - 4:40 PM BST", + "time": "3:05 PM BST - 3:30 PM BST", "session": "Better AsyncAPI Governance", "speaker": 2, "type": "Technical Speaker" }, { - "time": "4:40 PM BST - 5:05 PM BST", + "time": "3:30 PM BST - 3:50 PM BST", + "session": "", + "type": "Break/Networking" + }, + { + "time": "3:50 PM BST - 4:15 PM BST", "session": "Event-Driven Architectures Through API Management and AsyncAPI", "speaker": 4, "type": "Technical Speaker" }, { - "time": "5:05 PM BST - 5:30 PM BST", + "time": "4:15 PM BST - 4:40 PM BST", "session": "Using Test Containers for AsyncAPI Unit Testing and Mocking", "speaker": 5, "type": "Technical Speaker" }, { - "time": "5:30 PM BST - 5:55 PM BST", + "time": "4:40 PM BST - 5:05 PM BST", + "session": "Deploying WebSockets with AsyncAPI and Architecture as Code", + "speaker": [8,9], + "type": "Technical Speaker" + }, + { + "time": "5:05 PM BST - 5:30 PM BST", "session": "Building Cross-Exchange Trading Library With AsyncAPI", "speaker": 6, "type": "Technical Speaker" @@ -121,6 +138,21 @@ "name": "Sho Kaneko", "title": "Founder of Repoch", "img": "https://pbs.twimg.com/profile_images/1680155599227502594/14ASdMcD_400x400.jpg" + }, + { + "name": "Thulisile Sibanda", + "title": "Community Manager at AsyncAPI Initiative", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2964/3f41ea5b-34ea-496e-a0f0-c17296d1d032.jpg" + }, + { + "name": "James Gough", + "title": "Distinguished Engineer at Morgan Stanley", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2201/conversions/6d4f5dcd-52e6-41f8-8862-7ca096bb6b47-square.jpg" + }, + { + "name": "Will Osbourne", + "title": "Technology Associate at Morgan Stanley", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2990/conversions/dc3950b7-fa4a-4d89-b930-8e62bc883b6f-square.jpg" }] }, {