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..1bc907e 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-12-01 09:27:30 + +## πŸš€ GSoC 2025 - Web Development Organizations + +**Total: 23 organizations** + +| No. | Organization | Web Technologies | +|-----|--------------|------------------| +| 1. | [Haskell.org](#2025-haskellorg) | JavaScript | +| 2. | [Alaska](#2025-alaska) | REST API | +| 3. | [Joomla!](#2025-joomla!) | HTML | +| 4. | [Jenkins](#2025-jenkins) | JavaScript | +| 5. | [Git](#2025-git) | Ruby on Rails | +| 6. | [National Resource for Network Biology (NRNB)](#2025-national-resource-for-network-biology-(nrnb)) | HTML | +| 7. | [Python Software Foundation](#2025-python-software-foundation) | HTML | +| 8. | [Checker Framework](#2025-checker-framework) | HTML | +| 9. | [JdeRobot](#2025-jderobot) | JavaScript | +| 10. | [Electron](#2025-electron) | CSS, HTML, JavaScript, Node.js | +| 11. | [AOSSIE](#2025-aossie) | CSS, HTML, JavaScript, Jest, React | +| 12. | [Graphite](#2025-graphite) | Node.js | +| 13. | [webpack](#2025-webpack) | JavaScript, Node.js, REST API, Webpack | +| 14. | [Plone Foundation](#2025-plone-foundation) | React | +| 15. | [Processing Foundation](#2025-processing-foundation) | JavaScript | +| 16. | [OpenAstronomy](#2025-openastronomy) | HTML | +| 17. | [Open Science Initiative for Perfusion Imaging](#2025-open-science-initiative-for-perfusion-imaging) | Less | +| 18. | [rocket.chat](#2025-rocketchat) | Node.js, TypeScript | +| 19. | [stdlib](#2025-stdlib) | JavaScript, Node.js | +| 20. | [Django Software Foundation](#2025-django-software-foundation) | Django | +| 21. | [API Dash](#2025-api-dash) | GraphQL | +| 22. | [freifunk](#2025-freifunk) | Babel | +| 23. | [BRL-CAD](#2025-brl-cad) | JavaScript | + +
+ +## πŸš€ GSoC 2024 - Web Development Organizations + +**Total: 29 organizations** + +| No. | Organization | Web Technologies | +|-----|--------------|------------------| +| 1. | [Django Software Foundation](#2024-django-software-foundation) | Django | +| 2. | [Neutralinojs](#2024-neutralinojs) | CSS, HTML, JavaScript | +| 3. | [caMicroscope](#2024-camicroscope) | HTML | +| 4. | [National Resource for Network Biology (NRNB)](#2024-national-resource-for-network-biology-(nrnb)) | HTML | +| 5. | [Graphite](#2024-graphite) | Node.js | +| 6. | [Apertium](#2024-apertium) | Less | +| 7. | [Alaska](#2024-alaska) | REST API | +| 8. | [rocket.chat](#2024-rocketchat) | Node.js, TypeScript | +| 9. | [Open Science Initiative for Perfusion Imaging](#2024-open-science-initiative-for-perfusion-imaging) | Less | +| 10. | [Nightwatch.js](#2024-nightwatchjs) | Angular, JavaScript, Node.js, React, Vue.js | +| 11. | [Purr Data](#2024-purr-data) | HTML | +| 12. | [API Dash](#2024-api-dash) | GraphQL | +| 13. | [AOSSIE](#2024-aossie) | CSS, HTML, JavaScript, Jest, React | +| 14. | [stdlib](#2024-stdlib) | JavaScript, Node.js | +| 15. | [freifunk](#2024-freifunk) | Babel | +| 16. | [BRL-CAD](#2024-brl-cad) | JavaScript | +| 17. | [Jenkins](#2024-jenkins) | JavaScript | +| 18. | [OpenAstronomy](#2024-openastronomy) | HTML | +| 19. | [Electron](#2024-electron) | CSS, HTML, JavaScript, Node.js | +| 20. | [Open Chemistry](#2024-open-chemistry) | Babel | +| 21. | [MetaCall](#2024-metacall) | Node.js | +| 22. | [webpack](#2024-webpack) | JavaScript, Node.js, REST API, Webpack | +| 23. | [Plone Foundation](#2024-plone-foundation) | React | +| 24. | [JdeRobot](#2024-jderobot) | JavaScript | +| 25. | [Git](#2024-git) | Ruby on Rails | +| 26. | [The ENIGMA Team](#2024-the-enigma-team) | JavaScript | +| 27. | [Haskell.org](#2024-haskellorg) | JavaScript | +| 28. | [Polypheny](#2024-polypheny) | REST API | +| 29. | [Python Software Foundation](#2024-python-software-foundation) | HTML | + +
+ +## πŸš€ GSoC 2023 - Web Development Organizations + +**Total: 21 organizations** + +| No. | Organization | Web Technologies | +|-----|--------------|------------------| +| 1. | [National Resource for Network Biology (NRNB)](#2023-national-resource-for-network-biology-(nrnb)) | HTML | +| 2. | [MZmine and MS-DIAL](#2023-mzmine-and-ms-dial) | HTML | +| 3. | [AOSSIE](#2023-aossie) | CSS, HTML, JavaScript, Jest, React | +| 4. | [Open Chemistry](#2023-open-chemistry) | Babel | +| 5. | [Django Software Foundation](#2023-django-software-foundation) | Django | +| 6. | [Purr Data](#2023-purr-data) | HTML | +| 7. | [Python Software Foundation](#2023-python-software-foundation) | HTML | +| 8. | [JdeRobot](#2023-jderobot) | JavaScript | +| 9. | [Jenkins](#2023-jenkins) | JavaScript | +| 10. | [The ENIGMA Team](#2023-the-enigma-team) | JavaScript | +| 11. | [Git](#2023-git) | Ruby on Rails | +| 12. | [Plone Foundation](#2023-plone-foundation) | React | +| 13. | [Processing Foundation](#2023-processing-foundation) | JavaScript | +| 14. | [BRL-CAD](#2023-brl-cad) | JavaScript | +| 15. | [Apertium](#2023-apertium) | Less | +| 16. | [XWiki](#2023-xwiki) | CSS, HTML, JavaScript | +| 17. | [OpenAstronomy](#2023-openastronomy) | HTML | +| 18. | [MetaCall](#2023-metacall) | Node.js | +| 19. | [freifunk](#2023-freifunk) | Babel | +| 20. | [rocket.chat](#2023-rocketchat) | Node.js, TypeScript | +| 21. | [caMicroscope](#2023-camicroscope) | HTML | + +
+ +## πŸš€ GSoC 2022 - Web Development Organizations + +**Total: 32 organizations** + +| No. | Organization | Web Technologies | +|-----|--------------|------------------| +| 1. | [BRL-CAD](#2022-brl-cad) | JavaScript | +| 2. | [Godot Engine](#2022-godot-engine) | HTML | +| 3. | [Open Chemistry](#2022-open-chemistry) | Babel | +| 4. | [AOSSIE](#2022-aossie) | CSS, HTML, JavaScript, Jest, React | +| 5. | [Jenkins](#2022-jenkins) | JavaScript | +| 6. | [OpenAstronomy](#2022-openastronomy) | HTML | +| 7. | [XWiki](#2022-xwiki) | CSS, HTML, JavaScript | +| 8. | [Weaviate](#2022-weaviate) | GraphQL, REST API | +| 9. | [Django Software Foundation](#2022-django-software-foundation) | Django | +| 10. | [Python Software Foundation](#2022-python-software-foundation) | HTML | +| 11. | [Purr Data](#2022-purr-data) | HTML | +| 12. | [Joomla!](#2022-joomla!) | HTML | +| 13. | [Forschungszentrum JΓΌlich](#2022-forschungszentrum-jΓΌlich) | Node.js | +| 14. | [JdeRobot](#2022-jderobot) | JavaScript | +| 15. | [The ENIGMA Team](#2022-the-enigma-team) | JavaScript | +| 16. | [National Resource for Network Biology (NRNB)](#2022-national-resource-for-network-biology-(nrnb)) | HTML | +| 17. | [JBoss Community](#2022-jboss-community) | Node.js | +| 18. | [rocket.chat](#2022-rocketchat) | Node.js, TypeScript | +| 19. | [Electron](#2022-electron) | CSS, HTML, JavaScript, Node.js | +| 20. | [Neutralinojs](#2022-neutralinojs) | CSS, HTML, JavaScript | +| 21. | [Git](#2022-git) | Ruby on Rails | +| 22. | [freifunk](#2022-freifunk) | Babel | +| 23. | [Haskell.org](#2022-haskellorg) | JavaScript | +| 24. | [Processing Foundation](#2022-processing-foundation) | JavaScript | +| 25. | [Matrix.org](#2022-matrixorg) | WebRTC | +| 26. | [SeaQL](#2022-seaql) | GraphQL | +| 27. | [syslog-ng](#2022-syslog-ng) | JavaScript, REST API | +| 28. | [MetaCall](#2022-metacall) | Node.js | +| 29. | [Polypheny](#2022-polypheny) | REST API | +| 30. | [FRRouting](#2022-frrouting) | Babel | +| 31. | [Plone Foundation](#2022-plone-foundation) | React | +| 32. | [Casbin](#2022-casbin) | JavaScript, Node.js | + +
+ +## πŸ“‹ GSoC 2025 - Organization Details + +### 1. 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/) + +
+ +### 2. 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) + +
+ +### 3. 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/) + +
+ +### 4. Jenkins {#2025-jenkins} + +- **Technologies**: JavaScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/jenkins-wp) +- **Website**: [Visit Website](https://jenkins.io) + +
+ +### 5. Git {#2025-git} + +- **Technologies**: Ruby on Rails +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/git) +- **Website**: [Visit Website](https://git-scm.com/) + +
+ +### 6. 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) + +
+ +### 7. 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/) + +
+ +### 8. 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/) + +
+ +### 9. 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) + +
+ +### 10. 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) + +
+ +### 11. 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) + +
+ +### 12. 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) + +
+ +### 13. 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) + +
+ +### 14. Plone Foundation {#2025-plone-foundation} + +- **Technologies**: React +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/plone-foundation) +- **Website**: [Visit Website](https://plone.org) + +
+ +### 15. 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) + +
+ +### 16. OpenAstronomy {#2025-openastronomy} + +- **Technologies**: HTML +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/openastronomy) +- **Website**: [Visit Website](https://openastronomy.org/) + +
+ +### 17. 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/) -More Score Labs projects [here](https://scorelab.org/gsoc/) +
-## 6. EOS Design (Python) +### 18. rocket.chat {#2025-rocketchat} -- 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**: Node.js, TypeScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/rocketchat) +- **Website**: [Visit Website](https://github.com/RocketChat) -- 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. stdlib {#2025-stdlib} -- 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**: JavaScript, Node.js +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/stdlib) +- **Website**: [Visit Website](https://stdlib.io) -- 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. Django Software Foundation {#2025-django-software-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**: Django +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/django-software-foundation-8o) +- **Website**: [Visit Website](https://www.djangoproject.com) -## 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. API Dash {#2025-api-dash} -- 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**: GraphQL +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash) +- **Website**: [Visit Website](https://apidash.dev) -## 9. Elastic +
-- Accessible combobox variants (**React, TypeScript**) -
- More info [here](https://github.com/elastic/gsoc#project-1-accessible-combobox-variants) +### 22. freifunk {#2025-freifunk} -- 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**: Babel +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/freifunk) +- **Website**: [Visit Website](https://freifunk.net/en) -- 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. BRL-CAD {#2025-brl-cad} -- Bifrost (**Node.js, Typescript**) -
- More info [here](http://matrix-org.github.io/gsoc/#/projects?project=new_backends_for_bifrost&lang=en) +- **Technologies**: JavaScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2025/organizations/brl-cad) +- **Website**: [Visit Website](https://opencax.github.io/) -- 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. Django Software Foundation {#2024-django-software-foundation} -## 12. Joplin +- **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) -- 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. Neutralinojs {#2024-neutralinojs} -- BibTex plugin (**JavaScript**) -
- Info [here](https://github.com/laurent22/joplin/blob/dev/readme/dev/gsoc/gsoc2021/ideas.md#3-bibtex-plugin) +- **Technologies**: CSS, HTML, JavaScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/neutralinojs) +- **Website**: [Visit Website](https://neutralino.js.org) -- 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. caMicroscope {#2024-camicroscope} -- 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**: HTML +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/camicroscope) +- **Website**: [Visit Website](https://camicroscope.github.io) -- 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. National Resource for Network Biology (NRNB) {#2024-national-resource-for-network-biology-(nrnb)} -## 13. Hydra Ecosystem +- **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) -- General Improvements (**Python, React, JavaScript**) -
- GitHub Repo [here](https://github.com/HTTP-APIs/hydra-python-agent) +
-## 14. Moira +### 5. Graphite {#2024-graphite} -- RESTify Moira’s API (**REST, JSON API, Go**) -
- More info [here](https://moira.readthedocs.io/en/latest/gsoc.html#restify-moira-s-api) +- **Technologies**: Node.js +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/graphite) +- **Website**: [Visit Website](https://graphite.rs) -- 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. Apertium {#2024-apertium} -- 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**: Less +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/apertium) +- **Website**: [Visit Website](https://apertium.org/) -## 15. Mozilla +
-- Common Voice Website (**React**) -
- GitHub Repo [here](https://github.com/common-voice/common-voice) +### 7. Alaska {#2024-alaska} -## 16. Fossology +- **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) -- 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. rocket.chat {#2024-rocketchat} -- 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**: Node.js, TypeScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/rocketchat) +- **Website**: [Visit Website](https://github.com/RocketChat) -## 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. Open Science Initiative for Perfusion Imaging {#2024-open-science-initiative-for-perfusion-imaging} -## 19. Internet Archive +- **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/) -- 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. Nightwatch.js {#2024-nightwatchjs} -- Google Assistant Action (**Node.js**) -
- More info [here](More info [here](https://docs.google.com/document/d/1posF4zhq2lAz7eikloT9_K4LnHXfJ5VWGpCtJS6rJ0M/)) +- **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) -## 20. GPAC +
-- GPAC remote monitoring (**JavaScript, Web programming skills**) -- GPAC JS APIs (**Three.js, Babylon.js**) +### 11. Purr Data {#2024-purr-data} -## 21. Zulip +- **Technologies**: HTML +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/purr-data) +- **Website**: [Visit Website](https://www.purrdata.net/) -- 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. API Dash {#2024-api-dash} -## 22. MGGG +- **Technologies**: GraphQL +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/api-dash) +- **Website**: [Visit Website](https://apidash.dev) -- Districtr Interactive Tutorial (**HTML, CSS, JavaScript**) -- Puzzle-mander (**HTML,CSS, JavaScript, Python, SQL**) +
-## 23. Kubeflow +### 13. AOSSIE {#2024-aossie} -- Hyperparameter tuner UI (**JavaScript, ES6, CSS, NPM**) +- **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) -## 24. Inclusive Design Institute +
-- Port UIO+ Chrome Extension (**JavaScript**) -
- GitHub Repo [here](https://github.com/GPII/gpii-chrome-extension) +### 14. stdlib {#2024-stdlib} -- Migrate Floe (**HTML, CSS, JavaScript**) -
- GitHub Repo [here](https://github.com/fluid-project/fluidproject.org) +- **Technologies**: JavaScript, Node.js +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/stdlib) +- **Website**: [Visit Website](https://stdlib.io) -- Infusion Documentation (**HTML, CSS, JavaScript**) -
- GitHub Repo [here](https://github.com/fluid-project/infusion-docs/) +
-## 25. SugarLabs +### 15. freifunk {#2024-freifunk} -- Sugarizer Measure activity (**JavaScript, HTML5, Vue**) -
- More info [here](https://github.com/sugarlabs/GSoC/blob/master/Ideas-2021.md#sugarizer-measure-activity) +- **Technologies**: Babel +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/freifunk) +- **Website**: [Visit Website](https://freifunk.net/en) -- Sugarizer Story activity (**JavaScript, HTML5, Vue**) -
- More info [here](hhttps://github.com/sugarlabs/GSoC/blob/master/Ideas-2021.md#sugarizer-story-activity) +
+ +### 16. BRL-CAD {#2024-brl-cad} -- Sugarizer Story activity (**JavaScript, HTML5, Vue**) -
- More info [here](https://github.com/sugarlabs/GSoC/blob/master/Ideas-2021.md#sugarizer-security-and-availability) +- **Technologies**: JavaScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/brl-cad) +- **Website**: [Visit Website](https://opencax.github.io/) -## 26. Performance Co-Pilot +
-- Grafana Plugin (**React, TypeScript**) -
- GitHub Repo [here](https://github.com/performancecopilot/grafana-pcp) +### 17. Jenkins {#2024-jenkins} -## 27. Submitty +- **Technologies**: JavaScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/jenkins-wp) +- **Website**: [Visit Website](https://jenkins.io) + +
-- Mobile-Friendly Website (**HTML, CSS, Javascript, Bootstrap**) -
- More info [here](https://submitty.org/developer/project_ideas) +### 18. OpenAstronomy {#2024-openastronomy} -- Web Sockets (**PHP, JavaScript**) +- **Technologies**: HTML +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/openastronomy) +- **Website**: [Visit Website](https://openastronomy.org/) -## 28. Circuit Verse +
-- Simulator (**JavaScript**) -
- GitHub Repo [here](https://github.com/CircuitVerse/CircuitVerse) +### 19. Electron {#2024-electron} -## 29. Creative Commons +- **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) -- Vocabulary Usage Guide (**HTML, CSS, JavaScript**) -
- More info [here](https://opensource.creativecommons.org/internships/project-ideas/#vocabulary-usage-guide) +
-## 30. OcraSound +### 20. Open Chemistry {#2024-open-chemistry} -- Ocramap (**React**) -
- GitHub Repo [here](https://github.com/orcasound/orcamap-react) +- **Technologies**: Babel +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/open-chemistry) +- **Website**: [Visit Website](https://openchemistry.org/) -## 31. OpenMRS +
-- OpenMRS projects (**HTML, CSS, JavaScript**) -
- GitHub Repo [here](https://github.com/openmrs/openmrs-owa-sysadmin) +### 21. MetaCall {#2024-metacall} -## 32. Webpack +- **Technologies**: Node.js +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/metacall) +- **Website**: [Visit Website](https://metacall.io) -- 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. webpack {#2024-webpack} -- Javascript Data Visualisations (**HTML, CSS, JavaScript/React**) -
- More info [here](https://www.open-bio.org/events/gsoc/gsoc-project-ideas/) +- **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) -## 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. Plone Foundation {#2024-plone-foundation} -## 35. Open Chemistry +- **Technologies**: React +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/plone-foundation) +- **Website**: [Visit Website](https://plone.org) -- 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. JdeRobot {#2024-jderobot} -- Various Projects (**HTML, CSS, Javascript,PHP, MySQL/MariaDB**) -
- More info [here](https://www.open-emr.org/summer-of-code/) +- **Technologies**: JavaScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/jderobot) +- **Website**: [Visit Website](http://jderobot.github.io) -## 37. Open CV +
-- Open CV.js (**C++, Javascript**) +### 25. Git {#2024-git} -## 38. Nteract (NumFocus) +- **Technologies**: Ruby on Rails +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/git) +- **Website**: [Visit Website](https://git-scm.com/) -- 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. The ENIGMA Team {#2024-the-enigma-team} -## 39. Purr Data +- **Technologies**: JavaScript +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/the-enigma-team) +- **Website**: [Visit Website](https://enigma-dev.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. Haskell.org {#2024-haskellorg} -- 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/haskellorg) +- **Website**: [Visit Website](https://haskell.org/) -- Susper (**Java, Javascript, HTML, CSS**) -
- GitHub Repo [here](https://github.com/yacy) -
- More info [here](https://fossasia.org/labs/) +
-## 41. Owasp +### 28. Polypheny {#2024-polypheny} -- Offensive Web Testing Framework-OWTF (**React**) -
- GitHub Repo [here](https://github.com/owtf/owtf) +- **Technologies**: REST API +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2024/organizations/polypheny) +- **Website**: [Visit Website](https://polypheny.org) -- OWASP Bug Logging Tool (**React**) -
- GitHub Repo [here](https://github.com/OWASP/BLT) +
-## 42. SambaWiki +### 29. Python Software Foundation {#2024-python-software-foundation} -- 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/python-software-foundation) +- **Website**: [Visit Website](https://python-gsoc.org/) -## 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. National Resource for Network Biology (NRNB) {#2023-national-resource-for-network-biology-(nrnb)} -## 45. CNCF +- **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) -- 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. AOSSIE {#2023-aossie} -- Roadmap view for chromestatus.com (**Python, JS, HTML, UI design**) -
- GitHub Repo [here](https://github.com/GoogleChrome/chromium-dashboard) +- **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) -- 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. 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/) + +
+ +### 5. 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) + +
+ +### 6. 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/) + +
+ +### 7. 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/) + +
+ +### 8. 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) + +
+ +### 9. 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) + +
+ +### 10. 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) + +
+ +### 11. 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/) + +
+ +### 12. 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) + +
+ +### 13. 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) + +
+ +### 14. 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/) + +
+ +### 15. Apertium {#2023-apertium} + +- **Technologies**: Less +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/apertium) +- **Website**: [Visit Website](https://apertium.org/) + +
+ +### 16. 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/) + +
+ +### 17. OpenAstronomy {#2023-openastronomy} + +- **Technologies**: HTML +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/openastronomy) +- **Website**: [Visit Website](https://openastronomy.org/) + +
+ +### 18. 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) + +
+ +### 19. freifunk {#2023-freifunk} + +- **Technologies**: Babel +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2023/organizations/freifunk) +- **Website**: [Visit Website](https://freifunk.net/en) + +
+ +### 20. 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) + +
+ +### 21. 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) + +
+ +## πŸ“‹ GSoC 2022 - Organization Details + +### 1. 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/) + +
+ +### 2. 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) + +
+ +### 3. 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/) + +
+ +### 4. 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) + +
+ +### 5. 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) + +
+ +### 6. OpenAstronomy {#2022-openastronomy} + +- **Technologies**: HTML +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/openastronomy) +- **Website**: [Visit Website](https://openastronomy.org/) + +
+ +### 7. 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/) + +
+ +### 8. 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) + +
+ +### 9. 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) + +
+ +### 10. 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/) + +
+ +### 11. 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/) + +
+ +### 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. 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) + +
+ +### 14. 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) + +
+ +### 15. 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) + +
+ +### 16. 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) + +
+ +### 17. 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/) + +
+ +### 18. 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) + +
+ +### 19. 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) + +
+ +### 20. 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) + +
+ +### 21. 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/) + +
+ +### 22. 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) + +
+ +### 23. 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/) + +
+ +### 24. 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) + +
+ +### 25. 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) + +
+ +### 26. 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) + +
+ +### 27. 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/) + +
+ +### 28. 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) + +
+ +### 29. 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) + +
+ +### 30. FRRouting {#2022-frrouting} + +- **Technologies**: Babel +- **GSoC URL**: [View on GSoC](https://summerofcode.withgoogle.com/programs/2022/organizations/frrouting) +- **Website**: [Visit Website](https://frrouting.org/) + +
+ +### 31. 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) + +
+ +### 32. 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) + +
-- 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-12-01 09:27:30 +- **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..69d9ed5 --- /dev/null +++ b/gsoc_2022_web_organizations.json @@ -0,0 +1,258 @@ +[ + { + "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": "Godot Engine", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/godot-engine", + "description": "", + "technologies": "HTML", + "website_url": "https://godotengine.org", + "slug": "godot-engine" + }, + { + "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": "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": "Jenkins", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jenkins-wp", + "description": "", + "technologies": "JavaScript", + "website_url": "https://jenkins.io", + "slug": "jenkins-wp" + }, + { + "name": "OpenAstronomy", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openastronomy", + "description": "", + "technologies": "HTML", + "website_url": "https://openastronomy.org/", + "slug": "openastronomy" + }, + { + "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": "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": "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": "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": "Joomla!", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/joomla", + "description": "", + "technologies": "HTML", + "website_url": "https://www.joomla.org/", + "slug": "joomla" + }, + { + "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": "JdeRobot", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jderobot", + "description": "", + "technologies": "JavaScript", + "website_url": "http://jderobot.github.io", + "slug": "jderobot" + }, + { + "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": "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": "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": "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": "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": "Neutralinojs", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/neutralinojs", + "description": "", + "technologies": "CSS, HTML, JavaScript", + "website_url": "https://neutralino.js.org", + "slug": "neutralinojs" + }, + { + "name": "Git", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/git", + "description": "", + "technologies": "Ruby on Rails", + "website_url": "https://git-scm.com/", + "slug": "git" + }, + { + "name": "freifunk", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/freifunk", + "description": "", + "technologies": "Babel", + "website_url": "https://freifunk.net/en", + "slug": "freifunk" + }, + { + "name": "Haskell.org", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/haskellorg", + "description": "", + "technologies": "JavaScript", + "website_url": "https://haskell.org/", + "slug": "haskellorg" + }, + { + "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": "Matrix.org", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/matrixorg", + "description": "", + "technologies": "WebRTC", + "website_url": "https://matrix.org", + "slug": "matrixorg" + }, + { + "name": "SeaQL", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/seaql", + "description": "", + "technologies": "GraphQL", + "website_url": "https://www.sea-ql.org", + "slug": "seaql" + }, + { + "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": "MetaCall", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metacall", + "description": "", + "technologies": "Node.js", + "website_url": "https://metacall.io", + "slug": "metacall" + }, + { + "name": "Polypheny", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/polypheny", + "description": "", + "technologies": "REST API", + "website_url": "https://polypheny.org", + "slug": "polypheny" + }, + { + "name": "FRRouting", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/frrouting", + "description": "", + "technologies": "Babel", + "website_url": "https://frrouting.org/", + "slug": "frrouting" + }, + { + "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": "Casbin", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/casbin", + "description": "", + "technologies": "JavaScript, Node.js", + "website_url": "https://casbin.org", + "slug": "casbin" + } +] \ 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..54edbb5 --- /dev/null +++ b/gsoc_2023_web_organizations.json @@ -0,0 +1,170 @@ +[ + { + "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": "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": "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": "Open Chemistry", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-chemistry", + "description": "", + "technologies": "Babel", + "website_url": "https://openchemistry.org/", + "slug": "open-chemistry" + }, + { + "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": "Purr Data", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/purr-data", + "description": "", + "technologies": "HTML", + "website_url": "https://www.purrdata.net/", + "slug": "purr-data" + }, + { + "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": "JdeRobot", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jderobot", + "description": "", + "technologies": "JavaScript", + "website_url": "http://jderobot.github.io", + "slug": "jderobot" + }, + { + "name": "Jenkins", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jenkins-wp", + "description": "", + "technologies": "JavaScript", + "website_url": "https://jenkins.io", + "slug": "jenkins-wp" + }, + { + "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": "Git", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/git", + "description": "", + "technologies": "Ruby on Rails", + "website_url": "https://git-scm.com/", + "slug": "git" + }, + { + "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": "Processing Foundation", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/processing-foundation", + "description": "", + "technologies": "JavaScript", + "website_url": "http://processingfoundation.org", + "slug": "processing-foundation" + }, + { + "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": "Apertium", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/apertium", + "description": "", + "technologies": "Less", + "website_url": "https://apertium.org/", + "slug": "apertium" + }, + { + "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": "OpenAstronomy", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openastronomy", + "description": "", + "technologies": "HTML", + "website_url": "https://openastronomy.org/", + "slug": "openastronomy" + }, + { + "name": "MetaCall", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metacall", + "description": "", + "technologies": "Node.js", + "website_url": "https://metacall.io", + "slug": "metacall" + }, + { + "name": "freifunk", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freifunk", + "description": "", + "technologies": "Babel", + "website_url": "https://freifunk.net/en", + "slug": "freifunk" + }, + { + "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": "caMicroscope", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/camicroscope", + "description": "", + "technologies": "HTML", + "website_url": "https://camicroscope.github.io", + "slug": "camicroscope" + } +] \ 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..0e76545 --- /dev/null +++ b/gsoc_2024_web_organizations.json @@ -0,0 +1,234 @@ +[ + { + "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": "Neutralinojs", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/neutralinojs", + "description": "", + "technologies": "CSS, HTML, JavaScript", + "website_url": "https://neutralino.js.org", + "slug": "neutralinojs" + }, + { + "name": "caMicroscope", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/camicroscope", + "description": "", + "technologies": "HTML", + "website_url": "https://camicroscope.github.io", + "slug": "camicroscope" + }, + { + "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": "Graphite", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/graphite", + "description": "", + "technologies": "Node.js", + "website_url": "https://graphite.rs", + "slug": "graphite" + }, + { + "name": "Apertium", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/apertium", + "description": "", + "technologies": "Less", + "website_url": "https://apertium.org/", + "slug": "apertium" + }, + { + "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": "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": "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": "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": "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": "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": "stdlib", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stdlib", + "description": "", + "technologies": "JavaScript, Node.js", + "website_url": "https://stdlib.io", + "slug": "stdlib" + }, + { + "name": "freifunk", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freifunk", + "description": "", + "technologies": "Babel", + "website_url": "https://freifunk.net/en", + "slug": "freifunk" + }, + { + "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": "Jenkins", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jenkins-wp", + "description": "", + "technologies": "JavaScript", + "website_url": "https://jenkins.io", + "slug": "jenkins-wp" + }, + { + "name": "OpenAstronomy", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openastronomy", + "description": "", + "technologies": "HTML", + "website_url": "https://openastronomy.org/", + "slug": "openastronomy" + }, + { + "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": "Open Chemistry", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-chemistry", + "description": "", + "technologies": "Babel", + "website_url": "https://openchemistry.org/", + "slug": "open-chemistry" + }, + { + "name": "MetaCall", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/metacall", + "description": "", + "technologies": "Node.js", + "website_url": "https://metacall.io", + "slug": "metacall" + }, + { + "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": "Plone Foundation", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/plone-foundation", + "description": "", + "technologies": "React", + "website_url": "https://plone.org", + "slug": "plone-foundation" + }, + { + "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": "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": "Haskell.org", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/haskellorg", + "description": "", + "technologies": "JavaScript", + "website_url": "https://haskell.org/", + "slug": "haskellorg" + }, + { + "name": "Polypheny", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/polypheny", + "description": "", + "technologies": "REST API", + "website_url": "https://polypheny.org", + "slug": "polypheny" + }, + { + "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" + } +] \ 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..2d0a435 --- /dev/null +++ b/gsoc_2025_web_organizations.json @@ -0,0 +1,186 @@ +[ + { + "name": "Haskell.org", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/haskellorg", + "description": "", + "technologies": "JavaScript", + "website_url": "https://haskell.org/", + "slug": "haskellorg" + }, + { + "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": "Joomla!", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/joomla", + "description": "", + "technologies": "HTML", + "website_url": "https://www.joomla.org/", + "slug": "joomla" + }, + { + "name": "Jenkins", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jenkins-wp", + "description": "", + "technologies": "JavaScript", + "website_url": "https://jenkins.io", + "slug": "jenkins-wp" + }, + { + "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": "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": "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": "Checker Framework", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/checker-framework", + "description": "", + "technologies": "HTML", + "website_url": "https://checkerframework.org/", + "slug": "checker-framework" + }, + { + "name": "JdeRobot", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jderobot", + "description": "", + "technologies": "JavaScript", + "website_url": "http://jderobot.github.io", + "slug": "jderobot" + }, + { + "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": "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": "Graphite", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/graphite", + "description": "", + "technologies": "Node.js", + "website_url": "https://graphite.rs", + "slug": "graphite" + }, + { + "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": "Plone Foundation", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/plone-foundation", + "description": "", + "technologies": "React", + "website_url": "https://plone.org", + "slug": "plone-foundation" + }, + { + "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": "OpenAstronomy", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openastronomy", + "description": "", + "technologies": "HTML", + "website_url": "https://openastronomy.org/", + "slug": "openastronomy" + }, + { + "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": "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": "stdlib", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stdlib", + "description": "", + "technologies": "JavaScript, Node.js", + "website_url": "https://stdlib.io", + "slug": "stdlib" + }, + { + "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": "API Dash", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash", + "description": "", + "technologies": "GraphQL", + "website_url": "https://apidash.dev", + "slug": "api-dash" + }, + { + "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" + } +] \ No newline at end of file diff --git a/gsoc_cache.json b/gsoc_cache.json new file mode 100644 index 0000000..bb816f9 --- /dev/null +++ b/gsoc_cache.json @@ -0,0 +1,6707 @@ +{ + "2025_eclipse-foundation": { + "timestamp": "2025-12-01T09:21:37.790385", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/eclipse-foundation", + "project_ideas_text": "" + } + }, + "2025_openwisp": { + "timestamp": "2025-12-01T09:21:54.185466", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openwisp", + "project_ideas_text": "" + } + }, + "2025_osgeo-open-source-geospatial-foundation": { + "timestamp": "2025-12-01T09:21:28.822186", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/osgeo-open-source-geospatial-foundation", + "project_ideas_text": "" + } + }, + "2025_oppia-foundation": { + "timestamp": "2025-12-01T09:21:17.670984", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/oppia-foundation", + "project_ideas_text": "" + } + }, + "2025_aboutcode": { + "timestamp": "2025-12-01T09:21:34.270358", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/aboutcode", + "project_ideas_text": "" + } + }, + "2025_center-for-translational-data-science": { + "timestamp": "2025-12-01T09:21:18.844200", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/center-for-translational-data-science", + "project_ideas_text": "" + } + }, + "2025_unicode-inc": { + "timestamp": "2025-12-01T09:21:40.723019", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/unicode-inc", + "project_ideas_text": "" + } + }, + "2025_rtems-project": { + "timestamp": "2025-12-01T09:20:17.095926", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rtems-project", + "project_ideas_text": "" + } + }, + "2025_videolan": { + "timestamp": "2025-12-01T09:21:30.730551", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/videolan", + "project_ideas_text": "" + } + }, + "2025_international-catrobat-association": { + "timestamp": "2025-12-01T09:20:33.027861", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/international-catrobat-association", + "project_ideas_text": "" + } + }, + "2025_uc-ospo": { + "timestamp": "2025-12-01T09:21:53.013380", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/uc-ospo", + "project_ideas_text": "" + } + }, + "2025_fossology": { + "timestamp": "2025-12-01T09:20:48.316691", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fossology", + "project_ideas_text": "" + } + }, + "2025_inkscape": { + "timestamp": "2025-12-01T09:20:33.619880", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/inkscape", + "project_ideas_text": "" + } + }, + "2025_aflplusplus": { + "timestamp": "2025-12-01T09:20:28.307453", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/aflplusplus", + "project_ideas_text": "" + } + }, + "2025_mdanalysis": { + "timestamp": "2025-12-01T09:21:26.479929", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mdanalysis", + "project_ideas_text": "" + } + }, + "2025_meshery": { + "timestamp": "2025-12-01T09:20:16.504169", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/meshery", + "project_ideas_text": "" + } + }, + "2025_typelevel": { + "timestamp": "2025-12-01T09:21:04.759759", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/typelevel", + "project_ideas_text": "" + } + }, + "2025_open-technologies-alliance-gfoss": { + "timestamp": "2025-12-01T09:20:38.910359", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-technologies-alliance-gfoss", + "project_ideas_text": "" + } + }, + "2025_libreoffice": { + "timestamp": "2025-12-01T09:21:01.225869", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/libreoffice", + "project_ideas_text": "" + } + }, + "2025_swift": { + "timestamp": "2025-12-01T09:21:45.988342", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/swift", + "project_ideas_text": "" + } + }, + "2025_52north-spatial-information-research-gmbh": { + "timestamp": "2025-12-01T09:20:11.806651", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/52north-spatial-information-research-gmbh", + "project_ideas_text": "" + } + }, + "2025_opencv": { + "timestamp": "2025-12-01T09:21:25.308897", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/opencv", + "project_ideas_text": "" + } + }, + "2025_cloudcv": { + "timestamp": "2025-12-01T09:21:00.638556", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cloudcv", + "project_ideas_text": "" + } + }, + "2025_circuitverseorg": { + "timestamp": "2025-12-01T09:20:37.735069", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/circuitverseorg", + "project_ideas_text": "" + } + }, + "2025_django-software-foundation-8o": { + "timestamp": "2025-12-01T09:21:40.138010", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/django-software-foundation-8o", + "project_ideas_text": "" + } + }, + "2025_open-food-facts": { + "timestamp": "2025-12-01T09:20:31.856575", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-food-facts", + "project_ideas_text": "" + } + }, + "2025_openstreetmap": { + "timestamp": "2025-12-01T09:20:12.391352", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openstreetmap", + "project_ideas_text": "" + } + }, + "2025_jitsi": { + "timestamp": "2025-12-01T09:21:14.732388", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jitsi", + "project_ideas_text": "" + } + }, + "2025_gnu-octave": { + "timestamp": "2025-12-01T09:20:47.729103", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-octave", + "project_ideas_text": "" + } + }, + "2025_geomscale": { + "timestamp": "2025-12-01T09:21:57.112667", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/geomscale", + "project_ideas_text": "" + } + }, + "2025_json-schema": { + "timestamp": "2025-12-01T09:20:15.329001", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/json-schema", + "project_ideas_text": "" + } + }, + "2025_blender-foundation": { + "timestamp": "2025-12-01T09:20:34.205752", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/blender-foundation", + "project_ideas_text": "" + } + }, + "2025_machine-learning-for-science-ml4sci": { + "timestamp": "2025-12-01T09:21:23.541053", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/machine-learning-for-science-ml4sci", + "project_ideas_text": "" + } + }, + "2025_postgresql": { + "timestamp": "2025-12-01T09:20:48.907285", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/postgresql", + "project_ideas_text": "" + } + }, + "2025_scala-center": { + "timestamp": "2025-12-01T09:21:07.703369", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/scala-center", + "project_ideas_text": "" + } + }, + "2025_aossie": { + "timestamp": "2025-12-01T09:20:54.186244", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/aossie", + "project_ideas_text": "" + } + }, + "2025_rspamd": { + "timestamp": "2025-12-01T09:21:32.514836", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rspamd", + "project_ideas_text": "" + } + }, + "2025_ffmpeg": { + "timestamp": "2025-12-01T09:21:38.381332", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ffmpeg", + "project_ideas_text": "" + } + }, + "2025_kubevirt": { + "timestamp": "2025-12-01T09:20:35.969052", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kubevirt", + "project_ideas_text": "" + } + }, + "2025_ankidroid": { + "timestamp": "2025-12-01T09:20:21.240559", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ankidroid", + "project_ideas_text": "" + } + }, + "2025_haskellorg": { + "timestamp": "2025-12-01T09:20:12.978007", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/haskellorg", + "project_ideas_text": "" + } + }, + "2025_asyncapi": { + "timestamp": "2025-12-01T09:21:36.032540", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/asyncapi", + "project_ideas_text": "" + } + }, + "2025_omegaup": { + "timestamp": "2025-12-01T09:20:30.089580", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/omegaup", + "project_ideas_text": "" + } + }, + "2025_open-science-initiative-for-perfusion-imaging": { + "timestamp": "2025-12-01T09:21:10.627152", + "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-12-01T09:20:41.844237", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/python-software-foundation", + "project_ideas_text": "" + } + }, + "2025_the-freebsd-project": { + "timestamp": "2025-12-01T09:21:17.079433", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-freebsd-project", + "project_ideas_text": "" + } + }, + "2025_open-science-labs": { + "timestamp": "2025-12-01T09:20:25.361418", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-science-labs", + "project_ideas_text": "" + } + }, + "2025_stdlib": { + "timestamp": "2025-12-01T09:21:21.781885", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stdlib", + "project_ideas_text": "" + } + }, + "2025_apache-datafusion": { + "timestamp": "2025-12-01T09:20:13.564406", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/apache-datafusion", + "project_ideas_text": "" + } + }, + "2025_neuroinformatics-unit": { + "timestamp": "2025-12-01T09:21:52.428999", + "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-12-01T09:20:39.498020", + "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-12-01T09:21:33.682436", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/flare", + "project_ideas_text": "" + } + }, + "2025_processing-foundation": { + "timestamp": "2025-12-01T09:21:05.935648", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/processing-foundation", + "project_ideas_text": "" + } + }, + "2025_mit-app-inventor": { + "timestamp": "2025-12-01T09:20:44.792596", + "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-12-01T09:21:29.407573", + "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-12-01T09:20:42.436828", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/checker-framework", + "project_ideas_text": "" + } + }, + "2025_ioos": { + "timestamp": "2025-12-01T09:20:17.687307", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ioos", + "project_ideas_text": "" + } + }, + "2025_openelis-global": { + "timestamp": "2025-12-01T09:20:32.443573", + "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-12-01T09:20:46.553341", + "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-12-01T09:20:43.029612", + "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-12-01T09:20:38.322481", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/national-resource-for-network-biology-nrnb", + "project_ideas_text": "" + } + }, + "2025_debian": { + "timestamp": "2025-12-01T09:21:42.476511", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/debian", + "project_ideas_text": "" + } + }, + "2025_openms": { + "timestamp": "2025-12-01T09:20:37.146187", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openms", + "project_ideas_text": "" + } + }, + "2025_cncf": { + "timestamp": "2025-12-01T09:20:55.947517", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cncf", + "project_ideas_text": "" + } + }, + "2025_the-julia-language": { + "timestamp": "2025-12-01T09:20:53.602950", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-julia-language", + "project_ideas_text": "" + } + }, + "2025_kotlin-foundation": { + "timestamp": "2025-12-01T09:20:20.650174", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kotlin-foundation", + "project_ideas_text": "" + } + }, + "2025_tardis-rt-collaboration": { + "timestamp": "2025-12-01T09:21:39.550321", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/tardis-rt-collaboration", + "project_ideas_text": "" + } + }, + "2025_zendalona": { + "timestamp": "2025-12-01T09:21:12.976266", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/zendalona", + "project_ideas_text": "" + } + }, + "2025_sagemath": { + "timestamp": "2025-12-01T09:21:34.856352", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sagemath", + "project_ideas_text": "" + } + }, + "2025_fossasia-bg": { + "timestamp": "2025-12-01T09:21:01.814696", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fossasia-bg", + "project_ideas_text": "" + } + }, + "2025_wagtail": { + "timestamp": "2025-12-01T09:20:49.494403", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/wagtail", + "project_ideas_text": "" + } + }, + "2025_google-deepmind-sq": { + "timestamp": "2025-12-01T09:21:59.458329", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/google-deepmind-sq", + "project_ideas_text": "" + } + }, + "2025_ccextractor-development": { + "timestamp": "2025-12-01T09:21:22.366217", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ccextractor-development", + "project_ideas_text": "" + } + }, + "2025_jenkins-wp": { + "timestamp": "2025-12-01T09:20:28.894303", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jenkins-wp", + "project_ideas_text": "" + } + }, + "2025_openafs": { + "timestamp": "2025-12-01T09:21:44.234641", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openafs", + "project_ideas_text": "" + } + }, + "2025_liquid-galaxy-project": { + "timestamp": "2025-12-01T09:21:47.744686", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/liquid-galaxy-project", + "project_ideas_text": "" + } + }, + "2025_api-dash": { + "timestamp": "2025-12-01T09:21:43.061575", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash", + "project_ideas_text": "" + } + }, + "2025_openastronomy": { + "timestamp": "2025-12-01T09:21:07.112166", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openastronomy", + "project_ideas_text": "" + } + }, + "2025_cgal-project": { + "timestamp": "2025-12-01T09:20:52.430919", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cgal-project", + "project_ideas_text": "" + } + }, + "2025_graphite": { + "timestamp": "2025-12-01T09:20:57.703457", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/graphite", + "project_ideas_text": "" + } + }, + "2025_cbioportal-for-cancer-genomics": { + "timestamp": "2025-12-01T09:20:18.294882", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cbioportal-for-cancer-genomics", + "project_ideas_text": "" + } + }, + "2025_pal-robotics": { + "timestamp": "2025-12-01T09:21:03.582177", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/pal-robotics", + "project_ideas_text": "" + } + }, + "2025_dora-rs-tb": { + "timestamp": "2025-12-01T09:20:23.008428", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/dora-rs-tb", + "project_ideas_text": "" + } + }, + "2025_freifunk": { + "timestamp": "2025-12-01T09:21:44.818611", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/freifunk", + "project_ideas_text": "" + } + }, + "2025_pecan-project": { + "timestamp": "2025-12-01T09:20:21.829325", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/pecan-project", + "project_ideas_text": "" + } + }, + "2025_humanai": { + "timestamp": "2025-12-01T09:21:55.941279", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/humanai", + "project_ideas_text": "" + } + }, + "2025_gitlab": { + "timestamp": "2025-12-01T09:21:51.260284", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gitlab", + "project_ideas_text": "" + } + }, + "2025_metabrainz-foundation-inc": { + "timestamp": "2025-12-01T09:20:50.082009", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/metabrainz-foundation-inc", + "project_ideas_text": "" + } + }, + "2025_sugar-labs": { + "timestamp": "2025-12-01T09:21:27.066529", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sugar-labs", + "project_ideas_text": "" + } + }, + "2025_uramaki-lab": { + "timestamp": "2025-12-01T09:21:15.319017", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/uramaki-lab", + "project_ideas_text": "" + } + }, + "2025_kde-community": { + "timestamp": "2025-12-01T09:20:56.533741", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kde-community", + "project_ideas_text": "" + } + }, + "2025_pharo-consortium": { + "timestamp": "2025-12-01T09:20:41.260136", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/pharo-consortium", + "project_ideas_text": "" + } + }, + "2025_fedora-project": { + "timestamp": "2025-12-01T09:21:53.599884", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fedora-project", + "project_ideas_text": "" + } + }, + "2025_criu": { + "timestamp": "2025-12-01T09:21:02.995554", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/criu", + "project_ideas_text": "" + } + }, + "2025_the-honeynet-project": { + "timestamp": "2025-12-01T09:20:57.119907", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-honeynet-project", + "project_ideas_text": "" + } + }, + "2025_kornia": { + "timestamp": "2025-12-01T09:20:36.557324", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kornia", + "project_ideas_text": "" + } + }, + "2025_gprmax": { + "timestamp": "2025-12-01T09:21:25.892358", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gprmax", + "project_ideas_text": "" + } + }, + "2025_free-and-open-source-silicon-foundation": { + "timestamp": "2025-12-01T09:21:06.523792", + "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-12-01T09:21:08.287740", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/society-for-arts-and-technology-sat", + "project_ideas_text": "" + } + }, + "2025_joomla": { + "timestamp": "2025-12-01T09:20:27.717746", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/joomla", + "project_ideas_text": "" + } + }, + "2025_qc-devs": { + "timestamp": "2025-12-01T09:20:40.675125", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/qc-devs", + "project_ideas_text": "" + } + }, + "2025_electron": { + "timestamp": "2025-12-01T09:20:51.255938", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/electron", + "project_ideas_text": "" + } + }, + "2025_sqlancer": { + "timestamp": "2025-12-01T09:21:55.358074", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sqlancer", + "project_ideas_text": "" + } + }, + "2025_the-netbsd-foundation": { + "timestamp": "2025-12-01T09:21:00.051888", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-netbsd-foundation", + "project_ideas_text": "" + } + }, + "2025_git": { + "timestamp": "2025-12-01T09:20:35.384539", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/git", + "project_ideas_text": "" + } + }, + "2025_numfocus": { + "timestamp": "2025-12-01T09:21:47.158042", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/numfocus", + "project_ideas_text": "" + } + }, + "2025_open-robotics": { + "timestamp": "2025-12-01T09:21:27.653375", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-robotics", + "project_ideas_text": "" + } + }, + "2025_the-p4-language-consortium": { + "timestamp": "2025-12-01T09:21:08.872581", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-p4-language-consortium", + "project_ideas_text": "" + } + }, + "2025_accord-project": { + "timestamp": "2025-12-01T09:20:47.141959", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/accord-project", + "project_ideas_text": "" + } + }, + "2025_the-linux-foundation": { + "timestamp": "2025-12-01T09:20:30.681035", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-linux-foundation", + "project_ideas_text": "" + } + }, + "2025_freecad": { + "timestamp": "2025-12-01T09:21:36.618586", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/freecad", + "project_ideas_text": "" + } + }, + "2025_kro-kube-resource-orchestrator": { + "timestamp": "2025-12-01T09:21:49.502104", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kro-kube-resource-orchestrator", + "project_ideas_text": "" + } + }, + "2025_rocketchat": { + "timestamp": "2025-12-01T09:21:20.606947", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rocketchat", + "project_ideas_text": "" + } + }, + "2025_jderobot": { + "timestamp": "2025-12-01T09:20:43.612090", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jderobot", + "project_ideas_text": "" + } + }, + "2025_learning-equality": { + "timestamp": "2025-12-01T09:20:24.771166", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/learning-equality", + "project_ideas_text": "" + } + }, + "2025_checkstyle": { + "timestamp": "2025-12-01T09:20:11.221492", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/checkstyle", + "project_ideas_text": "" + } + }, + "2025_fortran-lang": { + "timestamp": "2025-12-01T09:20:53.016309", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/fortran-lang", + "project_ideas_text": "" + } + }, + "2025_chromium-lj": { + "timestamp": "2025-12-01T09:21:43.649431", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/chromium-lj", + "project_ideas_text": "" + } + }, + "2025_the-jpf-team-hg": { + "timestamp": "2025-12-01T09:21:54.772192", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-jpf-team-hg", + "project_ideas_text": "" + } + }, + "2025_wellcome-sanger-institute": { + "timestamp": "2025-12-01T09:21:46.571896", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/wellcome-sanger-institute", + "project_ideas_text": "" + } + }, + "2025_gnome-foundation": { + "timestamp": "2025-12-01T09:21:28.238109", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnome-foundation", + "project_ideas_text": "" + } + }, + "2025_gnu-compiler-collection-gcc": { + "timestamp": "2025-12-01T09:21:16.491605", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-compiler-collection-gcc", + "project_ideas_text": "" + } + }, + "2025_invesalius": { + "timestamp": "2025-12-01T09:20:14.741323", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/invesalius", + "project_ideas_text": "" + } + }, + "2025_openvino-toolkit": { + "timestamp": "2025-12-01T09:20:44.208379", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openvino-toolkit", + "project_ideas_text": "" + } + }, + "2025_opensuse-project": { + "timestamp": "2025-12-01T09:20:26.534277", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/opensuse-project", + "project_ideas_text": "" + } + }, + "2025_r-project-for-statistical-computing": { + "timestamp": "2025-12-01T09:21:37.204432", + "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-12-01T09:21:18.258357", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-image-manipulation-program", + "project_ideas_text": "" + } + }, + "2025_sympy": { + "timestamp": "2025-12-01T09:20:29.506385", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sympy", + "project_ideas_text": "" + } + }, + "2025_internet-archive": { + "timestamp": "2025-12-01T09:21:14.146923", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/internet-archive", + "project_ideas_text": "" + } + }, + "2025_drupal-association": { + "timestamp": "2025-12-01T09:21:41.308497", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/drupal-association", + "project_ideas_text": "" + } + }, + "2025_waycrate": { + "timestamp": "2025-12-01T09:21:41.892443", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/waycrate", + "project_ideas_text": "" + } + }, + "2025_prometheus-operator": { + "timestamp": "2025-12-01T09:21:51.843663", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/prometheus-operator", + "project_ideas_text": "" + } + }, + "2025_stichting-su2": { + "timestamp": "2025-12-01T09:20:59.462656", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stichting-su2", + "project_ideas_text": "" + } + }, + "2025_unikraft": { + "timestamp": "2025-12-01T09:21:58.282835", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/unikraft", + "project_ideas_text": "" + } + }, + "2025_dbpedia": { + "timestamp": "2025-12-01T09:21:13.562407", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/dbpedia", + "project_ideas_text": "" + } + }, + "2025_webpack": { + "timestamp": "2025-12-01T09:20:58.876241", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/webpack", + "project_ideas_text": "" + } + }, + "2025_openmrs": { + "timestamp": "2025-12-01T09:21:21.193942", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/openmrs", + "project_ideas_text": "" + } + }, + "2025_the-palisadoes-foundation": { + "timestamp": "2025-12-01T09:20:23.597320", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-palisadoes-foundation", + "project_ideas_text": "" + } + }, + "2025_keploy": { + "timestamp": "2025-12-01T09:21:24.718179", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/keploy", + "project_ideas_text": "" + } + }, + "2025_kiwix": { + "timestamp": "2025-12-01T09:21:09.457179", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kiwix", + "project_ideas_text": "" + } + }, + "2025_libssh": { + "timestamp": "2025-12-01T09:20:34.793822", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/libssh", + "project_ideas_text": "" + } + }, + "2025_mariadb": { + "timestamp": "2025-12-01T09:21:57.699011", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mariadb", + "project_ideas_text": "" + } + }, + "2025_stear-group": { + "timestamp": "2025-12-01T09:20:55.362471", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/stear-group", + "project_ideas_text": "" + } + }, + "2025_sw360": { + "timestamp": "2025-12-01T09:20:20.065370", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/sw360", + "project_ideas_text": "" + } + }, + "2025_open-transit-software-foundation": { + "timestamp": "2025-12-01T09:21:05.344764", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-transit-software-foundation", + "project_ideas_text": "" + } + }, + "2025_beagleboardorg": { + "timestamp": "2025-12-01T09:20:45.380911", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/beagleboardorg", + "project_ideas_text": "" + } + }, + "2025_project-mesa": { + "timestamp": "2025-12-01T09:20:58.290260", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/project-mesa", + "project_ideas_text": "" + } + }, + "2025_the-mifos-initiative": { + "timestamp": "2025-12-01T09:21:12.387208", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-mifos-initiative", + "project_ideas_text": "" + } + }, + "2025_plone-foundation": { + "timestamp": "2025-12-01T09:21:02.401661", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/plone-foundation", + "project_ideas_text": "" + } + }, + "2025_ardupilot": { + "timestamp": "2025-12-01T09:21:24.129025", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ardupilot", + "project_ideas_text": "" + } + }, + "2025_lablua": { + "timestamp": "2025-12-01T09:21:04.170503", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/lablua", + "project_ideas_text": "" + } + }, + "2025_chaoss": { + "timestamp": "2025-12-01T09:21:30.144304", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/chaoss", + "project_ideas_text": "" + } + }, + "2025_dart": { + "timestamp": "2025-12-01T09:21:45.405161", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/dart", + "project_ideas_text": "" + } + }, + "2025_the-rust-foundation": { + "timestamp": "2025-12-01T09:21:56.529077", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-rust-foundation", + "project_ideas_text": "" + } + }, + "2025_qemu": { + "timestamp": "2025-12-01T09:21:11.801349", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/qemu", + "project_ideas_text": "" + } + }, + "2025_mbdyn": { + "timestamp": "2025-12-01T09:21:19.432369", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mbdyn", + "project_ideas_text": "" + } + }, + "2025_scummvm": { + "timestamp": "2025-12-01T09:21:22.953006", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/scummvm", + "project_ideas_text": "" + } + }, + "2025_brl-cad": { + "timestamp": "2025-12-01T09:21:48.919233", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/brl-cad", + "project_ideas_text": "" + } + }, + "2025_incf": { + "timestamp": "2025-12-01T09:21:48.333984", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/incf", + "project_ideas_text": "" + } + }, + "2025_cern-hsf": { + "timestamp": "2025-12-01T09:20:19.478457", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/cern-hsf", + "project_ideas_text": "" + } + }, + "2025_open-climate-fix": { + "timestamp": "2025-12-01T09:20:24.183458", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/open-climate-fix", + "project_ideas_text": "" + } + }, + "2025_jabref-ev": { + "timestamp": "2025-12-01T09:21:58.870877", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jabref-ev", + "project_ideas_text": "" + } + }, + "2025_alaska": { + "timestamp": "2025-12-01T09:20:18.889414", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/alaska", + "project_ideas_text": "" + } + }, + "2025_the-ns-3-network-simulator-project": { + "timestamp": "2025-12-01T09:20:27.127551", + "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-12-01T09:21:11.214275", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/internet-health-report", + "project_ideas_text": "" + } + }, + "2025_apache-software-foundation": { + "timestamp": "2025-12-01T09:20:45.966932", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/apache-software-foundation", + "project_ideas_text": "" + } + }, + "2025_deepchem": { + "timestamp": "2025-12-01T09:20:15.918946", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/deepchem", + "project_ideas_text": "" + } + }, + "2025_the-tor-project": { + "timestamp": "2025-12-01T09:20:50.669355", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/the-tor-project", + "project_ideas_text": "" + } + }, + "2025_kubeflow": { + "timestamp": "2025-12-01T09:20:14.152837", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/kubeflow", + "project_ideas_text": "" + } + }, + "2025_gnss-sdr": { + "timestamp": "2025-12-01T09:21:31.927668", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnss-sdr", + "project_ideas_text": "" + } + }, + "2025_synfig": { + "timestamp": "2025-12-01T09:20:25.949037", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/synfig", + "project_ideas_text": "" + } + }, + "2025_jax-and-keras": { + "timestamp": "2025-12-01T09:21:38.966767", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/jax-and-keras", + "project_ideas_text": "" + } + }, + "2025_rizin": { + "timestamp": "2025-12-01T09:21:50.087403", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/rizin", + "project_ideas_text": "" + } + }, + "2025_llvm-compiler-infrastructure": { + "timestamp": "2025-12-01T09:20:40.086246", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/llvm-compiler-infrastructure", + "project_ideas_text": "" + } + }, + "2025_open-healthcare-network": { + "timestamp": "2025-12-01T09:20:51.841128", + "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-12-01T09:21:10.042182", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/micro-electronics-research-lab-uitu", + "project_ideas_text": "" + } + }, + "2025_ceph": { + "timestamp": "2025-12-01T09:21:20.018010", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/ceph", + "project_ideas_text": "" + } + }, + "2025_neovim": { + "timestamp": "2025-12-01T09:21:33.098781", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/neovim", + "project_ideas_text": "" + } + }, + "2025_zulip": { + "timestamp": "2025-12-01T09:21:50.672879", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/zulip", + "project_ideas_text": "" + } + }, + "2025_gnu-radio": { + "timestamp": "2025-12-01T09:20:22.415831", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/gnu-radio", + "project_ideas_text": "" + } + }, + "2025_organic-maps": { + "timestamp": "2025-12-01T09:21:15.904502", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/organic-maps", + "project_ideas_text": "" + } + }, + "2025_grame": { + "timestamp": "2025-12-01T09:21:31.343897", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/grame", + "project_ideas_text": "" + } + }, + "2025_mixxx": { + "timestamp": "2025-12-01T09:20:31.270165", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/mixxx", + "project_ideas_text": "" + } + }, + "2025_d-language-foundation": { + "timestamp": "2025-12-01T09:20:54.775499", + "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-12-01T09:21:35.445317", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2025/organizations/data-for-the-common-good", + "project_ideas_text": "" + } + }, + "2024_stdlib": { + "timestamp": "2025-12-01T09:22:48.912692", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stdlib", + "project_ideas_text": "" + } + }, + "2024_fossasia-bg": { + "timestamp": "2025-12-01T09:22:27.803197", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/fossasia-bg", + "project_ideas_text": "" + } + }, + "2024_prometheus-operator": { + "timestamp": "2025-12-01T09:22:09.017834", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/prometheus-operator", + "project_ideas_text": "" + } + }, + "2024_mit-app-inventor": { + "timestamp": "2025-12-01T09:22:38.360449", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mit-app-inventor", + "project_ideas_text": "" + } + }, + "2024_scummvm": { + "timestamp": "2025-12-01T09:23:21.835493", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/scummvm", + "project_ideas_text": "" + } + }, + "2024_fortran-lang": { + "timestamp": "2025-12-01T09:23:30.058107", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/fortran-lang", + "project_ideas_text": "" + } + }, + "2024_submitty": { + "timestamp": "2025-12-01T09:22:32.499132", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/submitty", + "project_ideas_text": "" + } + }, + "2024_cbioportal-for-cancer-genomics": { + "timestamp": "2025-12-01T09:23:36.509239", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cbioportal-for-cancer-genomics", + "project_ideas_text": "" + } + }, + "2024_humanai": { + "timestamp": "2025-12-01T09:23:49.422458", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/humanai", + "project_ideas_text": "" + } + }, + "2024_the-honeynet-project": { + "timestamp": "2025-12-01T09:22:04.332016", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-honeynet-project", + "project_ideas_text": "" + } + }, + "2024_jderobot": { + "timestamp": "2025-12-01T09:23:24.779316", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jderobot", + "project_ideas_text": "" + } + }, + "2024_open-transit-software-foundation": { + "timestamp": "2025-12-01T09:23:11.837527", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-transit-software-foundation", + "project_ideas_text": "" + } + }, + "2024_synfig": { + "timestamp": "2025-12-01T09:22:46.569930", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/synfig", + "project_ideas_text": "" + } + }, + "2024_fossology": { + "timestamp": "2025-12-01T09:22:58.918589", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/fossology", + "project_ideas_text": "" + } + }, + "2024_opencv": { + "timestamp": "2025-12-01T09:23:14.186779", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/opencv", + "project_ideas_text": "" + } + }, + "2024_asyncapi": { + "timestamp": "2025-12-01T09:23:20.065552", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/asyncapi", + "project_ideas_text": "" + } + }, + "2024_open-climate-fix": { + "timestamp": "2025-12-01T09:22:36.020332", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-climate-fix", + "project_ideas_text": "" + } + }, + "2024_nixos-foundation": { + "timestamp": "2025-12-01T09:23:31.818830", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/nixos-foundation", + "project_ideas_text": "" + } + }, + "2024_organic-maps": { + "timestamp": "2025-12-01T09:23:10.070459", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/organic-maps", + "project_ideas_text": "" + } + }, + "2024_gprmax": { + "timestamp": "2025-12-01T09:22:15.467316", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gprmax", + "project_ideas_text": "" + } + }, + "2024_graphite": { + "timestamp": "2025-12-01T09:22:17.222336", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/graphite", + "project_ideas_text": "" + } + }, + "2024_alaska": { + "timestamp": "2025-12-01T09:22:23.683734", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/alaska", + "project_ideas_text": "" + } + }, + "2024_pecan-project": { + "timestamp": "2025-12-01T09:22:26.033363", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/pecan-project", + "project_ideas_text": "" + } + }, + "2024_internet-archive": { + "timestamp": "2025-12-01T09:22:43.061321", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/internet-archive", + "project_ideas_text": "" + } + }, + "2024_the-rust-foundation": { + "timestamp": "2025-12-01T09:23:35.339501", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-rust-foundation", + "project_ideas_text": "" + } + }, + "2024_mlpack": { + "timestamp": "2025-12-01T09:22:59.501558", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mlpack", + "project_ideas_text": "" + } + }, + "2024_haskellorg": { + "timestamp": "2025-12-01T09:23:33.578591", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/haskellorg", + "project_ideas_text": "" + } + }, + "2024_red-hen-lab": { + "timestamp": "2025-12-01T09:23:08.897738", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/red-hen-lab", + "project_ideas_text": "" + } + }, + "2024_internet-health-report": { + "timestamp": "2025-12-01T09:23:05.965536", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/internet-health-report", + "project_ideas_text": "" + } + }, + "2024_robolectric": { + "timestamp": "2025-12-01T09:22:47.743896", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/robolectric", + "project_ideas_text": "" + } + }, + "2024_qc-devs": { + "timestamp": "2025-12-01T09:22:31.321861", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/qc-devs", + "project_ideas_text": "" + } + }, + "2024_xmpp-standards-foundation": { + "timestamp": "2025-12-01T09:22:44.817312", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/xmpp-standards-foundation", + "project_ideas_text": "" + } + }, + "2024_mbdyn": { + "timestamp": "2025-12-01T09:22:50.079903", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mbdyn", + "project_ideas_text": "" + } + }, + "2024_rizin": { + "timestamp": "2025-12-01T09:22:33.085888", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/rizin", + "project_ideas_text": "" + } + }, + "2024_gnss-sdr": { + "timestamp": "2025-12-01T09:23:50.596250", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnss-sdr", + "project_ideas_text": "" + } + }, + "2024_the-palisadoes-foundation": { + "timestamp": "2025-12-01T09:22:34.845877", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-palisadoes-foundation", + "project_ideas_text": "" + } + }, + "2024_scala-center": { + "timestamp": "2025-12-01T09:22:24.859786", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/scala-center", + "project_ideas_text": "" + } + }, + "2024_rocketchat": { + "timestamp": "2025-12-01T09:22:27.213784", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/rocketchat", + "project_ideas_text": "" + } + }, + "2024_numfocus": { + "timestamp": "2025-12-01T09:22:01.990737", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/numfocus", + "project_ideas_text": "" + } + }, + "2024_unikraft": { + "timestamp": "2025-12-01T09:22:06.674611", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/unikraft", + "project_ideas_text": "" + } + }, + "2024_circuitverseorg": { + "timestamp": "2025-12-01T09:22:04.916308", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/circuitverseorg", + "project_ideas_text": "" + } + }, + "2024_sympy": { + "timestamp": "2025-12-01T09:22:40.118752", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sympy", + "project_ideas_text": "" + } + }, + "2024_blender-foundation": { + "timestamp": "2025-12-01T09:23:47.664294", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/blender-foundation", + "project_ideas_text": "" + } + }, + "2024_wagtail": { + "timestamp": "2025-12-01T09:22:14.296697", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/wagtail", + "project_ideas_text": "" + } + }, + "2024_sugar-labs": { + "timestamp": "2025-12-01T09:22:43.647195", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sugar-labs", + "project_ideas_text": "" + } + }, + "2024_llvm-compiler-infrastructure": { + "timestamp": "2025-12-01T09:22:16.051163", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/llvm-compiler-infrastructure", + "project_ideas_text": "" + } + }, + "2024_gnu-compiler-collection-gcc": { + "timestamp": "2025-12-01T09:23:24.193957", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-compiler-collection-gcc", + "project_ideas_text": "" + } + }, + "2024_sagemath": { + "timestamp": "2025-12-01T09:22:00.817711", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sagemath", + "project_ideas_text": "" + } + }, + "2024_purr-data": { + "timestamp": "2025-12-01T09:22:37.775043", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/purr-data", + "project_ideas_text": "" + } + }, + "2024_kubeflow": { + "timestamp": "2025-12-01T09:22:28.389538", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kubeflow", + "project_ideas_text": "" + } + }, + "2024_52north-spatial-information-research-gmbh": { + "timestamp": "2025-12-01T09:23:48.836706", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/52north-spatial-information-research-gmbh", + "project_ideas_text": "" + } + }, + "2024_incf": { + "timestamp": "2025-12-01T09:22:06.088780", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/incf", + "project_ideas_text": "" + } + }, + "2024_machine-learning-for-science-ml4sci": { + "timestamp": "2025-12-01T09:22:22.512409", + "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-12-01T09:23:06.553527", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/tardis-rt-collaboration", + "project_ideas_text": "" + } + }, + "2024_the-p4-language-consortium": { + "timestamp": "2025-12-01T09:23:41.206017", + "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-12-01T09:22:18.395804", + "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-12-01T09:23:20.649670", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freetype", + "project_ideas_text": "" + } + }, + "2024_the-enigma-team": { + "timestamp": "2025-12-01T09:23:29.470652", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-enigma-team", + "project_ideas_text": "" + } + }, + "2024_joplin": { + "timestamp": "2025-12-01T09:23:34.756255", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/joplin", + "project_ideas_text": "" + } + }, + "2024_django-software-foundation-8o": { + "timestamp": "2025-12-01T09:22:00.234342", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/django-software-foundation-8o", + "project_ideas_text": "" + } + }, + "2024_open-robotics": { + "timestamp": "2025-12-01T09:22:51.848953", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-robotics", + "project_ideas_text": "" + } + }, + "2024_the-jpf-team-hg": { + "timestamp": "2025-12-01T09:23:31.229236", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-jpf-team-hg", + "project_ideas_text": "" + } + }, + "2024_gnu-octave": { + "timestamp": "2025-12-01T09:23:40.034842", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-octave", + "project_ideas_text": "" + } + }, + "2024_the-freebsd-project": { + "timestamp": "2025-12-01T09:22:54.199095", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-freebsd-project", + "project_ideas_text": "" + } + }, + "2024_dart": { + "timestamp": "2025-12-01T09:22:57.158118", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/dart", + "project_ideas_text": "" + } + }, + "2024_deepchem": { + "timestamp": "2025-12-01T09:23:07.140722", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/deepchem", + "project_ideas_text": "" + } + }, + "2024_jabref-ev": { + "timestamp": "2025-12-01T09:22:45.983942", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jabref-ev", + "project_ideas_text": "" + } + }, + "2024_beagleboardorg": { + "timestamp": "2025-12-01T09:23:41.791894", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/beagleboardorg", + "project_ideas_text": "" + } + }, + "2024_python-software-foundation": { + "timestamp": "2025-12-01T09:23:42.376740", + "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-12-01T09:22:21.331161", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-ns-3-network-simulator-project", + "project_ideas_text": "" + } + }, + "2024_sktime": { + "timestamp": "2025-12-01T09:22:16.636144", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/sktime", + "project_ideas_text": "" + } + }, + "2024_ardupilot": { + "timestamp": "2025-12-01T09:22:08.432215", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ardupilot", + "project_ideas_text": "" + } + }, + "2024_neutralinojs": { + "timestamp": "2025-12-01T09:22:07.848408", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/neutralinojs", + "project_ideas_text": "" + } + }, + "2024_lablua": { + "timestamp": "2025-12-01T09:23:00.085897", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/lablua", + "project_ideas_text": "" + } + }, + "2024_scalable-parallel-computing-laboratory": { + "timestamp": "2025-12-01T09:23:25.951765", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/scalable-parallel-computing-laboratory", + "project_ideas_text": "" + } + }, + "2024_openrefine-j0": { + "timestamp": "2025-12-01T09:22:03.166906", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openrefine-j0", + "project_ideas_text": "" + } + }, + "2024_gnome-foundation": { + "timestamp": "2025-12-01T09:23:15.364420", + "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-12-01T09:23:25.366619", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/global-alliance-for-genomics-and-health", + "project_ideas_text": "" + } + }, + "2024_ioos": { + "timestamp": "2025-12-01T09:22:53.612760", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ioos", + "project_ideas_text": "" + } + }, + "2024_rtems-project": { + "timestamp": "2025-12-01T09:23:47.078038", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/rtems-project", + "project_ideas_text": "" + } + }, + "2024_uramaki-lab": { + "timestamp": "2025-12-01T09:23:50.007237", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/uramaki-lab", + "project_ideas_text": "" + } + }, + "2024_open-technologies-alliance-gfoss": { + "timestamp": "2025-12-01T09:23:15.953140", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-technologies-alliance-gfoss", + "project_ideas_text": "" + } + }, + "2024_gnu-project": { + "timestamp": "2025-12-01T09:22:39.534931", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-project", + "project_ideas_text": "" + } + }, + "2024_libssh": { + "timestamp": "2025-12-01T09:22:41.892990", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/libssh", + "project_ideas_text": "" + } + }, + "2024_the-netbsd-foundation": { + "timestamp": "2025-12-01T09:23:02.439023", + "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-12-01T09:22:14.881258", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/data-for-the-common-good", + "project_ideas_text": "" + } + }, + "2024_mixxx": { + "timestamp": "2025-12-01T09:22:50.669998", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mixxx", + "project_ideas_text": "" + } + }, + "2024_jitsi": { + "timestamp": "2025-12-01T09:22:44.233390", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jitsi", + "project_ideas_text": "" + } + }, + "2024_videolan": { + "timestamp": "2025-12-01T09:22:23.099554", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/videolan", + "project_ideas_text": "" + } + }, + "2024_kolibrios-project-team": { + "timestamp": "2025-12-01T09:23:40.620812", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kolibrios-project-team", + "project_ideas_text": "" + } + }, + "2024_keploy": { + "timestamp": "2025-12-01T09:23:32.404017", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/keploy", + "project_ideas_text": "" + } + }, + "2024_osgeo-open-source-geospatial-foundation": { + "timestamp": "2025-12-01T09:22:54.786184", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/osgeo-open-source-geospatial-foundation", + "project_ideas_text": "" + } + }, + "2024_zendalona": { + "timestamp": "2025-12-01T09:23:23.605205", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/zendalona", + "project_ideas_text": "" + } + }, + "2024_libvirt": { + "timestamp": "2025-12-01T09:23:28.299465", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/libvirt", + "project_ideas_text": "" + } + }, + "2024_learning-equality": { + "timestamp": "2025-12-01T09:22:11.952897", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/learning-equality", + "project_ideas_text": "" + } + }, + "2024_city-of-boston": { + "timestamp": "2025-12-01T09:22:28.977171", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/city-of-boston", + "project_ideas_text": "" + } + }, + "2024_cern-hsf": { + "timestamp": "2025-12-01T09:22:30.733331", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cern-hsf", + "project_ideas_text": "" + } + }, + "2024_inkscape": { + "timestamp": "2025-12-01T09:22:07.262301", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/inkscape", + "project_ideas_text": "" + } + }, + "2024_opensuse-project": { + "timestamp": "2025-12-01T09:22:34.260789", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/opensuse-project", + "project_ideas_text": "" + } + }, + "2024_kde-community": { + "timestamp": "2025-12-01T09:23:45.309530", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kde-community", + "project_ideas_text": "" + } + }, + "2024_json-schema": { + "timestamp": "2025-12-01T09:22:10.776613", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/json-schema", + "project_ideas_text": "" + } + }, + "2024_gnu-image-manipulation-program": { + "timestamp": "2025-12-01T09:22:24.274648", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-image-manipulation-program", + "project_ideas_text": "" + } + }, + "2024_project-mesa": { + "timestamp": "2025-12-01T09:23:09.485008", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/project-mesa", + "project_ideas_text": "" + } + }, + "2024_micro-electronics-research-lab-uitu": { + "timestamp": "2025-12-01T09:23:38.858620", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/micro-electronics-research-lab-uitu", + "project_ideas_text": "" + } + }, + "2024_omegaup": { + "timestamp": "2025-12-01T09:22:21.921118", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/omegaup", + "project_ideas_text": "" + } + }, + "2024_national-resource-for-network-biology-nrnb": { + "timestamp": "2025-12-01T09:22:13.711574", + "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-12-01T09:23:51.772444", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openelis-global", + "project_ideas_text": "" + } + }, + "2024_uc-ospo": { + "timestamp": "2025-12-01T09:23:16.541109", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/uc-ospo", + "project_ideas_text": "" + } + }, + "2024_stichting-su2": { + "timestamp": "2025-12-01T09:22:26.623834", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stichting-su2", + "project_ideas_text": "" + } + }, + "2024_invesalius": { + "timestamp": "2025-12-01T09:23:37.685287", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/invesalius", + "project_ideas_text": "" + } + }, + "2024_moveit": { + "timestamp": "2025-12-01T09:22:20.743448", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/moveit", + "project_ideas_text": "" + } + }, + "2024_flare": { + "timestamp": "2025-12-01T09:23:48.249931", + "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-12-01T09:22:57.746515", + "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-12-01T09:22:01.407083", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/drupal-association", + "project_ideas_text": "" + } + }, + "2024_c2si": { + "timestamp": "2025-12-01T09:23:52.359785", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/c2si", + "project_ideas_text": "" + } + }, + "2024_the-linux-foundation": { + "timestamp": "2025-12-01T09:23:34.166493", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-linux-foundation", + "project_ideas_text": "" + } + }, + "2024_grame": { + "timestamp": "2025-12-01T09:23:05.374633", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/grame", + "project_ideas_text": "" + } + }, + "2024_swift": { + "timestamp": "2025-12-01T09:22:45.400604", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/swift", + "project_ideas_text": "" + } + }, + "2024_checkstyle": { + "timestamp": "2025-12-01T09:22:35.433721", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/checkstyle", + "project_ideas_text": "" + } + }, + "2024_metabrainz-foundation-inc": { + "timestamp": "2025-12-01T09:22:20.157398", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/metabrainz-foundation-inc", + "project_ideas_text": "" + } + }, + "2024_aboutcode": { + "timestamp": "2025-12-01T09:23:18.301230", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/aboutcode", + "project_ideas_text": "" + } + }, + "2024_geomscale": { + "timestamp": "2025-12-01T09:22:13.123481", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/geomscale", + "project_ideas_text": "" + } + }, + "2024_open-chromosome-collective": { + "timestamp": "2025-12-01T09:22:52.437770", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-chromosome-collective", + "project_ideas_text": "" + } + }, + "2024_eunomia-bpf": { + "timestamp": "2025-12-01T09:22:09.605166", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/eunomia-bpf", + "project_ideas_text": "" + } + }, + "2024_datenlord-6z": { + "timestamp": "2025-12-01T09:23:44.724563", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/datenlord-6z", + "project_ideas_text": "" + } + }, + "2024_api-dash": { + "timestamp": "2025-12-01T09:22:40.702604", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/api-dash", + "project_ideas_text": "" + } + }, + "2024_oppia-foundation": { + "timestamp": "2025-12-01T09:23:18.886159", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/oppia-foundation", + "project_ideas_text": "" + } + }, + "2024_dbpedia": { + "timestamp": "2025-12-01T09:22:51.259512", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/dbpedia", + "project_ideas_text": "" + } + }, + "2024_criu": { + "timestamp": "2025-12-01T09:22:55.982297", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/criu", + "project_ideas_text": "" + } + }, + "2024_brl-cad": { + "timestamp": "2025-12-01T09:23:00.679855", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/brl-cad", + "project_ideas_text": "" + } + }, + "2024_ceph": { + "timestamp": "2025-12-01T09:23:38.272450", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ceph", + "project_ideas_text": "" + } + }, + "2024_openvino-toolkit": { + "timestamp": "2025-12-01T09:23:45.901076", + "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-12-01T09:23:14.772526", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/department-of-biomedical-informatics-emory-university", + "project_ideas_text": "" + } + }, + "2024_openmrs": { + "timestamp": "2025-12-01T09:22:56.568982", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openmrs", + "project_ideas_text": "" + } + }, + "2024_aossie": { + "timestamp": "2025-12-01T09:22:47.155980", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/aossie", + "project_ideas_text": "" + } + }, + "2024_open-healthcare-network": { + "timestamp": "2025-12-01T09:22:25.445635", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-healthcare-network", + "project_ideas_text": "" + } + }, + "2024_wikimedia-foundation-nd": { + "timestamp": "2025-12-01T09:23:44.137166", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/wikimedia-foundation-nd", + "project_ideas_text": "" + } + }, + "2024_zulip": { + "timestamp": "2025-12-01T09:23:43.550645", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/zulip", + "project_ideas_text": "" + } + }, + "2024_freecad": { + "timestamp": "2025-12-01T09:23:28.883465", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freecad", + "project_ideas_text": "" + } + }, + "2024_eclipse-foundation": { + "timestamp": "2025-12-01T09:22:33.673300", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/eclipse-foundation", + "project_ideas_text": "" + } + }, + "2024_open-chemistry": { + "timestamp": "2025-12-01T09:23:08.312046", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-chemistry", + "project_ideas_text": "" + } + }, + "2024_chips-alliance": { + "timestamp": "2025-12-01T09:22:48.326725", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/chips-alliance", + "project_ideas_text": "" + } + }, + "2024_mautic": { + "timestamp": "2025-12-01T09:23:26.536515", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mautic", + "project_ideas_text": "" + } + }, + "2024_git": { + "timestamp": "2025-12-01T09:23:27.714131", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/git", + "project_ideas_text": "" + } + }, + "2024_the-mifos-initiative": { + "timestamp": "2025-12-01T09:22:02.579917", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-mifos-initiative", + "project_ideas_text": "" + } + }, + "2024_cloudcv": { + "timestamp": "2025-12-01T09:23:13.600822", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cloudcv", + "project_ideas_text": "" + } + }, + "2024_openwisp": { + "timestamp": "2025-12-01T09:22:42.478105", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openwisp", + "project_ideas_text": "" + } + }, + "2024_ffmpeg": { + "timestamp": "2025-12-01T09:23:04.788238", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ffmpeg", + "project_ideas_text": "" + } + }, + "2024_debian": { + "timestamp": "2025-12-01T09:23:19.477604", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/debian", + "project_ideas_text": "" + } + }, + "2024_camicroscope": { + "timestamp": "2025-12-01T09:22:12.540442", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/camicroscope", + "project_ideas_text": "" + } + }, + "2024_electron": { + "timestamp": "2025-12-01T09:23:07.726296", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/electron", + "project_ideas_text": "" + } + }, + "2024_accord-project": { + "timestamp": "2025-12-01T09:23:10.657241", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/accord-project", + "project_ideas_text": "" + } + }, + "2024_chromium-lj": { + "timestamp": "2025-12-01T09:23:35.923982", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/chromium-lj", + "project_ideas_text": "" + } + }, + "2024_aflplusplus": { + "timestamp": "2025-12-01T09:23:01.853858", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/aflplusplus", + "project_ideas_text": "" + } + }, + "2024_ankidroid": { + "timestamp": "2025-12-01T09:23:17.716015", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ankidroid", + "project_ideas_text": "" + } + }, + "2024_haiku": { + "timestamp": "2025-12-01T09:22:05.500450", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/haiku", + "project_ideas_text": "" + } + }, + "2024_plone-foundation": { + "timestamp": "2025-12-01T09:23:23.016351", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/plone-foundation", + "project_ideas_text": "" + } + }, + "2024_mariadb": { + "timestamp": "2025-12-01T09:23:37.095901", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mariadb", + "project_ideas_text": "" + } + }, + "2024_cgal-project": { + "timestamp": "2025-12-01T09:22:36.600959", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cgal-project", + "project_ideas_text": "" + } + }, + "2024_the-julia-language": { + "timestamp": "2025-12-01T09:22:41.292093", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/the-julia-language", + "project_ideas_text": "" + } + }, + "2024_webpack": { + "timestamp": "2025-12-01T09:23:21.234203", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/webpack", + "project_ideas_text": "" + } + }, + "2024_owasp-foundation": { + "timestamp": "2025-12-01T09:23:12.423900", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/owasp-foundation", + "project_ideas_text": "" + } + }, + "2024_liquid-galaxy-project": { + "timestamp": "2025-12-01T09:23:13.010072", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/liquid-galaxy-project", + "project_ideas_text": "" + } + }, + "2024_jenkins-wp": { + "timestamp": "2025-12-01T09:23:01.265132", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/jenkins-wp", + "project_ideas_text": "" + } + }, + "2024_cncf": { + "timestamp": "2025-12-01T09:22:18.980765", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cncf", + "project_ideas_text": "" + } + }, + "2024_polypheny": { + "timestamp": "2025-12-01T09:23:39.443469", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/polypheny", + "project_ideas_text": "" + } + }, + "2024_musescore": { + "timestamp": "2025-12-01T09:23:03.024862", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/musescore", + "project_ideas_text": "" + } + }, + "2024_postgresql": { + "timestamp": "2025-12-01T09:23:52.945980", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/postgresql", + "project_ideas_text": "" + } + }, + "2024_unicode-inc": { + "timestamp": "2025-12-01T09:22:30.149722", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/unicode-inc", + "project_ideas_text": "" + } + }, + "2024_kubevirt": { + "timestamp": "2025-12-01T09:23:51.186345", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kubevirt", + "project_ideas_text": "" + } + }, + "2024_wellcome-sanger-institute": { + "timestamp": "2025-12-01T09:22:11.365058", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/wellcome-sanger-institute", + "project_ideas_text": "" + } + }, + "2024_international-catrobat-association": { + "timestamp": "2025-12-01T09:23:32.988973", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/international-catrobat-association", + "project_ideas_text": "" + } + }, + "2024_apache-software-foundation": { + "timestamp": "2025-12-01T09:23:11.242700", + "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-12-01T09:22:29.566646", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/open-science-initiative-for-perfusion-imaging", + "project_ideas_text": "" + } + }, + "2024_openastronomy": { + "timestamp": "2025-12-01T09:23:03.610893", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openastronomy", + "project_ideas_text": "" + } + }, + "2024_nightwatchjs": { + "timestamp": "2025-12-01T09:22:37.190562", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/nightwatchjs", + "project_ideas_text": "" + } + }, + "2024_waycrate": { + "timestamp": "2025-12-01T09:22:49.495072", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/waycrate", + "project_ideas_text": "" + } + }, + "2024_libreoffice": { + "timestamp": "2025-12-01T09:23:27.121535", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/libreoffice", + "project_ideas_text": "" + } + }, + "2024_ccextractor-development": { + "timestamp": "2025-12-01T09:23:22.427068", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/ccextractor-development", + "project_ideas_text": "" + } + }, + "2024_openstreetmap": { + "timestamp": "2025-12-01T09:23:30.641324", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/openstreetmap", + "project_ideas_text": "" + } + }, + "2024_metacall": { + "timestamp": "2025-12-01T09:23:17.127820", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/metacall", + "project_ideas_text": "" + } + }, + "2024_lappis": { + "timestamp": "2025-12-01T09:22:31.913056", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/lappis", + "project_ideas_text": "" + } + }, + "2024_stear-group": { + "timestamp": "2025-12-01T09:22:58.333182", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/stear-group", + "project_ideas_text": "" + } + }, + "2024_apertium": { + "timestamp": "2025-12-01T09:22:17.808014", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/apertium", + "project_ideas_text": "" + } + }, + "2024_kotlin-foundation": { + "timestamp": "2025-12-01T09:22:55.393896", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kotlin-foundation", + "project_ideas_text": "" + } + }, + "2024_librecube-initiative": { + "timestamp": "2025-12-01T09:22:10.191441", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/librecube-initiative", + "project_ideas_text": "" + } + }, + "2024_cvat": { + "timestamp": "2025-12-01T09:22:03.749510", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/cvat", + "project_ideas_text": "" + } + }, + "2024_r-project-for-statistical-computing": { + "timestamp": "2025-12-01T09:22:19.570604", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/r-project-for-statistical-computing", + "project_ideas_text": "" + } + }, + "2024_creative-commons": { + "timestamp": "2025-12-01T09:23:46.488379", + "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-12-01T09:23:42.965016", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/free-and-open-source-silicon-foundation", + "project_ideas_text": "" + } + }, + "2024_kiwix": { + "timestamp": "2025-12-01T09:22:38.952151", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/kiwix", + "project_ideas_text": "" + } + }, + "2024_gnu-radio": { + "timestamp": "2025-12-01T09:23:04.199206", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/gnu-radio", + "project_ideas_text": "" + } + }, + "2024_mdanalysis": { + "timestamp": "2025-12-01T09:23:53.531254", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/mdanalysis", + "project_ideas_text": "" + } + }, + "2024_freifunk": { + "timestamp": "2025-12-01T09:22:53.022758", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2024/organizations/freifunk", + "project_ideas_text": "" + } + }, + "2023_mantis": { + "timestamp": "2025-12-01T09:23:55.483611", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mantis", + "project_ideas_text": "" + } + }, + "2023_keploy": { + "timestamp": "2025-12-01T09:24:05.471367", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/keploy", + "project_ideas_text": "" + } + }, + "2023_unikraft": { + "timestamp": "2025-12-01T09:24:00.185731", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/unikraft", + "project_ideas_text": "" + } + }, + "2023_mdanalysis": { + "timestamp": "2025-12-01T09:25:15.761189", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mdanalysis", + "project_ideas_text": "" + } + }, + "2023_checkstyle": { + "timestamp": "2025-12-01T09:25:05.444205", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/checkstyle", + "project_ideas_text": "" + } + }, + "2023_pharo-consortium": { + "timestamp": "2025-12-01T09:23:54.307130", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/pharo-consortium", + "project_ideas_text": "" + } + }, + "2023_geomscale": { + "timestamp": "2025-12-01T09:24:24.915691", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/geomscale", + "project_ideas_text": "" + } + }, + "2023_librehealth": { + "timestamp": "2025-12-01T09:23:59.596067", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/librehealth", + "project_ideas_text": "" + } + }, + "2023_micro-electronics-research-lab-uitu": { + "timestamp": "2025-12-01T09:24:56.634684", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/micro-electronics-research-lab-uitu", + "project_ideas_text": "" + } + }, + "2023_blender-foundation": { + "timestamp": "2025-12-01T09:24:46.622593", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/blender-foundation", + "project_ideas_text": "" + } + }, + "2023_kubevirt": { + "timestamp": "2025-12-01T09:24:00.773651", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kubevirt", + "project_ideas_text": "" + } + }, + "2023_libcamera": { + "timestamp": "2025-12-01T09:25:18.156928", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/libcamera", + "project_ideas_text": "" + } + }, + "2023_freecad": { + "timestamp": "2025-12-01T09:24:58.389618", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freecad", + "project_ideas_text": "" + } + }, + "2023_mlpack": { + "timestamp": "2025-12-01T09:24:36.063181", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mlpack", + "project_ideas_text": "" + } + }, + "2023_mathesar": { + "timestamp": "2025-12-01T09:24:40.754466", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mathesar", + "project_ideas_text": "" + } + }, + "2023_chips-alliance": { + "timestamp": "2025-12-01T09:25:08.374146", + "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-12-01T09:24:33.725098", + "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-12-01T09:25:31.782898", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/libssh", + "project_ideas_text": "" + } + }, + "2023_eclipse-foundation": { + "timestamp": "2025-12-01T09:25:11.968185", + "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-12-01T09:24:33.127931", + "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-12-01T09:25:15.173642", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/52north-spatial-information-research-gmbh", + "project_ideas_text": "" + } + }, + "2023_pitivi": { + "timestamp": "2025-12-01T09:24:56.049039", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/pitivi", + "project_ideas_text": "" + } + }, + "2023_internet-archive": { + "timestamp": "2025-12-01T09:24:11.924588", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/internet-archive", + "project_ideas_text": "" + } + }, + "2023_rocketchat": { + "timestamp": "2025-12-01T09:25:12.745214", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/rocketchat", + "project_ideas_text": "" + } + }, + "2023_purr-data": { + "timestamp": "2025-12-01T09:24:08.400930", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/purr-data", + "project_ideas_text": "" + } + }, + "2023_aossie": { + "timestamp": "2025-12-01T09:23:57.832062", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/aossie", + "project_ideas_text": "" + } + }, + "2023_the-honeynet-project": { + "timestamp": "2025-12-01T09:24:14.296338", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-honeynet-project", + "project_ideas_text": "" + } + }, + "2023_gnutls": { + "timestamp": "2025-12-01T09:24:35.479209", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnutls", + "project_ideas_text": "" + } + }, + "2023_red-hen-lab": { + "timestamp": "2025-12-01T09:25:30.605434", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/red-hen-lab", + "project_ideas_text": "" + } + }, + "2023_the-julia-language": { + "timestamp": "2025-12-01T09:24:16.060841", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-julia-language", + "project_ideas_text": "" + } + }, + "2023_gnu-project": { + "timestamp": "2025-12-01T09:24:25.502011", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-project", + "project_ideas_text": "" + } + }, + "2023_creative-commons": { + "timestamp": "2025-12-01T09:24:07.814191", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/creative-commons", + "project_ideas_text": "" + } + }, + "2023_liquid-galaxy-project": { + "timestamp": "2025-12-01T09:24:21.988305", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/liquid-galaxy-project", + "project_ideas_text": "" + } + }, + "2023_the-jpf-team": { + "timestamp": "2025-12-01T09:24:26.674456", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-jpf-team", + "project_ideas_text": "" + } + }, + "2023_spdx": { + "timestamp": "2025-12-01T09:24:43.683593", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/spdx", + "project_ideas_text": "" + } + }, + "2023_tardis-rt-collaboration": { + "timestamp": "2025-12-01T09:25:11.345841", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/tardis-rt-collaboration", + "project_ideas_text": "" + } + }, + "2023_rtems-project": { + "timestamp": "2025-12-01T09:24:44.862513", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/rtems-project", + "project_ideas_text": "" + } + }, + "2023_wagtail": { + "timestamp": "2025-12-01T09:24:26.089186", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/wagtail", + "project_ideas_text": "" + } + }, + "2023_zulip": { + "timestamp": "2025-12-01T09:24:52.522708", + "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-12-01T09:24:32.543007", + "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-12-01T09:24:57.804075", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/aboutcode", + "project_ideas_text": "" + } + }, + "2023_mariadb": { + "timestamp": "2025-12-01T09:25:17.571446", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mariadb", + "project_ideas_text": "" + } + }, + "2023_cncf": { + "timestamp": "2025-12-01T09:24:54.281933", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cncf", + "project_ideas_text": "" + } + }, + "2023_cbioportal-for-cancer-genomics": { + "timestamp": "2025-12-01T09:24:36.650922", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cbioportal-for-cancer-genomics", + "project_ideas_text": "" + } + }, + "2023_coreboot": { + "timestamp": "2025-12-01T09:25:09.578251", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/coreboot", + "project_ideas_text": "" + } + }, + "2023_metabrainz-foundation-inc": { + "timestamp": "2025-12-01T09:25:24.156751", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metabrainz-foundation-inc", + "project_ideas_text": "" + } + }, + "2023_postgresql": { + "timestamp": "2025-12-01T09:24:19.639705", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/postgresql", + "project_ideas_text": "" + } + }, + "2023_xorg-foundation": { + "timestamp": "2025-12-01T09:25:32.959978", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/xorg-foundation", + "project_ideas_text": "" + } + }, + "2023_open-technologies-alliance-gfoss": { + "timestamp": "2025-12-01T09:24:51.935614", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-technologies-alliance-gfoss", + "project_ideas_text": "" + } + }, + "2023_sympy": { + "timestamp": "2025-12-01T09:24:11.339500", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sympy", + "project_ideas_text": "" + } + }, + "2023_kotlin-foundation": { + "timestamp": "2025-12-01T09:25:23.571958", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kotlin-foundation", + "project_ideas_text": "" + } + }, + "2023_carbon-language": { + "timestamp": "2025-12-01T09:24:09.577176", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/carbon-language", + "project_ideas_text": "" + } + }, + "2023_the-mifos-initiative": { + "timestamp": "2025-12-01T09:24:23.161302", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-mifos-initiative", + "project_ideas_text": "" + } + }, + "2023_openastronomy": { + "timestamp": "2025-12-01T09:24:59.561522", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openastronomy", + "project_ideas_text": "" + } + }, + "2023_xmpp-standards-foundation": { + "timestamp": "2025-12-01T09:24:03.705535", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/xmpp-standards-foundation", + "project_ideas_text": "" + } + }, + "2023_dbpedia": { + "timestamp": "2025-12-01T09:24:19.051575", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/dbpedia", + "project_ideas_text": "" + } + }, + "2023_django-software-foundation-8o": { + "timestamp": "2025-12-01T09:24:07.229116", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/django-software-foundation-8o", + "project_ideas_text": "" + } + }, + "2023_fossology": { + "timestamp": "2025-12-01T09:24:16.648200", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/fossology", + "project_ideas_text": "" + } + }, + "2023_criu": { + "timestamp": "2025-12-01T09:25:27.671576", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/criu", + "project_ideas_text": "" + } + }, + "2023_ruby": { + "timestamp": "2025-12-01T09:24:46.034488", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ruby", + "project_ideas_text": "" + } + }, + "2023_mayors-office-of-new-urban-mechanics": { + "timestamp": "2025-12-01T09:24:06.058864", + "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-12-01T09:24:21.400593", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-freebsd-project", + "project_ideas_text": "" + } + }, + "2023_internet-health-report": { + "timestamp": "2025-12-01T09:24:39.583669", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/internet-health-report", + "project_ideas_text": "" + } + }, + "2023_sagemath": { + "timestamp": "2025-12-01T09:24:45.449242", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sagemath", + "project_ideas_text": "" + } + }, + "2023_gnome-foundation": { + "timestamp": "2025-12-01T09:24:20.228172", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnome-foundation", + "project_ideas_text": "" + } + }, + "2023_scalable-parallel-computing-laboratory": { + "timestamp": "2025-12-01T09:25:22.272203", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/scalable-parallel-computing-laboratory", + "project_ideas_text": "" + } + }, + "2023_grame": { + "timestamp": "2025-12-01T09:24:14.883034", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/grame", + "project_ideas_text": "" + } + }, + "2023_beagleboardorg": { + "timestamp": "2025-12-01T09:25:04.267700", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/beagleboardorg", + "project_ideas_text": "" + } + }, + "2023_gentoo-foundation": { + "timestamp": "2025-12-01T09:25:16.347444", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gentoo-foundation", + "project_ideas_text": "" + } + }, + "2023_flare": { + "timestamp": "2025-12-01T09:25:06.030047", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/flare", + "project_ideas_text": "" + } + }, + "2023_llvm-compiler-infrastructure": { + "timestamp": "2025-12-01T09:24:15.472575", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/llvm-compiler-infrastructure", + "project_ideas_text": "" + } + }, + "2023_mzmine-and-ms-dial": { + "timestamp": "2025-12-01T09:23:56.659064", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mzmine-and-ms-dial", + "project_ideas_text": "" + } + }, + "2023_python-software-foundation": { + "timestamp": "2025-12-01T09:24:10.751754", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/python-software-foundation", + "project_ideas_text": "" + } + }, + "2023_scala-center": { + "timestamp": "2025-12-01T09:25:06.616940", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/scala-center", + "project_ideas_text": "" + } + }, + "2023_fortran-lang": { + "timestamp": "2025-12-01T09:24:13.093951", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/fortran-lang", + "project_ideas_text": "" + } + }, + "2023_drupal-association": { + "timestamp": "2025-12-01T09:25:30.019581", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/drupal-association", + "project_ideas_text": "" + } + }, + "2023_wikimedia-foundation": { + "timestamp": "2025-12-01T09:25:31.195226", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/wikimedia-foundation", + "project_ideas_text": "" + } + }, + "2023_cloudcv": { + "timestamp": "2025-12-01T09:24:30.782279", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cloudcv", + "project_ideas_text": "" + } + }, + "2023_incf": { + "timestamp": "2025-12-01T09:25:26.498947", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/incf", + "project_ideas_text": "" + } + }, + "2023_ceph": { + "timestamp": "2025-12-01T09:24:22.573645", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ceph", + "project_ideas_text": "" + } + }, + "2023_invesalius": { + "timestamp": "2025-12-01T09:24:41.924674", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/invesalius", + "project_ideas_text": "" + } + }, + "2023_oppia-foundation": { + "timestamp": "2025-12-01T09:25:18.743205", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/oppia-foundation", + "project_ideas_text": "" + } + }, + "2023_camicroscope": { + "timestamp": "2025-12-01T09:25:21.687013", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/camicroscope", + "project_ideas_text": "" + } + }, + "2023_cern-hsf": { + "timestamp": "2025-12-01T09:24:10.164075", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cern-hsf", + "project_ideas_text": "" + } + }, + "2023_swift": { + "timestamp": "2025-12-01T09:25:00.734553", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/swift", + "project_ideas_text": "" + } + }, + "2023_machine-learning-for-science-ml4sci": { + "timestamp": "2025-12-01T09:24:50.157387", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/machine-learning-for-science-ml4sci", + "project_ideas_text": "" + } + }, + "2023_haiku": { + "timestamp": "2025-12-01T09:24:23.745972", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/haiku", + "project_ideas_text": "" + } + }, + "2023_jenkins-wp": { + "timestamp": "2025-12-01T09:24:17.839812", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jenkins-wp", + "project_ideas_text": "" + } + }, + "2023_sugar-labs": { + "timestamp": "2025-12-01T09:23:57.248308", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sugar-labs", + "project_ideas_text": "" + } + }, + "2023_organic-maps": { + "timestamp": "2025-12-01T09:24:53.108837", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/organic-maps", + "project_ideas_text": "" + } + }, + "2023_aflplusplus": { + "timestamp": "2025-12-01T09:24:47.793389", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/aflplusplus", + "project_ideas_text": "" + } + }, + "2023_gprmax": { + "timestamp": "2025-12-01T09:24:04.290424", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gprmax", + "project_ideas_text": "" + } + }, + "2023_ardupilot": { + "timestamp": "2025-12-01T09:24:08.988977", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ardupilot", + "project_ideas_text": "" + } + }, + "2023_metacall": { + "timestamp": "2025-12-01T09:25:01.909648", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metacall", + "project_ideas_text": "" + } + }, + "2023_qdrant": { + "timestamp": "2025-12-01T09:24:24.331080", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/qdrant", + "project_ideas_text": "" + } + }, + "2023_score-lab": { + "timestamp": "2025-12-01T09:25:07.202514", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/score-lab", + "project_ideas_text": "" + } + }, + "2023_the-enigma-team": { + "timestamp": "2025-12-01T09:24:27.850054", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-enigma-team", + "project_ideas_text": "" + } + }, + "2023_postman": { + "timestamp": "2025-12-01T09:24:40.170214", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/postman", + "project_ideas_text": "" + } + }, + "2023_brl-cad": { + "timestamp": "2025-12-01T09:24:38.413686", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/brl-cad", + "project_ideas_text": "" + } + }, + "2023_rizin": { + "timestamp": "2025-12-01T09:25:03.089809", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/rizin", + "project_ideas_text": "" + } + }, + "2023_synfig": { + "timestamp": "2025-12-01T09:24:43.096808", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/synfig", + "project_ideas_text": "" + } + }, + "2023_society-for-arts-and-technology-sat": { + "timestamp": "2025-12-01T09:24:41.340779", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/society-for-arts-and-technology-sat", + "project_ideas_text": "" + } + }, + "2023_openmrs": { + "timestamp": "2025-12-01T09:25:04.859557", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openmrs", + "project_ideas_text": "" + } + }, + "2023_gitlab": { + "timestamp": "2025-12-01T09:25:13.339843", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gitlab", + "project_ideas_text": "" + } + }, + "2023_international-catrobat-association": { + "timestamp": "2025-12-01T09:24:48.378908", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/international-catrobat-association", + "project_ideas_text": "" + } + }, + "2023_learning-equality": { + "timestamp": "2025-12-01T09:25:10.172734", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/learning-equality", + "project_ideas_text": "" + } + }, + "2023_ccextractor-development": { + "timestamp": "2025-12-01T09:24:55.458083", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ccextractor-development", + "project_ideas_text": "" + } + }, + "2023_omegaup": { + "timestamp": "2025-12-01T09:24:38.998704", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/omegaup", + "project_ideas_text": "" + } + }, + "2023_open-genome-informatics": { + "timestamp": "2025-12-01T09:24:03.120706", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-genome-informatics", + "project_ideas_text": "" + } + }, + "2023_plone-foundation": { + "timestamp": "2025-12-01T09:24:34.896543", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/plone-foundation", + "project_ideas_text": "" + } + }, + "2023_tensorflow-d1": { + "timestamp": "2025-12-01T09:24:53.696674", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/tensorflow-d1", + "project_ideas_text": "" + } + }, + "2023_kde-community": { + "timestamp": "2025-12-01T09:24:30.196576", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kde-community", + "project_ideas_text": "" + } + }, + "2023_r-project-for-statistical-computing": { + "timestamp": "2025-12-01T09:24:54.869113", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/r-project-for-statistical-computing", + "project_ideas_text": "" + } + }, + "2023_kiwix": { + "timestamp": "2025-12-01T09:25:22.941228", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/kiwix", + "project_ideas_text": "" + } + }, + "2023_gnu-radio": { + "timestamp": "2025-12-01T09:25:25.912038", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-radio", + "project_ideas_text": "" + } + }, + "2023_dart": { + "timestamp": "2025-12-01T09:25:00.150062", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/dart", + "project_ideas_text": "" + } + }, + "2023_openstreetmap": { + "timestamp": "2025-12-01T09:24:48.971406", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openstreetmap", + "project_ideas_text": "" + } + }, + "2023_gcp-scanner": { + "timestamp": "2025-12-01T09:24:02.535152", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gcp-scanner", + "project_ideas_text": "" + } + }, + "2023_moveit": { + "timestamp": "2025-12-01T09:25:19.916124", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/moveit", + "project_ideas_text": "" + } + }, + "2023_the-tor-project": { + "timestamp": "2025-12-01T09:25:14.588267", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-tor-project", + "project_ideas_text": "" + } + }, + "2023_sqlancer": { + "timestamp": "2025-12-01T09:25:07.787077", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/sqlancer", + "project_ideas_text": "" + } + }, + "2023_openvino-toolkit": { + "timestamp": "2025-12-01T09:24:29.023262", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openvino-toolkit", + "project_ideas_text": "" + } + }, + "2023_freetype": { + "timestamp": "2025-12-01T09:25:19.329875", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freetype", + "project_ideas_text": "" + } + }, + "2023_cgal-project": { + "timestamp": "2025-12-01T09:25:24.741017", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cgal-project", + "project_ideas_text": "" + } + }, + "2023_open-robotics": { + "timestamp": "2025-12-01T09:24:42.511914", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-robotics", + "project_ideas_text": "" + } + }, + "2023_inkscape": { + "timestamp": "2025-12-01T09:25:25.328146", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/inkscape", + "project_ideas_text": "" + } + }, + "2023_apache-software-foundation": { + "timestamp": "2025-12-01T09:24:29.610626", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/apache-software-foundation", + "project_ideas_text": "" + } + }, + "2023_cockpit-project": { + "timestamp": "2025-12-01T09:24:44.267503", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/cockpit-project", + "project_ideas_text": "" + } + }, + "2023_the-linux-foundation": { + "timestamp": "2025-12-01T09:23:58.421705", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-linux-foundation", + "project_ideas_text": "" + } + }, + "2023_submitty": { + "timestamp": "2025-12-01T09:24:01.948526", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/submitty", + "project_ideas_text": "" + } + }, + "2023_uc-ospo": { + "timestamp": "2025-12-01T09:24:49.559243", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/uc-ospo", + "project_ideas_text": "" + } + }, + "2023_ivy-lets-unifyai": { + "timestamp": "2025-12-01T09:24:31.366917", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ivy-lets-unifyai", + "project_ideas_text": "" + } + }, + "2023_opencv": { + "timestamp": "2025-12-01T09:25:21.098184", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/opencv", + "project_ideas_text": "" + } + }, + "2023_open-chemistry": { + "timestamp": "2025-12-01T09:24:01.364167", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/open-chemistry", + "project_ideas_text": "" + } + }, + "2023_ffmpeg": { + "timestamp": "2025-12-01T09:23:56.069889", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/ffmpeg", + "project_ideas_text": "" + } + }, + "2023_national-resource-for-network-biology-nrnb": { + "timestamp": "2025-12-01T09:23:54.894411", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/national-resource-for-network-biology-nrnb", + "project_ideas_text": "" + } + }, + "2023_openwisp": { + "timestamp": "2025-12-01T09:25:16.966061", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/openwisp", + "project_ideas_text": "" + } + }, + "2023_git": { + "timestamp": "2025-12-01T09:24:31.953698", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/git", + "project_ideas_text": "" + } + }, + "2023_free-and-open-source-silicon-foundation": { + "timestamp": "2025-12-01T09:25:20.500900", + "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-12-01T09:25:02.502356", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-ns-3-network-simulator-project", + "project_ideas_text": "" + } + }, + "2023_numfocus": { + "timestamp": "2025-12-01T09:25:28.843678", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/numfocus", + "project_ideas_text": "" + } + }, + "2023_freifunk": { + "timestamp": "2025-12-01T09:25:10.760498", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/freifunk", + "project_ideas_text": "" + } + }, + "2023_libreoffice": { + "timestamp": "2025-12-01T09:25:01.321225", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/libreoffice", + "project_ideas_text": "" + } + }, + "2023_circuitverseorg": { + "timestamp": "2025-12-01T09:24:13.708425", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/circuitverseorg", + "project_ideas_text": "" + } + }, + "2023_chromium-lj": { + "timestamp": "2025-12-01T09:25:28.258418", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/chromium-lj", + "project_ideas_text": "" + } + }, + "2023_genome-assembly-and-annotation": { + "timestamp": "2025-12-01T09:24:58.975501", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/genome-assembly-and-annotation", + "project_ideas_text": "" + } + }, + "2023_mit-app-inventor": { + "timestamp": "2025-12-01T09:24:37.239100", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/mit-app-inventor", + "project_ideas_text": "" + } + }, + "2023_videolan": { + "timestamp": "2025-12-01T09:24:12.510787", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/videolan", + "project_ideas_text": "" + } + }, + "2023_opensuse-project": { + "timestamp": "2025-12-01T09:25:08.992044", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/opensuse-project", + "project_ideas_text": "" + } + }, + "2023_gnu-octave": { + "timestamp": "2025-12-01T09:24:47.206732", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-octave", + "project_ideas_text": "" + } + }, + "2023_the-palisadoes-foundation": { + "timestamp": "2025-12-01T09:24:04.880957", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-palisadoes-foundation", + "project_ideas_text": "" + } + }, + "2023_jina-ai-sb": { + "timestamp": "2025-12-01T09:24:06.644661", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jina-ai-sb", + "project_ideas_text": "" + } + }, + "2023_apertium": { + "timestamp": "2025-12-01T09:24:51.335596", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/apertium", + "project_ideas_text": "" + } + }, + "2023_jderobot": { + "timestamp": "2025-12-01T09:24:17.251552", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/jderobot", + "project_ideas_text": "" + } + }, + "2023_department-of-biomedical-informatics-emory-university": { + "timestamp": "2025-12-01T09:24:20.814821", + "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-12-01T09:24:37.824660", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/processing-foundation", + "project_ideas_text": "" + } + }, + "2023_metasploit": { + "timestamp": "2025-12-01T09:24:27.263013", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/metasploit", + "project_ideas_text": "" + } + }, + "2023_osgeo-open-source-geospatial-foundation": { + "timestamp": "2025-12-01T09:25:32.370775", + "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-12-01T09:25:29.432172", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-image-manipulation-program", + "project_ideas_text": "" + } + }, + "2023_pecan-project": { + "timestamp": "2025-12-01T09:24:50.747837", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/pecan-project", + "project_ideas_text": "" + } + }, + "2023_scummvm": { + "timestamp": "2025-12-01T09:25:13.926654", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/scummvm", + "project_ideas_text": "" + } + }, + "2023_qemu": { + "timestamp": "2025-12-01T09:24:28.437748", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/qemu", + "project_ideas_text": "" + } + }, + "2023_xwiki": { + "timestamp": "2025-12-01T09:24:57.219523", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/xwiki", + "project_ideas_text": "" + } + }, + "2023_musescore": { + "timestamp": "2025-12-01T09:23:59.008934", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/musescore", + "project_ideas_text": "" + } + }, + "2023_gnu-compiler-collection-gcc": { + "timestamp": "2025-12-01T09:24:18.465991", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/gnu-compiler-collection-gcc", + "project_ideas_text": "" + } + }, + "2023_owasp-foundation": { + "timestamp": "2025-12-01T09:25:27.085757", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/owasp-foundation", + "project_ideas_text": "" + } + }, + "2023_the-netbsd-foundation": { + "timestamp": "2025-12-01T09:25:03.677435", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/the-netbsd-foundation", + "project_ideas_text": "" + } + }, + "2023_stear-group": { + "timestamp": "2025-12-01T09:24:34.309486", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2023/organizations/stear-group", + "project_ideas_text": "" + } + }, + "2022_checkstyle": { + "timestamp": "2025-12-01T09:26:47.287378", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/checkstyle", + "project_ideas_text": "" + } + }, + "2022_gnu-compiler-collection-gcc": { + "timestamp": "2025-12-01T09:26:51.972756", + "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-12-01T09:27:03.138903", + "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-12-01T09:27:05.480823", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sugar-labs", + "project_ideas_text": "" + } + }, + "2022_spdx": { + "timestamp": "2025-12-01T09:25:53.126193", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/spdx", + "project_ideas_text": "" + } + }, + "2022_the-mifos-initiative": { + "timestamp": "2025-12-01T09:26:18.460401", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-mifos-initiative", + "project_ideas_text": "" + } + }, + "2022_dbpedia": { + "timestamp": "2025-12-01T09:26:56.667751", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/dbpedia", + "project_ideas_text": "" + } + }, + "2022_the-jpf-team": { + "timestamp": "2025-12-01T09:26:39.054196", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-jpf-team", + "project_ideas_text": "" + } + }, + "2022_xmpp-standards-foundation": { + "timestamp": "2025-12-01T09:27:21.447469", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xmpp-standards-foundation", + "project_ideas_text": "" + } + }, + "2022_librecube-initiative": { + "timestamp": "2025-12-01T09:26:49.627940", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/librecube-initiative", + "project_ideas_text": "" + } + }, + "2022_neutralinojs": { + "timestamp": "2025-12-01T09:26:41.988404", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/neutralinojs", + "project_ideas_text": "" + } + }, + "2022_joomla": { + "timestamp": "2025-12-01T09:26:17.873646", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/joomla", + "project_ideas_text": "" + } + }, + "2022_wikimedia-foundation": { + "timestamp": "2025-12-01T09:27:09.671142", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/wikimedia-foundation", + "project_ideas_text": "" + } + }, + "2022_flashrom": { + "timestamp": "2025-12-01T09:26:02.532258", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/flashrom", + "project_ideas_text": "" + } + }, + "2022_weaviate": { + "timestamp": "2025-12-01T09:26:05.479307", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/weaviate", + "project_ideas_text": "" + } + }, + "2022_librehealth": { + "timestamp": "2025-12-01T09:25:46.661675", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/librehealth", + "project_ideas_text": "" + } + }, + "2022_software-heritage": { + "timestamp": "2025-12-01T09:27:15.580749", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/software-heritage", + "project_ideas_text": "" + } + }, + "2022_seaql": { + "timestamp": "2025-12-01T09:27:08.405524", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/seaql", + "project_ideas_text": "" + } + }, + "2022_stear-group": { + "timestamp": "2025-12-01T09:27:20.862040", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/stear-group", + "project_ideas_text": "" + } + }, + "2022_powerdns": { + "timestamp": "2025-12-01T09:27:10.882664", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/powerdns", + "project_ideas_text": "" + } + }, + "2022_mbdyn": { + "timestamp": "2025-12-01T09:26:01.359742", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mbdyn", + "project_ideas_text": "" + } + }, + "2022_forschungszentrum-julich": { + "timestamp": "2025-12-01T09:26:20.851182", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/forschungszentrum-julich", + "project_ideas_text": "" + } + }, + "2022_synfig": { + "timestamp": "2025-12-01T09:26:34.948548", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/synfig", + "project_ideas_text": "" + } + }, + "2022_the-julia-language": { + "timestamp": "2025-12-01T09:26:44.347589", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-julia-language", + "project_ideas_text": "" + } + }, + "2022_the-freebsd-project": { + "timestamp": "2025-12-01T09:26:16.110356", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-freebsd-project", + "project_ideas_text": "" + } + }, + "2022_videolan": { + "timestamp": "2025-12-01T09:27:07.234183", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/videolan", + "project_ideas_text": "" + } + }, + "2022_rtems-project": { + "timestamp": "2025-12-01T09:26:08.413777", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/rtems-project", + "project_ideas_text": "" + } + }, + "2022_orcasound": { + "timestamp": "2025-12-01T09:25:55.470602", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/orcasound", + "project_ideas_text": "" + } + }, + "2022_jenkins-x": { + "timestamp": "2025-12-01T09:26:11.937666", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jenkins-x", + "project_ideas_text": "" + } + }, + "2022_internet-health-report": { + "timestamp": "2025-12-01T09:26:51.388920", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/internet-health-report", + "project_ideas_text": "" + } + }, + "2022_strace": { + "timestamp": "2025-12-01T09:26:36.709042", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/strace", + "project_ideas_text": "" + } + }, + "2022_gnome-foundation": { + "timestamp": "2025-12-01T09:26:29.654544", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnome-foundation", + "project_ideas_text": "" + } + }, + "2022_dart": { + "timestamp": "2025-12-01T09:26:32.019153", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/dart", + "project_ideas_text": "" + } + }, + "2022_numfocus": { + "timestamp": "2025-12-01T09:27:29.716130", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/numfocus", + "project_ideas_text": "" + } + }, + "2022_sympy": { + "timestamp": "2025-12-01T09:27:28.545124", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sympy", + "project_ideas_text": "" + } + }, + "2022_rizin": { + "timestamp": "2025-12-01T09:27:19.687751", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/rizin", + "project_ideas_text": "" + } + }, + "2022_jitsi": { + "timestamp": "2025-12-01T09:26:23.796076", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jitsi", + "project_ideas_text": "" + } + }, + "2022_unikraft": { + "timestamp": "2025-12-01T09:27:01.953583", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/unikraft", + "project_ideas_text": "" + } + }, + "2022_moja-global": { + "timestamp": "2025-12-01T09:25:51.953587", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/moja-global", + "project_ideas_text": "" + } + }, + "2022_openafs": { + "timestamp": "2025-12-01T09:26:48.456422", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openafs", + "project_ideas_text": "" + } + }, + "2022_open3d-team": { + "timestamp": "2025-12-01T09:26:10.175056", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open3d-team", + "project_ideas_text": "" + } + }, + "2022_haiku": { + "timestamp": "2025-12-01T09:26:19.675607", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/haiku", + "project_ideas_text": "" + } + }, + "2022_ccextractor-development": { + "timestamp": "2025-12-01T09:26:52.567840", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ccextractor-development", + "project_ideas_text": "" + } + }, + "2022_mathesar": { + "timestamp": "2025-12-01T09:26:07.827345", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mathesar", + "project_ideas_text": "" + } + }, + "2022_open-chemistry": { + "timestamp": "2025-12-01T09:25:44.901946", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-chemistry", + "project_ideas_text": "" + } + }, + "2022_electron": { + "timestamp": "2025-12-01T09:26:41.402709", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/electron", + "project_ideas_text": "" + } + }, + "2022_gnss-sdr": { + "timestamp": "2025-12-01T09:26:58.430566", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnss-sdr", + "project_ideas_text": "" + } + }, + "2022_submitty": { + "timestamp": "2025-12-01T09:26:29.066886", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/submitty", + "project_ideas_text": "" + } + }, + "2022_libreoffice": { + "timestamp": "2025-12-01T09:27:13.820984", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libreoffice", + "project_ideas_text": "" + } + }, + "2022_processing-foundation": { + "timestamp": "2025-12-01T09:27:01.369658", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/processing-foundation", + "project_ideas_text": "" + } + }, + "2022_robolectric": { + "timestamp": "2025-12-01T09:26:22.025505", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/robolectric", + "project_ideas_text": "" + } + }, + "2022_beagleboardorg": { + "timestamp": "2025-12-01T09:26:22.612116", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/beagleboardorg", + "project_ideas_text": "" + } + }, + "2022_opencv": { + "timestamp": "2025-12-01T09:26:34.364868", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/opencv", + "project_ideas_text": "" + } + }, + "2022_department-of-biomedical-informatics-emory-university": { + "timestamp": "2025-12-01T09:26:50.213381", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/department-of-biomedical-informatics-emory-university", + "project_ideas_text": "" + } + }, + "2022_mixxx": { + "timestamp": "2025-12-01T09:25:36.676258", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mixxx", + "project_ideas_text": "" + } + }, + "2022_python-software-foundation": { + "timestamp": "2025-12-01T09:26:11.348352", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/python-software-foundation", + "project_ideas_text": "" + } + }, + "2022_swift": { + "timestamp": "2025-12-01T09:27:06.063108", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/swift", + "project_ideas_text": "" + } + }, + "2022_the-ns-3-network-simulator-project": { + "timestamp": "2025-12-01T09:26:01.947555", + "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-12-01T09:26:13.111978", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/public-lab", + "project_ideas_text": "" + } + }, + "2022_brl-cad": { + "timestamp": "2025-12-01T09:25:37.266235", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/brl-cad", + "project_ideas_text": "" + } + }, + "2022_gnu-octave": { + "timestamp": "2025-12-01T09:26:40.230757", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnu-octave", + "project_ideas_text": "" + } + }, + "2022_openvino-toolkit": { + "timestamp": "2025-12-01T09:26:16.699929", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openvino-toolkit", + "project_ideas_text": "" + } + }, + "2022_openmrs": { + "timestamp": "2025-12-01T09:27:23.208527", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openmrs", + "project_ideas_text": "" + } + }, + "2022_gitlab": { + "timestamp": "2025-12-01T09:27:02.539945", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gitlab", + "project_ideas_text": "" + } + }, + "2022_liquid-galaxy-project": { + "timestamp": "2025-12-01T09:27:24.969002", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/liquid-galaxy-project", + "project_ideas_text": "" + } + }, + "2022_wagtail": { + "timestamp": "2025-12-01T09:26:26.723092", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/wagtail", + "project_ideas_text": "" + } + }, + "2022_drupal-association": { + "timestamp": "2025-12-01T09:26:10.760120", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/drupal-association", + "project_ideas_text": "" + } + }, + "2022_matrixorg": { + "timestamp": "2025-12-01T09:27:04.897046", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/matrixorg", + "project_ideas_text": "" + } + }, + "2022_leap-encryption-access-project": { + "timestamp": "2025-12-01T09:26:46.700776", + "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-12-01T09:26:06.064471", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/django-software-foundation-8o", + "project_ideas_text": "" + } + }, + "2022_the-honeynet-project": { + "timestamp": "2025-12-01T09:25:49.022002", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-honeynet-project", + "project_ideas_text": "" + } + }, + "2022_the-palisadoes-foundation": { + "timestamp": "2025-12-01T09:26:00.180021", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-palisadoes-foundation", + "project_ideas_text": "" + } + }, + "2022_cbioportal-for-cancer-genomics": { + "timestamp": "2025-12-01T09:26:03.120763", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cbioportal-for-cancer-genomics", + "project_ideas_text": "" + } + }, + "2022_sktime": { + "timestamp": "2025-12-01T09:26:28.478933", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sktime", + "project_ideas_text": "" + } + }, + "2022_micro-electronics-research-lab-uitu": { + "timestamp": "2025-12-01T09:25:41.966470", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/micro-electronics-research-lab-uitu", + "project_ideas_text": "" + } + }, + "2022_plone-foundation": { + "timestamp": "2025-12-01T09:27:26.202601", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/plone-foundation", + "project_ideas_text": "" + } + }, + "2022_the-linux-foundation": { + "timestamp": "2025-12-01T09:27:27.372700", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-linux-foundation", + "project_ideas_text": "" + } + }, + "2022_zulip": { + "timestamp": "2025-12-01T09:27:14.407652", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/zulip", + "project_ideas_text": "" + } + }, + "2022_metacall": { + "timestamp": "2025-12-01T09:27:14.993821", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metacall", + "project_ideas_text": "" + } + }, + "2022_tardis-rt-collaboration": { + "timestamp": "2025-12-01T09:27:04.309780", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/tardis-rt-collaboration", + "project_ideas_text": "" + } + }, + "2022_jenkins-wp": { + "timestamp": "2025-12-01T09:25:57.821353", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jenkins-wp", + "project_ideas_text": "" + } + }, + "2022_tianocore": { + "timestamp": "2025-12-01T09:26:12.522845", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/tianocore", + "project_ideas_text": "" + } + }, + "2022_owasp-foundation": { + "timestamp": "2025-12-01T09:26:09.587127", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/owasp-foundation", + "project_ideas_text": "" + } + }, + "2022_mdanalysis": { + "timestamp": "2025-12-01T09:26:39.643472", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mdanalysis", + "project_ideas_text": "" + } + }, + "2022_mlpack": { + "timestamp": "2025-12-01T09:25:57.227857", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mlpack", + "project_ideas_text": "" + } + }, + "2022_gnu-image-manipulation-program": { + "timestamp": "2025-12-01T09:26:03.707230", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnu-image-manipulation-program", + "project_ideas_text": "" + } + }, + "2022_openwisp": { + "timestamp": "2025-12-01T09:27:00.786694", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openwisp", + "project_ideas_text": "" + } + }, + "2022_kart-project": { + "timestamp": "2025-12-01T09:27:00.202731", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/kart-project", + "project_ideas_text": "" + } + }, + "2022_uc-ospo": { + "timestamp": "2025-12-01T09:26:00.771231", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/uc-ospo", + "project_ideas_text": "" + } + }, + "2022_scummvm": { + "timestamp": "2025-12-01T09:26:32.604734", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/scummvm", + "project_ideas_text": "" + } + }, + "2022_oppia-foundation": { + "timestamp": "2025-12-01T09:25:38.443583", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/oppia-foundation", + "project_ideas_text": "" + } + }, + "2022_fortran-lang": { + "timestamp": "2025-12-01T09:26:37.879782", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/fortran-lang", + "project_ideas_text": "" + } + }, + "2022_audacity": { + "timestamp": "2025-12-01T09:25:44.316063", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/audacity", + "project_ideas_text": "" + } + }, + "2022_aflplusplus": { + "timestamp": "2025-12-01T09:26:45.519645", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/aflplusplus", + "project_ideas_text": "" + } + }, + "2022_freifunk": { + "timestamp": "2025-12-01T09:26:54.322792", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/freifunk", + "project_ideas_text": "" + } + }, + "2022_openastronomy": { + "timestamp": "2025-12-01T09:25:58.994594", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openastronomy", + "project_ideas_text": "" + } + }, + "2022_open-genome-informatics": { + "timestamp": "2025-12-01T09:27:03.724858", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-genome-informatics", + "project_ideas_text": "" + } + }, + "2022_kodi": { + "timestamp": "2025-12-01T09:25:47.262757", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/kodi", + "project_ideas_text": "" + } + }, + "2022_gnu-radio": { + "timestamp": "2025-12-01T09:26:43.759085", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gnu-radio", + "project_ideas_text": "" + } + }, + "2022_mzmine": { + "timestamp": "2025-12-01T09:27:12.649946", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mzmine", + "project_ideas_text": "" + } + }, + "2022_free-and-open-source-silicon-foundation": { + "timestamp": "2025-12-01T09:25:52.539279", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/free-and-open-source-silicon-foundation", + "project_ideas_text": "" + } + }, + "2022_fossology": { + "timestamp": "2025-12-01T09:27:17.928278", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/fossology", + "project_ideas_text": "" + } + }, + "2022_apache-software-foundation": { + "timestamp": "2025-12-01T09:25:50.193816", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/apache-software-foundation", + "project_ideas_text": "" + } + }, + "2022_tensorflow": { + "timestamp": "2025-12-01T09:27:27.958068", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/tensorflow", + "project_ideas_text": "" + } + }, + "2022_open-food-facts": { + "timestamp": "2025-12-01T09:27:24.380692", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-food-facts", + "project_ideas_text": "" + } + }, + "2022_git": { + "timestamp": "2025-12-01T09:26:53.154770", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/git", + "project_ideas_text": "" + } + }, + "2022_xfce": { + "timestamp": "2025-12-01T09:26:47.872429", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xfce", + "project_ideas_text": "" + } + }, + "2022_debian": { + "timestamp": "2025-12-01T09:26:53.739189", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/debian", + "project_ideas_text": "" + } + }, + "2022_robocomp": { + "timestamp": "2025-12-01T09:27:11.469273", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/robocomp", + "project_ideas_text": "" + } + }, + "2022_international-catrobat-association": { + "timestamp": "2025-12-01T09:27:12.059714", + "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-12-01T09:25:37.855932", + "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-12-01T09:26:31.433153", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-tor-project", + "project_ideas_text": "" + } + }, + "2022_libssh": { + "timestamp": "2025-12-01T09:26:59.029192", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libssh", + "project_ideas_text": "" + } + }, + "2022_scala-center": { + "timestamp": "2025-12-01T09:26:50.799444", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/scala-center", + "project_ideas_text": "" + } + }, + "2022_polypheny": { + "timestamp": "2025-12-01T09:27:22.618057", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/polypheny", + "project_ideas_text": "" + } + }, + "2022_mit-app-inventor": { + "timestamp": "2025-12-01T09:25:42.551539", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mit-app-inventor", + "project_ideas_text": "" + } + }, + "2022_open-bioinformatics-foundation-obf": { + "timestamp": "2025-12-01T09:25:48.433818", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-bioinformatics-foundation-obf", + "project_ideas_text": "" + } + }, + "2022_homebrew": { + "timestamp": "2025-12-01T09:25:47.847873", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/homebrew", + "project_ideas_text": "" + } + }, + "2022_geomscale": { + "timestamp": "2025-12-01T09:25:39.615973", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/geomscale", + "project_ideas_text": "" + } + }, + "2022_cuneiform-digital-library-initiative-cdli": { + "timestamp": "2025-12-01T09:25:45.489737", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cuneiform-digital-library-initiative-cdli", + "project_ideas_text": "" + } + }, + "2022_moveit": { + "timestamp": "2025-12-01T09:26:13.696762", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/moveit", + "project_ideas_text": "" + } + }, + "2022_libvirt": { + "timestamp": "2025-12-01T09:25:34.326219", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libvirt", + "project_ideas_text": "" + } + }, + "2022_freetype": { + "timestamp": "2025-12-01T09:27:19.099197", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/freetype", + "project_ideas_text": "" + } + }, + "2022_cncf": { + "timestamp": "2025-12-01T09:26:55.493197", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cncf", + "project_ideas_text": "" + } + }, + "2022_omegaup": { + "timestamp": "2025-12-01T09:26:56.082822", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/omegaup", + "project_ideas_text": "" + } + }, + "2022_responsible-ai-and-human-centred-technology": { + "timestamp": "2025-12-01T09:26:30.843761", + "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-12-01T09:26:27.893038", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/chips-alliance", + "project_ideas_text": "" + } + }, + "2022_cern-hsf": { + "timestamp": "2025-12-01T09:26:07.240275", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cern-hsf", + "project_ideas_text": "" + } + }, + "2022_qemu": { + "timestamp": "2025-12-01T09:25:43.141260", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/qemu", + "project_ideas_text": "" + } + }, + "2022_score-lab": { + "timestamp": "2025-12-01T09:25:33.740864", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/score-lab", + "project_ideas_text": "" + } + }, + "2022_aboutcode": { + "timestamp": "2025-12-01T09:26:42.578476", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/aboutcode", + "project_ideas_text": "" + } + }, + "2022_national-resource-for-network-biology-nrnb": { + "timestamp": "2025-12-01T09:26:26.135749", + "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-12-01T09:26:23.207523", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/chromium-lj", + "project_ideas_text": "" + } + }, + "2022_grame": { + "timestamp": "2025-12-01T09:27:16.167611", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/grame", + "project_ideas_text": "" + } + }, + "2022_aossie": { + "timestamp": "2025-12-01T09:25:51.368037", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/aossie", + "project_ideas_text": "" + } + }, + "2022_joplin": { + "timestamp": "2025-12-01T09:27:18.510808", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/joplin", + "project_ideas_text": "" + } + }, + "2022_genome-assembly-and-annotation": { + "timestamp": "2025-12-01T09:26:44.932122", + "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-12-01T09:25:41.381606", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/osgeo-open-source-geospatial-foundation", + "project_ideas_text": "" + } + }, + "2022_haskellorg": { + "timestamp": "2025-12-01T09:26:54.907722", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/haskellorg", + "project_ideas_text": "" + } + }, + "2022_chaoss": { + "timestamp": "2025-12-01T09:26:57.842153", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/chaoss", + "project_ideas_text": "" + } + }, + "2022_openstreetmap": { + "timestamp": "2025-12-01T09:27:29.130563", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/openstreetmap", + "project_ideas_text": "" + } + }, + "2022_jderobot": { + "timestamp": "2025-12-01T09:26:21.437962", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jderobot", + "project_ideas_text": "" + } + }, + "2022_xwiki": { + "timestamp": "2025-12-01T09:25:59.592287", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xwiki", + "project_ideas_text": "" + } + }, + "2022_metasploit": { + "timestamp": "2025-12-01T09:27:06.648821", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metasploit", + "project_ideas_text": "" + } + }, + "2022_ffmpeg": { + "timestamp": "2025-12-01T09:26:06.653693", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ffmpeg", + "project_ideas_text": "" + } + }, + "2022_llvm-compiler-infrastructure": { + "timestamp": "2025-12-01T09:26:36.122732", + "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-12-01T09:26:09.003490", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/52north-spatial-information-research-gmbh", + "project_ideas_text": "" + } + }, + "2022_incf": { + "timestamp": "2025-12-01T09:25:54.298752", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/incf", + "project_ideas_text": "" + } + }, + "2022_machine-learning-for-science-ml4sci": { + "timestamp": "2025-12-01T09:25:35.498225", + "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-12-01T09:25:39.030417", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/performance-co-pilot", + "project_ideas_text": "" + } + }, + "2022_reactos-foundation": { + "timestamp": "2025-12-01T09:25:53.712015", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/reactos-foundation", + "project_ideas_text": "" + } + }, + "2022_kde-community": { + "timestamp": "2025-12-01T09:26:14.940601", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/kde-community", + "project_ideas_text": "" + } + }, + "2022_our-world-in-data": { + "timestamp": "2025-12-01T09:25:36.086915", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/our-world-in-data", + "project_ideas_text": "" + } + }, + "2022_circuitverseorg": { + "timestamp": "2025-12-01T09:27:17.341644", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/circuitverseorg", + "project_ideas_text": "" + } + }, + "2022_libcamera": { + "timestamp": "2025-12-01T09:25:58.407492", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/libcamera", + "project_ideas_text": "" + } + }, + "2022_mariadb": { + "timestamp": "2025-12-01T09:26:46.114874", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/mariadb", + "project_ideas_text": "" + } + }, + "2022_godot-engine": { + "timestamp": "2025-12-01T09:25:43.727961", + "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-12-01T09:26:14.355386", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/intel-video-and-audio-for-linux", + "project_ideas_text": "" + } + }, + "2022_rocketchat": { + "timestamp": "2025-12-01T09:26:30.241624", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/rocketchat", + "project_ideas_text": "" + } + }, + "2022_ankidroid": { + "timestamp": "2025-12-01T09:27:07.817232", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ankidroid", + "project_ideas_text": "" + } + }, + "2022_syslog-ng": { + "timestamp": "2025-12-01T09:27:10.267045", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/syslog-ng", + "project_ideas_text": "" + } + }, + "2022_coreboot": { + "timestamp": "2025-12-01T09:27:16.753289", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/coreboot", + "project_ideas_text": "" + } + }, + "2022_metabrainz-foundation-inc": { + "timestamp": "2025-12-01T09:26:24.963179", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/metabrainz-foundation-inc", + "project_ideas_text": "" + } + }, + "2022_frrouting": { + "timestamp": "2025-12-01T09:27:23.796099", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/frrouting", + "project_ideas_text": "" + } + }, + "2022_casbin": { + "timestamp": "2025-12-01T09:27:26.786215", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/casbin", + "project_ideas_text": "" + } + }, + "2022_purr-data": { + "timestamp": "2025-12-01T09:26:15.525999", + "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-12-01T09:26:57.253957", + "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-12-01T09:27:22.032841", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-technologies-alliance-gfoss", + "project_ideas_text": "" + } + }, + "2022_blender-foundation": { + "timestamp": "2025-12-01T09:26:38.464785", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/blender-foundation", + "project_ideas_text": "" + } + }, + "2022_ardupilot": { + "timestamp": "2025-12-01T09:27:13.234847", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ardupilot", + "project_ideas_text": "" + } + }, + "2022_open-robotics": { + "timestamp": "2025-12-01T09:26:43.167914", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/open-robotics", + "project_ideas_text": "" + } + }, + "2022_gentoo-foundation": { + "timestamp": "2025-12-01T09:25:40.792511", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/gentoo-foundation", + "project_ideas_text": "" + } + }, + "2022_red-hen-lab": { + "timestamp": "2025-12-01T09:26:40.816033", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/red-hen-lab", + "project_ideas_text": "" + } + }, + "2022_ioos": { + "timestamp": "2025-12-01T09:25:56.055508", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ioos", + "project_ideas_text": "" + } + }, + "2022_the-netbsd-foundation": { + "timestamp": "2025-12-01T09:25:50.779360", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-netbsd-foundation", + "project_ideas_text": "" + } + }, + "2022_organic-maps": { + "timestamp": "2025-12-01T09:26:49.041555", + "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-12-01T09:26:35.534768", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/global-alliance-for-genomics-and-health", + "project_ideas_text": "" + } + }, + "2022_keptn": { + "timestamp": "2025-12-01T09:25:40.204809", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/keptn", + "project_ideas_text": "" + } + }, + "2022_jabref-ev": { + "timestamp": "2025-12-01T09:26:33.190137", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jabref-ev", + "project_ideas_text": "" + } + }, + "2022_inkscape": { + "timestamp": "2025-12-01T09:25:46.073754", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/inkscape", + "project_ideas_text": "" + } + }, + "2022_cgal-project": { + "timestamp": "2025-12-01T09:27:25.616005", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/cgal-project", + "project_ideas_text": "" + } + }, + "2022_xorg-foundation": { + "timestamp": "2025-12-01T09:25:34.911950", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/xorg-foundation", + "project_ideas_text": "" + } + }, + "2022_radar-base": { + "timestamp": "2025-12-01T09:26:33.779325", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/radar-base", + "project_ideas_text": "" + } + }, + "2022_center-for-translational-data-science": { + "timestamp": "2025-12-01T09:26:19.091586", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/center-for-translational-data-science", + "project_ideas_text": "" + } + }, + "2022_opensuse-project": { + "timestamp": "2025-12-01T09:25:54.886994", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/opensuse-project", + "project_ideas_text": "" + } + }, + "2022_criu": { + "timestamp": "2025-12-01T09:26:17.284092", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/criu", + "project_ideas_text": "" + } + }, + "2022_ceph": { + "timestamp": "2025-12-01T09:27:20.277620", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ceph", + "project_ideas_text": "" + } + }, + "2022_jboss-community": { + "timestamp": "2025-12-01T09:26:27.309028", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/jboss-community", + "project_ideas_text": "" + } + }, + "2022_sagemath": { + "timestamp": "2025-12-01T09:26:04.892786", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/sagemath", + "project_ideas_text": "" + } + }, + "2022_musescore": { + "timestamp": "2025-12-01T09:26:20.263818", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/musescore", + "project_ideas_text": "" + } + }, + "2022_pecan-project": { + "timestamp": "2025-12-01T09:25:56.640311", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/pecan-project", + "project_ideas_text": "" + } + }, + "2022_eclipse-foundation": { + "timestamp": "2025-12-01T09:25:49.606404", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/eclipse-foundation", + "project_ideas_text": "" + } + }, + "2022_postgresql": { + "timestamp": "2025-12-01T09:26:37.296774", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/postgresql", + "project_ideas_text": "" + } + }, + "2022_learning-equality": { + "timestamp": "2025-12-01T09:26:04.302225", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/learning-equality", + "project_ideas_text": "" + } + }, + "2022_ruby": { + "timestamp": "2025-12-01T09:27:09.078781", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/ruby", + "project_ideas_text": "" + } + }, + "2022_the-enigma-team": { + "timestamp": "2025-12-01T09:26:25.548008", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/the-enigma-team", + "project_ideas_text": "" + } + }, + "2022_wellcome-sanger-institute": { + "timestamp": "2025-12-01T09:26:59.616103", + "data": { + "technologies": [], + "description": "", + "url": "https://summerofcode.withgoogle.com/programs/2022/organizations/wellcome-sanger-institute", + "project_ideas_text": "" + } + }, + "2022_monado": { + "timestamp": "2025-12-01T09:26:24.380221", + "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