-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update at Fri Nov 29 08:04:56 UTC 2024
- Loading branch information
opendataday[bot]
committed
Nov 29, 2024
1 parent
864cc32
commit a664813
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
event_date,event_name,event_photo_url,event_purpose,event_report_url,event_tweet_url,event_video_url,has_event_report,latitude,longitude,online_event_url,organisers,place,slug,url,world_region_code,world_region_text | ||
2025-03-08,Open Data for Data Science Education & Innovation,,Fostering open-data culture among data science learners for collaboration and innovation.,,,,False,10.49023797,7.430195424,,"Peter Okwukogu, [email protected]",Kaduna city in Nigeria,open-data-for-data-science-education-innovation,,, | ||
2025-03-06,Test event 2025,,,,,,False,-31.2559211,-64.2777088,,Hudson INC,Cordoba,test-event-2025,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
{ | ||
"events": [ | ||
{ | ||
"event_date": "2025-03-08", | ||
"event_name": "Open Data for Data Science Education & Innovation", | ||
"event_photo_url": "", | ||
"event_purpose": "Fostering open-data culture among data science learners for collaboration and innovation.", | ||
"event_report_url": "", | ||
"event_tweet_url": "", | ||
"event_video_url": "", | ||
"has_event_report": false, | ||
"latitude": 10.49023797, | ||
"longitude": 7.430195424, | ||
"online_event_url": "", | ||
"organisers": "Peter Okwukogu, [email protected]", | ||
"place": "Kaduna city in Nigeria", | ||
"slug": "open-data-for-data-science-education-innovation", | ||
"url": "", | ||
"world_region_code": "", | ||
"world_region_text": "" | ||
}, | ||
{ | ||
"event_date": "2025-03-06", | ||
"event_name": "Test event 2025", | ||
|