LIVE LINK : https://shibam120302.github.io/GSoC_Orgs_Management_Dashboard/
This project contains data about every organization that has participated in Google Summer of Code since 2009.
This project contains every tools and technologies used by the organization.
It also contains Filter based on tools(tech), topic and number of times organization has participated.
Quick start available option:
https://github.com/shibam120302/GSoC_Orgs_Management_Dashboard.git
Within the download you'll find the following directories and files.
GSOC_OrganizationTracker/
├── webScraper/
│ ├── scripts/
│ | ├── working2015Org.py
│ | ├── working2020Org.py
│ | ├── dataCombineOrg.py
│ | ├── printTest.py
│ | ├── moreData.py
│ | ├── finalScript.py
│ | ├── allDataCombine.py
│ | ├── scrapeAndCombine.py
│ ├── scrapedData/
│ | ├── yearlyData/
│ | | ├── 2009Org.txt
│ | | ├── 2010Org.txt
│ | | ├── 2011Org.txt
│ | | ├── 2012Org.txt
│ | | ├── 2013Org.txt
│ | | ├── 2014Org.txt
│ | | ├── 2015Org.txt
│ | | ├── 2016Org.txt
│ | | ├── 2017Org.txt
│ | | ├── 2018Org.txt
│ | | ├── 2019Org.txt
│ | | ├── 2020Org.txt
│ | ├── combinedData/
│ | | ├── toolsData.json
│ | | ├── allfinalData.json
│ | | ├── allDataCombined852.json
├── websiteFiles/
│ ├── assets/
│ | ├── images/
│ | | ├── filter.png
│ | ├── data/
│ | | ├── addDataCombined.json
│ ├── styles/
│ | ├── index.css
│ ├── scripts/
│ | ├── index.js
├── index.html
├── README.md
Object
├── OrganizationName (Object)
│ ├── Year (Object)
│ | ├── Link (Object)
│ | | ├── Tech (Array)
│ | | ├── Topics (Array)
│ ├── Years (Array)
This section list frameworks, libraries used to build this project
Shibam Nath