Skip to content

Commit b6c674c

Browse files
authored
Merge pull request #287 from fossology/feat/2025/idealist
feat(2025): Add GSoC 2025 Idea Page
2 parents c9b3f64 + b9c3236 commit b6c674c

File tree

6 files changed

+618
-0
lines changed

6 files changed

+618
-0
lines changed

docs/2025/GSoC-projects.md

Lines changed: 547 additions & 0 deletions
Large diffs are not rendered by default.

docs/2025/index.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
sidebar_position: 1
3+
title: GSoC'25 @ FOSSology
4+
slug: /2025
5+
---
6+
7+
<!--
8+
SPDX-License-Identifier: CC-BY-SA-4.0
9+
10+
SPDX-FileCopyrightText: 2025 Kaushlendra Pratap <kaushlendra-pratap.singh@siemens.com>
11+
SPDX-FileCopyrightText: 2025 Siemens AG
12+
-->
13+
14+
FOSSology is looking forward for participating in
15+
[Google Summer of Code 2025](https://opensource.googleblog.com/2025/01/google-summer-of-code-2025-is-here.html).
16+
17+
You can visit our [idea page for GSoC 2025](GSoC-projects.md).
18+
19+
More info to come here.
20+
21+
### Projects
22+
23+
[//]: # "Following are the important links to projects."
24+
25+
| Contributor | Project | Final Reports |
26+
|:------------|:--------|:--------------|
27+
| | | |
28+
29+
### Proposed Mentors
30+
31+
- [Kaushlendra Pratap](https://github.com/Kaushl2208)
32+
- [Gaurav Mishra](https://github.com/GMishx)
33+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
34+
- [Katharina Ettinger](https://github.com/EttingerK)
35+
- [Ayush Bhardwaj](https://github.com/hastagAB)
36+
- [Avinal Kumar](https://github.com/avinal)
37+
- [Sushant Kumar](https://github.com/its-sushant)
38+
39+
### Meetings table
40+
41+
| Topic(s) | Timings | Meeting link | ICS |
42+
|:---------|:--------|:-------------|:----|
43+
| | | | |
44+
45+
### Photo
46+
47+
Photos to come soon.
48+
49+
Thanks for being part of the community. 💚
50+

docs/2025/minutes/_category_.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Meeting minutes",
3+
"position": 7
4+
}

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ module.exports = {
147147
},
148148
]
149149
},
150+
{
151+
label: '2025',
152+
position: 'left',
153+
to: '/docs/2025/',
154+
items: []
155+
},
150156
{
151157
href: 'https://github.com/fossology/fossology',
152158
label: 'GitHub',

sidebars.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
* SPDX-License-Identifier: MIT
33
*
44
* SPDX-FileCopyrightText: 2021 Gaurav Mishra <mishra.gaurav@siemens.com>
5+
* SPDX-FileCopyrightText: 2025 Kaushlendra Pratap <kaushlendra-pratap.singh@siemens.com>
56
* SPDX-FileCopyrightText: 2021 Siemens AG
67
*/
78

89
module.exports = {
10+
2025: [
11+
{
12+
type: "autogenerated",
13+
dirName: "2025",
14+
},
15+
],
916
2024: [
1017
{
1118
type: "autogenerated",

src/pages/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ function HomepageHeader() {
2424
Navigate the projects from the drop-downs in the top.
2525
</p>
2626
<div className={styles.buttons}>
27+
<Link className="button button--secondary button--lg" to="/docs/2025">
28+
About 2025 projects
29+
</Link>
30+
<a>##</a>
2731
<Link className="button button--secondary button--lg" to="/docs/2024">
2832
About 2024 projects
2933
</Link>

0 commit comments

Comments
 (0)