Skip to content
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

feat(2025): Add GSoC 2025 Idea Page #287

Merged
merged 1 commit into from
Jan 31, 2025
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
547 changes: 547 additions & 0 deletions docs/2025/GSoC-projects.md

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions docs/2025/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
sidebar_position: 1
title: GSoC'25 @ FOSSology
slug: /2025
---

<!--
SPDX-License-Identifier: CC-BY-SA-4.0

SPDX-FileCopyrightText: 2025 Kaushlendra Pratap <kaushlendra-pratap.singh@siemens.com>
SPDX-FileCopyrightText: 2025 Siemens AG
-->

FOSSology is looking forward for participating in
[Google Summer of Code 2025](https://opensource.googleblog.com/2025/01/google-summer-of-code-2025-is-here.html).

You can visit our [idea page for GSoC 2025](GSoC-projects.md).

More info to come here.

### Projects

[//]: # "Following are the important links to projects."

| Contributor | Project | Final Reports |
|:------------|:--------|:--------------|
| | | |

### Proposed Mentors

- [Kaushlendra Pratap](https://github.com/Kaushl2208)
- [Gaurav Mishra](https://github.com/GMishx)
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
- [Katharina Ettinger](https://github.com/EttingerK)
- [Ayush Bhardwaj](https://github.com/hastagAB)
- [Avinal Kumar](https://github.com/avinal)
- [Sushant Kumar](https://github.com/its-sushant)

### Meetings table

| Topic(s) | Timings | Meeting link | ICS |
|:---------|:--------|:-------------|:----|
| | | | |

### Photo

Photos to come soon.

Thanks for being part of the community. 💚

4 changes: 4 additions & 0 deletions docs/2025/minutes/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Meeting minutes",
"position": 7
}
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ module.exports = {
},
]
},
{
label: '2025',
position: 'left',
to: '/docs/2025/',
items: []
},
{
href: 'https://github.com/fossology/fossology',
label: 'GitHub',
Expand Down
7 changes: 7 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
* SPDX-License-Identifier: MIT
*
* SPDX-FileCopyrightText: 2021 Gaurav Mishra <mishra.gaurav@siemens.com>
* SPDX-FileCopyrightText: 2025 Kaushlendra Pratap <kaushlendra-pratap.singh@siemens.com>
* SPDX-FileCopyrightText: 2021 Siemens AG
*/

module.exports = {
2025: [
{
type: "autogenerated",
dirName: "2025",
},
],
2024: [
{
type: "autogenerated",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ function HomepageHeader() {
Navigate the projects from the drop-downs in the top.
</p>
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/docs/2025">
About 2025 projects
</Link>
<a>##</a>
<Link className="button button--secondary button--lg" to="/docs/2024">
About 2024 projects
</Link>
Expand Down