italia / daf-d3-miur-studenti-ateneo

d3.js visualization using DAF data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the #daf-d3 channel Get invited

Introduction

This repo contains a d3.js infographic that visualizes MIUR's data (link here) on the number, hometown ("comune di residenza"), and sex of enrolled students and newly enrolled students in Italian Universities ("Atenei") in the Academic Year 2015/2016. It shows the inbound, outbound, and stationary flow of students per region, area of study, and sex.

Data folder

Data contained in the data folder have been extracted with the following command:

wget -O file02_2015-16_provenienze.csv http://dati.ustat.miur.it/dataset/07d1c63f-9b1a-47f0-9648-66663e59c3f6/resource/9bebad94-3c0b-469e-8e50-b474d52aeb27/download/file02_2015-16_provenienze.csv

Running the application

npm install
npm start

Licence

Copyright (c) 2017-2018, the respective contributors, as shown by the AUTHORS file.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note

This project was bootstrapped with Create React App. It uses React + D3js ES6.

About

d3.js visualization using DAF data

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 70.3%Language:HTML 23.5%Language:Dockerfile 3.6%Language:CSS 2.5%