Skip to content

Commit 96d9ec2

Browse files
committed
Add track floor
1 parent 63a8380 commit 96d9ec2

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

data/schedule.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export const SCHEDULE = {
206206
discordChannelLink: 'https://discord.com/channels/1301212203336073226/1342141517514539089',
207207
title:
208208
'Mastering Test Driven Development in Django: A Comprehensive Guide with factory_boy and faker',
209-
location: 'Track 1',
209+
location: 'Track 1 | 10th Floor',
210210
speakers: [getSpeaker('kuldeep-pisda')],
211211
},
212212
{
@@ -216,15 +216,15 @@ export const SCHEDULE = {
216216
title:
217217
'Causal Inference & Uplift Modeling in Python: Beyond Correlation',
218218
speakers: [getSpeaker('sonu-kumar')],
219-
location: 'Track 2',
219+
location: 'Track 2 | 11th Floor',
220220
},
221221
{
222222
time: '10:00 - 11:30 AM',
223223
type: 'Workshop',
224224
discordChannelLink: 'https://discord.com/channels/1301212203336073226/1342142649888542815',
225225
title: 'Writing bug free python code with functional programming',
226226
speakers: [getSpeaker('siddharta-govindaraj')],
227-
location: 'Track 3',
227+
location: 'Track 3 | 12th Floor',
228228
},
229229
],
230230
[
@@ -235,14 +235,14 @@ export const SCHEDULE = {
235235
title:
236236
'Duckdb: In-Process Analytics Database that saves you millions and makes you look smart',
237237
speakers: [getSpeaker('ankur-gupta')],
238-
location: 'Track 1',
238+
location: 'Track 1 | 10th Floor',
239239
},
240240
{
241241
time: '11:30 - 01:00 PM',
242242
type: 'Workshop',
243243
discordChannelLink: 'https://discord.com/channels/1301212203336073226/1342143270284820521',
244244
title: 'Building AI Agents',
245-
location: 'Track 2',
245+
location: 'Track 2 | 11th Floor',
246246
speakers: [getSpeaker('anthony-shaw')],
247247
},
248248
{
@@ -251,7 +251,7 @@ export const SCHEDULE = {
251251
discordChannelLink: 'https://discord.com/channels/1301212203336073226/1342141907618500730',
252252
title:
253253
'Unveiling the lazy execution benefit of FireDucks - A Multithreaded DataFrame Library with JIT compiler',
254-
location: 'Track 3',
254+
location: 'Track 3 | 12th Floor',
255255
speakers: [getSpeaker('sourav-saha')],
256256
},
257257
],
@@ -261,15 +261,15 @@ export const SCHEDULE = {
261261
type: 'Workshop',
262262
discordChannelLink: 'https://discord.com/channels/1301212203336073226/1342142824757330000',
263263
title: 'Debugging Python applications like a Pro',
264-
location: 'Track 1',
264+
location: 'Track 1 | 10th Floor',
265265
speakers: [getSpeaker('satyam-soni')],
266266
},
267267
{
268268
time: '2:00 - 3:30 PM',
269269
type: 'Workshop',
270270
discordChannelLink: 'https://discord.com/channels/1301212203336073226/1342143456226578454',
271271
title: ' Building with Snowflake Cortex AI: A Hands-On Workshop',
272-
location: 'Track 2',
272+
location: 'Track 2 | 11th Floor',
273273
speakers: [getSpeaker('kamesh-sampath')],
274274
},
275275
{
@@ -278,7 +278,7 @@ export const SCHEDULE = {
278278
discordChannelLink: 'https://discord.com/channels/1301212203336073226/1342143135483957259',
279279
title:
280280
'Distributed Computing with Ray: Transforming Local Python Applications into Scalable Systems',
281-
location: 'Track 3',
281+
location: 'Track 3 | 12th Floor',
282282
speakers: [
283283
getSpeaker('bhagirathi-hegde'),
284284
getSpeaker('sarath-srinivas'),

0 commit comments

Comments
 (0)