Skip to content

Commit 0fa9890

Browse files
Mariattawillingc
andauthored
Add blog post to announce GSoC project (#208)
* Add blog post to announce GSoC project * Add cover image Co-authored-by: Carol Willing <[email protected]>
1 parent 59888a7 commit 0fa9890

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
This repository contains the content for the main PyLadiesCon website
44
that serve as an index for the many resources that the conference has;
5-
including the blog, the documentation, and each year website version
5+
including the blog, the documentation, and static website for each year.
66

77
## Development
88

9+
First install [pnpm](https://pnpm.io/installation) if you don't have it already.
10+
11+
Then install the dependencies and start the development server:
912
```
1013
pnpm install
1114
pnpm dev
1.04 MB
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "Announcing PyLadiesCon's Participation in GSoC 2025!"
3+
meta_title: "PyLadiesCon is participating in GSoC 2025!"
4+
description: "We're thrilled to announce that PyLadiesCon is participating in Google Summer of Code (GSoC) 2025! 🎉"
5+
date: 2025-06-02T05:00:00Z
6+
categories: ["Blog Post",]
7+
image: "/images/posts/gsoc_announcement.png"
8+
authors: ["Mariatta"]
9+
tags: ["python", "open source", "gsoc", "pyladies"]
10+
draft: false
11+
---
12+
13+
We're thrilled to announce that PyLadiesCon is participating in [Google Summer of Code (GSoC)](https://summerofcode.withgoogle.com/) 2025! 🎉
14+
15+
[PyLadiesCon](https://conference.pyladies.com) is an online conference for the global PyLadies community.
16+
Started in 2023, PyLadiesCon hosts 24 hours of online engagement, talks, keynotes, panels, and workshops for our
17+
community members. We strive for inclusion and accessibility, providing talks in multiple-languages,
18+
and we take extra care in subtitling and translating our talks.
19+
20+
This year, we're developing our very own conference web portal, an open source solution for managing the organizational
21+
aspect of our conference. The [Portal](https://portal.pyladies.com) is built with Python and Django,
22+
and is designed to reduce the administrative burden and streamline the process of organizing our conference. We believe
23+
that by building this portal, not only we will be able to manage our conference more efficiently, but we will also be
24+
providing open source contribution opportunities from our community members, and therefore furthering the [PyLadies](https://pyladies.com)
25+
mission of helping more women become active participants and leaders in the Python open-source community.
26+
27+
This is the first year that our team is participating in GSoC. We have been participating under the Python GSoC umbrella,
28+
and we are excited to welcome our first GSoC student, [Lucille Idokogi](https://github.com/lidokogi) who will be working
29+
on developing the Sponsorship Portal for PyLadiesCon. Using the Sponsorship portal, we will be able to manage
30+
and track our sponsorships, as well as automating the process of sponsorship outreach, invoicing, and reporting. All of
31+
this will improve our efficiency when it comes to sponsorship and fundraising.
32+
33+
Here's what [Lucille](https://www.linkedin.com/in/lucille-idokogi-216774304/) has to say about her project:
34+
35+
> Hey everyone! I’m Lucille Idokogi, a Computer Science and Data Science Undergraduate Student at Western University in Canada.
36+
This summer, I’m super excited to be contributing to PyLadiesCon through Google Summer of Code. I’ve always been passionate about diversity and inclusion in tech, so getting to support a project that uplifts underrepresented voices really means a lot to me.
37+
> I’m looking forward to growing as a developer, learning more about open source, and building something meaningful alongside this awesome community.
38+
> Looking forward to a great summer! :)
39+
40+
Congratulations Lucille! We are excited to have you on board, and we look forward to seeing the impact of your work on our community.
41+
42+
Lucille will be working closely with our team, and mentored by [Mariatta](https://mariatta.ca) and [Cristián Maureira-Fredes](https://maureira.xyz/).
43+
44+
Thank you to the [Python GSoC](https://python-gsoc.org/) team for accepting our project and for their support throughout the process.
45+
46+
If you're interested in contributing to our project, please check out the [GitHub repository](https://github.com/pyladies/pyladiescon-portal)
47+
and [documentation](https://pyladiescon-portal-docs.netlify.app/).

0 commit comments

Comments
 (0)