Skip to content

Commit d4162a2

Browse files
authored
feat: add Online Conf Agenda (#821)
* initial-draft * fix-time * move-anushka
1 parent ef36bd6 commit d4162a2

File tree

2 files changed

+95
-10
lines changed

2 files changed

+95
-10
lines changed

config/agenda.json

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,89 @@
194194
"speaker": 24,
195195
"type": "Technical Speaker",
196196
"city": "Bangalore"
197-
}
197+
},
198+
{
199+
"time": "10:00 AM UTC - 10:20 AM UTC",
200+
"session": "Welcome Speech",
201+
"speaker": 10,
202+
"type": "Welcome Note",
203+
"city": "Online"
204+
},
205+
{
206+
"time": "10:30 AM UTC - 11:10 AM UTC",
207+
"session": "The Path to Maintainership",
208+
"speaker": 9,
209+
"type": "Key Note",
210+
"city": "Online"
211+
},
212+
{
213+
"time": "11:20 AM UTC - 11:50 AM UTC",
214+
"session": "Kafka Is Not Always the Answer",
215+
"speaker": 25,
216+
"type": "Technical Talk",
217+
"city": "Online"
218+
},
219+
{
220+
"time": "12:00 PM UTC - 12:30 PM UTC",
221+
"session": "Documenting Event-Driven Services with docusaurus-asyncapi",
222+
"speaker": 26,
223+
"type": "Technical Talk",
224+
"city": "Online"
225+
},
226+
{
227+
"time": "12:40 PM UTC - 13:20 PM UTC",
228+
"session": "Governance Board Panel: Looking at The Future of AsyncAPI",
229+
"speaker": [10,1,34],
230+
"type": "Community Talk",
231+
"city": "Online"
232+
},
233+
{
234+
"time": "13:30 PM UTC - 14:00 PM UTC",
235+
"session": "Building an AI Data Governance Framework for Event-Driven Banking Systems",
236+
"speaker": 28,
237+
"type": "Technical Talk",
238+
"city": "Online"
239+
},
240+
{
241+
"time": "14:10 PM UTC - 14:50 PM UTC",
242+
"session": "Building A Sustainable Open Source Project: Marketing by Design, Not by Accident",
243+
"speaker": 32,
244+
"type": "Community Talk",
245+
"city": "Online"
246+
},
247+
{
248+
"time": "15:00 PM UTC - 15:30 PM UTC",
249+
"session": "From Contributor to Maintainer: My GSoC Journey with AsyncAPI Generator",
250+
"speaker": 30,
251+
"type": "Technical Talk",
252+
"city": "Online"
253+
},
254+
{
255+
"time": "15:40 PM UTC - 15:45 PM UTC",
256+
"session": "My First AsyncAPI Pull Request",
257+
"speaker": 33,
258+
"type": "Lightining Talk",
259+
"city": "Online"
260+
},
261+
{
262+
"time": "15:50 PM UTC - 16:20 PM UTC",
263+
"session": "Sustainable UX: Designing Digital Products with a Low Carbon Footprint in an Event Driven World",
264+
"speaker": 29,
265+
"type": "Community Talk",
266+
"city": "Online"
267+
},
268+
{
269+
"time": "16:30 PM UTC - 16:50 PM UTC",
270+
"session": "Agile in the Context of Open-Source",
271+
"speaker": 31,
272+
"type": "Community Talk",
273+
"city": "Online"
274+
},
275+
{
276+
"time": "17:00 PM UTC - 17:20 PM UTC",
277+
"session": "Closing Speech",
278+
"speaker": [9, 10],
279+
"type": "Closing Remarks",
280+
"city": "Online"
281+
}
198282
]

config/speakers.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Head of Technical Marketing at Kong",
55
"img": "/img/speaker-images/london/Hugo Guerrero.webp",
66
"id": 1,
7-
"city": ["Singapore"]
7+
"city": ["Singapore", "Online"]
88
},
99
{
1010
"name": "Naresh Jain",
@@ -67,7 +67,7 @@
6767
"title": "Senior Community Manager at AsyncAPI Initiative",
6868
"img": "/img/speaker-images/london/Thulisile Sibanda.webp",
6969
"id": 10,
70-
"city": ["Lagos", "Bangalore"]
70+
"city": ["Lagos", "Bangalore", "Online"]
7171
},
7272
{
7373
"name": "Prince Onyeanuna",
@@ -181,13 +181,6 @@
181181
"id": 26,
182182
"city": ["Online"]
183183
},
184-
{
185-
"name": "Anushka Sharan",
186-
"title": "Undergraduate Student at NSUT, Delhi",
187-
"img": "/img/speaker-images/online-conf/Sharan.webp",
188-
"id": 27,
189-
"city": ["Online"]
190-
},
191184
{
192185
"name": "Ashish Dibouliya",
193186
"title": "Sr Enterprise Data Architect at Webster Bank",
@@ -230,4 +223,12 @@
230223
"id": 33,
231224
"city": ["Online"]
232225
}
226+
,
227+
{
228+
"name": "Fran Mendez",
229+
"title": "Creator of AsyncAPI",
230+
"img": "/img/speaker-images/bangalore/Fran.webp",
231+
"id": 34,
232+
"city": ["Online"]
233+
}
233234
]

0 commit comments

Comments
 (0)