# data_workshop_2015 **Repository Path**: bit2atom/data_workshop_2015 ## Basic Information - **Project Name**: data_workshop_2015 - **Description**: Data Visualization workshop at ITP. Fall 2014 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://i.imgur.com/whyzTrq.jpg) - #ITP Unconference 2015 - This workshop is divided into two sections: Data Janitorialization, and Data Visualization. Both sections will use JavaScript for development. **Tools used:**
Creating the framework for the app: [Initializr](http://www.initializr.com/).
Adding Libraries: [CDNJS.com](https://cdnjs.com/)
Creating visualizations: [D3.js](http://d3js.org/)

What is D3 and what can it do? It is a visualization "kernal", not a "library". D3 was designed to be more rudimentary than a library, and more like a tool set, so people can use it to create things the creators of the library never imagined. - [Simple graphs](https://github.com/mbostock/d3/wiki/Gallery). - [Incredibly complicated things](http://bl.ocks.org/mbostock), like [Visualizing Algorithms](http://bost.ocks.org/mike/algorithms/). ##Day 1 - Data Janitorialization: 1. Sign up for an account at [enigma.io](http://enigma.io/). 2. Download the code in Unconference > Day 1 folder. 3. Learn about the drudgery of cleaning and preparing data...
##Day 2 - Data Visualization: 1. D3!