File tree Expand file tree Collapse file tree 6 files changed +618
-0
lines changed Expand file tree Collapse file tree 6 files changed +618
-0
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "label" : " Meeting minutes" ,
3
+ "position" : 7
4
+ }
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ module.exports = {
147
147
} ,
148
148
]
149
149
} ,
150
+ {
151
+ label : '2025' ,
152
+ position : 'left' ,
153
+ to : '/docs/2025/' ,
154
+ items : [ ]
155
+ } ,
150
156
{
151
157
href : 'https://github.com/fossology/fossology' ,
152
158
label : 'GitHub' ,
Original file line number Diff line number Diff line change 2
2
* SPDX-License-Identifier: MIT
3
3
*
4
4
* SPDX-FileCopyrightText: 2021 Gaurav Mishra <mishra.gaurav@siemens.com>
5
+ * SPDX-FileCopyrightText: 2025 Kaushlendra Pratap <kaushlendra-pratap.singh@siemens.com>
5
6
* SPDX-FileCopyrightText: 2021 Siemens AG
6
7
*/
7
8
8
9
module . exports = {
10
+ 2025 : [
11
+ {
12
+ type : "autogenerated" ,
13
+ dirName : "2025" ,
14
+ } ,
15
+ ] ,
9
16
2024 : [
10
17
{
11
18
type : "autogenerated" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ function HomepageHeader() {
24
24
Navigate the projects from the drop-downs in the top.
25
25
</ p >
26
26
< div className = { styles . buttons } >
27
+ < Link className = "button button--secondary button--lg" to = "/docs/2025" >
28
+ About 2025 projects
29
+ </ Link >
30
+ < a > ##</ a >
27
31
< Link className = "button button--secondary button--lg" to = "/docs/2024" >
28
32
About 2024 projects
29
33
</ Link >
You can’t perform that action at this time.
0 commit comments