Skip to content

Commit

Permalink
Merge pull request #198 from fossology/2023/report/finals
Browse files Browse the repository at this point in the history
docs(reports): add final reports
  • Loading branch information
GMishx authored Jan 26, 2024
2 parents 1ad1e12 + 19e6b78 commit 102017e
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 8 deletions.
26 changes: 18 additions & 8 deletions docs/2023/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Summer of Code program.

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

| Contributor | Project |
|:---------------------------------------------------|:------------------------------------------------------------|
| [Abdelrahman Jamal](https://github.com/Hero2323) | [Reducing False positive copyrights](/docs/2023/copyrights) |
| [Samuel Dushimimana](https://github.com/dushimsam) | [REST API improvements](/docs/2023/rest) |
| [Kavya Shukla](https://github.com/k-avy) | [License as a service](/docs/2023/laas) |
| [Soham Banerjee](https://github.com/soham4abc) | [REST API improvements](/docs/2023/rest) |
| [Sushant Kumar](https://github.com/its-sushant) | [Support CycloneDX report](/docs/2023/cyclonedx) |
| Contributor | Project | Final Reports |
|:--|:--|:--|
| [Abdelrahman Jamal](https://github.com/Hero2323) | [Reducing False positive copyrights](/docs/2023/copyrights) | [Visit](https://github.com/Hero2323/GSoC-2023) |
| [Samuel Dushimimana](https://github.com/dushimsam) | [REST API improvements](/docs/2023/rest) | [Visit](https://github.com/dushimsam/GSoC-23) |
| [Kavya Shukla](https://github.com/k-avy) | [License as a service](/docs/2023/laas) | [Visit](/docs/2023/laas/finalevaluation) |
| [Soham Banerjee](https://github.com/soham4abc) | [REST API improvements](/docs/2023/rest) | [Visit](https://github.com/soham4abc/GSOC23) |
| [Sushant Kumar](https://github.com/its-sushant) | [Support CycloneDX report](/docs/2023/cyclonedx) | [Visit](https://github.com/its-sushant/GSoC-23) |

These links (also on the left sidebar) contains information about the project,
the weekly updates from the students and even technical documentation which
Expand Down Expand Up @@ -62,6 +62,16 @@ were generated during the Google Summer of Code.
| CycloneDX | *Tuesday* 05:00 - 05:30 UTC | [Microsoft Teams](https://teams.microsoft.com/l/meetup-join/19%3ameeting_MDA2OGQ1Y2UtYmQ2Mi00ZmZkLTliOTUtNmEyODlkZmViYjQz%40thread.v2/0?context=%7b%22Tid%22%3a%2238ae3bcd-9579-4fd4-adda-b42e1495d55a%22%2c%22Oid%22%3a%22a2c4f566-cad3-46d5-9146-26004cf4bc7c%22%7d) | [.ics](/ics/gsoc_2023_cyclonedx.ics) |

### Photo
To come.
Here are some screen captures of the conclusion meeting of GSoC 2023 with all
mentors and contributors.

![group photo1](/img/gsoc23participants1.png 'GSoC 2023 Participants - 1')
[Participants photo 1]

![group photo2](/img/gsoc23participants2.png 'GSoC 2023 Participants - 2')
[Participants photo 2]

![group photo3](/img/gsoc23participants3.png 'GSoC 2023 Participants - 3')
[Participants photo 3]

Thanks for being part of the community. 💚
12 changes: 12 additions & 0 deletions src/components/ParticipantImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ const ImageList = [
img: '/img/gsoc22participants3.png',
title: 'GSoC - 2022 participants 3',
},
{
img: '/img/gsoc23participants1.png',
title: 'GSoC - 2023 participants 1',
},
{
img: '/img/gsoc23participants2.png',
title: 'GSoC - 2023 participants 2',
},
{
img: '/img/gsoc23participants3.png',
title: 'GSoC - 2023 participants 3',
},
];

export default function ParticipantImages() {
Expand Down
Empty file modified static/img/gsoc22participants1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/gsoc22participants2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/img/gsoc22participants3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/gsoc23participants1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/gsoc23participants2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/gsoc23participants3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 102017e

Please sign in to comment.