Skip to content

Commit

Permalink
Merge pull request #287 from fossology/feat/2025/idealist
Browse files Browse the repository at this point in the history
feat(2025): Add GSoC 2025 Idea Page
  • Loading branch information
GMishx authored Jan 31, 2025
2 parents c9b3f64 + b9c3236 commit b6c674c
Show file tree
Hide file tree
Showing 6 changed files with 618 additions and 0 deletions.
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

0 comments on commit b6c674c

Please sign in to comment.