Skip to content

Commit b704eb6

Browse files
authored
manually update conferences (#576)
1 parent 6d530c9 commit b704eb6

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

_data/conferences.json

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
[
22
{
3-
"conference_name": "PyconUg",
4-
"url": "https://ug.pycon.org",
5-
"conference_start_date": "2024-10-09",
6-
"conference_end_date": "2024-10-13",
3+
"conference_name": "DELSU Tech Invasion 2.0",
4+
"url": "https://dti.hamplustech.com/",
5+
"conference_start_date": "2024-12-04",
6+
"conference_end_date": "2024-12-05",
77
"conference_type": "in-person",
8-
"conference_location": "NWSC International Resource Centre (IREC), Kampala, Uganda",
9-
"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.",
10-
"speaking": null
11-
},
12-
{
13-
"conference_name": "PyHo",
14-
"url": "https://twitter.com/pythonho",
15-
"conference_start_date": "2024-10-25",
16-
"conference_end_date": "2024-10-26",
17-
"conference_type": "in-person",
18-
"conference_location": "University of Health and Allied Sciences, Trafalgar, Ho. Ho, Volta Region, Ghana.",
19-
"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.",
20-
"speaking": null
8+
"conference_location": "Abraka, Delta State, Nigeria",
9+
"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.",
10+
"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/"
2111
}
2212
]

_includes/conferences.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ <h2>
1818
{% endif %}
1919
{% if conference.speaking %}
2020
<h3>Speaking:</h3>
21-
<li>
2221
{{ conference.speaking | markdownify }}
23-
</li>
2422
{% endif %}
2523
</article>
2624
{% endfor %}

0 commit comments

Comments
 (0)