Skip to content

Commit

Permalink
Talks
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed May 3, 2024
1 parent 299b29a commit d324dd3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
32 changes: 16 additions & 16 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,22 +167,6 @@ export const schedule: RawSchedule = {
end: '03/05/2024 23:30',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
},
{
id: 'challenge-talk-3',
physicalLocation: {
text: 'A5001',
mapId: 'indoors',
},
onlineLocation: {
text: 'YouTube',
url: 'https://www.youtube.com/c/HackersUPC',
icon: 'youtube',
},
title: '🗣️ Grafana talk',
start: '03/05/2024 23:30',
end: '04/05/2024 00:00',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
},
{
id: 'workshop-2',
physicalLocation: {
Expand All @@ -199,6 +183,22 @@ export const schedule: RawSchedule = {
end: '03/05/2024 23:30',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
},
{
id: 'challenge-talk-3',
physicalLocation: {
text: 'A5001',
mapId: 'indoors',
},
onlineLocation: {
text: 'YouTube',
url: 'https://www.youtube.com/c/HackersUPC',
icon: 'youtube',
},
title: '🗣️ Grafana talk',
start: '03/05/2024 23:30',
end: '04/05/2024 00:00',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
},
{
id: 'challenge-talk-4',
physicalLocation: {
Expand Down
22 changes: 11 additions & 11 deletions src/data/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface Talk {

export const talks: Talk[] = [
{
title: '',
title: 'Boost your project with GenAI and Vector Search',
description: '',
location: 'A5001',
company: 'InterSystems',
Expand All @@ -27,7 +27,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'Galileo Mastermind: Develop a platform for crowdsourcing GNSS data to analyse Galileo signals',
description: '',
location: 'A5002',
company: 'ESA',
Expand All @@ -38,7 +38,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'Building Better Hacks, Faster with GitHub Copilot',
description: '',
location: 'A5001',
company: 'GitHub',
Expand All @@ -50,7 +50,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'IoT Observability with Grafana',
//description: '',
location: 'A5001',
company: 'Grafana',
Expand All @@ -61,7 +61,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'From Padawan to Jedi: Essential Tactics for First-Time Participants by a Jedi Master',
description: '',
location: 'A5002',
company: 'BlueTab',
Expand All @@ -73,7 +73,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'Creating Meaningful Travel Encounters',
//description: '',
location: 'A5002',
company: 'TravelPerk',
Expand All @@ -84,7 +84,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'AI Work Assistant. Don\'t click, tell me what you need.',
description: '',
location: 'A5001',
company: 'Seidor',
Expand All @@ -95,7 +95,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'AI-driven Clothing Similarity: Enhancing Fashion Ecommerce',
//description: '',
location: 'A5002',
company: 'InditexTech',
Expand All @@ -105,7 +105,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'Scaping data for fun and profit',
description: '',
location: 'A5001',
company: 'Flanks',
Expand All @@ -117,7 +117,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'Beyond the Code: Detecting AI Content',
description: '',
location: 'A5001',
company: 'Vueling',
Expand All @@ -129,7 +129,7 @@ export const talks: Talk[] = [
isSecret: true,
},
{
title: '',
title: 'Hands-on workshop on InterSystems IRIS Vector Search',
description: '',
location: 'A5001',
company: 'InterSystems',
Expand Down

0 comments on commit d324dd3

Please sign in to comment.