diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
new file mode 100644
index 0000000..bcddde5
--- /dev/null
+++ b/.github/workflows/update-readme.yml
@@ -0,0 +1,31 @@
+name: Update GSoC README
+on:
+ schedule:
+ - cron: '0 9 * * 1'
+ workflow_dispatch:
+
+jobs:
+ update-readme:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v3
+
+ - name: Set up Python
+ uses: actions/setup-python@v4
+ with:
+ python-version: '3.9'
+
+ - name: Install dependencies
+ run: pip install -r requirements.txt
+
+ - name: Update README
+ run: python gsoc_readme.py
+
+ - name: Commit and push changes
+ run: |
+ git config --local user.email "imranbtk201@gmail.com"
+ git config --local user.name "Imranch4"
+ git add README.md gsoc_*.json
+ git diff --quiet && git diff --staged --quiet || git commit -m "Auto-update GSoC organizations"
+ git push
\ No newline at end of file
diff --git a/README.md b/README.md
index e7603c4..f7c515a 100644
--- a/README.md
+++ b/README.md
@@ -2,578 +2,1045 @@
-
List of Open Source organizations participating in GSoC having Web Development projects based on
React, React Native, HTML, CSS, Vue and JavaScriptπ
+
List of Open Source organizations participating in Google Summer of Code having Web Development projects
based on technologies like React, Vue.js, Angular, JavaScript, TypeScript, Node.js, and more! π
-**NOTE:** The search functionality on [GSoC website](https://summerofcode.withgoogle.com/) to filter web based projects is **broken**. It does not filter out all the projects but a few of them. This list will help you find & compare projects as per your interest.
-
+**NOTE:** This list helps you find & compare web development projects across different GSoC years.
+
-
-> Click :star: if you like the repo. Please note, this list has not been updated after GSoC 2021. Feel free to submit Pull Requests updating the list.
-
-## Table of Contents
-
-| No. | Organization |
-|-------- | ------------ |
-|1. | [Processing Foundation](#1-processing-foundation) |
-|2. | [Apache Foundation](#2-apache-foundation)|
-|3. | [Wikimedia Foundation](#3-wikimedia-foundation)|
-|4. | [Rocket.chat](#4-rocketchat)|
-|5. | [Score Labs](#5-score-labs)|
-|6. | [EOS Design (Python)](#6-eos-design-python)|
-|7. | [JdeRobot](#7-jderobot)|
-|8. | [Anita B.org](#8-anita-borg)|
-|9. | [Elastic](#9-elastic)|
-|10. | [Matrix](#10-matrix)|
-|11. | [Bookbrainz](#11-bookbrainz)|
-|12. | [Joplin](#12-joplin)|
-|13. | [Hydra Ecosystem](#13-hydra-ecosystem)|
-|14. | [Moira](#14-moira)|
-|15. | [Mozilla](#15-mozilla)|
-|16. | [Fossology](#16-fossology)|
-|17. | [Fossi](#17-fossi)|
-|18. | [GDevelop](#18-gdevelop)|
-|19. | [Internet Archive](#19-internet-archive)|
-|20. | [GPAC](#20-gpac)|
-|21. | [Zulip](#21-zulip)|
-|22. | [MGGG](#22-mggg)|
-|23. | [Kubeflow](#23-kubeflow)|
-|24. | [Inclusive Design Institute](#24-inclusive-design-institute)|
-|25. | [SugarLabs](#25-sugarlabs)|
-|26. | [Performance Co-Pilot](#26-performance-co-pilot)|
-|27. | [Submitty](#27-submitty)|
-|28. | [Circuit Verse](#28-circuit-verse)|
-|29. | [Creative Commons](#29-creative-commons)|
-|30. | [OcraSound](#30-ocrasound)|
-|31. | [OpenMRS](#31-openmrs)|
-|32. | [Webpack](#32-webpack)|
-|33. | [Open Bioinformatics Foundation (OBF)](#33-open-bioinformatics-foundation-obf)|
-|34. | [Open Genome Informatics](#34-open-genome-informatics)|
-|35. | [Open Chemistry](#35-open-chemistry)|
-|36. | [Open EMR](#36-open-emr)|
-|37. | [Open CV](#37-open-cv)|
-|38. | [Nteract (NumFocus)](#38-nteract-numfocus)|
-|39. | [Purr Data](#39-purr-data)|
-|40. | [Fossasia](#40-fossasia)|
-|41. | [Owasp](#41-owasp)|
-|42. | [SambaWiki](#42-sambawiki)|
-|43. | [GraphQL Plugins](#43-graphql-plugins)|
-|44. | [Postman](#44-postman)|
-|45. | [CNCF](#45-cncf)|
-|46. | [GNOME Foundation](#46-gnome-foundation)|
-|47. | [Chromium](#47-chromium)|
-|48. | [Salesforce](#48-salesforce)|
-|49. | [Shaka Player](#49-shaka-player)|
-|50. | [JBoss Community)](#50-jboss-community)|
-
-
-## 1. Processing Foundation
-
-- p5.js Web Editor (**React**)
-
- GitHub Repo [here](https://github.com/processing/p5.js-web-editor)
-
-- p5.js Website (**CSS, JavaScript**)
-
- GitHub Repo [here](https://github.com/processing/p5.js-website)
-
-- p5.js Showcase (**HTML, CSS, JavaScript**)
-
- GitHub Repo for 2020 showcase [here](https://github.com/connieliu0/p5.js-showcase)
-
-- p5.js (**JavaScript**)
-
- GitHub Repo [here](https://github.com/processing/p5.js)
-
-## 2. Apache Foundation
-
-- APISIX website (**React**)
-
- GitHub Repo [here](https://github.com/apache/apisix-website)
-
- More Info [here](https://issues.apache.org/jira/browse/APISIX-14)
-
-- Apache APISIX Dashboard (**React, JavaScript**)
-
- GitHub Repo [here](https://github.com/apache/apisix-dashboard)
-
- More Info [here](https://issues.apache.org/jira/browse/APISIX-12)
-
-More projects under Apache Foundation, info [here](https://cwiki.apache.org/confluence/display/COMDEV/GSoC+2021+Ideas+list)
-
-## 3. Wikimedia Foundation
-
-- Update the front-page of Wikimedia projects (**HTML, CSS, Javascript, Node.js**)
-
- GitHub Repo [here](https://github.com/wikimedia/portals/tree/master/docs)
- More info [here](https://phabricator.wikimedia.org/T273179)
-
-- Write MediaWiki userscript tutorial (**HTML, CSS, JavaScript, and jQuery**)
-
- More info [here](https://phabricator.wikimedia.org/T274635)
-
-- Add zooming and panning to the Wikisource Pagelist Widget (**JavaScript, PHP**)
-
- More info [here](https://phabricator.wikimedia.org/T262146)
-
-## 4. Rocket.chat
-
-- Around 20 Projects based on (**React, JavaScript, CSS**)
-
- GitHub Repo(s) [here](https://github.com/RocketChat/Rocket.Chat)
-
- More info (2021) [here](https://docs.rocket.chat/contributors/gsoc/google-summer-of-code-2021#project-ideas)
-
-## 5. Score Labs
-
-- Webiu (**Javascript, React, GatsbyJS**)
-
- GitHub Repo [here](https://github.com/scorelab/Webiu)
-
-- Implement Community App Using Go Social Framework (**NodeJS, React, ReactNative**)
-
- GitHub Repo [here](https://github.com/scorelab/Go-social)
-
-- Improve LabelLab web application (**React, Flask, PostgreSQL, Docker**)
-
- GitHub Repo [here](https://github.com/scorelab/LabelLab)
-
-- Design 5 new Themes for Webiu (**Javascript, React, Gatsby**)
-
- GitHub Repo [here](https://github.com/scorelab/Webiu)
-- CodeLabz - FrontEnd Improvemnts (**React, JavaScript**)
-
- GitHub Repo [here](https://github.com/scorelab/Codelabz)
+## π Current Status
+
+- **GSoC 2025**: 23 organizations with web projects
+- **GSoC 2024**: 29 organizations with web projects
+- **GSoC 2023**: 21 organizations with web projects
+- **GSoC 2022**: 32 organizations with web projects
+
+> π **Auto-updates weekly** | π
Last updated: 2025-11-03 09:23:15
+
+## π GSoC 2025 - Web Development Organizations
+
+**Total: 23 organizations**
+
+| No. | Organization | Web Technologies |
+|-----|--------------|------------------|
+| 1. | [webpack](#2025-webpack) | JavaScript, Node.js, REST API, Webpack |
+| 2. | [Checker Framework](#2025-checker-framework) | HTML |
+| 3. | [Haskell.org](#2025-haskellorg) | JavaScript |
+| 4. | [National Resource for Network Biology (NRNB)](#2025-national-resource-for-network-biology-(nrnb)) | HTML |
+| 5. | [Joomla!](#2025-joomla!) | HTML |
+| 6. | [Processing Foundation](#2025-processing-foundation) | JavaScript |
+| 7. | [freifunk](#2025-freifunk) | Babel |
+| 8. | [BRL-CAD](#2025-brl-cad) | JavaScript |
+| 9. | [Electron](#2025-electron) | CSS, HTML, JavaScript, Node.js |
+| 10. | [Graphite](#2025-graphite) | Node.js |
+| 11. | [Python Software Foundation](#2025-python-software-foundation) | HTML |
+| 12. | [JdeRobot](#2025-jderobot) | JavaScript |
+| 13. | [rocket.chat](#2025-rocketchat) | Node.js, TypeScript |
+| 14. | [Alaska](#2025-alaska) | REST API |
+| 15. | [Open Science Initiative for Perfusion Imaging](#2025-open-science-initiative-for-perfusion-imaging) | Less |
+| 16. | [stdlib](#2025-stdlib) | JavaScript, Node.js |
+| 17. | [AOSSIE](#2025-aossie) | CSS, HTML, JavaScript, Jest, React |
+| 18. | [Git](#2025-git) | Ruby on Rails |
+| 19. | [Django Software Foundation](#2025-django-software-foundation) | Django |
+| 20. | [Plone Foundation](#2025-plone-foundation) | React |
+| 21. | [Jenkins](#2025-jenkins) | JavaScript |
+| 22. | [OpenAstronomy](#2025-openastronomy) | HTML |
+| 23. | [API Dash](#2025-api-dash) | GraphQL |
+
+
+
+## π GSoC 2024 - Web Development Organizations
+
+**Total: 29 organizations**
+
+| No. | Organization | Web Technologies |
+|-----|--------------|------------------|
+| 1. | [Polypheny](#2024-polypheny) | REST API |
+| 2. | [Purr Data](#2024-purr-data) | HTML |
+| 3. | [API Dash](#2024-api-dash) | GraphQL |
+| 4. | [JdeRobot](#2024-jderobot) | JavaScript |
+| 5. | [Git](#2024-git) | Ruby on Rails |
+| 6. | [webpack](#2024-webpack) | JavaScript, Node.js, REST API, Webpack |
+| 7. | [Nightwatch.js](#2024-nightwatchjs) | Angular, JavaScript, Node.js, React, Vue.js |
+| 8. | [Alaska](#2024-alaska) | REST API |
+| 9. | [National Resource for Network Biology (NRNB)](#2024-national-resource-for-network-biology-(nrnb)) | HTML |
+| 10. | [Apertium](#2024-apertium) | Less |
+| 11. | [rocket.chat](#2024-rocketchat) | Node.js, TypeScript |
+| 12. | [freifunk](#2024-freifunk) | Babel |
+| 13. | [OpenAstronomy](#2024-openastronomy) | HTML |
+| 14. | [Django Software Foundation](#2024-django-software-foundation) | Django |
+| 15. | [Haskell.org](#2024-haskellorg) | JavaScript |
+| 16. | [MetaCall](#2024-metacall) | Node.js |
+| 17. | [Graphite](#2024-graphite) | Node.js |
+| 18. | [Python Software Foundation](#2024-python-software-foundation) | HTML |
+| 19. | [AOSSIE](#2024-aossie) | CSS, HTML, JavaScript, Jest, React |
+| 20. | [Plone Foundation](#2024-plone-foundation) | React |
+| 21. | [Open Science Initiative for Perfusion Imaging](#2024-open-science-initiative-for-perfusion-imaging) | Less |
+| 22. | [Electron](#2024-electron) | CSS, HTML, JavaScript, Node.js |
+| 23. | [stdlib](#2024-stdlib) | JavaScript, Node.js |
+| 24. | [Neutralinojs](#2024-neutralinojs) | CSS, HTML, JavaScript |
+| 25. | [The ENIGMA Team](#2024-the-enigma-team) | JavaScript |
+| 26. | [Open Chemistry](#2024-open-chemistry) | Babel |
+| 27. | [Jenkins](#2024-jenkins) | JavaScript |
+| 28. | [BRL-CAD](#2024-brl-cad) | JavaScript |
+| 29. | [caMicroscope](#2024-camicroscope) | HTML |
+
+
+
+## π GSoC 2023 - Web Development Organizations
+
+**Total: 21 organizations**
+
+| No. | Organization | Web Technologies |
+|-----|--------------|------------------|
+| 1. | [freifunk](#2023-freifunk) | Babel |
+| 2. | [MZmine and MS-DIAL](#2023-mzmine-and-ms-dial) | HTML |
+| 3. | [National Resource for Network Biology (NRNB)](#2023-national-resource-for-network-biology-(nrnb)) | HTML |
+| 4. | [Django Software Foundation](#2023-django-software-foundation) | Django |
+| 5. | [The ENIGMA Team](#2023-the-enigma-team) | JavaScript |
+| 6. | [XWiki](#2023-xwiki) | CSS, HTML, JavaScript |
+| 7. | [Open Chemistry](#2023-open-chemistry) | Babel |
+| 8. | [BRL-CAD](#2023-brl-cad) | JavaScript |
+| 9. | [AOSSIE](#2023-aossie) | CSS, HTML, JavaScript, Jest, React |
+| 10. | [Plone Foundation](#2023-plone-foundation) | React |
+| 11. | [JdeRobot](#2023-jderobot) | JavaScript |
+| 12. | [Git](#2023-git) | Ruby on Rails |
+| 13. | [MetaCall](#2023-metacall) | Node.js |
+| 14. | [Python Software Foundation](#2023-python-software-foundation) | HTML |
+| 15. | [caMicroscope](#2023-camicroscope) | HTML |
+| 16. | [Apertium](#2023-apertium) | Less |
+| 17. | [Jenkins](#2023-jenkins) | JavaScript |
+| 18. | [rocket.chat](#2023-rocketchat) | Node.js, TypeScript |
+| 19. | [OpenAstronomy](#2023-openastronomy) | HTML |
+| 20. | [Processing Foundation](#2023-processing-foundation) | JavaScript |
+| 21. | [Purr Data](#2023-purr-data) | HTML |
+
+
+
+## π GSoC 2022 - Web Development Organizations
+
+**Total: 32 organizations**
+
+| No. | Organization | Web Technologies |
+|-----|--------------|------------------|
+| 1. | [OpenAstronomy](#2022-openastronomy) | HTML |
+| 2. | [BRL-CAD](#2022-brl-cad) | JavaScript |
+| 3. | [freifunk](#2022-freifunk) | Babel |
+| 4. | [Processing Foundation](#2022-processing-foundation) | JavaScript |
+| 5. | [Plone Foundation](#2022-plone-foundation) | React |
+| 6. | [Jenkins](#2022-jenkins) | JavaScript |
+| 7. | [Forschungszentrum JΓΌlich](#2022-forschungszentrum-jΓΌlich) | Node.js |
+| 8. | [Open Chemistry](#2022-open-chemistry) | Babel |
+| 9. | [Python Software Foundation](#2022-python-software-foundation) | HTML |
+| 10. | [MetaCall](#2022-metacall) | Node.js |
+| 11. | [Godot Engine](#2022-godot-engine) | HTML |
+| 12. | [Joomla!](#2022-joomla!) | HTML |
+| 13. | [JBoss Community](#2022-jboss-community) | Node.js |
+| 14. | [FRRouting](#2022-frrouting) | Babel |
+| 15. | [Haskell.org](#2022-haskellorg) | JavaScript |
+| 16. | [syslog-ng](#2022-syslog-ng) | JavaScript, REST API |
+| 17. | [XWiki](#2022-xwiki) | CSS, HTML, JavaScript |
+| 18. | [Weaviate](#2022-weaviate) | GraphQL, REST API |
+| 19. | [The ENIGMA Team](#2022-the-enigma-team) | JavaScript |
+| 20. | [Electron](#2022-electron) | CSS, HTML, JavaScript, Node.js |
+| 21. | [Casbin](#2022-casbin) | JavaScript, Node.js |
+| 22. | [rocket.chat](#2022-rocketchat) | Node.js, TypeScript |
+| 23. | [Neutralinojs](#2022-neutralinojs) | CSS, HTML, JavaScript |
+| 24. | [Purr Data](#2022-purr-data) | HTML |
+| 25. | [Polypheny](#2022-polypheny) | REST API |
+| 26. | [National Resource for Network Biology (NRNB)](#2022-national-resource-for-network-biology-(nrnb)) | HTML |
+| 27. | [AOSSIE](#2022-aossie) | CSS, HTML, JavaScript, Jest, React |
+| 28. | [Matrix.org](#2022-matrixorg) | WebRTC |
+| 29. | [Django Software Foundation](#2022-django-software-foundation) | Django |
+| 30. | [JdeRobot](#2022-jderobot) | JavaScript |
+| 31. | [SeaQL](#2022-seaql) | GraphQL |
+| 32. | [Git](#2022-git) | Ruby on Rails |
+
+
+
+## π GSoC 2025 - Organization Details
+
+### 1. webpack {#2025-webpack}
+
+- **Technologies**: JavaScript, Node.js, REST API, Webpack
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/webpack)
+- **Website**: [Visit Website](https://webpack.js.org)
+
+
+
+### 2. Checker Framework {#2025-checker-framework}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/checker-framework)
+- **Website**: [Visit Website](https://checkerframework.org/)
+
+
+
+### 3. Haskell.org {#2025-haskellorg}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/haskellorg)
+- **Website**: [Visit Website](https://haskell.org/)
+
+
+
+### 4. National Resource for Network Biology (NRNB) {#2025-national-resource-for-network-biology-(nrnb)}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/national-resource-for-network-biology-nrnb)
+- **Website**: [Visit Website](https://nrnb.org/gsoc.html)
+
+
+
+### 5. Joomla! {#2025-joomla!}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/joomla)
+- **Website**: [Visit Website](https://www.joomla.org/)
+
+
+
+### 6. Processing Foundation {#2025-processing-foundation}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/processing-foundation)
+- **Website**: [Visit Website](http://processingfoundation.org)
+
+
+
+### 7. freifunk {#2025-freifunk}
+
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/freifunk)
+- **Website**: [Visit Website](https://freifunk.net/en)
+
+
+
+### 8. BRL-CAD {#2025-brl-cad}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/brl-cad)
+- **Website**: [Visit Website](https://opencax.github.io/)
+
+
+
+### 9. Electron {#2025-electron}
+
+- **Technologies**: CSS, HTML, JavaScript, Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/electron)
+- **Website**: [Visit Website](https://electronjs.org)
+
+
+
+### 10. Graphite {#2025-graphite}
+
+- **Technologies**: Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/graphite)
+- **Website**: [Visit Website](https://graphite.rs)
+
+
+
+### 11. Python Software Foundation {#2025-python-software-foundation}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/python-software-foundation)
+- **Website**: [Visit Website](https://python-gsoc.org/)
+
+
+
+### 12. JdeRobot {#2025-jderobot}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/jderobot)
+- **Website**: [Visit Website](http://jderobot.github.io)
+
+
+
+### 13. rocket.chat {#2025-rocketchat}
+
+- **Technologies**: Node.js, TypeScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/rocketchat)
+- **Website**: [Visit Website](https://github.com/RocketChat)
+
+
+
+### 14. Alaska {#2025-alaska}
+
+- **Technologies**: REST API
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/alaska)
+- **Website**: [Visit Website](https://www.uaa.alaska.edu/research)
+
+
+
+### 15. Open Science Initiative for Perfusion Imaging {#2025-open-science-initiative-for-perfusion-imaging}
+
+- **Technologies**: Less
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/open-science-initiative-for-perfusion-imaging)
+- **Website**: [Visit Website](https://osipi.ismrm.org/)
+
+
+
+### 16. stdlib {#2025-stdlib}
+
+- **Technologies**: JavaScript, Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/stdlib)
+- **Website**: [Visit Website](https://stdlib.io)
+
+
+
+### 17. AOSSIE {#2025-aossie}
+
+- **Technologies**: CSS, HTML, JavaScript, Jest, React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/aossie)
+- **Website**: [Visit Website](https://www.aossie.org)
-More Score Labs projects [here](https://scorelab.org/gsoc/)
+
-## 6. EOS Design (Python)
+### 18. Git {#2025-git}
-- EOS icons react library (**React, CI, YAML**)
-
- More info [here](https://gitlab.com/SUSE-UIUX/eos/-/wikis/GSoC-2021-Sub-org-at-Python.org:-EOS#project-1)
+- **Technologies**: Ruby on Rails
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/git)
+- **Website**: [Visit Website](https://git-scm.com/)
-- EOS-icons - Improvements (**React, SCSS**)
-
- More info [here](https://gitlab.com/SUSE-UIUX/eos/-/wikis/GSoC-2021-Sub-org-at-Python.org:-EOS#project-2)
+
-- EOS-icons - extensions for third party applications (**Python, React.js, SCSS**)
-
- More info [here](https://gitlab.com/SUSE-UIUX/eos/-/wikis/GSoC-2021-Sub-org-at-Python.org:-EOS#project-3)
+### 19. Django Software Foundation {#2025-django-software-foundation}
-- User Story - Improvements and new features (**React.js, Node.js, SCSS, MongoDB, GraphQL**)
-
- More info [here](https://gitlab.com/SUSE-UIUX/eos/-/wikis/GSoC-2021-Sub-org-at-Python.org:-EOS#project-4)
+- **Technologies**: Django
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/django-software-foundation-8o)
+- **Website**: [Visit Website](https://www.djangoproject.com)
-- EOS icons API (**Node.js, MongoDB, Redis, Docker, Gitlab Hooks**)
-
- More info [here](https://gitlab.com/SUSE-UIUX/eos/-/wikis/GSoC-2021-Sub-org-at-Python.org:-EOS#project-5)
+
-## 7. JdeRobot
+### 20. Plone Foundation {#2025-plone-foundation}
-- Improving VisualStates (**Python and C++, HTML, JavaScript/Node.js**)
-
- More info [here](https://jderobot.github.io/activities/gsoc/2021#project-5-improving-visualstates-tool-with-ros2-support-and-web-based-gui)
+- **Technologies**: React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/plone-foundation)
+- **Website**: [Visit Website](https://plone.org)
-## 8. Anita B.org
+
-- Open Source Programs (**FrontEnd: HTML, CSS, JavaScript || Backend: Django, Python**)
-
- GitHub Repo [here](https://github.com/anitab-org/open-source-programs-web)
-
- More info [here](https://github.com/anitab-org/anitab-org.github.io/wiki/Open-Source-Programs)
+### 21. Jenkins {#2025-jenkins}
-- Bridge in Tech (**FrontEnd: HTML, CSS, JavaScript, React || Backend: Python**)
-
- More info [here](https://github.com/anitab-org/anitab-org.github.io/wiki/Bridge-In-Tech)
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/jenkins-wp)
+- **Website**: [Visit Website](https://jenkins.io)
-## 9. Elastic
+
-- Accessible combobox variants (**React, TypeScript**)
-
- More info [here](https://github.com/elastic/gsoc#project-1-accessible-combobox-variants)
+### 22. OpenAstronomy {#2025-openastronomy}
-- Alluvial diagram in @elastic/charts (**SVG, Canvas2D or WebGL, JavaScript/TypeScript, React, D3**)
-
- More info [here](https://github.com/elastic/gsoc#project-2-alluvial-diagram-in-elasticcharts)
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/openastronomy)
+- **Website**: [Visit Website](https://openastronomy.org/)
-- Parallel coordinates in @elastic/charts (**SVG, Canvas2D or WebGL, JavaScript/TypeScript, React, D3**)
-
- More info [here](https://github.com/elastic/gsoc#project-3-data-sonification)
+
-## 10. Matrix
+### 23. API Dash {#2025-api-dash}
-- Bifrost (**Node.js, Typescript**)
-
- More info [here](http://matrix-org.github.io/gsoc/#/projects?project=new_backends_for_bifrost&lang=en)
+- **Technologies**: GraphQL
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash)
+- **Website**: [Visit Website](https://apidash.dev)
-- Maths support (**Javascript, Python**)
-
- GitHub Repo [here](https://github.com/vector-im/element-web)
+
-## 11. Bookbrainz
+## π GSoC 2024 - Organization Details
-- MusicBrainz (**React, Node.js**)
-
- GitHub Repo [here](https://github.com/BookBrainz/bookbrainz-site)
+### 1. Polypheny {#2024-polypheny}
-## 12. Joplin
+- **Technologies**: REST API
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/polypheny)
+- **Website**: [Visit Website](https://polypheny.org)
-- OCR plugin (**JavaScript, Image processing**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#1-ocr-plugin)
+
-- Template plugin (**JavaScript**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#2-template-plugin)
+### 2. Purr Data {#2024-purr-data}
-- BibTex plugin (**JavaScript**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#3-bibtex-plugin)
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/purr-data)
+- **Website**: [Visit Website](https://www.purrdata.net/)
-- Real time collaboration on a note (**JavaScript**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#4-real-time-collaboration-on-a-note)
+
-- Paste special (**JavaScript, HTML**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#5-paste-special)
+### 3. API Dash {#2024-api-dash}
-- Plugin system on mobile (**JavaScript, React Native**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#6-plugin-system-on-mobile)
+- **Technologies**: GraphQL
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/api-dash)
+- **Website**: [Visit Website](https://apidash.dev)
-- Conflict resolution editor plugin (**JavaScript, Markdown**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#7-conflict-resolution-editor-plugin)
+
-- Kanban plugin (**JavaScript**)
-
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#8-kanban-plugin)
+### 4. JdeRobot {#2024-jderobot}
-## 13. Hydra Ecosystem
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/jderobot)
+- **Website**: [Visit Website](http://jderobot.github.io)
-- General Improvements (**Python, React, JavaScript**)
-
- GitHub Repo [here](https://github.com/HTTP-APIs/hydra-python-agent)
+
-## 14. Moira
+### 5. Git {#2024-git}
-- RESTify Moiraβs API (**REST, JSON API, Go**)
-
- More info [here](https://moira.readthedocs.io/en/latest/gsoc.html#restify-moira-s-api)
+- **Technologies**: Ruby on Rails
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/git)
+- **Website**: [Visit Website](https://git-scm.com/)
-- Complete Moiraβs mobile web version (**JavaScript, TypeScript and React**)
-
- GitHub repo [here](https://github.com/moira-alert/web2.0)
-
- More info [here](https://moira.readthedocs.io/en/latest/gsoc.html#complete-moira-s-mobile-web-version)
+
-- Noisy trigger analysis tools (**Basic Go and JavaScript skills**)
-
- More info [here](https://moira.readthedocs.io/en/latest/gsoc.html#noisy-trigger-analysis-tools)
+### 6. webpack {#2024-webpack}
-- Health checks for delivery channels and contacts (**Go, JavaScript, React**)
-
- More info [here](https://moira.readthedocs.io/en/latest/gsoc.html#health-checks-for-delivery-channels-and-contacts)
+- **Technologies**: JavaScript, Node.js, REST API, Webpack
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/webpack)
+- **Website**: [Visit Website](https://webpack.js.org)
-## 15. Mozilla
+
-- Common Voice Website (**React**)
-
- GitHub Repo [here](https://github.com/common-voice/common-voice)
+### 7. Nightwatch.js {#2024-nightwatchjs}
-## 16. Fossology
+- **Technologies**: Angular, JavaScript, Node.js, React, Vue.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/nightwatchjs)
+- **Website**: [Visit Website](https://nightwatchjs.org)
-- UI Conversion Project (**React/Angular/Vue**)
-
- GitHub Repo [here](https://github.com/fossology/fossology)
-
- More info [here](https://github.com/fossology/fossology/wiki/Google-Summer-of-Code-Proposals-2020#rewrite-fossology-ui-for-example-using-angular-bootstrap-vuejs-or-reactjs)
+
-## 17. Fossi
+### 8. Alaska {#2024-alaska}
-- Evolving fractalvalley.net (**React/Angular, JavaScript, HTML5, Node.js**)
-- Extend LibreCores.org (**SQL, HTML**)
-
- More info [here](https://www-archive.fossi-foundation.org/gsoc20-ideas)
+- **Technologies**: REST API
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/alaska)
+- **Website**: [Visit Website](https://www.uaa.alaska.edu/research)
-## 18. GDevelop
+
-- Revamp shortcuts/"Goto Anything" in the editor (**React.js for the editor, JavaScript**)
-- Improved Debugger and Profiler (**React**)
-- Support opening multiple projects or multiple instances of the editor (**JavaScript, React, Electron**)
-
- More info [here](http://wiki.compilgames.net/doku.php/gdevelop5/community/summer-of-code)
+### 9. National Resource for Network Biology (NRNB) {#2024-national-resource-for-network-biology-(nrnb)}
-## 19. Internet Archive
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/national-resource-for-network-biology-nrnb)
+- **Website**: [Visit Website](https://nrnb.org/gsoc.html)
-- Chrome extension Wayback Machine (**JavaScript, UX**)
-- BookReader (**HTML, CSS, JavaScript**)
-
- GitHub Repo [here](https://github.com/internetarchive/bookreader)
+
-- Front-End Web Components (**HTML, CSS, JavaScript**)
-
- GitHub Repo [here](https://github.com/internetarchive/iaux)
+### 10. Apertium {#2024-apertium}
-- Google Assistant Action (**Node.js**)
-
- More info [here](More info [here](https://docs.google.com/document/d/1posF4zhq2lAz7eikloT9_K4LnHXfJ5VWGpCtJS6rJ0M/))
+- **Technologies**: Less
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/apertium)
+- **Website**: [Visit Website](https://apertium.org/)
-## 20. GPAC
+
-- GPAC remote monitoring (**JavaScript, Web programming skills**)
-- GPAC JS APIs (**Three.js, Babylon.js**)
+### 11. rocket.chat {#2024-rocketchat}
-## 21. Zulip
+- **Technologies**: Node.js, TypeScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/rocketchat)
+- **Website**: [Visit Website](https://github.com/RocketChat)
-- Web Front-End Projects (**Python, Django, JavaScript, CSS**)
-
- GitHub Repo [here](https://github.com/zulip/zulip/)
+
-- Electron Desktop App
-
- More info [here](https://zulip.readthedocs.io/en/latest/overview/gsoc-ideas.html#electron-desktop-app)
+### 12. freifunk {#2024-freifunk}
-## 22. MGGG
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/freifunk)
+- **Website**: [Visit Website](https://freifunk.net/en)
-- Districtr Interactive Tutorial (**HTML, CSS, JavaScript**)
-- Puzzle-mander (**HTML,CSS, JavaScript, Python, SQL**)
+
-## 23. Kubeflow
+### 13. OpenAstronomy {#2024-openastronomy}
-- Hyperparameter tuner UI (**JavaScript, ES6, CSS, NPM**)
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/openastronomy)
+- **Website**: [Visit Website](https://openastronomy.org/)
-## 24. Inclusive Design Institute
+
-- Port UIO+ Chrome Extension (**JavaScript**)
-
- GitHub Repo [here](https://github.com/GPII/gpii-chrome-extension)
+### 14. Django Software Foundation {#2024-django-software-foundation}
-- Migrate Floe (**HTML, CSS, JavaScript**)
-
- GitHub Repo [here](https://github.com/fluid-project/fluidproject.org)
+- **Technologies**: Django
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/django-software-foundation-8o)
+- **Website**: [Visit Website](https://www.djangoproject.com)
-- Infusion Documentation (**HTML, CSS, JavaScript**)
-
- GitHub Repo [here](https://github.com/fluid-project/infusion-docs/)
+
-## 25. SugarLabs
+### 15. Haskell.org {#2024-haskellorg}
-- Sugarizer Measure activity (**JavaScript, HTML5, Vue**)
-
- More info [here](https://github.com/sugarlabs/GSoC/blob/master/Ideas-2021.md#sugarizer-measure-activity)
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/haskellorg)
+- **Website**: [Visit Website](https://haskell.org/)
-- Sugarizer Story activity (**JavaScript, HTML5, Vue**)
-
- More info [here](hhttps://github.com/sugarlabs/GSoC/blob/master/Ideas-2021.md#sugarizer-story-activity)
+
+
+### 16. MetaCall {#2024-metacall}
-- Sugarizer Story activity (**JavaScript, HTML5, Vue**)
-
- More info [here](https://github.com/sugarlabs/GSoC/blob/master/Ideas-2021.md#sugarizer-security-and-availability)
+- **Technologies**: Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/metacall)
+- **Website**: [Visit Website](https://metacall.io)
-## 26. Performance Co-Pilot
+
-- Grafana Plugin (**React, TypeScript**)
-
- GitHub Repo [here](https://github.com/performancecopilot/grafana-pcp)
+### 17. Graphite {#2024-graphite}
-## 27. Submitty
+- **Technologies**: Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/graphite)
+- **Website**: [Visit Website](https://graphite.rs)
+
+
-- Mobile-Friendly Website (**HTML, CSS, Javascript, Bootstrap**)
-
- More info [here](https://submitty.org/developer/project_ideas)
+### 18. Python Software Foundation {#2024-python-software-foundation}
-- Web Sockets (**PHP, JavaScript**)
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/python-software-foundation)
+- **Website**: [Visit Website](https://python-gsoc.org/)
-## 28. Circuit Verse
+
-- Simulator (**JavaScript**)
-
- GitHub Repo [here](https://github.com/CircuitVerse/CircuitVerse)
+### 19. AOSSIE {#2024-aossie}
-## 29. Creative Commons
+- **Technologies**: CSS, HTML, JavaScript, Jest, React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/aossie)
+- **Website**: [Visit Website](https://www.aossie.org)
-- Vocabulary Usage Guide (**HTML, CSS, JavaScript**)
-
- More info [here](https://opensource.creativecommons.org/internships/project-ideas/#vocabulary-usage-guide)
+
-## 30. OcraSound
+### 20. Plone Foundation {#2024-plone-foundation}
-- Ocramap (**React**)
-
- GitHub Repo [here](https://github.com/orcasound/orcamap-react)
+- **Technologies**: React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/plone-foundation)
+- **Website**: [Visit Website](https://plone.org)
-## 31. OpenMRS
+
-- OpenMRS projects (**HTML, CSS, JavaScript**)
-
- GitHub Repo [here](https://github.com/openmrs/openmrs-owa-sysadmin)
+### 21. Open Science Initiative for Perfusion Imaging {#2024-open-science-initiative-for-perfusion-imaging}
-## 32. Webpack
+- **Technologies**: Less
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/open-science-initiative-for-perfusion-imaging)
+- **Website**: [Visit Website](https://osipi.ismrm.org/)
-- CLI (**JavaScript, Node.js**)
-- Webpack v5: Documentation (**JavaScript, Node.JS, Webpack**)
-- Webpack: Web Bundle (**JavaScript, Node.JS, Webpack**)
-- Webpack: Interactive (**JavaScript, Node.JS, Webpack**)
-
- GitHub Repo [here](https://github.com/webpack/webpack-cli/)
-
- More Info [here](https://docs.google.com/document/d/14LlDCLM_l0AMGbHtylYOVGVsh0L3VPxpDHiSLRDqJ7o)
+
-## 33. Open Bioinformatics Foundation (OBF)
+### 22. Electron {#2024-electron}
-- Javascript Data Visualisations (**HTML, CSS, JavaScript/React**)
-
- More info [here](https://www.open-bio.org/events/gsoc/gsoc-project-ideas/)
+- **Technologies**: CSS, HTML, JavaScript, Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/electron)
+- **Website**: [Visit Website](https://electronjs.org)
-## 34. Open Genome Informatics
+
-- Wormbase (**JavaScript, CSS, React**)
-- Phylogenetic tree viewer (**JavaScript, React**)
-- Ensembl VEP integration (**JavaScript, React**)
-- Genomic Variant Evidence Visualization (**JavaScript, React**)
+### 23. stdlib {#2024-stdlib}
-## 35. Open Chemistry
+- **Technologies**: JavaScript, Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/stdlib)
+- **Website**: [Visit Website](https://stdlib.io)
-- 3Dmol.js (**JavaScript, OpenGL/WebGL**
-- JavaScript version of Open Babel (**C++, JavaScript**)
-
- More info [here](https://wiki.openchemistry.org/GSoC_Ideas_2021)
+
-## 36. Open EMR
+### 24. Neutralinojs {#2024-neutralinojs}
-- Various Projects (**HTML, CSS, Javascript,PHP, MySQL/MariaDB**)
-
- More info [here](https://www.open-emr.org/summer-of-code/)
+- **Technologies**: CSS, HTML, JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/neutralinojs)
+- **Website**: [Visit Website](https://neutralino.js.org)
-## 37. Open CV
+
-- Open CV.js (**C++, Javascript**)
+### 25. The ENIGMA Team {#2024-the-enigma-team}
-## 38. Nteract (NumFocus)
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/the-enigma-team)
+- **Website**: [Visit Website](https://enigma-dev.org)
-- Nteract play app (**React, JavaScript, CSS**
-
- GitHub Repo [here](https://github.com/nteract/play)
-
- More info [here](https://github.com/nteract/nteract/wiki/GSoC-2020-Ideas#1-add-support-for-sessions-and-sharing-to-nteract-play-app)
+
-- Data Explorer UI (**React, JavaScript**)
+### 26. Open Chemistry {#2024-open-chemistry}
-## 39. Purr Data
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/open-chemistry)
+- **Website**: [Visit Website](https://openchemistry.org/)
-- Skills: (**Javascript, HTML, CSS**)
- GitLab Repo [here](https://git.purrdata.net/jwilkes/purr-data)
-
- More info [here](https://git.purrdata.net/jwilkes/summer-of-code-ideas-list#core-accessibility)
+
-## 40. Fossasia
+### 27. Jenkins {#2024-jenkins}
-- SUSI AI (**HTML, Javascript, CSS, React-JS, Java**)
-
- GitHub Repo [here](https://github.com/fossasia?utf8=%E2%9C%93&q=susi)
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/jenkins-wp)
+- **Website**: [Visit Website](https://jenkins.io)
-- Susper (**Java, Javascript, HTML, CSS**)
-
- GitHub Repo [here](https://github.com/yacy)
-
- More info [here](https://fossasia.org/labs/)
+
-## 41. Owasp
+### 28. BRL-CAD {#2024-brl-cad}
-- Offensive Web Testing Framework-OWTF (**React**)
-
- GitHub Repo [here](https://github.com/owtf/owtf)
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/brl-cad)
+- **Website**: [Visit Website](https://opencax.github.io/)
-- OWASP Bug Logging Tool (**React**)
-
- GitHub Repo [here](https://github.com/OWASP/BLT)
+
-## 42. SambaWiki
+### 29. caMicroscope {#2024-camicroscope}
-- Samba AD deployment with Cockpit (**Python, React, CSS, HTML**)
-
- GitHub Repo(s) [here](https://github.com/cockpit-project)
-
- More info [here](https://wiki.samba.org/index.php/SoC/Ideas#Google_Summer_of_Code:_Suggested_Project_ideas)
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/camicroscope)
+- **Website**: [Visit Website](https://camicroscope.github.io)
-## 43. GraphQL Plugins
+
-## 44. Postman
+## π GSoC 2023 - Organization Details
-- Newman, Collection SDK, Code Generators, Importers (**JavaScript, Node.js**)
-
- More info of all 13 projects [here](https://github.com/postmanlabs/gsoc/blob/master/2021/Ideas.md)
+### 1. freifunk {#2023-freifunk}
-## 45. CNCF
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/freifunk)
+- **Website**: [Visit Website](https://freifunk.net/en)
-- Thanos UI Project (**React**)
-
- GitHub Repo [here](https://github.com/thanos-io/thanos)
+
-## 46. GNOME Foundation
+### 2. MZmine and MS-DIAL {#2023-mzmine-and-ms-dial}
-- Faces of GNOME (**Jekyll, JavaScript, HTML, CSS**)
-
- GitLab Repo [here](https://gitlab.gnome.org/Teams/Engagement/websites/people-of-gnome)
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/mzmine-and-ms-dial)
+- **Website**: [Visit Website](https://mzmine-ms-dial-gsoc.github.io/)
-- GNOME Websites Framework (**CSS/SCSS, JavaScript**)
-
- GitLab Repo [here](https://gitlab.gnome.org/Teams/Engagement/websites/gnome-websites-framework)
+
-## 47. Chromium
+### 3. National Resource for Network Biology (NRNB) {#2023-national-resource-for-network-biology-(nrnb)}
-- Roadmap view for chromestatus.com (**Python, JS, HTML, UI design**)
-
- GitHub Repo [here](https://github.com/GoogleChrome/chromium-dashboard)
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/national-resource-for-network-biology-nrnb)
+- **Website**: [Visit Website](https://nrnb.org/gsoc.html)
-- Automating Puppeteer's documentation from code (**JavaScript/TypeScript**)
-
- GitHub Repo [here](https://github.com/puppeteer/puppeteer)
- More info [here](https://docs.google.com/document/d/1x2ELJVSEUmiIzElcVGy5ScWoi4qRfgu2Hf1JAEYxrUg/edit#heading=h.56j543g6pzyg)
+
+
+### 4. Django Software Foundation {#2023-django-software-foundation}
+
+- **Technologies**: Django
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/django-software-foundation-8o)
+- **Website**: [Visit Website](https://www.djangoproject.com)
+
+
+
+### 5. The ENIGMA Team {#2023-the-enigma-team}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/the-enigma-team)
+- **Website**: [Visit Website](https://enigma-dev.org)
+
+
+
+### 6. XWiki {#2023-xwiki}
+
+- **Technologies**: CSS, HTML, JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/xwiki)
+- **Website**: [Visit Website](https://www.xwiki.org/)
+
+
+
+### 7. Open Chemistry {#2023-open-chemistry}
+
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/open-chemistry)
+- **Website**: [Visit Website](https://openchemistry.org/)
+
+
+
+### 8. BRL-CAD {#2023-brl-cad}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/brl-cad)
+- **Website**: [Visit Website](https://opencax.github.io/)
+
+
+
+### 9. AOSSIE {#2023-aossie}
+
+- **Technologies**: CSS, HTML, JavaScript, Jest, React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/aossie)
+- **Website**: [Visit Website](https://www.aossie.org)
+
+
+
+### 10. Plone Foundation {#2023-plone-foundation}
+
+- **Technologies**: React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/plone-foundation)
+- **Website**: [Visit Website](https://plone.org)
+
+
+
+### 11. JdeRobot {#2023-jderobot}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/jderobot)
+- **Website**: [Visit Website](http://jderobot.github.io)
+
+
+
+### 12. Git {#2023-git}
+
+- **Technologies**: Ruby on Rails
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/git)
+- **Website**: [Visit Website](https://git-scm.com/)
+
+
+
+### 13. MetaCall {#2023-metacall}
+
+- **Technologies**: Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/metacall)
+- **Website**: [Visit Website](https://metacall.io)
+
+
+
+### 14. Python Software Foundation {#2023-python-software-foundation}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/python-software-foundation)
+- **Website**: [Visit Website](https://python-gsoc.org/)
+
+
+
+### 15. caMicroscope {#2023-camicroscope}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/camicroscope)
+- **Website**: [Visit Website](https://camicroscope.github.io)
+
+
+
+### 16. Apertium {#2023-apertium}
+
+- **Technologies**: Less
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/apertium)
+- **Website**: [Visit Website](https://apertium.org/)
+
+
+
+### 17. Jenkins {#2023-jenkins}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/jenkins-wp)
+- **Website**: [Visit Website](https://jenkins.io)
+
+
+
+### 18. rocket.chat {#2023-rocketchat}
+
+- **Technologies**: Node.js, TypeScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/rocketchat)
+- **Website**: [Visit Website](https://github.com/RocketChat)
+
+
+
+### 19. OpenAstronomy {#2023-openastronomy}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/openastronomy)
+- **Website**: [Visit Website](https://openastronomy.org/)
+
+
+
+### 20. Processing Foundation {#2023-processing-foundation}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/processing-foundation)
+- **Website**: [Visit Website](http://processingfoundation.org)
+
+
+
+### 21. Purr Data {#2023-purr-data}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/purr-data)
+- **Website**: [Visit Website](https://www.purrdata.net/)
+
+
+
+## π GSoC 2022 - Organization Details
+
+### 1. OpenAstronomy {#2022-openastronomy}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/openastronomy)
+- **Website**: [Visit Website](https://openastronomy.org/)
+
+
+
+### 2. BRL-CAD {#2022-brl-cad}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/brl-cad)
+- **Website**: [Visit Website](https://opencax.github.io/)
+
+
+
+### 3. freifunk {#2022-freifunk}
+
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/freifunk)
+- **Website**: [Visit Website](https://freifunk.net/en)
+
+
+
+### 4. Processing Foundation {#2022-processing-foundation}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/processing-foundation)
+- **Website**: [Visit Website](http://processingfoundation.org)
+
+
+
+### 5. Plone Foundation {#2022-plone-foundation}
+
+- **Technologies**: React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/plone-foundation)
+- **Website**: [Visit Website](https://plone.org)
+
+
+
+### 6. Jenkins {#2022-jenkins}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/jenkins-wp)
+- **Website**: [Visit Website](https://jenkins.io)
+
+
+
+### 7. Forschungszentrum JΓΌlich {#2022-forschungszentrum-jΓΌlich}
+
+- **Technologies**: Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/forschungszentrum-julich)
+- **Website**: [Visit Website](https://fz-juelich.de/en)
+
+
+
+### 8. Open Chemistry {#2022-open-chemistry}
+
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/open-chemistry)
+- **Website**: [Visit Website](https://openchemistry.org/)
+
+
+
+### 9. Python Software Foundation {#2022-python-software-foundation}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/python-software-foundation)
+- **Website**: [Visit Website](https://python-gsoc.org/)
+
+
+
+### 10. MetaCall {#2022-metacall}
+
+- **Technologies**: Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/metacall)
+- **Website**: [Visit Website](https://metacall.io)
+
+
+
+### 11. Godot Engine {#2022-godot-engine}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/godot-engine)
+- **Website**: [Visit Website](https://godotengine.org)
+
+
+
+### 12. Joomla! {#2022-joomla!}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/joomla)
+- **Website**: [Visit Website](https://www.joomla.org/)
+
+
+
+### 13. JBoss Community {#2022-jboss-community}
+
+- **Technologies**: Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/jboss-community)
+- **Website**: [Visit Website](http://www.jboss.org/)
+
+
+
+### 14. FRRouting {#2022-frrouting}
+
+- **Technologies**: Babel
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/frrouting)
+- **Website**: [Visit Website](https://frrouting.org/)
+
+
+
+### 15. Haskell.org {#2022-haskellorg}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/haskellorg)
+- **Website**: [Visit Website](https://haskell.org/)
+
+
+
+### 16. syslog-ng {#2022-syslog-ng}
+
+- **Technologies**: JavaScript, REST API
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/syslog-ng)
+- **Website**: [Visit Website](https://www.syslog-ng.com/)
+
+
+
+### 17. XWiki {#2022-xwiki}
+
+- **Technologies**: CSS, HTML, JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/xwiki)
+- **Website**: [Visit Website](https://www.xwiki.org/)
+
+
+
+### 18. Weaviate {#2022-weaviate}
+
+- **Technologies**: GraphQL, REST API
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/weaviate)
+- **Website**: [Visit Website](https://weaviate.io)
+
+
+
+### 19. The ENIGMA Team {#2022-the-enigma-team}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/the-enigma-team)
+- **Website**: [Visit Website](https://enigma-dev.org)
+
+
+
+### 20. Electron {#2022-electron}
+
+- **Technologies**: CSS, HTML, JavaScript, Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/electron)
+- **Website**: [Visit Website](https://electronjs.org)
+
+
+
+### 21. Casbin {#2022-casbin}
+
+- **Technologies**: JavaScript, Node.js
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/casbin)
+- **Website**: [Visit Website](https://casbin.org)
+
+
+
+### 22. rocket.chat {#2022-rocketchat}
+
+- **Technologies**: Node.js, TypeScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/rocketchat)
+- **Website**: [Visit Website](https://github.com/RocketChat)
+
+
+
+### 23. Neutralinojs {#2022-neutralinojs}
+
+- **Technologies**: CSS, HTML, JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/neutralinojs)
+- **Website**: [Visit Website](https://neutralino.js.org)
+
+
+
+### 24. Purr Data {#2022-purr-data}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/purr-data)
+- **Website**: [Visit Website](https://www.purrdata.net/)
+
+
+
+### 25. Polypheny {#2022-polypheny}
+
+- **Technologies**: REST API
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/polypheny)
+- **Website**: [Visit Website](https://polypheny.org)
+
+
+
+### 26. National Resource for Network Biology (NRNB) {#2022-national-resource-for-network-biology-(nrnb)}
+
+- **Technologies**: HTML
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/national-resource-for-network-biology-nrnb)
+- **Website**: [Visit Website](https://nrnb.org/gsoc.html)
+
+
+
+### 27. AOSSIE {#2022-aossie}
+
+- **Technologies**: CSS, HTML, JavaScript, Jest, React
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/aossie)
+- **Website**: [Visit Website](https://www.aossie.org)
+
+
+
+### 28. Matrix.org {#2022-matrixorg}
+
+- **Technologies**: WebRTC
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/matrixorg)
+- **Website**: [Visit Website](https://matrix.org)
+
+
+
+### 29. Django Software Foundation {#2022-django-software-foundation}
+
+- **Technologies**: Django
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/django-software-foundation-8o)
+- **Website**: [Visit Website](https://www.djangoproject.com)
+
+
+
+### 30. JdeRobot {#2022-jderobot}
+
+- **Technologies**: JavaScript
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/jderobot)
+- **Website**: [Visit Website](http://jderobot.github.io)
+
+
+
+### 31. SeaQL {#2022-seaql}
+
+- **Technologies**: GraphQL
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/seaql)
+- **Website**: [Visit Website](https://www.sea-ql.org)
+
+
+
+### 32. Git {#2022-git}
+
+- **Technologies**: Ruby on Rails
+- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/git)
+- **Website**: [Visit Website](https://git-scm.com/)
+
+
-- Snooze, search and filter for the Chrome DevTools Issues Tab (**JavaScript/TypeScript**)
-
- GitHub Repo [here](https://github.com/ChromeDevTools/devtools-frontend)
+---
+## π Statistics
-- Sample Diagnostics App/Extension for Chrome OS (**HTML, CSS, Javascript**)
-
- GitHub Repo [here](https://github.com/MahmoudAGawad/cros-diag-app)
+| Year | Organizations with Web Projects |
+|------|----------------------------------|
+| GSoC 2025 | 23 |
+| GSoC 2024 | 29 |
+| GSoC 2023 | 21 |
+| GSoC 2022 | 32 |
-## 48. Salesforce
-- Design System (**React**)
-
- GitHub Repo [here](https://github.com/salesforce/design-system-react)
+## π§ Technical Details
-- Cloudsplaining (**React/Vue/Svetle, AWS**)
-
- GitHub repo [here](https://github.com/salesforce/cloudsplaining)
-
- More info [here](https://github.com/salesforce/gsoc#cloudsplaining--salesforcecloudsplaining)
+- **Last Updated**: 2025-11-03 09:23:15
+- **Data Source**: Google Summer of Code Official API
+- **Web Technologies Detected**: angular, asp.net, babel, bootstrap, css, d3.js, django, express, fastapi, flask, graphql, html, javascript, jest, jquery, laravel, less, mocha, node.js, phoenix, react, react native, rest api, ruby on rails, sass, scss, spring boot, stylus, tailwind, three.js, typescript, vue, webpack, webrtc, websocket
+- **Update Frequency**: Weekly automatic checks
+- **Cache**: Enabled (1 week duration)
-## 49. Shaka Player
+## π Automatic Updates
-- Generate Typescript Type Definitions (**JavaScript/TypeScript**)
-
- GitHub Repo [here](https://github.com/google/shaka-player)
+This repository automatically:
+1. Checks for new GSoC data every Monday
+2. Updates the README with the latest organizations
+3. Maintains historical data for multiple years
+4. Caches results to be respectful to GSoC servers
-- Shaka Player HLS Enhancements
-
- GitHub Repo [here](https://github.com/google/shaka-player)
+When GSoC 2026 organizations are announced, this list will update automatically!
- All projects [here](https://storage.googleapis.com/wvtemp/shaka/Shaka%20Player%20GSoC%20Projects%20List.pdf)
+
-## 50. JBoss Community
+Made with β€οΈ by Imranch4 for the GSoC Community
-- Classrooms and Doubt Forum Feature in Mobile Application (**React, Javascript**)
-
- GitHub Repo [here](https://github.com/codeforcauseorg/edu-client)
+**β Star this repo if you find it helpful! β**
-- Create and Enhance APIs related to Education Platform (**Javascript, NestJS**)
-
- GitHub Repo [here](https://github.com/codeforcauseorg/edu-server)
+
diff --git a/gsoc_2022_web_organizations.json b/gsoc_2022_web_organizations.json
new file mode 100644
index 0000000..8bc295b
--- /dev/null
+++ b/gsoc_2022_web_organizations.json
@@ -0,0 +1,258 @@
+[
+ {
+ "name": "OpenAstronomy",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openastronomy",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://openastronomy.org/",
+ "slug": "openastronomy"
+ },
+ {
+ "name": "BRL-CAD",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/brl-cad",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://opencax.github.io/",
+ "slug": "brl-cad"
+ },
+ {
+ "name": "freifunk",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/freifunk",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://freifunk.net/en",
+ "slug": "freifunk"
+ },
+ {
+ "name": "Processing Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/processing-foundation",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "http://processingfoundation.org",
+ "slug": "processing-foundation"
+ },
+ {
+ "name": "Plone Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/plone-foundation",
+ "description": "",
+ "technologies": "React",
+ "website_url": "https://plone.org",
+ "slug": "plone-foundation"
+ },
+ {
+ "name": "Jenkins",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jenkins-wp",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://jenkins.io",
+ "slug": "jenkins-wp"
+ },
+ {
+ "name": "Forschungszentrum JΓΌlich",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/forschungszentrum-julich",
+ "description": "",
+ "technologies": "Node.js",
+ "website_url": "https://fz-juelich.de/en",
+ "slug": "forschungszentrum-julich"
+ },
+ {
+ "name": "Open Chemistry",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-chemistry",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://openchemistry.org/",
+ "slug": "open-chemistry"
+ },
+ {
+ "name": "Python Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/python-software-foundation",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://python-gsoc.org/",
+ "slug": "python-software-foundation"
+ },
+ {
+ "name": "MetaCall",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metacall",
+ "description": "",
+ "technologies": "Node.js",
+ "website_url": "https://metacall.io",
+ "slug": "metacall"
+ },
+ {
+ "name": "Godot Engine",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/godot-engine",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://godotengine.org",
+ "slug": "godot-engine"
+ },
+ {
+ "name": "Joomla!",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/joomla",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://www.joomla.org/",
+ "slug": "joomla"
+ },
+ {
+ "name": "JBoss Community",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jboss-community",
+ "description": "",
+ "technologies": "Node.js",
+ "website_url": "http://www.jboss.org/",
+ "slug": "jboss-community"
+ },
+ {
+ "name": "FRRouting",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/frrouting",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://frrouting.org/",
+ "slug": "frrouting"
+ },
+ {
+ "name": "Haskell.org",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/haskellorg",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://haskell.org/",
+ "slug": "haskellorg"
+ },
+ {
+ "name": "syslog-ng",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/syslog-ng",
+ "description": "",
+ "technologies": "JavaScript, REST API",
+ "website_url": "https://www.syslog-ng.com/",
+ "slug": "syslog-ng"
+ },
+ {
+ "name": "XWiki",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xwiki",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript",
+ "website_url": "https://www.xwiki.org/",
+ "slug": "xwiki"
+ },
+ {
+ "name": "Weaviate",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/weaviate",
+ "description": "",
+ "technologies": "GraphQL, REST API",
+ "website_url": "https://weaviate.io",
+ "slug": "weaviate"
+ },
+ {
+ "name": "The ENIGMA Team",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-enigma-team",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://enigma-dev.org",
+ "slug": "the-enigma-team"
+ },
+ {
+ "name": "Electron",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/electron",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript, Node.js",
+ "website_url": "https://electronjs.org",
+ "slug": "electron"
+ },
+ {
+ "name": "Casbin",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/casbin",
+ "description": "",
+ "technologies": "JavaScript, Node.js",
+ "website_url": "https://casbin.org",
+ "slug": "casbin"
+ },
+ {
+ "name": "rocket.chat",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/rocketchat",
+ "description": "",
+ "technologies": "Node.js, TypeScript",
+ "website_url": "https://github.com/RocketChat",
+ "slug": "rocketchat"
+ },
+ {
+ "name": "Neutralinojs",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/neutralinojs",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript",
+ "website_url": "https://neutralino.js.org",
+ "slug": "neutralinojs"
+ },
+ {
+ "name": "Purr Data",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/purr-data",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://www.purrdata.net/",
+ "slug": "purr-data"
+ },
+ {
+ "name": "Polypheny",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/polypheny",
+ "description": "",
+ "technologies": "REST API",
+ "website_url": "https://polypheny.org",
+ "slug": "polypheny"
+ },
+ {
+ "name": "National Resource for Network Biology (NRNB)",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/national-resource-for-network-biology-nrnb",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://nrnb.org/gsoc.html",
+ "slug": "national-resource-for-network-biology-nrnb"
+ },
+ {
+ "name": "AOSSIE",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/aossie",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript, Jest, React",
+ "website_url": "https://www.aossie.org",
+ "slug": "aossie"
+ },
+ {
+ "name": "Matrix.org",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/matrixorg",
+ "description": "",
+ "technologies": "WebRTC",
+ "website_url": "https://matrix.org",
+ "slug": "matrixorg"
+ },
+ {
+ "name": "Django Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/django-software-foundation-8o",
+ "description": "",
+ "technologies": "Django",
+ "website_url": "https://www.djangoproject.com",
+ "slug": "django-software-foundation-8o"
+ },
+ {
+ "name": "JdeRobot",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jderobot",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "http://jderobot.github.io",
+ "slug": "jderobot"
+ },
+ {
+ "name": "SeaQL",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/seaql",
+ "description": "",
+ "technologies": "GraphQL",
+ "website_url": "https://www.sea-ql.org",
+ "slug": "seaql"
+ },
+ {
+ "name": "Git",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/git",
+ "description": "",
+ "technologies": "Ruby on Rails",
+ "website_url": "https://git-scm.com/",
+ "slug": "git"
+ }
+]
\ No newline at end of file
diff --git a/gsoc_2023_web_organizations.json b/gsoc_2023_web_organizations.json
new file mode 100644
index 0000000..5e2b8c6
--- /dev/null
+++ b/gsoc_2023_web_organizations.json
@@ -0,0 +1,170 @@
+[
+ {
+ "name": "freifunk",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freifunk",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://freifunk.net/en",
+ "slug": "freifunk"
+ },
+ {
+ "name": "MZmine and MS-DIAL",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mzmine-and-ms-dial",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://mzmine-ms-dial-gsoc.github.io/",
+ "slug": "mzmine-and-ms-dial"
+ },
+ {
+ "name": "National Resource for Network Biology (NRNB)",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/national-resource-for-network-biology-nrnb",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://nrnb.org/gsoc.html",
+ "slug": "national-resource-for-network-biology-nrnb"
+ },
+ {
+ "name": "Django Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/django-software-foundation-8o",
+ "description": "",
+ "technologies": "Django",
+ "website_url": "https://www.djangoproject.com",
+ "slug": "django-software-foundation-8o"
+ },
+ {
+ "name": "The ENIGMA Team",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-enigma-team",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://enigma-dev.org",
+ "slug": "the-enigma-team"
+ },
+ {
+ "name": "XWiki",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/xwiki",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript",
+ "website_url": "https://www.xwiki.org/",
+ "slug": "xwiki"
+ },
+ {
+ "name": "Open Chemistry",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-chemistry",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://openchemistry.org/",
+ "slug": "open-chemistry"
+ },
+ {
+ "name": "BRL-CAD",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/brl-cad",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://opencax.github.io/",
+ "slug": "brl-cad"
+ },
+ {
+ "name": "AOSSIE",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/aossie",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript, Jest, React",
+ "website_url": "https://www.aossie.org",
+ "slug": "aossie"
+ },
+ {
+ "name": "Plone Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/plone-foundation",
+ "description": "",
+ "technologies": "React",
+ "website_url": "https://plone.org",
+ "slug": "plone-foundation"
+ },
+ {
+ "name": "JdeRobot",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jderobot",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "http://jderobot.github.io",
+ "slug": "jderobot"
+ },
+ {
+ "name": "Git",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/git",
+ "description": "",
+ "technologies": "Ruby on Rails",
+ "website_url": "https://git-scm.com/",
+ "slug": "git"
+ },
+ {
+ "name": "MetaCall",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metacall",
+ "description": "",
+ "technologies": "Node.js",
+ "website_url": "https://metacall.io",
+ "slug": "metacall"
+ },
+ {
+ "name": "Python Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/python-software-foundation",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://python-gsoc.org/",
+ "slug": "python-software-foundation"
+ },
+ {
+ "name": "caMicroscope",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/camicroscope",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://camicroscope.github.io",
+ "slug": "camicroscope"
+ },
+ {
+ "name": "Apertium",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/apertium",
+ "description": "",
+ "technologies": "Less",
+ "website_url": "https://apertium.org/",
+ "slug": "apertium"
+ },
+ {
+ "name": "Jenkins",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jenkins-wp",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://jenkins.io",
+ "slug": "jenkins-wp"
+ },
+ {
+ "name": "rocket.chat",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/rocketchat",
+ "description": "",
+ "technologies": "Node.js, TypeScript",
+ "website_url": "https://github.com/RocketChat",
+ "slug": "rocketchat"
+ },
+ {
+ "name": "OpenAstronomy",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openastronomy",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://openastronomy.org/",
+ "slug": "openastronomy"
+ },
+ {
+ "name": "Processing Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/processing-foundation",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "http://processingfoundation.org",
+ "slug": "processing-foundation"
+ },
+ {
+ "name": "Purr Data",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/purr-data",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://www.purrdata.net/",
+ "slug": "purr-data"
+ }
+]
\ No newline at end of file
diff --git a/gsoc_2024_web_organizations.json b/gsoc_2024_web_organizations.json
new file mode 100644
index 0000000..142618c
--- /dev/null
+++ b/gsoc_2024_web_organizations.json
@@ -0,0 +1,234 @@
+[
+ {
+ "name": "Polypheny",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/polypheny",
+ "description": "",
+ "technologies": "REST API",
+ "website_url": "https://polypheny.org",
+ "slug": "polypheny"
+ },
+ {
+ "name": "Purr Data",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/purr-data",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://www.purrdata.net/",
+ "slug": "purr-data"
+ },
+ {
+ "name": "API Dash",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/api-dash",
+ "description": "",
+ "technologies": "GraphQL",
+ "website_url": "https://apidash.dev",
+ "slug": "api-dash"
+ },
+ {
+ "name": "JdeRobot",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jderobot",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "http://jderobot.github.io",
+ "slug": "jderobot"
+ },
+ {
+ "name": "Git",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/git",
+ "description": "",
+ "technologies": "Ruby on Rails",
+ "website_url": "https://git-scm.com/",
+ "slug": "git"
+ },
+ {
+ "name": "webpack",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/webpack",
+ "description": "",
+ "technologies": "JavaScript, Node.js, REST API, Webpack",
+ "website_url": "https://webpack.js.org",
+ "slug": "webpack"
+ },
+ {
+ "name": "Nightwatch.js",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/nightwatchjs",
+ "description": "",
+ "technologies": "Angular, JavaScript, Node.js, React, Vue.js",
+ "website_url": "https://nightwatchjs.org",
+ "slug": "nightwatchjs"
+ },
+ {
+ "name": "Alaska",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/alaska",
+ "description": "",
+ "technologies": "REST API",
+ "website_url": "https://www.uaa.alaska.edu/research",
+ "slug": "alaska"
+ },
+ {
+ "name": "National Resource for Network Biology (NRNB)",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/national-resource-for-network-biology-nrnb",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://nrnb.org/gsoc.html",
+ "slug": "national-resource-for-network-biology-nrnb"
+ },
+ {
+ "name": "Apertium",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/apertium",
+ "description": "",
+ "technologies": "Less",
+ "website_url": "https://apertium.org/",
+ "slug": "apertium"
+ },
+ {
+ "name": "rocket.chat",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/rocketchat",
+ "description": "",
+ "technologies": "Node.js, TypeScript",
+ "website_url": "https://github.com/RocketChat",
+ "slug": "rocketchat"
+ },
+ {
+ "name": "freifunk",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freifunk",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://freifunk.net/en",
+ "slug": "freifunk"
+ },
+ {
+ "name": "OpenAstronomy",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openastronomy",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://openastronomy.org/",
+ "slug": "openastronomy"
+ },
+ {
+ "name": "Django Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/django-software-foundation-8o",
+ "description": "",
+ "technologies": "Django",
+ "website_url": "https://www.djangoproject.com",
+ "slug": "django-software-foundation-8o"
+ },
+ {
+ "name": "Haskell.org",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/haskellorg",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://haskell.org/",
+ "slug": "haskellorg"
+ },
+ {
+ "name": "MetaCall",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/metacall",
+ "description": "",
+ "technologies": "Node.js",
+ "website_url": "https://metacall.io",
+ "slug": "metacall"
+ },
+ {
+ "name": "Graphite",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/graphite",
+ "description": "",
+ "technologies": "Node.js",
+ "website_url": "https://graphite.rs",
+ "slug": "graphite"
+ },
+ {
+ "name": "Python Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/python-software-foundation",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://python-gsoc.org/",
+ "slug": "python-software-foundation"
+ },
+ {
+ "name": "AOSSIE",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/aossie",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript, Jest, React",
+ "website_url": "https://www.aossie.org",
+ "slug": "aossie"
+ },
+ {
+ "name": "Plone Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/plone-foundation",
+ "description": "",
+ "technologies": "React",
+ "website_url": "https://plone.org",
+ "slug": "plone-foundation"
+ },
+ {
+ "name": "Open Science Initiative for Perfusion Imaging",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-science-initiative-for-perfusion-imaging",
+ "description": "",
+ "technologies": "Less",
+ "website_url": "https://osipi.ismrm.org/",
+ "slug": "open-science-initiative-for-perfusion-imaging"
+ },
+ {
+ "name": "Electron",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/electron",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript, Node.js",
+ "website_url": "https://electronjs.org",
+ "slug": "electron"
+ },
+ {
+ "name": "stdlib",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stdlib",
+ "description": "",
+ "technologies": "JavaScript, Node.js",
+ "website_url": "https://stdlib.io",
+ "slug": "stdlib"
+ },
+ {
+ "name": "Neutralinojs",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/neutralinojs",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript",
+ "website_url": "https://neutralino.js.org",
+ "slug": "neutralinojs"
+ },
+ {
+ "name": "The ENIGMA Team",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-enigma-team",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://enigma-dev.org",
+ "slug": "the-enigma-team"
+ },
+ {
+ "name": "Open Chemistry",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-chemistry",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://openchemistry.org/",
+ "slug": "open-chemistry"
+ },
+ {
+ "name": "Jenkins",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jenkins-wp",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://jenkins.io",
+ "slug": "jenkins-wp"
+ },
+ {
+ "name": "BRL-CAD",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/brl-cad",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://opencax.github.io/",
+ "slug": "brl-cad"
+ },
+ {
+ "name": "caMicroscope",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/camicroscope",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://camicroscope.github.io",
+ "slug": "camicroscope"
+ }
+]
\ No newline at end of file
diff --git a/gsoc_2025_web_organizations.json b/gsoc_2025_web_organizations.json
new file mode 100644
index 0000000..19305fb
--- /dev/null
+++ b/gsoc_2025_web_organizations.json
@@ -0,0 +1,186 @@
+[
+ {
+ "name": "webpack",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/webpack",
+ "description": "",
+ "technologies": "JavaScript, Node.js, REST API, Webpack",
+ "website_url": "https://webpack.js.org",
+ "slug": "webpack"
+ },
+ {
+ "name": "Checker Framework",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/checker-framework",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://checkerframework.org/",
+ "slug": "checker-framework"
+ },
+ {
+ "name": "Haskell.org",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/haskellorg",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://haskell.org/",
+ "slug": "haskellorg"
+ },
+ {
+ "name": "National Resource for Network Biology (NRNB)",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/national-resource-for-network-biology-nrnb",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://nrnb.org/gsoc.html",
+ "slug": "national-resource-for-network-biology-nrnb"
+ },
+ {
+ "name": "Joomla!",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/joomla",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://www.joomla.org/",
+ "slug": "joomla"
+ },
+ {
+ "name": "Processing Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/processing-foundation",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "http://processingfoundation.org",
+ "slug": "processing-foundation"
+ },
+ {
+ "name": "freifunk",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/freifunk",
+ "description": "",
+ "technologies": "Babel",
+ "website_url": "https://freifunk.net/en",
+ "slug": "freifunk"
+ },
+ {
+ "name": "BRL-CAD",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/brl-cad",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://opencax.github.io/",
+ "slug": "brl-cad"
+ },
+ {
+ "name": "Electron",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/electron",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript, Node.js",
+ "website_url": "https://electronjs.org",
+ "slug": "electron"
+ },
+ {
+ "name": "Graphite",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/graphite",
+ "description": "",
+ "technologies": "Node.js",
+ "website_url": "https://graphite.rs",
+ "slug": "graphite"
+ },
+ {
+ "name": "Python Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/python-software-foundation",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://python-gsoc.org/",
+ "slug": "python-software-foundation"
+ },
+ {
+ "name": "JdeRobot",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jderobot",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "http://jderobot.github.io",
+ "slug": "jderobot"
+ },
+ {
+ "name": "rocket.chat",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rocketchat",
+ "description": "",
+ "technologies": "Node.js, TypeScript",
+ "website_url": "https://github.com/RocketChat",
+ "slug": "rocketchat"
+ },
+ {
+ "name": "Alaska",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/alaska",
+ "description": "",
+ "technologies": "REST API",
+ "website_url": "https://www.uaa.alaska.edu/research",
+ "slug": "alaska"
+ },
+ {
+ "name": "Open Science Initiative for Perfusion Imaging",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-science-initiative-for-perfusion-imaging",
+ "description": "",
+ "technologies": "Less",
+ "website_url": "https://osipi.ismrm.org/",
+ "slug": "open-science-initiative-for-perfusion-imaging"
+ },
+ {
+ "name": "stdlib",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stdlib",
+ "description": "",
+ "technologies": "JavaScript, Node.js",
+ "website_url": "https://stdlib.io",
+ "slug": "stdlib"
+ },
+ {
+ "name": "AOSSIE",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/aossie",
+ "description": "",
+ "technologies": "CSS, HTML, JavaScript, Jest, React",
+ "website_url": "https://www.aossie.org",
+ "slug": "aossie"
+ },
+ {
+ "name": "Git",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/git",
+ "description": "",
+ "technologies": "Ruby on Rails",
+ "website_url": "https://git-scm.com/",
+ "slug": "git"
+ },
+ {
+ "name": "Django Software Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/django-software-foundation-8o",
+ "description": "",
+ "technologies": "Django",
+ "website_url": "https://www.djangoproject.com",
+ "slug": "django-software-foundation-8o"
+ },
+ {
+ "name": "Plone Foundation",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/plone-foundation",
+ "description": "",
+ "technologies": "React",
+ "website_url": "https://plone.org",
+ "slug": "plone-foundation"
+ },
+ {
+ "name": "Jenkins",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jenkins-wp",
+ "description": "",
+ "technologies": "JavaScript",
+ "website_url": "https://jenkins.io",
+ "slug": "jenkins-wp"
+ },
+ {
+ "name": "OpenAstronomy",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openastronomy",
+ "description": "",
+ "technologies": "HTML",
+ "website_url": "https://openastronomy.org/",
+ "slug": "openastronomy"
+ },
+ {
+ "name": "API Dash",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash",
+ "description": "",
+ "technologies": "GraphQL",
+ "website_url": "https://apidash.dev",
+ "slug": "api-dash"
+ }
+]
\ No newline at end of file
diff --git a/gsoc_cache.json b/gsoc_cache.json
new file mode 100644
index 0000000..0729645
--- /dev/null
+++ b/gsoc_cache.json
@@ -0,0 +1,6707 @@
+{
+ "2025_eclipse-foundation": {
+ "timestamp": "2025-11-03T09:17:52.319155",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/eclipse-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openwisp": {
+ "timestamp": "2025-10-27T09:18:13.807898",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openwisp",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_osgeo-open-source-geospatial-foundation": {
+ "timestamp": "2025-10-27T09:17:35.855966",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/osgeo-open-source-geospatial-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_oppia-foundation": {
+ "timestamp": "2025-10-27T09:17:41.391673",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/oppia-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_aboutcode": {
+ "timestamp": "2025-11-03T09:17:31.062148",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/aboutcode",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_center-for-translational-data-science": {
+ "timestamp": "2025-10-27T09:17:08.193637",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/center-for-translational-data-science",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_unicode-inc": {
+ "timestamp": "2025-10-27T09:17:58.438477",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/unicode-inc",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_rtems-project": {
+ "timestamp": "2025-11-03T09:17:57.028303",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rtems-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_videolan": {
+ "timestamp": "2025-11-03T09:17:41.957650",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/videolan",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_international-catrobat-association": {
+ "timestamp": "2025-11-03T09:17:07.139533",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/international-catrobat-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_uc-ospo": {
+ "timestamp": "2025-10-27T09:17:06.371579",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/uc-ospo",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_fossology": {
+ "timestamp": "2025-10-27T09:18:07.668931",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fossology",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_inkscape": {
+ "timestamp": "2025-11-03T09:17:17.754218",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/inkscape",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_aflplusplus": {
+ "timestamp": "2025-10-27T09:17:49.929301",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/aflplusplus",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_mdanalysis": {
+ "timestamp": "2025-10-27T09:16:56.885063",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mdanalysis",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_meshery": {
+ "timestamp": "2025-11-03T09:18:10.241237",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/meshery",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_typelevel": {
+ "timestamp": "2025-10-27T09:17:24.190308",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/typelevel",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-technologies-alliance-gfoss": {
+ "timestamp": "2025-10-27T09:17:35.246829",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-technologies-alliance-gfoss",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_libreoffice": {
+ "timestamp": "2025-11-03T09:17:49.981504",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/libreoffice",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_swift": {
+ "timestamp": "2025-11-03T09:18:03.566062",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/swift",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_52north-spatial-information-research-gmbh": {
+ "timestamp": "2025-10-27T09:17:59.648432",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/52north-spatial-information-research-gmbh",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_opencv": {
+ "timestamp": "2025-11-03T09:17:22.223858",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/opencv",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_cloudcv": {
+ "timestamp": "2025-11-03T09:18:07.156158",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cloudcv",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_circuitverseorg": {
+ "timestamp": "2025-11-03T09:17:38.266296",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/circuitverseorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_django-software-foundation-8o": {
+ "timestamp": "2025-11-03T09:17:44.686789",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/django-software-foundation-8o",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-food-facts": {
+ "timestamp": "2025-10-27T09:18:13.136718",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-food-facts",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openstreetmap": {
+ "timestamp": "2025-11-03T09:16:33.957279",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openstreetmap",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_jitsi": {
+ "timestamp": "2025-11-03T09:16:48.191808",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jitsi",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gnu-octave": {
+ "timestamp": "2025-11-03T09:18:09.627281",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-octave",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_geomscale": {
+ "timestamp": "2025-10-27T09:17:33.358823",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/geomscale",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_json-schema": {
+ "timestamp": "2025-10-27T09:17:37.687896",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/json-schema",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_blender-foundation": {
+ "timestamp": "2025-11-03T09:17:29.429057",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/blender-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_machine-learning-for-science-ml4sci": {
+ "timestamp": "2025-10-27T09:17:30.927074",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/machine-learning-for-science-ml4sci",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_postgresql": {
+ "timestamp": "2025-11-03T09:16:38.701189",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/postgresql",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_scala-center": {
+ "timestamp": "2025-11-03T09:16:32.235626",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/scala-center",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_aossie": {
+ "timestamp": "2025-11-03T09:17:41.345633",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/aossie",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_rspamd": {
+ "timestamp": "2025-10-27T09:18:22.375781",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rspamd",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_ffmpeg": {
+ "timestamp": "2025-10-27T09:17:06.979694",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ffmpeg",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_kubevirt": {
+ "timestamp": "2025-10-27T09:17:40.179499",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kubevirt",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_ankidroid": {
+ "timestamp": "2025-11-03T09:18:01.096100",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ankidroid",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_haskellorg": {
+ "timestamp": "2025-10-27T09:16:52.172622",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/haskellorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_asyncapi": {
+ "timestamp": "2025-10-27T09:17:40.785482",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/asyncapi",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_omegaup": {
+ "timestamp": "2025-11-03T09:17:54.055669",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/omegaup",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-science-initiative-for-perfusion-imaging": {
+ "timestamp": "2025-10-27T09:18:10.100523",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-science-initiative-for-perfusion-imaging",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_python-software-foundation": {
+ "timestamp": "2025-10-27T09:17:51.751730",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/python-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-freebsd-project": {
+ "timestamp": "2025-10-27T09:17:43.217171",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-freebsd-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-science-labs": {
+ "timestamp": "2025-11-03T09:17:48.758445",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-science-labs",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_stdlib": {
+ "timestamp": "2025-11-03T09:17:40.118248",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stdlib",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_apache-datafusion": {
+ "timestamp": "2025-10-27T09:16:41.610251",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/apache-datafusion",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_neuroinformatics-unit": {
+ "timestamp": "2025-10-27T09:17:41.999952",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/neuroinformatics-unit",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_software-and-computational-systems-lab-at-lmu-munich": {
+ "timestamp": "2025-10-27T09:18:03.959186",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/software-and-computational-systems-lab-at-lmu-munich",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_flare": {
+ "timestamp": "2025-10-27T09:17:57.219268",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/flare",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_processing-foundation": {
+ "timestamp": "2025-10-27T09:17:43.837146",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/processing-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_mit-app-inventor": {
+ "timestamp": "2025-10-27T09:18:11.922796",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mit-app-inventor",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_st-jude-childrens-research-hospital-ai": {
+ "timestamp": "2025-11-03T09:17:36.649590",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/st-jude-childrens-research-hospital-ai",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_checker-framework": {
+ "timestamp": "2025-10-27T09:17:19.929999",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/checker-framework",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_ioos": {
+ "timestamp": "2025-10-27T09:17:34.639843",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ioos",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openelis-global": {
+ "timestamp": "2025-11-03T09:18:01.708362",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openelis-global",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_department-of-biomedical-informatics-emory-university": {
+ "timestamp": "2025-10-27T09:16:46.676506",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/department-of-biomedical-informatics-emory-university",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_owasp-foundation": {
+ "timestamp": "2025-11-03T09:16:58.087878",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/owasp-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_national-resource-for-network-biology-nrnb": {
+ "timestamp": "2025-10-27T09:17:45.664401",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/national-resource-for-network-biology-nrnb",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_debian": {
+ "timestamp": "2025-10-27T09:17:48.702322",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/debian",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openms": {
+ "timestamp": "2025-10-27T09:17:37.080759",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openms",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_cncf": {
+ "timestamp": "2025-10-27T09:18:21.166189",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cncf",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-julia-language": {
+ "timestamp": "2025-10-27T09:17:57.828169",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-julia-language",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_kotlin-foundation": {
+ "timestamp": "2025-11-03T09:17:19.483487",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kotlin-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_tardis-rt-collaboration": {
+ "timestamp": "2025-10-27T09:18:17.512939",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/tardis-rt-collaboration",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_zendalona": {
+ "timestamp": "2025-11-03T09:17:40.730684",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/zendalona",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_sagemath": {
+ "timestamp": "2025-11-03T09:18:04.680490",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sagemath",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_fossasia-bg": {
+ "timestamp": "2025-10-27T09:18:21.769292",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fossasia-bg",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_wagtail": {
+ "timestamp": "2025-10-27T09:17:13.739071",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/wagtail",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_google-deepmind-sq": {
+ "timestamp": "2025-11-03T09:18:05.920437",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/google-deepmind-sq",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_ccextractor-development": {
+ "timestamp": "2025-10-27T09:17:27.284564",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ccextractor-development",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_jenkins-wp": {
+ "timestamp": "2025-11-03T09:17:56.400160",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jenkins-wp",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openafs": {
+ "timestamp": "2025-10-27T09:18:02.133230",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openafs",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_liquid-galaxy-project": {
+ "timestamp": "2025-10-27T09:18:12.528415",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/liquid-galaxy-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_api-dash": {
+ "timestamp": "2025-11-03T09:18:07.769275",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openastronomy": {
+ "timestamp": "2025-11-03T09:18:06.542272",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openastronomy",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_cgal-project": {
+ "timestamp": "2025-11-03T09:17:11.381772",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cgal-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_graphite": {
+ "timestamp": "2025-11-03T09:17:14.007437",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/graphite",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_cbioportal-for-cancer-genomics": {
+ "timestamp": "2025-10-27T09:18:18.121057",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cbioportal-for-cancer-genomics",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_pal-robotics": {
+ "timestamp": "2025-10-27T09:17:01.590031",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/pal-robotics",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_dora-rs-tb": {
+ "timestamp": "2025-11-03T09:16:52.950783",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/dora-rs-tb",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_freifunk": {
+ "timestamp": "2025-10-27T09:17:29.107221",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/freifunk",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_pecan-project": {
+ "timestamp": "2025-11-03T09:17:27.191667",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/pecan-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_humanai": {
+ "timestamp": "2025-11-03T09:18:05.309604",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/humanai",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gitlab": {
+ "timestamp": "2025-11-03T09:17:45.298990",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gitlab",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_metabrainz-foundation-inc": {
+ "timestamp": "2025-10-27T09:17:52.357896",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/metabrainz-foundation-inc",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_sugar-labs": {
+ "timestamp": "2025-10-27T09:17:23.583032",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sugar-labs",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_uramaki-lab": {
+ "timestamp": "2025-11-03T09:17:50.593548",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/uramaki-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_kde-community": {
+ "timestamp": "2025-10-27T09:17:22.371864",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kde-community",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_pharo-consortium": {
+ "timestamp": "2025-10-27T09:17:49.316170",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/pharo-consortium",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_fedora-project": {
+ "timestamp": "2025-10-27T09:17:25.405146",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fedora-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_criu": {
+ "timestamp": "2025-10-27T09:18:05.176617",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/criu",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-honeynet-project": {
+ "timestamp": "2025-11-03T09:17:59.983041",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-honeynet-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_kornia": {
+ "timestamp": "2025-10-27T09:18:00.918913",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kornia",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gprmax": {
+ "timestamp": "2025-10-27T09:17:44.444408",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gprmax",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_free-and-open-source-silicon-foundation": {
+ "timestamp": "2025-10-27T09:17:56.614017",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/free-and-open-source-silicon-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_society-for-arts-and-technology-sat": {
+ "timestamp": "2025-11-03T09:17:55.289854",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/society-for-arts-and-technology-sat",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_joomla": {
+ "timestamp": "2025-10-27T09:17:31.535326",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/joomla",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_qc-devs": {
+ "timestamp": "2025-11-03T09:18:02.323994",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/qc-devs",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_electron": {
+ "timestamp": "2025-10-27T09:17:56.007556",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/electron",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_sqlancer": {
+ "timestamp": "2025-10-27T09:18:18.731222",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sqlancer",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-netbsd-foundation": {
+ "timestamp": "2025-11-03T09:17:39.504029",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-netbsd-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_git": {
+ "timestamp": "2025-10-27T09:18:00.256103",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/git",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_numfocus": {
+ "timestamp": "2025-11-03T09:17:27.806431",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/numfocus",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-robotics": {
+ "timestamp": "2025-10-27T09:17:26.621246",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-robotics",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-p4-language-consortium": {
+ "timestamp": "2025-11-03T09:16:41.322254",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-p4-language-consortium",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_accord-project": {
+ "timestamp": "2025-10-27T09:18:19.337674",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/accord-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-linux-foundation": {
+ "timestamp": "2025-10-27T09:18:08.884331",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-linux-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_freecad": {
+ "timestamp": "2025-10-27T09:18:09.492874",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/freecad",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_kro-kube-resource-orchestrator": {
+ "timestamp": "2025-11-03T09:17:24.957375",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kro-kube-resource-orchestrator",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_rocketchat": {
+ "timestamp": "2025-10-27T09:18:16.295123",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rocketchat",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_jderobot": {
+ "timestamp": "2025-11-03T09:17:18.870600",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jderobot",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_learning-equality": {
+ "timestamp": "2025-10-27T09:17:46.273838",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/learning-equality",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_checkstyle": {
+ "timestamp": "2025-11-03T09:17:16.134053",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/checkstyle",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_fortran-lang": {
+ "timestamp": "2025-10-27T09:17:16.891186",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fortran-lang",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_chromium-lj": {
+ "timestamp": "2025-11-03T09:17:43.573034",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/chromium-lj",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-jpf-team-hg": {
+ "timestamp": "2025-10-27T09:16:44.347875",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-jpf-team-hg",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_wellcome-sanger-institute": {
+ "timestamp": "2025-11-03T09:17:09.264339",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/wellcome-sanger-institute",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gnome-foundation": {
+ "timestamp": "2025-11-03T09:16:36.078049",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnome-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gnu-compiler-collection-gcc": {
+ "timestamp": "2025-11-03T09:17:54.664427",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-compiler-collection-gcc",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_invesalius": {
+ "timestamp": "2025-11-03T09:16:45.060688",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/invesalius",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openvino-toolkit": {
+ "timestamp": "2025-10-27T09:17:03.375926",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openvino-toolkit",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_opensuse-project": {
+ "timestamp": "2025-10-27T09:18:20.558316",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/opensuse-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_r-project-for-statistical-computing": {
+ "timestamp": "2025-11-03T09:17:51.706904",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/r-project-for-statistical-computing",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gnu-image-manipulation-program": {
+ "timestamp": "2025-11-03T09:18:02.935965",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-image-manipulation-program",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_sympy": {
+ "timestamp": "2025-10-27T09:18:11.317798",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sympy",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_internet-archive": {
+ "timestamp": "2025-10-27T09:18:10.707806",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/internet-archive",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_drupal-association": {
+ "timestamp": "2025-10-27T09:18:15.684426",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/drupal-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_waycrate": {
+ "timestamp": "2025-10-27T09:17:53.573364",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/waycrate",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_prometheus-operator": {
+ "timestamp": "2025-11-03T09:17:58.253836",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/prometheus-operator",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_stichting-su2": {
+ "timestamp": "2025-11-03T09:17:06.525357",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stichting-su2",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_unikraft": {
+ "timestamp": "2025-11-03T09:18:08.997703",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/unikraft",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_dbpedia": {
+ "timestamp": "2025-10-27T09:17:50.537870",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/dbpedia",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_webpack": {
+ "timestamp": "2025-10-27T09:17:55.397845",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/webpack",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_openmrs": {
+ "timestamp": "2025-11-03T09:17:03.403435",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openmrs",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-palisadoes-foundation": {
+ "timestamp": "2025-10-27T09:18:01.526071",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-palisadoes-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_keploy": {
+ "timestamp": "2025-10-27T09:17:38.903666",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/keploy",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_kiwix": {
+ "timestamp": "2025-10-27T09:18:16.906279",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kiwix",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_libssh": {
+ "timestamp": "2025-10-27T09:17:15.618576",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/libssh",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_mariadb": {
+ "timestamp": "2025-11-03T09:17:00.774587",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mariadb",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_stear-group": {
+ "timestamp": "2025-11-03T09:17:32.177878",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stear-group",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_sw360": {
+ "timestamp": "2025-10-27T09:17:10.024622",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sw360",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-transit-software-foundation": {
+ "timestamp": "2025-10-27T09:16:53.284010",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-transit-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_beagleboardorg": {
+ "timestamp": "2025-11-03T09:17:21.605835",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/beagleboardorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_project-mesa": {
+ "timestamp": "2025-11-03T09:16:33.347193",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/project-mesa",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-mifos-initiative": {
+ "timestamp": "2025-10-27T09:17:54.790833",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-mifos-initiative",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_plone-foundation": {
+ "timestamp": "2025-11-03T09:17:49.368207",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/plone-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_ardupilot": {
+ "timestamp": "2025-10-27T09:18:08.279556",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ardupilot",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_lablua": {
+ "timestamp": "2025-10-27T09:17:51.143136",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/lablua",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_chaoss": {
+ "timestamp": "2025-10-27T09:17:18.106861",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/chaoss",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_dart": {
+ "timestamp": "2025-11-03T09:17:48.144261",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/dart",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-rust-foundation": {
+ "timestamp": "2025-11-03T09:16:51.820499",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-rust-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_qemu": {
+ "timestamp": "2025-11-03T09:17:57.641464",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/qemu",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_mbdyn": {
+ "timestamp": "2025-11-03T09:17:22.835845",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mbdyn",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_scummvm": {
+ "timestamp": "2025-10-27T09:18:02.739912",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/scummvm",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_brl-cad": {
+ "timestamp": "2025-10-27T09:17:38.295152",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/brl-cad",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_incf": {
+ "timestamp": "2025-11-03T09:17:38.881099",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/incf",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_cern-hsf": {
+ "timestamp": "2025-11-03T09:17:32.787665",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cern-hsf",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-climate-fix": {
+ "timestamp": "2025-10-27T09:17:24.798313",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-climate-fix",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_jabref-ev": {
+ "timestamp": "2025-10-27T09:18:15.076587",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jabref-ev",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_alaska": {
+ "timestamp": "2025-11-03T09:17:25.569528",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/alaska",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-ns-3-network-simulator-project": {
+ "timestamp": "2025-11-03T09:18:08.382781",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-ns-3-network-simulator-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_internet-health-report": {
+ "timestamp": "2025-10-27T09:17:27.894793",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/internet-health-report",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_apache-software-foundation": {
+ "timestamp": "2025-10-27T09:17:59.043714",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/apache-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_deepchem": {
+ "timestamp": "2025-10-27T09:18:03.349912",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/deepchem",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_the-tor-project": {
+ "timestamp": "2025-10-27T09:18:14.470076",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-tor-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_kubeflow": {
+ "timestamp": "2025-10-27T09:17:45.050913",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kubeflow",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gnss-sdr": {
+ "timestamp": "2025-10-27T09:18:19.948964",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnss-sdr",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_synfig": {
+ "timestamp": "2025-11-03T09:17:53.433563",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/synfig",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_jax-and-keras": {
+ "timestamp": "2025-10-27T09:17:39.568654",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jax-and-keras",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_rizin": {
+ "timestamp": "2025-11-03T09:17:35.535556",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rizin",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_llvm-compiler-infrastructure": {
+ "timestamp": "2025-10-27T09:17:54.179555",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/llvm-compiler-infrastructure",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_open-healthcare-network": {
+ "timestamp": "2025-10-27T09:18:05.783301",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-healthcare-network",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_micro-electronics-research-lab-uitu": {
+ "timestamp": "2025-10-27T09:18:04.569437",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/micro-electronics-research-lab-uitu",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_ceph": {
+ "timestamp": "2025-10-27T09:17:08.802866",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ceph",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_neovim": {
+ "timestamp": "2025-10-27T09:17:52.968129",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/neovim",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_zulip": {
+ "timestamp": "2025-11-03T09:17:47.531598",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/zulip",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_gnu-radio": {
+ "timestamp": "2025-11-03T09:17:58.866738",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-radio",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_organic-maps": {
+ "timestamp": "2025-11-03T09:17:34.415972",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/organic-maps",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_grame": {
+ "timestamp": "2025-11-03T09:16:41.934324",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/grame",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_mixxx": {
+ "timestamp": "2025-10-27T09:17:20.540826",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mixxx",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_d-language-foundation": {
+ "timestamp": "2025-10-27T09:18:22.981281",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/d-language-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2025_data-for-the-common-good": {
+ "timestamp": "2025-11-03T09:17:46.419947",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/data-for-the-common-good",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_stdlib": {
+ "timestamp": "2025-11-03T09:19:39.868843",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stdlib",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_fossasia-bg": {
+ "timestamp": "2025-10-27T09:20:02.198718",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/fossasia-bg",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_prometheus-operator": {
+ "timestamp": "2025-10-27T09:18:47.663406",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/prometheus-operator",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_mit-app-inventor": {
+ "timestamp": "2025-10-27T09:19:06.896997",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mit-app-inventor",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_scummvm": {
+ "timestamp": "2025-11-03T09:19:07.168208",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/scummvm",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_fortran-lang": {
+ "timestamp": "2025-10-27T09:18:53.649028",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/fortran-lang",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_submitty": {
+ "timestamp": "2025-10-27T09:19:23.488483",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/submitty",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_cbioportal-for-cancer-genomics": {
+ "timestamp": "2025-11-03T09:18:18.258436",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cbioportal-for-cancer-genomics",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_humanai": {
+ "timestamp": "2025-11-03T09:19:45.678872",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/humanai",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-honeynet-project": {
+ "timestamp": "2025-10-27T09:20:00.376025",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-honeynet-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_jderobot": {
+ "timestamp": "2025-10-27T09:19:31.470947",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jderobot",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-transit-software-foundation": {
+ "timestamp": "2025-10-27T09:19:34.639435",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-transit-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_synfig": {
+ "timestamp": "2025-11-03T09:19:41.097637",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/synfig",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_fossology": {
+ "timestamp": "2025-10-27T09:19:15.661644",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/fossology",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_opencv": {
+ "timestamp": "2025-10-27T09:20:05.963679",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/opencv",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_asyncapi": {
+ "timestamp": "2025-10-27T09:19:56.118404",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/asyncapi",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-climate-fix": {
+ "timestamp": "2025-10-27T09:19:27.768257",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-climate-fix",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_nixos-foundation": {
+ "timestamp": "2025-10-27T09:20:04.085539",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/nixos-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_organic-maps": {
+ "timestamp": "2025-11-03T09:18:52.692830",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/organic-maps",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gprmax": {
+ "timestamp": "2025-10-27T09:18:26.507243",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gprmax",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_graphite": {
+ "timestamp": "2025-11-03T09:19:08.283388",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/graphite",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_alaska": {
+ "timestamp": "2025-10-27T09:19:19.840747",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/alaska",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_pecan-project": {
+ "timestamp": "2025-10-27T09:19:48.168691",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/pecan-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_internet-archive": {
+ "timestamp": "2025-11-03T09:18:32.274890",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/internet-archive",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-rust-foundation": {
+ "timestamp": "2025-10-27T09:18:35.447734",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-rust-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_mlpack": {
+ "timestamp": "2025-11-03T09:18:36.231921",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mlpack",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_haskellorg": {
+ "timestamp": "2025-11-03T09:18:55.927139",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/haskellorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_red-hen-lab": {
+ "timestamp": "2025-10-27T09:19:34.031382",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/red-hen-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_internet-health-report": {
+ "timestamp": "2025-10-27T09:18:41.897849",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/internet-health-report",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_robolectric": {
+ "timestamp": "2025-11-03T09:19:28.486174",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/robolectric",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_qc-devs": {
+ "timestamp": "2025-10-27T09:19:40.174895",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/qc-devs",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_xmpp-standards-foundation": {
+ "timestamp": "2025-10-27T09:19:32.079718",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/xmpp-standards-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_mbdyn": {
+ "timestamp": "2025-11-03T09:18:19.378615",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mbdyn",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_rizin": {
+ "timestamp": "2025-11-03T09:19:11.847036",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/rizin",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gnss-sdr": {
+ "timestamp": "2025-11-03T09:19:31.326558",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnss-sdr",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-palisadoes-foundation": {
+ "timestamp": "2025-11-03T09:18:38.573996",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-palisadoes-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_scala-center": {
+ "timestamp": "2025-10-27T09:19:38.293867",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/scala-center",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_rocketchat": {
+ "timestamp": "2025-10-27T09:20:05.356370",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/rocketchat",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_numfocus": {
+ "timestamp": "2025-11-03T09:19:54.647984",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/numfocus",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_unikraft": {
+ "timestamp": "2025-10-27T09:19:50.035920",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/unikraft",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_circuitverseorg": {
+ "timestamp": "2025-11-03T09:18:36.843345",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/circuitverseorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_sympy": {
+ "timestamp": "2025-10-27T09:20:14.480021",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sympy",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_blender-foundation": {
+ "timestamp": "2025-10-27T09:18:42.504499",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/blender-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_wagtail": {
+ "timestamp": "2025-10-27T09:19:10.501049",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/wagtail",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_sugar-labs": {
+ "timestamp": "2025-11-03T09:19:29.600154",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sugar-labs",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_llvm-compiler-infrastructure": {
+ "timestamp": "2025-10-27T09:19:42.659268",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/llvm-compiler-infrastructure",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gnu-compiler-collection-gcc": {
+ "timestamp": "2025-11-03T09:19:21.071074",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-compiler-collection-gcc",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_sagemath": {
+ "timestamp": "2025-10-27T09:19:35.852370",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sagemath",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_purr-data": {
+ "timestamp": "2025-11-03T09:18:14.627184",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/purr-data",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_kubeflow": {
+ "timestamp": "2025-10-27T09:19:32.817951",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kubeflow",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_52north-spatial-information-research-gmbh": {
+ "timestamp": "2025-10-27T09:19:45.735898",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/52north-spatial-information-research-gmbh",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_incf": {
+ "timestamp": "2025-11-03T09:19:38.636736",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/incf",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_machine-learning-for-science-ml4sci": {
+ "timestamp": "2025-11-03T09:19:49.750841",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/machine-learning-for-science-ml4sci",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_tardis-rt-collaboration": {
+ "timestamp": "2025-11-03T09:19:21.683234",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/tardis-rt-collaboration",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-p4-language-consortium": {
+ "timestamp": "2025-11-03T09:19:14.198650",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-p4-language-consortium",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_stratosphere-laboratory-czech-technical-university-in-prague": {
+ "timestamp": "2025-10-27T09:19:17.511766",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stratosphere-laboratory-czech-technical-university-in-prague",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_freetype": {
+ "timestamp": "2025-11-03T09:19:25.035728",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freetype",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-enigma-team": {
+ "timestamp": "2025-10-27T09:19:57.942261",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-enigma-team",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_joplin": {
+ "timestamp": "2025-10-27T09:20:12.050555",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/joplin",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_django-software-foundation-8o": {
+ "timestamp": "2025-11-03T09:18:51.076944",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/django-software-foundation-8o",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-robotics": {
+ "timestamp": "2025-10-27T09:19:12.217919",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-robotics",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-jpf-team-hg": {
+ "timestamp": "2025-11-03T09:19:47.904843",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-jpf-team-hg",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gnu-octave": {
+ "timestamp": "2025-11-03T09:19:50.975155",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-octave",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-freebsd-project": {
+ "timestamp": "2025-10-27T09:19:43.875861",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-freebsd-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_dart": {
+ "timestamp": "2025-10-27T09:19:42.053864",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/dart",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_deepchem": {
+ "timestamp": "2025-11-03T09:19:56.371434",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/deepchem",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_jabref-ev": {
+ "timestamp": "2025-10-27T09:19:29.590815",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jabref-ev",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_beagleboardorg": {
+ "timestamp": "2025-10-27T09:20:17.649265",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/beagleboardorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_python-software-foundation": {
+ "timestamp": "2025-11-03T09:19:08.894395",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/python-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-ns-3-network-simulator-project": {
+ "timestamp": "2025-10-27T09:19:26.554147",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-ns-3-network-simulator-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_sktime": {
+ "timestamp": "2025-10-27T09:19:14.446382",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sktime",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_ardupilot": {
+ "timestamp": "2025-11-03T09:19:19.454104",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ardupilot",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_neutralinojs": {
+ "timestamp": "2025-11-03T09:19:43.948798",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/neutralinojs",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_lablua": {
+ "timestamp": "2025-10-27T09:19:20.448403",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/lablua",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_scalable-parallel-computing-laboratory": {
+ "timestamp": "2025-10-27T09:19:11.107588",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/scalable-parallel-computing-laboratory",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_openrefine-j0": {
+ "timestamp": "2025-11-03T09:19:34.573390",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openrefine-j0",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gnome-foundation": {
+ "timestamp": "2025-10-27T09:19:37.684141",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnome-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_global-alliance-for-genomics-and-health": {
+ "timestamp": "2025-11-03T09:19:42.833739",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/global-alliance-for-genomics-and-health",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_ioos": {
+ "timestamp": "2025-10-27T09:19:59.769476",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ioos",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_rtems-project": {
+ "timestamp": "2025-10-27T09:19:08.781370",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/rtems-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_uramaki-lab": {
+ "timestamp": "2025-10-27T09:19:04.570800",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/uramaki-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-technologies-alliance-gfoss": {
+ "timestamp": "2025-11-03T09:18:49.957561",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-technologies-alliance-gfoss",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gnu-project": {
+ "timestamp": "2025-10-27T09:20:11.430134",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_libssh": {
+ "timestamp": "2025-10-27T09:19:53.690231",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/libssh",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-netbsd-foundation": {
+ "timestamp": "2025-10-27T09:19:48.776649",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-netbsd-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_data-for-the-common-good": {
+ "timestamp": "2025-11-03T09:19:45.067654",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/data-for-the-common-good",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_mixxx": {
+ "timestamp": "2025-10-27T09:18:25.900006",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mixxx",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_jitsi": {
+ "timestamp": "2025-10-27T09:19:15.052491",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jitsi",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_videolan": {
+ "timestamp": "2025-10-27T09:19:22.881256",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/videolan",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_kolibrios-project-team": {
+ "timestamp": "2025-11-03T09:18:58.556601",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kolibrios-project-team",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_keploy": {
+ "timestamp": "2025-11-03T09:19:40.477942",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/keploy",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_osgeo-open-source-geospatial-foundation": {
+ "timestamp": "2025-10-27T09:20:00.985306",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/osgeo-open-source-geospatial-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_zendalona": {
+ "timestamp": "2025-11-03T09:19:52.808873",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/zendalona",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_libvirt": {
+ "timestamp": "2025-10-27T09:20:09.611311",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/libvirt",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_learning-equality": {
+ "timestamp": "2025-11-03T09:19:42.219316",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/learning-equality",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_city-of-boston": {
+ "timestamp": "2025-10-27T09:20:08.391763",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/city-of-boston",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_cern-hsf": {
+ "timestamp": "2025-10-27T09:19:44.482619",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cern-hsf",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_inkscape": {
+ "timestamp": "2025-11-03T09:18:27.641244",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/inkscape",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_opensuse-project": {
+ "timestamp": "2025-10-27T09:20:04.690583",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/opensuse-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_kde-community": {
+ "timestamp": "2025-11-03T09:18:41.700326",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kde-community",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_json-schema": {
+ "timestamp": "2025-11-03T09:18:47.836795",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/json-schema",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gnu-image-manipulation-program": {
+ "timestamp": "2025-10-27T09:20:15.083488",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-image-manipulation-program",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_project-mesa": {
+ "timestamp": "2025-11-03T09:19:05.427819",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/project-mesa",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_micro-electronics-research-lab-uitu": {
+ "timestamp": "2025-10-27T09:20:16.437425",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/micro-electronics-research-lab-uitu",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_omegaup": {
+ "timestamp": "2025-10-27T09:19:37.073713",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/omegaup",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_national-resource-for-network-biology-nrnb": {
+ "timestamp": "2025-10-27T09:19:47.561397",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/national-resource-for-network-biology-nrnb",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_openelis-global": {
+ "timestamp": "2025-11-03T09:18:24.015098",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openelis-global",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_uc-ospo": {
+ "timestamp": "2025-10-27T09:20:13.264764",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/uc-ospo",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_stichting-su2": {
+ "timestamp": "2025-11-03T09:18:59.175116",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stichting-su2",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_invesalius": {
+ "timestamp": "2025-11-03T09:18:34.000730",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/invesalius",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_moveit": {
+ "timestamp": "2025-11-03T09:19:35.794531",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/moveit",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_flare": {
+ "timestamp": "2025-11-03T09:19:55.256149",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/flare",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_software-and-computational-systems-lab-at-lmu-munich": {
+ "timestamp": "2025-10-27T09:19:18.120952",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/software-and-computational-systems-lab-at-lmu-munich",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_drupal-association": {
+ "timestamp": "2025-11-03T09:19:49.139930",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/drupal-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_c2si": {
+ "timestamp": "2025-10-27T09:18:43.119687",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/c2si",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-linux-foundation": {
+ "timestamp": "2025-10-27T09:20:07.781242",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-linux-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_grame": {
+ "timestamp": "2025-10-27T09:20:15.703635",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/grame",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_swift": {
+ "timestamp": "2025-10-27T09:19:54.296907",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/swift",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_checkstyle": {
+ "timestamp": "2025-10-27T09:19:27.162349",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/checkstyle",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_metabrainz-foundation-inc": {
+ "timestamp": "2025-10-27T09:19:18.730881",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/metabrainz-foundation-inc",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_aboutcode": {
+ "timestamp": "2025-10-27T09:19:38.960390",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/aboutcode",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_geomscale": {
+ "timestamp": "2025-10-27T09:19:36.460276",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/geomscale",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-chromosome-collective": {
+ "timestamp": "2025-10-27T09:19:30.196233",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-chromosome-collective",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_eunomia-bpf": {
+ "timestamp": "2025-11-03T09:19:48.519880",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/eunomia-bpf",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_datenlord-6z": {
+ "timestamp": "2025-10-27T09:18:56.689929",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/datenlord-6z",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_api-dash": {
+ "timestamp": "2025-10-27T09:19:46.954112",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/api-dash",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_oppia-foundation": {
+ "timestamp": "2025-10-27T09:19:46.344265",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/oppia-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_dbpedia": {
+ "timestamp": "2025-11-03T09:19:37.020171",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/dbpedia",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_criu": {
+ "timestamp": "2025-11-03T09:19:06.555081",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/criu",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_brl-cad": {
+ "timestamp": "2025-11-03T09:19:54.035312",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/brl-cad",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_ceph": {
+ "timestamp": "2025-11-03T09:19:52.200592",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ceph",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_openvino-toolkit": {
+ "timestamp": "2025-11-03T09:19:18.327671",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openvino-toolkit",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_department-of-biomedical-informatics-emory-university": {
+ "timestamp": "2025-10-27T09:20:17.042828",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/department-of-biomedical-informatics-emory-university",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_openmrs": {
+ "timestamp": "2025-11-03T09:19:30.214419",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openmrs",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_aossie": {
+ "timestamp": "2025-10-27T09:20:01.590636",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/aossie",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-healthcare-network": {
+ "timestamp": "2025-10-27T09:20:13.873659",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-healthcare-network",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_wikimedia-foundation-nd": {
+ "timestamp": "2025-10-27T09:19:24.097763",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/wikimedia-foundation-nd",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_zulip": {
+ "timestamp": "2025-11-03T09:19:13.079602",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/zulip",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_freecad": {
+ "timestamp": "2025-11-03T09:18:37.959060",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freecad",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_eclipse-foundation": {
+ "timestamp": "2025-10-27T09:19:59.160362",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/eclipse-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-chemistry": {
+ "timestamp": "2025-11-03T09:19:47.291573",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-chemistry",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_chips-alliance": {
+ "timestamp": "2025-11-03T09:19:26.762759",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/chips-alliance",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_mautic": {
+ "timestamp": "2025-10-27T09:20:18.862068",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mautic",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_git": {
+ "timestamp": "2025-10-27T09:18:54.256919",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/git",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-mifos-initiative": {
+ "timestamp": "2025-11-03T09:19:09.508223",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-mifos-initiative",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_cloudcv": {
+ "timestamp": "2025-10-27T09:19:35.244470",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cloudcv",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_openwisp": {
+ "timestamp": "2025-10-27T09:19:54.904702",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openwisp",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_ffmpeg": {
+ "timestamp": "2025-11-03T09:19:11.237654",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ffmpeg",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_debian": {
+ "timestamp": "2025-11-03T09:19:57.491303",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/debian",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_camicroscope": {
+ "timestamp": "2025-10-27T09:20:18.255728",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/camicroscope",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_electron": {
+ "timestamp": "2025-10-27T09:20:10.824454",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/electron",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_accord-project": {
+ "timestamp": "2025-11-03T09:19:10.120398",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/accord-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_chromium-lj": {
+ "timestamp": "2025-11-03T09:18:33.389136",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/chromium-lj",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_aflplusplus": {
+ "timestamp": "2025-10-27T09:20:10.217644",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/aflplusplus",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_ankidroid": {
+ "timestamp": "2025-11-03T09:19:39.258061",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ankidroid",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_haiku": {
+ "timestamp": "2025-10-27T09:20:12.658053",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/haiku",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_plone-foundation": {
+ "timestamp": "2025-10-27T09:19:53.079836",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/plone-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_mariadb": {
+ "timestamp": "2025-10-27T09:19:21.059107",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mariadb",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_cgal-project": {
+ "timestamp": "2025-11-03T09:18:35.616986",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cgal-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_the-julia-language": {
+ "timestamp": "2025-10-27T09:19:58.549472",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-julia-language",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_webpack": {
+ "timestamp": "2025-10-27T09:19:28.982821",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/webpack",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_owasp-foundation": {
+ "timestamp": "2025-10-27T09:19:52.470987",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/owasp-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_liquid-galaxy-project": {
+ "timestamp": "2025-10-27T09:19:43.266432",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/liquid-galaxy-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_jenkins-wp": {
+ "timestamp": "2025-11-03T09:19:50.362690",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jenkins-wp",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_cncf": {
+ "timestamp": "2025-10-27T09:20:06.568958",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cncf",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_polypheny": {
+ "timestamp": "2025-10-27T09:20:09.000242",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/polypheny",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_musescore": {
+ "timestamp": "2025-10-27T09:19:45.128810",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/musescore",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_postgresql": {
+ "timestamp": "2025-11-03T09:19:26.149611",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/postgresql",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_unicode-inc": {
+ "timestamp": "2025-10-27T09:19:57.333665",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/unicode-inc",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_kubevirt": {
+ "timestamp": "2025-11-03T09:19:23.918776",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kubevirt",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_wellcome-sanger-institute": {
+ "timestamp": "2025-10-27T09:20:03.418838",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/wellcome-sanger-institute",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_international-catrobat-association": {
+ "timestamp": "2025-10-27T09:18:50.716242",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/international-catrobat-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_apache-software-foundation": {
+ "timestamp": "2025-10-27T09:19:28.375477",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/apache-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_open-science-initiative-for-perfusion-imaging": {
+ "timestamp": "2025-11-03T09:19:33.964454",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-science-initiative-for-perfusion-imaging",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_openastronomy": {
+ "timestamp": "2025-10-27T09:19:50.644695",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openastronomy",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_nightwatchjs": {
+ "timestamp": "2025-10-27T09:19:24.737436",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/nightwatchjs",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_waycrate": {
+ "timestamp": "2025-11-03T09:19:36.410177",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/waycrate",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_libreoffice": {
+ "timestamp": "2025-10-27T09:18:57.901037",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/libreoffice",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_ccextractor-development": {
+ "timestamp": "2025-10-27T09:20:02.809459",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ccextractor-development",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_openstreetmap": {
+ "timestamp": "2025-11-03T09:19:27.875505",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openstreetmap",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_metacall": {
+ "timestamp": "2025-10-27T09:19:51.253758",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/metacall",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_lappis": {
+ "timestamp": "2025-10-27T09:19:01.236290",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/lappis",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_stear-group": {
+ "timestamp": "2025-11-03T09:19:35.182646",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stear-group",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_apertium": {
+ "timestamp": "2025-10-27T09:20:07.174515",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/apertium",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_kotlin-foundation": {
+ "timestamp": "2025-11-03T09:19:22.299983",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kotlin-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_librecube-initiative": {
+ "timestamp": "2025-10-27T09:19:49.432702",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/librecube-initiative",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_cvat": {
+ "timestamp": "2025-10-27T09:19:55.512191",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cvat",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_r-project-for-statistical-computing": {
+ "timestamp": "2025-11-03T09:19:12.459281",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/r-project-for-statistical-computing",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_creative-commons": {
+ "timestamp": "2025-10-27T09:19:56.725451",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/creative-commons",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_free-and-open-source-silicon-foundation": {
+ "timestamp": "2025-11-03T09:19:51.588681",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/free-and-open-source-silicon-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_kiwix": {
+ "timestamp": "2025-11-03T09:19:53.421596",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kiwix",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_gnu-radio": {
+ "timestamp": "2025-11-03T09:18:53.806661",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-radio",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_mdanalysis": {
+ "timestamp": "2025-11-03T09:19:04.815053",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mdanalysis",
+ "project_ideas_text": ""
+ }
+ },
+ "2024_freifunk": {
+ "timestamp": "2025-10-27T09:18:54.865423",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freifunk",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mantis": {
+ "timestamp": "2025-10-27T09:21:20.399522",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mantis",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_keploy": {
+ "timestamp": "2025-10-27T09:21:41.981459",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/keploy",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_unikraft": {
+ "timestamp": "2025-11-03T09:20:26.698770",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/unikraft",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mdanalysis": {
+ "timestamp": "2025-11-03T09:20:51.502057",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mdanalysis",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_checkstyle": {
+ "timestamp": "2025-10-27T09:21:08.793397",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/checkstyle",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_pharo-consortium": {
+ "timestamp": "2025-10-27T09:21:18.583209",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/pharo-consortium",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_geomscale": {
+ "timestamp": "2025-10-27T09:21:30.189755",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/geomscale",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_librehealth": {
+ "timestamp": "2025-10-27T09:20:43.299292",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/librehealth",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_micro-electronics-research-lab-uitu": {
+ "timestamp": "2025-10-27T09:21:11.228301",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/micro-electronics-research-lab-uitu",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_blender-foundation": {
+ "timestamp": "2025-10-27T09:21:44.409832",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/blender-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_kubevirt": {
+ "timestamp": "2025-10-27T09:21:00.183016",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kubevirt",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_libcamera": {
+ "timestamp": "2025-11-03T09:21:21.352991",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/libcamera",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_freecad": {
+ "timestamp": "2025-11-03T09:20:44.181819",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freecad",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mlpack": {
+ "timestamp": "2025-10-27T09:21:37.656827",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mlpack",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mathesar": {
+ "timestamp": "2025-10-27T09:20:53.383766",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mathesar",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_chips-alliance": {
+ "timestamp": "2025-11-03T09:20:27.329395",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/chips-alliance",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_software-and-computational-systems-lab-at-lmu-munich": {
+ "timestamp": "2025-11-03T09:20:33.968996",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/software-and-computational-systems-lab-at-lmu-munich",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_libssh": {
+ "timestamp": "2025-10-27T09:21:38.929715",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/libssh",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_eclipse-foundation": {
+ "timestamp": "2025-10-27T09:21:21.637426",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/eclipse-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_global-alliance-for-genomics-and-health": {
+ "timestamp": "2025-10-27T09:21:12.441226",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/global-alliance-for-genomics-and-health",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_52north-spatial-information-research-gmbh": {
+ "timestamp": "2025-10-27T09:21:23.460718",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/52north-spatial-information-research-gmbh",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_pitivi": {
+ "timestamp": "2025-10-27T09:21:52.938940",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/pitivi",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_internet-archive": {
+ "timestamp": "2025-11-03T09:20:15.071776",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/internet-archive",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_rocketchat": {
+ "timestamp": "2025-11-03T09:21:05.568774",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/rocketchat",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_purr-data": {
+ "timestamp": "2025-11-03T09:21:18.622036",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/purr-data",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_aossie": {
+ "timestamp": "2025-10-27T09:21:07.580891",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/aossie",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-honeynet-project": {
+ "timestamp": "2025-10-27T09:21:45.625295",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-honeynet-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gnutls": {
+ "timestamp": "2025-11-03T09:20:55.864198",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnutls",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_red-hen-lab": {
+ "timestamp": "2025-10-27T09:20:37.396521",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/red-hen-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-julia-language": {
+ "timestamp": "2025-11-03T09:20:49.762379",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-julia-language",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gnu-project": {
+ "timestamp": "2025-11-03T09:20:44.791764",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_creative-commons": {
+ "timestamp": "2025-11-03T09:21:19.233269",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/creative-commons",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_liquid-galaxy-project": {
+ "timestamp": "2025-10-27T09:21:14.264081",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/liquid-galaxy-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-jpf-team": {
+ "timestamp": "2025-10-27T09:21:16.758475",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-jpf-team",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_spdx": {
+ "timestamp": "2025-10-27T09:21:33.340379",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/spdx",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_tardis-rt-collaboration": {
+ "timestamp": "2025-10-27T09:20:55.815001",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/tardis-rt-collaboration",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_rtems-project": {
+ "timestamp": "2025-10-27T09:21:48.075819",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/rtems-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_wagtail": {
+ "timestamp": "2025-10-27T09:21:31.515926",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/wagtail",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_zulip": {
+ "timestamp": "2025-11-03T09:20:25.583485",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/zulip",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_stratosphere-laboratory-czech-technical-university-in-prague": {
+ "timestamp": "2025-10-27T09:20:36.230154",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/stratosphere-laboratory-czech-technical-university-in-prague",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_aboutcode": {
+ "timestamp": "2025-11-03T09:20:48.034162",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/aboutcode",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mariadb": {
+ "timestamp": "2025-10-27T09:20:24.813028",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mariadb",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_cncf": {
+ "timestamp": "2025-10-27T09:21:11.834567",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cncf",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_cbioportal-for-cancer-genomics": {
+ "timestamp": "2025-11-03T09:21:23.082642",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cbioportal-for-cancer-genomics",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_coreboot": {
+ "timestamp": "2025-10-27T09:20:51.551006",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/coreboot",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_metabrainz-foundation-inc": {
+ "timestamp": "2025-10-27T09:20:52.773813",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metabrainz-foundation-inc",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_postgresql": {
+ "timestamp": "2025-11-03T09:21:26.154179",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/postgresql",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_xorg-foundation": {
+ "timestamp": "2025-11-03T09:20:24.457300",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/xorg-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_open-technologies-alliance-gfoss": {
+ "timestamp": "2025-10-27T09:20:49.732170",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-technologies-alliance-gfoss",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_sympy": {
+ "timestamp": "2025-10-27T09:21:46.232356",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sympy",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_kotlin-foundation": {
+ "timestamp": "2025-11-03T09:20:21.328529",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kotlin-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_carbon-language": {
+ "timestamp": "2025-11-03T09:21:15.386058",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/carbon-language",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-mifos-initiative": {
+ "timestamp": "2025-10-27T09:22:00.544267",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-mifos-initiative",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_openastronomy": {
+ "timestamp": "2025-10-27T09:21:58.717090",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openastronomy",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_xmpp-standards-foundation": {
+ "timestamp": "2025-10-27T09:21:46.837643",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/xmpp-standards-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_dbpedia": {
+ "timestamp": "2025-10-27T09:20:50.338398",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/dbpedia",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_django-software-foundation-8o": {
+ "timestamp": "2025-10-27T09:21:05.745958",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/django-software-foundation-8o",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_fossology": {
+ "timestamp": "2025-10-27T09:21:08.188948",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/fossology",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_criu": {
+ "timestamp": "2025-11-03T09:21:12.041940",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/criu",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_ruby": {
+ "timestamp": "2025-10-27T09:21:59.937709",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ruby",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mayors-office-of-new-urban-mechanics": {
+ "timestamp": "2025-10-27T09:21:21.030810",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mayors-office-of-new-urban-mechanics",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-freebsd-project": {
+ "timestamp": "2025-10-27T09:21:03.316858",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-freebsd-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_internet-health-report": {
+ "timestamp": "2025-10-27T09:21:42.588290",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/internet-health-report",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_sagemath": {
+ "timestamp": "2025-10-27T09:21:02.006218",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sagemath",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gnome-foundation": {
+ "timestamp": "2025-11-03T09:20:35.697722",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnome-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_scalable-parallel-computing-laboratory": {
+ "timestamp": "2025-10-27T09:21:27.705670",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/scalable-parallel-computing-laboratory",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_grame": {
+ "timestamp": "2025-10-27T09:20:26.630538",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/grame",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_beagleboardorg": {
+ "timestamp": "2025-10-27T09:21:39.535027",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/beagleboardorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gentoo-foundation": {
+ "timestamp": "2025-10-27T09:21:24.067222",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gentoo-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_flare": {
+ "timestamp": "2025-11-03T09:20:59.712711",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/flare",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_llvm-compiler-infrastructure": {
+ "timestamp": "2025-10-27T09:21:48.682641",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/llvm-compiler-infrastructure",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mzmine-and-ms-dial": {
+ "timestamp": "2025-10-27T09:21:54.153857",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mzmine-and-ms-dial",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_python-software-foundation": {
+ "timestamp": "2025-10-27T09:21:34.554718",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/python-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_scala-center": {
+ "timestamp": "2025-10-27T09:21:40.140539",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/scala-center",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_fortran-lang": {
+ "timestamp": "2025-10-27T09:20:40.394295",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/fortran-lang",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_drupal-association": {
+ "timestamp": "2025-11-03T09:21:10.931590",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/drupal-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_wikimedia-foundation": {
+ "timestamp": "2025-10-27T09:21:32.126053",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/wikimedia-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_cloudcv": {
+ "timestamp": "2025-11-03T09:21:23.695510",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cloudcv",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_incf": {
+ "timestamp": "2025-10-27T09:21:28.313112",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/incf",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_ceph": {
+ "timestamp": "2025-11-03T09:21:27.377315",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ceph",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_invesalius": {
+ "timestamp": "2025-10-27T09:21:13.658742",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/invesalius",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_oppia-foundation": {
+ "timestamp": "2025-11-03T09:20:58.090426",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/oppia-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_camicroscope": {
+ "timestamp": "2025-10-27T09:21:54.826119",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/camicroscope",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_cern-hsf": {
+ "timestamp": "2025-10-27T09:21:41.369962",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cern-hsf",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_swift": {
+ "timestamp": "2025-10-27T09:21:53.546029",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/swift",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_machine-learning-for-science-ml4sci": {
+ "timestamp": "2025-10-27T09:21:57.400706",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/machine-learning-for-science-ml4sci",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_haiku": {
+ "timestamp": "2025-11-03T09:20:35.087319",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/haiku",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_jenkins-wp": {
+ "timestamp": "2025-11-03T09:21:03.447611",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jenkins-wp",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_sugar-labs": {
+ "timestamp": "2025-11-03T09:21:26.766560",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sugar-labs",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_organic-maps": {
+ "timestamp": "2025-11-03T09:21:08.303744",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_aflplusplus": {
+ "timestamp": "2025-10-27T09:21:35.777342",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/aflplusplus",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gprmax": {
+ "timestamp": "2025-10-27T09:21:16.150316",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gprmax",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_ardupilot": {
+ "timestamp": "2025-11-03T09:20:00.384439",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ardupilot",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_metacall": {
+ "timestamp": "2025-10-27T09:21:17.975859",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metacall",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_qdrant": {
+ "timestamp": "2025-11-03T09:21:13.664156",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/qdrant",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_score-lab": {
+ "timestamp": "2025-10-27T09:21:26.489856",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/score-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-enigma-team": {
+ "timestamp": "2025-10-27T09:20:25.419278",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-enigma-team",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_postman": {
+ "timestamp": "2025-11-03T09:20:40.948186",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/postman",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_brl-cad": {
+ "timestamp": "2025-11-03T09:20:45.908223",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/brl-cad",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_rizin": {
+ "timestamp": "2025-10-27T09:21:29.528976",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/rizin",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_synfig": {
+ "timestamp": "2025-10-27T09:21:47.444684",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/synfig",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_society-for-arts-and-technology-sat": {
+ "timestamp": "2025-10-27T09:20:39.116309",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/society-for-arts-and-technology-sat",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_openmrs": {
+ "timestamp": "2025-10-27T09:20:55.209922",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openmrs",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gitlab": {
+ "timestamp": "2025-10-27T09:20:50.943494",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gitlab",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_international-catrobat-association": {
+ "timestamp": "2025-10-27T09:21:52.329093",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/international-catrobat-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_learning-equality": {
+ "timestamp": "2025-10-27T09:21:27.098608",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/learning-equality",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_ccextractor-development": {
+ "timestamp": "2025-10-27T09:21:56.711975",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ccextractor-development",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_omegaup": {
+ "timestamp": "2025-10-27T09:21:37.050341",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/omegaup",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_open-genome-informatics": {
+ "timestamp": "2025-11-03T09:20:49.148707",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-genome-informatics",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_plone-foundation": {
+ "timestamp": "2025-10-27T09:20:47.511294",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/plone-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_tensorflow-d1": {
+ "timestamp": "2025-10-27T09:21:17.370631",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/tensorflow-d1",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_kde-community": {
+ "timestamp": "2025-10-27T09:21:56.107323",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kde-community",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_r-project-for-statistical-computing": {
+ "timestamp": "2025-11-03T09:21:21.964357",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/r-project-for-statistical-computing",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_kiwix": {
+ "timestamp": "2025-11-03T09:20:36.307947",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kiwix",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gnu-radio": {
+ "timestamp": "2025-11-03T09:20:56.474418",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-radio",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_dart": {
+ "timestamp": "2025-10-27T09:21:19.794984",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/dart",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_openstreetmap": {
+ "timestamp": "2025-10-27T09:21:38.321813",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openstreetmap",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gcp-scanner": {
+ "timestamp": "2025-10-27T09:21:36.385709",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gcp-scanner",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_moveit": {
+ "timestamp": "2025-11-03T09:20:53.130662",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/moveit",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-tor-project": {
+ "timestamp": "2025-10-27T09:21:35.164387",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-tor-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_sqlancer": {
+ "timestamp": "2025-10-27T09:21:14.877161",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sqlancer",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_openvino-toolkit": {
+ "timestamp": "2025-10-27T09:20:35.626636",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openvino-toolkit",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_freetype": {
+ "timestamp": "2025-10-27T09:21:55.491589",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freetype",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_cgal-project": {
+ "timestamp": "2025-10-27T09:21:09.405434",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cgal-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_open-robotics": {
+ "timestamp": "2025-10-27T09:21:22.245129",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-robotics",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_inkscape": {
+ "timestamp": "2025-10-27T09:21:19.190000",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/inkscape",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_apache-software-foundation": {
+ "timestamp": "2025-10-27T09:21:25.278430",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/apache-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_cockpit-project": {
+ "timestamp": "2025-10-27T09:21:51.720246",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cockpit-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-linux-foundation": {
+ "timestamp": "2025-10-27T09:21:10.011504",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-linux-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_submitty": {
+ "timestamp": "2025-11-03T09:20:17.697808",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/submitty",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_uc-ospo": {
+ "timestamp": "2025-11-03T09:20:42.567020",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/uc-ospo",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_ivy-lets-unifyai": {
+ "timestamp": "2025-10-27T09:21:32.731245",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ivy-lets-unifyai",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_opencv": {
+ "timestamp": "2025-10-27T09:21:25.883751",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/opencv",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_open-chemistry": {
+ "timestamp": "2025-10-27T09:21:22.852109",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-chemistry",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_ffmpeg": {
+ "timestamp": "2025-10-27T09:21:51.114707",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ffmpeg",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_national-resource-for-network-biology-nrnb": {
+ "timestamp": "2025-10-27T09:21:58.031829",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/national-resource-for-network-biology-nrnb",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_openwisp": {
+ "timestamp": "2025-11-03T09:21:24.918546",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openwisp",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_git": {
+ "timestamp": "2025-11-03T09:20:54.749103",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/git",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_free-and-open-source-silicon-foundation": {
+ "timestamp": "2025-10-27T09:21:43.198513",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/free-and-open-source-silicon-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-ns-3-network-simulator-project": {
+ "timestamp": "2025-10-27T09:21:59.328364",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-ns-3-network-simulator-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_numfocus": {
+ "timestamp": "2025-10-27T09:21:33.945552",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/numfocus",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_freifunk": {
+ "timestamp": "2025-10-27T09:20:57.697450",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freifunk",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_libreoffice": {
+ "timestamp": "2025-10-27T09:20:56.479055",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/libreoffice",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_circuitverseorg": {
+ "timestamp": "2025-11-03T09:21:07.191320",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/circuitverseorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_chromium-lj": {
+ "timestamp": "2025-11-03T09:21:14.774848",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/chromium-lj",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_genome-assembly-and-annotation": {
+ "timestamp": "2025-10-27T09:21:30.848964",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/genome-assembly-and-annotation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_mit-app-inventor": {
+ "timestamp": "2025-10-27T09:21:49.293042",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mit-app-inventor",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_videolan": {
+ "timestamp": "2025-10-27T09:21:45.019235",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/videolan",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_opensuse-project": {
+ "timestamp": "2025-11-03T09:21:25.530308",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/opensuse-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gnu-octave": {
+ "timestamp": "2025-10-27T09:21:24.674179",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-octave",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-palisadoes-foundation": {
+ "timestamp": "2025-10-27T09:21:04.531503",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-palisadoes-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_jina-ai-sb": {
+ "timestamp": "2025-10-27T09:20:43.908336",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jina-ai-sb",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_apertium": {
+ "timestamp": "2025-11-03T09:21:02.837993",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/apertium",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_jderobot": {
+ "timestamp": "2025-10-27T09:21:28.918913",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jderobot",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_department-of-biomedical-informatics-emory-university": {
+ "timestamp": "2025-11-03T09:21:17.503878",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/department-of-biomedical-informatics-emory-university",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_processing-foundation": {
+ "timestamp": "2025-10-27T09:21:13.046989",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/processing-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_metasploit": {
+ "timestamp": "2025-10-27T09:20:53.992619",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metasploit",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_osgeo-open-source-geospatial-foundation": {
+ "timestamp": "2025-10-27T09:21:49.898234",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/osgeo-open-source-geospatial-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gnu-image-manipulation-program": {
+ "timestamp": "2025-11-03T09:21:24.309222",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-image-manipulation-program",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_pecan-project": {
+ "timestamp": "2025-10-27T09:20:42.689533",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/pecan-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_scummvm": {
+ "timestamp": "2025-10-27T09:21:40.744516",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/scummvm",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_qemu": {
+ "timestamp": "2025-10-27T09:21:05.138566",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/qemu",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_xwiki": {
+ "timestamp": "2025-10-27T09:21:50.506515",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/xwiki",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_musescore": {
+ "timestamp": "2025-10-27T09:21:03.924039",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/musescore",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_gnu-compiler-collection-gcc": {
+ "timestamp": "2025-10-27T09:21:10.620376",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-compiler-collection-gcc",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_owasp-foundation": {
+ "timestamp": "2025-10-27T09:20:58.306031",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/owasp-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_the-netbsd-foundation": {
+ "timestamp": "2025-11-03T09:20:50.891626",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-netbsd-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2023_stear-group": {
+ "timestamp": "2025-10-27T09:21:43.804800",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/stear-group",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_checkstyle": {
+ "timestamp": "2025-10-27T09:23:14.754538",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/checkstyle",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gnu-compiler-collection-gcc": {
+ "timestamp": "2025-10-27T09:22:31.206306",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnu-compiler-collection-gcc",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mayors-office-of-new-urban-mechanics": {
+ "timestamp": "2025-10-27T09:22:37.390984",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mayors-office-of-new-urban-mechanics",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_sugar-labs": {
+ "timestamp": "2025-11-03T09:23:06.621640",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sugar-labs",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_spdx": {
+ "timestamp": "2025-11-03T09:22:31.300283",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/spdx",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-mifos-initiative": {
+ "timestamp": "2025-11-03T09:22:52.232289",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-mifos-initiative",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_dbpedia": {
+ "timestamp": "2025-10-27T09:23:22.057095",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/dbpedia",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-jpf-team": {
+ "timestamp": "2025-11-03T09:23:03.157040",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-jpf-team",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_xmpp-standards-foundation": {
+ "timestamp": "2025-10-27T09:23:34.323692",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xmpp-standards-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_librecube-initiative": {
+ "timestamp": "2025-11-03T09:22:29.684321",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/librecube-initiative",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_neutralinojs": {
+ "timestamp": "2025-11-03T09:22:41.115755",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/neutralinojs",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_joomla": {
+ "timestamp": "2025-10-27T09:23:42.882095",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/joomla",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_wikimedia-foundation": {
+ "timestamp": "2025-11-03T09:21:51.047089",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/wikimedia-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_flashrom": {
+ "timestamp": "2025-10-27T09:23:44.704292",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/flashrom",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_weaviate": {
+ "timestamp": "2025-10-27T09:22:41.486221",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/weaviate",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_librehealth": {
+ "timestamp": "2025-11-03T09:21:31.900215",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/librehealth",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_software-heritage": {
+ "timestamp": "2025-10-27T09:23:50.170758",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/software-heritage",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_seaql": {
+ "timestamp": "2025-11-03T09:23:07.858176",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/seaql",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_stear-group": {
+ "timestamp": "2025-10-27T09:23:23.329186",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/stear-group",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_powerdns": {
+ "timestamp": "2025-10-27T09:23:23.938632",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/powerdns",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mbdyn": {
+ "timestamp": "2025-10-27T09:22:17.564649",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mbdyn",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_forschungszentrum-julich": {
+ "timestamp": "2025-11-03T09:21:54.171188",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/forschungszentrum-julich",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_synfig": {
+ "timestamp": "2025-11-03T09:22:02.770040",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/synfig",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-julia-language": {
+ "timestamp": "2025-10-27T09:23:17.801000",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-julia-language",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-freebsd-project": {
+ "timestamp": "2025-10-27T09:23:10.031727",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-freebsd-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_videolan": {
+ "timestamp": "2025-10-27T09:23:45.311827",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/videolan",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_rtems-project": {
+ "timestamp": "2025-11-03T09:22:24.094063",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/rtems-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_orcasound": {
+ "timestamp": "2025-10-27T09:23:51.390662",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/orcasound",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_jenkins-x": {
+ "timestamp": "2025-10-27T09:23:26.369524",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jenkins-x",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_internet-health-report": {
+ "timestamp": "2025-11-03T09:23:14.797510",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/internet-health-report",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_strace": {
+ "timestamp": "2025-11-03T09:22:50.505897",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/strace",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gnome-foundation": {
+ "timestamp": "2025-10-27T09:23:46.525003",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnome-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_dart": {
+ "timestamp": "2025-10-27T09:22:56.788068",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/dart",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_numfocus": {
+ "timestamp": "2025-10-27T09:22:55.005692",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/numfocus",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_sympy": {
+ "timestamp": "2025-11-03T09:23:00.819199",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sympy",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_rizin": {
+ "timestamp": "2025-10-27T09:23:19.622108",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/rizin",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_jitsi": {
+ "timestamp": "2025-10-27T09:23:44.097024",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jitsi",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_unikraft": {
+ "timestamp": "2025-10-27T09:22:26.978614",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/unikraft",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_moja-global": {
+ "timestamp": "2025-11-03T09:22:26.335012",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/moja-global",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_openafs": {
+ "timestamp": "2025-10-27T09:23:43.490034",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openafs",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_open3d-team": {
+ "timestamp": "2025-11-03T09:23:02.042031",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open3d-team",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_haiku": {
+ "timestamp": "2025-10-27T09:22:21.005431",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/haiku",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_ccextractor-development": {
+ "timestamp": "2025-11-03T09:22:23.479034",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ccextractor-development",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mathesar": {
+ "timestamp": "2025-11-03T09:23:14.163642",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mathesar",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_open-chemistry": {
+ "timestamp": "2025-10-27T09:22:44.415445",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-chemistry",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_electron": {
+ "timestamp": "2025-10-27T09:23:01.554668",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/electron",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gnss-sdr": {
+ "timestamp": "2025-11-03T09:21:34.746547",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnss-sdr",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_submitty": {
+ "timestamp": "2025-11-03T09:21:59.532315",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/submitty",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_libreoffice": {
+ "timestamp": "2025-10-27T09:23:08.204629",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libreoffice",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_processing-foundation": {
+ "timestamp": "2025-10-27T09:23:27.580009",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/processing-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_robolectric": {
+ "timestamp": "2025-10-27T09:22:26.372145",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/robolectric",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_beagleboardorg": {
+ "timestamp": "2025-10-27T09:22:59.119480",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/beagleboardorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_opencv": {
+ "timestamp": "2025-10-27T09:23:57.553398",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/opencv",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_department-of-biomedical-informatics-emory-university": {
+ "timestamp": "2025-11-03T09:22:40.001673",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/department-of-biomedical-informatics-emory-university",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mixxx": {
+ "timestamp": "2025-11-03T09:22:55.075400",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mixxx",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_python-software-foundation": {
+ "timestamp": "2025-10-27T09:23:05.163094",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/python-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_swift": {
+ "timestamp": "2025-10-27T09:23:12.362605",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/swift",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-ns-3-network-simulator-project": {
+ "timestamp": "2025-10-27T09:23:15.361479",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-ns-3-network-simulator-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_public-lab": {
+ "timestamp": "2025-10-27T09:22:43.811440",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/public-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_brl-cad": {
+ "timestamp": "2025-10-27T09:23:21.444310",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/brl-cad",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gnu-octave": {
+ "timestamp": "2025-10-27T09:22:08.566312",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnu-octave",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_openvino-toolkit": {
+ "timestamp": "2025-10-27T09:22:09.678670",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openvino-toolkit",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_openmrs": {
+ "timestamp": "2025-10-27T09:23:31.893192",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openmrs",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gitlab": {
+ "timestamp": "2025-11-03T09:22:03.381543",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gitlab",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_liquid-galaxy-project": {
+ "timestamp": "2025-11-03T09:22:33.026866",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/liquid-galaxy-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_wagtail": {
+ "timestamp": "2025-10-27T09:23:38.581132",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/wagtail",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_drupal-association": {
+ "timestamp": "2025-10-27T09:22:21.615835",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/drupal-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_matrixorg": {
+ "timestamp": "2025-10-27T09:23:41.665971",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/matrixorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_leap-encryption-access-project": {
+ "timestamp": "2025-10-27T09:23:40.408505",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/leap-encryption-access-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_django-software-foundation-8o": {
+ "timestamp": "2025-11-03T09:23:01.429605",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/django-software-foundation-8o",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-honeynet-project": {
+ "timestamp": "2025-10-27T09:22:50.964000",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-honeynet-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-palisadoes-foundation": {
+ "timestamp": "2025-10-27T09:23:37.361431",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-palisadoes-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_cbioportal-for-cancer-genomics": {
+ "timestamp": "2025-11-03T09:22:31.911189",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cbioportal-for-cancer-genomics",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_sktime": {
+ "timestamp": "2025-11-03T09:22:17.011269",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sktime",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_micro-electronics-research-lab-uitu": {
+ "timestamp": "2025-11-03T09:21:32.513430",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/micro-electronics-research-lab-uitu",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_plone-foundation": {
+ "timestamp": "2025-10-27T09:22:57.398067",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/plone-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-linux-foundation": {
+ "timestamp": "2025-11-03T09:21:56.297499",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-linux-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_zulip": {
+ "timestamp": "2025-10-27T09:22:22.728083",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/zulip",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_metacall": {
+ "timestamp": "2025-10-27T09:23:47.133173",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metacall",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_tardis-rt-collaboration": {
+ "timestamp": "2025-10-27T09:22:10.891459",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/tardis-rt-collaboration",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_jenkins-wp": {
+ "timestamp": "2025-10-27T09:22:34.559050",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jenkins-wp",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_tianocore": {
+ "timestamp": "2025-10-27T09:22:54.397146",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/tianocore",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_owasp-foundation": {
+ "timestamp": "2025-10-27T09:23:34.931677",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/owasp-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mdanalysis": {
+ "timestamp": "2025-10-27T09:23:24.547429",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mdanalysis",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mlpack": {
+ "timestamp": "2025-10-27T09:23:26.975419",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mlpack",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gnu-image-manipulation-program": {
+ "timestamp": "2025-10-27T09:22:53.185119",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnu-image-manipulation-program",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_openwisp": {
+ "timestamp": "2025-10-27T09:23:33.112133",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openwisp",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_kart-project": {
+ "timestamp": "2025-10-27T09:23:06.982675",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/kart-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_uc-ospo": {
+ "timestamp": "2025-10-27T09:23:12.975925",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/uc-ospo",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_scummvm": {
+ "timestamp": "2025-10-27T09:22:59.731695",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/scummvm",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_oppia-foundation": {
+ "timestamp": "2025-10-27T09:23:35.540464",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/oppia-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_fortran-lang": {
+ "timestamp": "2025-10-27T09:22:32.819381",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/fortran-lang",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_audacity": {
+ "timestamp": "2025-10-27T09:23:51.997723",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/audacity",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_aflplusplus": {
+ "timestamp": "2025-10-27T09:22:13.612150",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/aflplusplus",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_freifunk": {
+ "timestamp": "2025-11-03T09:21:36.364679",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/freifunk",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_openastronomy": {
+ "timestamp": "2025-11-03T09:21:30.784030",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openastronomy",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_open-genome-informatics": {
+ "timestamp": "2025-10-27T09:23:32.502326",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-genome-informatics",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_kodi": {
+ "timestamp": "2025-11-03T09:22:35.762143",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/kodi",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gnu-radio": {
+ "timestamp": "2025-10-27T09:22:27.585393",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnu-radio",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mzmine": {
+ "timestamp": "2025-10-27T09:23:55.651120",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mzmine",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_free-and-open-source-silicon-foundation": {
+ "timestamp": "2025-10-27T09:23:33.716403",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/free-and-open-source-silicon-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_fossology": {
+ "timestamp": "2025-10-27T09:23:52.608264",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/fossology",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_apache-software-foundation": {
+ "timestamp": "2025-10-27T09:23:50.782891",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/apache-software-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_tensorflow": {
+ "timestamp": "2025-10-27T09:23:25.154703",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/tensorflow",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_open-food-facts": {
+ "timestamp": "2025-10-27T09:23:49.562057",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-food-facts",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_git": {
+ "timestamp": "2025-11-03T09:23:10.708208",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/git",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_xfce": {
+ "timestamp": "2025-11-03T09:23:13.550334",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xfce",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_debian": {
+ "timestamp": "2025-10-27T09:23:30.071205",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/debian",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_robocomp": {
+ "timestamp": "2025-10-27T09:23:30.677153",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/robocomp",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_international-catrobat-association": {
+ "timestamp": "2025-10-27T09:23:07.595103",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/international-catrobat-association",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_r-project-for-statistical-computing": {
+ "timestamp": "2025-11-03T09:22:28.065621",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/r-project-for-statistical-computing",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-tor-project": {
+ "timestamp": "2025-11-03T09:23:11.820618",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-tor-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_libssh": {
+ "timestamp": "2025-10-27T09:22:10.284134",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libssh",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_scala-center": {
+ "timestamp": "2025-11-03T09:22:58.700608",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/scala-center",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_polypheny": {
+ "timestamp": "2025-10-27T09:22:45.023569",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/polypheny",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mit-app-inventor": {
+ "timestamp": "2025-10-27T09:23:22.724212",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mit-app-inventor",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_open-bioinformatics-foundation-obf": {
+ "timestamp": "2025-11-03T09:22:47.882295",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-bioinformatics-foundation-obf",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_homebrew": {
+ "timestamp": "2025-10-27T09:23:36.150169",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/homebrew",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_geomscale": {
+ "timestamp": "2025-10-27T09:22:35.168768",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/geomscale",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_cuneiform-digital-library-initiative-cdli": {
+ "timestamp": "2025-11-03T09:23:03.770362",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cuneiform-digital-library-initiative-cdli",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_moveit": {
+ "timestamp": "2025-10-27T09:23:31.285076",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/moveit",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_libvirt": {
+ "timestamp": "2025-11-03T09:22:12.155878",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libvirt",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_freetype": {
+ "timestamp": "2025-11-03T09:23:12.935178",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/freetype",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_cncf": {
+ "timestamp": "2025-11-03T09:22:34.146925",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cncf",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_omegaup": {
+ "timestamp": "2025-10-27T09:23:41.015364",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/omegaup",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_responsible-ai-and-human-centred-technology": {
+ "timestamp": "2025-10-27T09:23:04.555763",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/responsible-ai-and-human-centred-technology",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_chips-alliance": {
+ "timestamp": "2025-10-27T09:23:36.755416",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/chips-alliance",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_cern-hsf": {
+ "timestamp": "2025-10-27T09:23:56.335049",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cern-hsf",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_qemu": {
+ "timestamp": "2025-10-27T09:23:29.462858",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/qemu",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_score-lab": {
+ "timestamp": "2025-10-27T09:23:03.277813",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/score-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_aboutcode": {
+ "timestamp": "2025-10-27T09:22:38.562489",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/aboutcode",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_national-resource-for-network-biology-nrnb": {
+ "timestamp": "2025-10-27T09:23:09.422524",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/national-resource-for-network-biology-nrnb",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_chromium-lj": {
+ "timestamp": "2025-10-27T09:23:53.831468",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/chromium-lj",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_grame": {
+ "timestamp": "2025-11-03T09:22:20.135726",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/grame",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_aossie": {
+ "timestamp": "2025-10-27T09:22:48.630172",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/aossie",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_joplin": {
+ "timestamp": "2025-10-27T09:23:20.231651",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/joplin",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_genome-assembly-and-annotation": {
+ "timestamp": "2025-10-27T09:23:28.246113",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/genome-assembly-and-annotation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_osgeo-open-source-geospatial-foundation": {
+ "timestamp": "2025-11-03T09:22:22.254787",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/osgeo-open-source-geospatial-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_haskellorg": {
+ "timestamp": "2025-10-27T09:22:46.849864",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/haskellorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_chaoss": {
+ "timestamp": "2025-10-27T09:23:53.217570",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/chaoss",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_openstreetmap": {
+ "timestamp": "2025-11-03T09:22:12.768775",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openstreetmap",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_jderobot": {
+ "timestamp": "2025-11-03T09:23:07.243883",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jderobot",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_xwiki": {
+ "timestamp": "2025-10-27T09:23:42.273641",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xwiki",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_metasploit": {
+ "timestamp": "2025-11-03T09:22:52.844140",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metasploit",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_ffmpeg": {
+ "timestamp": "2025-11-03T09:23:08.471063",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ffmpeg",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_llvm-compiler-infrastructure": {
+ "timestamp": "2025-11-03T09:22:25.718335",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/llvm-compiler-infrastructure",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_52north-spatial-information-research-gmbh": {
+ "timestamp": "2025-10-27T09:23:25.760139",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/52north-spatial-information-research-gmbh",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_incf": {
+ "timestamp": "2025-11-03T09:22:01.652403",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/incf",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_machine-learning-for-science-ml4sci": {
+ "timestamp": "2025-10-27T09:23:15.973140",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/machine-learning-for-science-ml4sci",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_performance-co-pilot": {
+ "timestamp": "2025-10-27T09:23:14.147656",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/performance-co-pilot",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_reactos-foundation": {
+ "timestamp": "2025-10-27T09:23:48.351357",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/reactos-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_kde-community": {
+ "timestamp": "2025-11-03T09:23:04.894155",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/kde-community",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_our-world-in-data": {
+ "timestamp": "2025-10-27T09:22:42.702709",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/our-world-in-data",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_circuitverseorg": {
+ "timestamp": "2025-10-27T09:22:25.762806",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/circuitverseorg",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_libcamera": {
+ "timestamp": "2025-10-27T09:23:06.375942",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libcamera",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_mariadb": {
+ "timestamp": "2025-10-27T09:22:36.780402",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mariadb",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_godot-engine": {
+ "timestamp": "2025-10-27T09:22:24.551093",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/godot-engine",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_intel-video-and-audio-for-linux": {
+ "timestamp": "2025-10-27T09:22:56.117239",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/intel-video-and-audio-for-linux",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_rocketchat": {
+ "timestamp": "2025-10-27T09:22:45.632363",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/rocketchat",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_ankidroid": {
+ "timestamp": "2025-11-03T09:22:06.516493",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ankidroid",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_syslog-ng": {
+ "timestamp": "2025-11-03T09:22:26.946292",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/syslog-ng",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_coreboot": {
+ "timestamp": "2025-10-27T09:23:39.186122",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/coreboot",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_metabrainz-foundation-inc": {
+ "timestamp": "2025-10-27T09:23:47.743111",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metabrainz-foundation-inc",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_frrouting": {
+ "timestamp": "2025-10-27T09:23:20.837526",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/frrouting",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_casbin": {
+ "timestamp": "2025-11-03T09:22:37.376963",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/casbin",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_purr-data": {
+ "timestamp": "2025-11-03T09:22:42.733051",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/purr-data",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_society-for-arts-and-technology-sat": {
+ "timestamp": "2025-10-27T09:23:39.795120",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/society-for-arts-and-technology-sat",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_open-technologies-alliance-gfoss": {
+ "timestamp": "2025-10-27T09:23:56.947172",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-technologies-alliance-gfoss",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_blender-foundation": {
+ "timestamp": "2025-10-27T09:23:45.915144",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/blender-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_ardupilot": {
+ "timestamp": "2025-10-27T09:23:16.583838",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ardupilot",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_open-robotics": {
+ "timestamp": "2025-10-27T09:23:00.947824",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-robotics",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_gentoo-foundation": {
+ "timestamp": "2025-10-27T09:22:14.832403",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gentoo-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_red-hen-lab": {
+ "timestamp": "2025-11-03T09:23:09.592467",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/red-hen-lab",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_ioos": {
+ "timestamp": "2025-10-27T09:22:47.457113",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ioos",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-netbsd-foundation": {
+ "timestamp": "2025-10-27T09:22:30.534851",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-netbsd-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_organic-maps": {
+ "timestamp": "2025-10-27T09:22:33.445158",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/organic-maps",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_global-alliance-for-genomics-and-health": {
+ "timestamp": "2025-10-27T09:23:11.251266",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/global-alliance-for-genomics-and-health",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_keptn": {
+ "timestamp": "2025-11-03T09:21:34.131532",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/keptn",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_jabref-ev": {
+ "timestamp": "2025-10-27T09:23:10.644362",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jabref-ev",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_inkscape": {
+ "timestamp": "2025-10-27T09:23:55.045303",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/inkscape",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_cgal-project": {
+ "timestamp": "2025-10-27T09:22:23.335739",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cgal-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_xorg-foundation": {
+ "timestamp": "2025-10-27T09:23:37.969774",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xorg-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_radar-base": {
+ "timestamp": "2025-11-03T09:22:54.462905",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/radar-base",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_center-for-translational-data-science": {
+ "timestamp": "2025-10-27T09:23:08.817820",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/center-for-translational-data-science",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_opensuse-project": {
+ "timestamp": "2025-11-03T09:23:06.007114",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/opensuse-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_criu": {
+ "timestamp": "2025-10-27T09:23:48.957553",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/criu",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_ceph": {
+ "timestamp": "2025-10-27T09:22:18.782805",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ceph",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_jboss-community": {
+ "timestamp": "2025-11-03T09:22:13.885843",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jboss-community",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_sagemath": {
+ "timestamp": "2025-11-03T09:22:51.617994",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sagemath",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_musescore": {
+ "timestamp": "2025-11-03T09:21:58.416655",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/musescore",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_pecan-project": {
+ "timestamp": "2025-10-27T09:23:19.016670",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/pecan-project",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_eclipse-foundation": {
+ "timestamp": "2025-10-27T09:23:54.439830",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/eclipse-foundation",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_postgresql": {
+ "timestamp": "2025-11-03T09:22:22.866369",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/postgresql",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_learning-equality": {
+ "timestamp": "2025-10-27T09:23:18.405447",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/learning-equality",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_ruby": {
+ "timestamp": "2025-10-27T09:23:28.855671",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ruby",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_the-enigma-team": {
+ "timestamp": "2025-10-27T09:23:00.338972",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-enigma-team",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_wellcome-sanger-institute": {
+ "timestamp": "2025-10-27T09:22:19.895244",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/wellcome-sanger-institute",
+ "project_ideas_text": ""
+ }
+ },
+ "2022_monado": {
+ "timestamp": "2025-10-27T09:23:17.189566",
+ "data": {
+ "technologies": [],
+ "description": "",
+ "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/monado",
+ "project_ideas_text": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/gsoc_readme.py b/gsoc_readme.py
new file mode 100644
index 0000000..3eea508
--- /dev/null
+++ b/gsoc_readme.py
@@ -0,0 +1,532 @@
+#!/usr/bin/env python3
+import requests
+import json
+import time
+import logging
+from datetime import datetime, timedelta
+from bs4 import BeautifulSoup
+import re
+import os
+from typing import List, Dict, Set, Tuple, Optional
+
+logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
+logger = logging.getLogger(__name__)
+
+BASE_URL = "https://summerofcode.withgoogle.com"
+API_BASE = "https://summerofcode.withgoogle.com/api"
+
+class GSoCReadmeUpdater:
+ def __init__(self):
+ self.technology_keywords = {
+ # Web Frontend
+ 'React': ['react', 'reactjs', 'react.js'],
+ 'Vue.js': ['vue', 'vuejs', 'vue.js'],
+ 'Angular': ['angular', 'angularjs'],
+ 'JavaScript': ['javascript', 'js', 'ecmascript'],
+ 'TypeScript': ['typescript', 'ts'],
+ 'HTML': ['html', 'html5'],
+ 'CSS': ['css', 'css3'],
+ 'Sass/SCSS': ['sass', 'scss'],
+ 'Less': ['less'],
+ 'Stylus': ['stylus'],
+ 'Bootstrap': ['bootstrap'],
+ 'Tailwind CSS': ['tailwind', 'tailwindcss'],
+ 'jQuery': ['jquery'],
+ 'D3.js': ['d3.js', 'd3'],
+ 'Three.js': ['three.js', 'threejs'],
+
+ # Web Backend
+ 'Node.js': ['node', 'nodejs', 'node.js'],
+ 'Express.js': ['express', 'expressjs'],
+ 'Django': ['django'],
+ 'Flask': ['flask'],
+ 'Spring Boot': ['spring boot', 'springboot'],
+ 'Laravel': ['laravel'],
+ 'Ruby on Rails': ['rails', 'ruby on rails', 'ror'],
+ 'FastAPI': ['fastapi'],
+ 'ASP.NET': ['asp.net', 'aspnet'],
+ 'Phoenix': ['phoenix'],
+
+ # Programming Languages
+ 'Python': ['python'],
+ 'Java': ['java'],
+ 'C++': ['c++', 'cpp'],
+ 'C': ['c'],
+ 'Go': ['go', 'golang'],
+ 'Rust': ['rust'],
+ 'Kotlin': ['kotlin'],
+ 'Swift': ['swift'],
+ 'PHP': ['php'],
+ 'Ruby': ['ruby'],
+ 'C#': ['c#', 'csharp'],
+
+ # Mobile
+ 'React Native': ['react native'],
+ 'Flutter': ['flutter'],
+ 'Android': ['android'],
+ 'iOS': ['ios'],
+
+ # Databases
+ 'MySQL': ['mysql'],
+ 'PostgreSQL': ['postgresql', 'postgres'],
+ 'MongoDB': ['mongodb', 'mongo'],
+ 'Redis': ['redis'],
+ 'SQLite': ['sqlite'],
+ 'Cassandra': ['cassandra'],
+ 'Elasticsearch': ['elasticsearch'],
+
+ # DevOps & Cloud
+ 'Docker': ['docker'],
+ 'Kubernetes': ['kubernetes', 'k8s'],
+ 'AWS': ['aws', 'amazon web services'],
+ 'Azure': ['azure'],
+ 'GCP': ['gcp', 'google cloud'],
+
+ # Tools & Frameworks
+ 'Webpack': ['webpack'],
+ 'Babel': ['babel'],
+ 'Jest': ['jest'],
+ 'Mocha': ['mocha'],
+ 'GraphQL': ['graphql'],
+ 'REST API': ['rest', 'restful', 'rest api'],
+ 'WebSocket': ['websocket', 'websockets'],
+ 'WebRTC': ['webrtc'],
+ }
+
+ # Web-specific technologies for filtering
+ self.web_tech_keywords = [
+ 'react', 'vue', 'angular', 'javascript', 'typescript', 'html', 'css',
+ 'sass', 'scss', 'less', 'stylus', 'bootstrap', 'tailwind', 'jquery',
+ 'd3.js', 'three.js', 'node.js', 'express', 'django', 'flask',
+ 'spring boot', 'laravel', 'ruby on rails', 'fastapi', 'asp.net',
+ 'phoenix', 'react native', 'webpack', 'babel', 'jest', 'mocha',
+ 'graphql', 'rest api', 'websocket', 'webrtc'
+ ]
+
+ self.cached_data = self.load_cached_data()
+
+ def load_cached_data(self) -> Dict:
+ """Load cached organization data to avoid re-scraping."""
+ cache_file = "gsoc_cache.json"
+ if os.path.exists(cache_file):
+ try:
+ with open(cache_file, 'r', encoding='utf-8') as f:
+ return json.load(f)
+ except:
+ pass
+ return {}
+
+ def save_cached_data(self):
+ """Save cached organization data."""
+ cache_file = "gsoc_cache.json"
+ try:
+ with open(cache_file, 'w', encoding='utf-8') as f:
+ json.dump(self.cached_data, f, indent=2, ensure_ascii=False)
+ except Exception as e:
+ logger.error(f"Failed to save cache: {e}")
+
+ def get_cache_key(self, org_slug: str, year: int) -> str:
+ """Generate cache key for organization."""
+ return f"{year}_{org_slug}"
+
+ def get_available_years(self) -> List[int]:
+ """Check which GSoC years have data available."""
+ current_year = datetime.now().year
+ available_years = []
+
+ for year in range(current_year, current_year - 5, -1):
+ url = f"{API_BASE}/program/{year}/organizations/"
+ try:
+ response = requests.head(url, timeout=5)
+ if response.status_code == 200:
+ available_years.append(year)
+ logger.info(f"β GSoC {year} data is available")
+ else:
+ logger.info(f"β GSoC {year} data not available (Status: {response.status_code})")
+ except Exception as e:
+ logger.info(f"β GSoC {year} data not available: {e}")
+
+ return available_years
+
+ def get_organizations(self, year: int) -> List[Dict]:
+ """Get all organizations for a specific year."""
+ url = f"{API_BASE}/program/{year}/organizations/"
+ try:
+ logger.info(f"Fetching organizations for GSoC {year}")
+ response = requests.get(url, timeout=15)
+ response.raise_for_status()
+ organizations = response.json()
+ logger.info(f"Found {len(organizations)} organizations for GSoC {year}")
+ return organizations
+ except requests.exceptions.RequestException as e:
+ logger.error(f"Failed to fetch organizations for {year}: {e}")
+ return []
+
+ def extract_technologies_from_text(self, text: str) -> List[str]:
+ """Extract technologies from text using comprehensive keyword matching."""
+ if not text:
+ return []
+
+ text_lower = text.lower()
+ found_technologies = set()
+
+ for tech_name, aliases in self.technology_keywords.items():
+ for alias in aliases:
+ pattern = r'\b' + re.escape(alias) + r'\b'
+ if re.search(pattern, text_lower):
+ found_technologies.add(tech_name)
+ break
+
+ return list(found_technologies)
+
+ def scrape_organization_page(self, org_slug: str, year: int) -> Dict:
+ """Scrape the organization page to get technologies and detailed info."""
+ cache_key = self.get_cache_key(org_slug, year)
+
+ if cache_key in self.cached_data:
+ cached_entry = self.cached_data[cache_key]
+ if 'timestamp' in cached_entry:
+ cache_time = datetime.fromisoformat(cached_entry['timestamp'])
+ if datetime.now() - cache_time < timedelta(days=7):
+ logger.info(f"Using cached data for {org_slug}")
+ return cached_entry['data']
+
+ url = f"{BASE_URL}/programs/{year}/organizations/{org_slug}"
+ try:
+ logger.info(f"Scraping organization page: {org_slug}")
+ response = requests.get(url, timeout=10)
+ response.raise_for_status()
+ soup = BeautifulSoup(response.text, 'html.parser')
+
+ technologies = set()
+ description = ""
+ project_ideas = ""
+
+ page_text = soup.get_text()
+
+ text_technologies = self.extract_technologies_from_text(page_text)
+ technologies.update(text_technologies)
+
+ project_selectors = [
+ '[class*="project"]',
+ '[class*="idea"]',
+ '[class*="proposal"]',
+ '.project-ideas',
+ '.ideas-list',
+ '.proposals'
+ ]
+
+ for selector in project_selectors:
+ elements = soup.select(selector)
+ for element in elements:
+ project_text = element.get_text()
+ project_ideas += " " + project_text
+ project_techs = self.extract_technologies_from_text(project_text)
+ technologies.update(project_techs)
+
+ if project_ideas:
+ project_techs = self.extract_technologies_from_text(project_ideas)
+ technologies.update(project_techs)
+
+ tech_sections = soup.find_all(['div', 'section'],
+ string=re.compile(r'technolog|stack|skill', re.IGNORECASE))
+
+ for section in tech_sections:
+ section_text = section.get_text()
+ section_techs = self.extract_technologies_from_text(section_text)
+ technologies.update(section_techs)
+
+ tech_selectors = [
+ '[class*="tech"]',
+ '[class*="tag"]',
+ '[class*="skill"]',
+ '[class*="label"]',
+ '[class*="badge"]',
+ '.tag', '.label', '.badge', '.skill', '.technology'
+ ]
+
+ for selector in tech_selectors:
+ elements = soup.select(selector)
+ for element in elements:
+ text = element.get_text(strip=True)
+ if text and len(text) < 50:
+ element_techs = self.extract_technologies_from_text(text)
+ technologies.update(element_techs)
+
+ desc_selectors = [
+ 'p',
+ '.description',
+ '.org-description',
+ '.organization-description',
+ '[class*="description"]',
+ 'div > p',
+ 'section > p'
+ ]
+
+ for selector in desc_selectors:
+ desc_elements = soup.select(selector)
+ for desc_element in desc_elements:
+ desc_text = desc_element.get_text(strip=True)
+ if len(desc_text) > 100 and len(desc_text) < 1000:
+ description = desc_text
+ break
+ if description:
+ break
+
+ if not description:
+ paragraphs = soup.find_all('p')
+ for p in paragraphs:
+ text = p.get_text(strip=True)
+ if len(text) > 50 and len(text) < 500:
+ description = text
+ break
+
+ result = {
+ 'technologies': sorted(list(technologies)),
+ 'description': description,
+ 'url': url,
+ 'project_ideas_text': project_ideas[:1000]
+ }
+
+ self.cached_data[cache_key] = {
+ 'timestamp': datetime.now().isoformat(),
+ 'data': result
+ }
+
+ return result
+
+ except Exception as e:
+ logger.error(f"Failed to scrape {org_slug}: {e}")
+ result = {'technologies': [], 'description': '', 'url': url, 'project_ideas_text': ''}
+
+ self.cached_data[cache_key] = {
+ 'timestamp': datetime.now().isoformat(),
+ 'data': result
+ }
+
+ return result
+
+ def contains_web_technologies(self, technologies: List[str]) -> bool:
+ """Check if technologies list contains web development technologies."""
+ if not technologies:
+ return False
+
+ tech_lower = [tech.lower() for tech in technologies]
+ return any(any(web_tech in tech_lower_tech for web_tech in self.web_tech_keywords)
+ for tech_lower_tech in tech_lower)
+
+ def analyze_organization_web_projects(self, org_data: Dict, year: int) -> Tuple[bool, Dict]:
+ """Analyze if organization has web development projects."""
+ org_name = org_data.get('name', 'Unknown Organization')
+ org_slug = org_data.get('slug', '')
+
+ scraped_data = self.scrape_organization_page(org_slug, year)
+ org_description = org_data.get('description', '') + ' ' + scraped_data.get('description', '')
+ org_technologies = scraped_data.get('technologies', [])
+
+ desc_technologies = self.extract_technologies_from_text(org_description)
+ project_technologies = self.extract_technologies_from_text(scraped_data.get('project_ideas_text', ''))
+
+ all_technologies = list(set(org_technologies + desc_technologies + project_technologies))
+
+ has_web_tech = self.contains_web_technologies(all_technologies)
+
+ return has_web_tech, {**scraped_data, 'technologies': all_technologies}
+
+ def extract_web_technologies(self, technologies: List[str]) -> str:
+ """Extract and format web technologies from technology list."""
+ web_technologies = []
+ for tech in technologies:
+ if any(web_tech in tech.lower() for web_tech in self.web_tech_keywords):
+ web_technologies.append(tech)
+
+ return ', '.join(sorted(web_technologies)) if web_technologies else 'Web technologies'
+
+ def generate_readme_content(self, web_organizations_by_year: Dict[int, List[Dict]]) -> str:
+ """Generate the README content with multiple years."""
+ current_year = datetime.now().year
+ next_year = current_year + 1
+
+ available_years = sorted(web_organizations_by_year.keys(), reverse=True)
+ latest_year = available_years[0] if available_years else current_year - 1
+
+ readme_content = f'''
+
+
+
+List of Open Source organizations participating in Google Summer of Code having Web Development projects
based on technologies like React, Vue.js, Angular, JavaScript, TypeScript, Node.js, and more! π
+
+
+
+**NOTE:** This list helps you find & compare web development projects across different GSoC years.
+
+
+
+## π Current Status
+
+'''
+
+ for year in sorted(available_years, reverse=True):
+ org_count = len(web_organizations_by_year[year])
+ readme_content += f"- **GSoC {year}**: {org_count} organizations with web projects\n"
+
+ readme_content += f"\n> π **Auto-updates weekly** | π
Last updated: {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}\n\n"
+
+ for year in sorted(available_years, reverse=True):
+ orgs = web_organizations_by_year[year]
+ if not orgs:
+ continue
+
+ readme_content += f"## π GSoC {year} - Web Development Organizations\n\n"
+ readme_content += f"**Total: {len(orgs)} organizations**\n\n"
+ readme_content += "| No. | Organization | Web Technologies |\n"
+ readme_content += "|-----|--------------|------------------|\n"
+
+ for i, org in enumerate(orgs, 1):
+ org_name = org['name']
+ anchor = f"{year}-" + org_name.lower().replace(' ', '-').replace('.', '').replace(',', '').replace('&', '')
+ technologies = org['technologies']
+ readme_content += f"| {i}. | [{org_name}](#{anchor}) | {technologies} |\n"
+
+ readme_content += "\n
\n\n"
+
+ for year in sorted(available_years, reverse=True):
+ orgs = web_organizations_by_year[year]
+ if not orgs:
+ continue
+
+ readme_content += f"## π GSoC {year} - Organization Details\n\n"
+
+ for i, org in enumerate(orgs, 1):
+ org_name = org['name']
+ org_url = org['url']
+ technologies = org['technologies']
+ description = org['description']
+ anchor = f"{year}-" + org_name.lower().replace(' ', '-').replace('.', '').replace(',', '').replace('&', '')
+
+ readme_content += f"### {i}. {org_name} {{#{anchor}}}\n\n"
+ if description:
+ readme_content += f"{description}\n\n"
+ readme_content += f"- **Technologies**: {technologies}\n"
+ readme_content += f"- **GSoC URL**: [View on GSoC]({org_url})\n"
+ if org.get('website_url'):
+ readme_content += f"- **Website**: [Visit Website]({org['website_url']})\n"
+ readme_content += "\n
\n\n"
+
+ readme_content += f'''---
+## π Statistics
+
+| Year | Organizations with Web Projects |
+|------|----------------------------------|
+'''
+ for year in sorted(available_years, reverse=True):
+ org_count = len(web_organizations_by_year[year])
+ readme_content += f"| GSoC {year} | {org_count} |\n"
+
+ readme_content += f'''
+
+## π§ Technical Details
+
+- **Last Updated**: {datetime.now().strftime("%Y-%m-%d %H:%M:%S")}
+- **Data Source**: Google Summer of Code Official API
+- **Web Technologies Detected**: {', '.join(sorted(set(self.web_tech_keywords)))}
+- **Update Frequency**: Weekly automatic checks
+- **Cache**: Enabled (1 week duration)
+
+## π Automatic Updates
+
+This repository automatically:
+1. Checks for new GSoC data every Monday
+2. Updates the README with the latest organizations
+3. Maintains historical data for multiple years
+4. Caches results to be respectful to GSoC servers
+
+When GSoC {next_year} organizations are announced, this list will update automatically!
+
+
+
+Made with β€οΈ by Imranch4 for the GSoC Community
+
+**β Star this repo if you find it helpful! β**
+
+
+'''
+ return readme_content
+
+ def update_readme(self):
+ """Main function to update the README with data from all available years."""
+ logger.info("Starting GSoC README update...")
+
+ available_years = self.get_available_years()
+
+ if not available_years:
+ logger.error("No GSoC data available for any year!")
+ return False
+
+ web_organizations_by_year = {}
+
+ for year in available_years:
+ logger.info(f"Processing GSoC {year}...")
+
+ organizations = self.get_organizations(year)
+ if not organizations:
+ logger.warning(f"No organizations found for GSoC {year}")
+ continue
+
+ web_organizations = []
+ for i, org in enumerate(organizations, 1):
+ org_name = org.get('name', 'Unknown')
+ logger.info(f"Analyzing {i}/{len(organizations)}: {org_name} (GSoC {year})")
+
+ has_web_projects, scraped_data = self.analyze_organization_web_projects(org, year)
+ if has_web_projects:
+ technologies = self.extract_web_technologies(scraped_data['technologies'])
+ web_org_data = {
+ 'name': org_name,
+ 'url': scraped_data.get('url', f"{BASE_URL}/programs/{year}/organizations/{org.get('slug', '')}"),
+ 'description': scraped_data.get('description', org.get('description', '')),
+ 'technologies': technologies,
+ 'website_url': org.get('website_url', ''),
+ 'slug': org.get('slug', '')
+ }
+ web_organizations.append(web_org_data)
+ logger.info(f"β {org_name} has web projects: {technologies}")
+
+ time.sleep(0.5)
+
+ web_organizations_by_year[year] = web_organizations
+ logger.info(f"Found {len(web_organizations)} web organizations for GSoC {year}")
+
+ with open(f"gsoc_{year}_web_organizations.json", "w", encoding="utf-8") as f:
+ json.dump(web_organizations, f, indent=2, ensure_ascii=False)
+
+ readme_content = self.generate_readme_content(web_organizations_by_year)
+ with open("README.md", "w", encoding="utf-8") as f:
+ f.write(readme_content)
+
+ self.save_cached_data()
+
+ total_orgs = sum(len(orgs) for orgs in web_organizations_by_year.values())
+ logger.info(f"β README updated! Found {total_orgs} web organizations across {len(web_organizations_by_year)} years")
+
+ return total_orgs
+
+def main():
+ print("GSoC Web Development Organizations Updater")
+ print("=============================================")
+ print("This script automatically finds GSoC organizations with web development projects.")
+ print("It will check all available GSoC years and maintain historical data.\n")
+
+ updater = GSoCReadmeUpdater()
+ count = updater.update_readme()
+
+ if count:
+ current_year = datetime.now().year
+ print(f"\nβ Success! Updated {count} organizations across multiple years")
+ print(f"β Check README.md for the complete list")
+ print(f"β The list will auto-update weekly and when new GSoC data becomes available")
+ else:
+ print("\nβ Failed to update README.md")
+
+if __name__ == "__main__":
+ main()
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..5ed7a22
Binary files /dev/null and b/requirements.txt differ