diff --git a/_data/conferences.json b/_data/conferences.json index b86f942..b47d577 100644 --- a/_data/conferences.json +++ b/_data/conferences.json @@ -1,22 +1,12 @@ [ { - "conference_name": "PyconUg", - "url": "https://ug.pycon.org", - "conference_start_date": "2024-10-09", - "conference_end_date": "2024-10-13", + "conference_name": "DELSU Tech Invasion 2.0", + "url": "https://dti.hamplustech.com/", + "conference_start_date": "2024-12-04", + "conference_end_date": "2024-12-05", "conference_type": "in-person", - "conference_location": "NWSC International Resource Centre (IREC), Kampala, Uganda", - "summary": "The conference is a five-day event, 9-13 October. PyconUganda inherit this tradition of an annual event that brings together python enthusiasts, tech audiences and technology business in uganda and around the world.", - "speaking": null - }, - { - "conference_name": "PyHo", - "url": "https://twitter.com/pythonho", - "conference_start_date": "2024-10-25", - "conference_end_date": "2024-10-26", - "conference_type": "in-person", - "conference_location": "University of Health and Allied Sciences, Trafalgar, Ho. Ho, Volta Region, Ghana.", - "summary": "PyHo, champion the leverage of Python in education promote diversity and inclusion from underrepresented communities within\nthe/beyond our region. Provide the foundational platform for new and experienced speakers alike to share ideas and resources.", - "speaking": null + "conference_location": "Abraka, Delta State, Nigeria", + "summary": "This is the second edition of DELSU Tech Invasion (DTI) with the theme: Learn . Innovate . Earn. The subject or focus area is Python for Academics: Spreadsheet and Data Manipulation, Data Analytics and Visualization.", + "speaking": "- Developing lite web apps using Flask and Python - [Michael Oghenerukevwe Edward](http://linkedin.com/in/airdward/)\n- Transitioning in Tech Ecosystem as a Female - [Precious Ogbuka](https://www.linkedin.com/in/precious-ogbuka)\n- Rapid Development of Desktop Apps using Tkinter and Python - [Azubuike Uche Nathan](https://x.com/NathanAzub10827)\n- Why Learn, Innovate and Earn - [Naomi Apomejevwe Egbe](https://x.com/IamNaomiEgbe)\n- Gender diversity and inclusion in the tech ecosystem - [Elozino Onorie](https://x.com/_hush_7)\n- others can be found in the links below:\n - https://dti.hamplustech.com/pages/speaker/\n - https://dti.hamplustech.com/pages/schedule/" } ] diff --git a/_includes/conferences.html b/_includes/conferences.html index d9e9393..54818ff 100644 --- a/_includes/conferences.html +++ b/_includes/conferences.html @@ -18,9 +18,7 @@ <h2> {% endif %} {% if conference.speaking %} <h3>Speaking:</h3> - <li> {{ conference.speaking | markdownify }} - </li> {% endif %} </article> {% endfor %}