From f2e10fb7b21ff9bb4fcea3eeaabb1c1f1ffffe17 Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 25 Mar 2026 22:05:50 +0300 Subject: [PATCH 1/2] Added Rio Innovation week --- data/events/rio-innovation-week.json | 56 ++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 data/events/rio-innovation-week.json diff --git a/data/events/rio-innovation-week.json b/data/events/rio-innovation-week.json new file mode 100644 index 0000000..c18c441 --- /dev/null +++ b/data/events/rio-innovation-week.json @@ -0,0 +1,56 @@ +{ + "name": "Rio Innovation Week", + "year_started": 2021, + "number_of_events_hosted": 5, + "city": "Rio de Janeiro", + "region": "Rio de Janeiro", + "country": "Brazil", + "continent": "South America", + "website": "https://rioinnovationweek.com.br", + "sector": [ + "AI", + "Digital Transformation", + "Startup / Entrepreneurship", + "ClimateTech / GreenTech", + "FinTech" + ], + "tags": [ + "innovation", + "AI" + ], + "acceptable_tags": [ + "rio-innovation-week", + "brazil", + "startup", + "digital-transformation", + "green-tech" + ], + "type": "in-person", + "languages": [ + "English" + ], + "frequency": "annual", + "timezone": "America/Sao_Paulo", + "attendee_size": { + "min": 50000, + "max": 150000 + }, + "ticket_cost_usual": { + "currency": "BRL", + "min": 50, + "max": 500 + }, + "organizer": { + "name": "Rio Innovation Week Committee", + "email": "info@rioinnovationweek.com.br", + "twitter": "", + "website": "https://rioinnovationweek.com.br" + }, + "socials": { + "facebook": "https://web.facebook.com/rioinnovationweek/?locale=pt_BR&_rdc=1&_rdr", + "twitter": "", + "youtube": "https://www.youtube.com/c/RioInnovationWeek", + "instagram": "https://www.instagram.com/rioinnovationweek/" + }, + "description": "Rio Innovation Week is Brazil’s largest innovation event, bringing together startups, investors, and global leaders to discuss AI, sustainability, and digital transformation." +} From fa695897121dbfc7de8c25de812c51b5080b049c Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 8 Apr 2026 22:18:31 +0300 Subject: [PATCH 2/2] Update rio-innovation-week.json --- data/events/rio-innovation-week.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/events/rio-innovation-week.json b/data/events/rio-innovation-week.json index c18c441..e929fab 100644 --- a/data/events/rio-innovation-week.json +++ b/data/events/rio-innovation-week.json @@ -49,6 +49,7 @@ "socials": { "facebook": "https://web.facebook.com/rioinnovationweek/?locale=pt_BR&_rdc=1&_rdr", "twitter": "", + "linkedin": "https://www.linkedin.com/company/rioinnovationweek/?originalSubdomain=br", "youtube": "https://www.youtube.com/c/RioInnovationWeek", "instagram": "https://www.instagram.com/rioinnovationweek/" },