Skip to content

Commit 81e19ed

Browse files
authored
gsoc: Update the status of OSL participation in GSoC (#133)
1 parent a0bc888 commit 81e19ed

File tree

2 files changed

+41
-18
lines changed

2 files changed

+41
-18
lines changed

pages/programs/gsoc/index.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: ["OSL Team"]
66
template: single-sidebar.html
77
---
88

9-
# Google Summer of Code (GSoC) with Open Science Labs: Participation Plan
9+
# Google Summer of Code (GSoC) with Open Science Labs, under NumFOCUS umbrella
1010

1111
## Google Summer of Code (GSoC)
1212

@@ -15,30 +15,33 @@ developers into open source software development. GSoC invites students to work
1515
with an open source organization on a 3-month programming project during their
1616
break from school.
1717

18-
## Open Science Labs' Participation in GSoC
18+
## Open Science Labs' Participation in GSoC under NumFOCUS umbrella
1919

20-
<div class="alert alert-danger">
21-
Unfortunately, Open Science Labs was not selected as a mentoring organization
22-
for Google Summer of Code (GSoC) 2024. We extend our heartfelt thanks to
23-
everyone who dedicated their time and effort in this endeavor.
24-
</div>
20+
Open Science Labs is excited to announce that we've been accepted under
21+
[NumFOCUS](https://github.com/numfocus/gsoc) umbrella as a participating
22+
organization in GSoC 2024! Please, check out our
23+
[list of projects](https://github.com/OpenScienceLabs/gsoc/blob/main/project-ideas/gsoc2024.md)
24+
for more details.
2525

26-
<div class="alert alert-success">
27-
Despite this, we are excited to invite interested participants to join the
28-
next cycle of our Internship Program, which will run concurrently with GSoC's
29-
timeline. We look forward to your contributions and collaboration.
26+
## Contributor Guide
3027

31-
For more information, please take a look into the
32-
<strong><a href="/programs/internship">Internship Program page</a>.</strong>
28+
Candidates and contributors can find important information about GSoC in the
29+
[Contributor Guide](/programs/gsoc/guides/contributor).
3330

34-
</div>
31+
## Our Project Ideas for GSoC
3532

36-
<!--
37-
## Contributor Guide
33+
We have carefully curated a list of project ideas that not only align with our
34+
vision at OSL but also offer challenging and rewarding experiences for student
35+
developers. These projects span a range of topics and technologies, ensuring
36+
there's something to engage every interested student. We believe these projects
37+
offer an excellent opportunity for students to contribute to significant open
38+
source initiatives while enhancing their skills and knowledge under the guidance
39+
of experienced mentors.
3840

39-
Candidates and contributors can find important information about GSoC in
40-
the [Contributor Guide](/programs/gsoc/guides/contributor).
41+
This year, we are participating in GSoC with the following project ideas:
42+
<https://github.com/OpenScienceLabs/gsoc/blob/main/project-ideas/gsoc2024.md>.
4143

44+
<!--
4245
## Our Project Ideas for GSoC
4346
4447
We have carefully curated a list of project ideas that not only align with our

theme/css/index.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,28 @@
1717
padding: 0;
1818
}
1919

20+
main a {
21+
color: #0077b8!important;
22+
}
23+
24+
.btn {
25+
color: #fff!important;
26+
}
27+
28+
nav a:hover {
29+
color: #ffcc00!important;
30+
}
31+
2032
a.nav_item[title=Donate] {
2133
background: #ffcc00;
2234
border-radius: 10px;
2335
color: #333;
2436
}
37+
38+
a.nav_item[title=Donate]:hover {
39+
color: #fff!important;
40+
}
41+
42+
.list-group a.active {
43+
color: #fff!important;
44+
}

0 commit comments

Comments
 (0)