shibam120302 / GSoC_Orgs_Management_Dashboard

Google Summer of Code Organization Filter Based on participation frequency, tools and tech
https://shibam120302.github.io/GSoC_Orgs_Management_Dashboard/
1 stars 1 forks source link
gsoc gsoc-organizations html javascript javascript-project

GSoC_OrganizationsTracker

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.

Google Summer of Code Organization Filter

Table of contents

Quick start

Quick start available option:

To scrape Data

What's included

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

Json Schema

Object
├── OrganizationName (Object)
│   ├── Year (Object)
│   |   ├──  Link (Object)
│   |   |   ├── Tech (Array)
│   |   |   ├── Topics (Array)
│   ├── Years (Array)     

TechStack

This section list frameworks, libraries used to build this project

Creator

Shibam Nath