Skip to content

manually update conferences #576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 7 additions & 17 deletions _data/conferences.json
Original file line number Diff line number Diff line change
@@ -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/"
}
]
2 changes: 0 additions & 2 deletions _includes/conferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ <h2>
{% endif %}
{% if conference.speaking %}
<h3>Speaking:</h3>
<li>
{{ conference.speaking | markdownify }}
</li>
{% endif %}
</article>
{% endfor %}
Expand Down
Loading