Skip to content

Instantly share code, notes, and snippets.

View crevoisiersabine's full-sized avatar

Sabine crevoisiersabine

View GitHub Profile
@crevoisiersabine
crevoisiersabine / README.md
Last active May 2, 2019 08:12
Dynamic Table (part of CS171 Harvard Visualisation assignment)
@crevoisiersabine
crevoisiersabine / README.md
Last active August 29, 2015 13:56
Bubble Animation

This file takes in a default set of items that were given to users and compares over a finite period of time how that has changed. The new set shows what addional items the users have collectively added as well as what items they have collectively removed from those originally given.

The animation shows this change over a simple mouse click.

The area of the circles is proportional to the number of users that have this item.

Data update reference thanks to: http://bl.ocks.org/mbostock/3808218

@crevoisiersabine
crevoisiersabine / README.md
Last active December 24, 2015 12:08
Visualisation in D3 - simple examples

I created two types of simple visualisation tools:

  • a line/bar chart of total number of canadian citizenship applications + number of successful application over 5 years

  • a geographical representation on my last holiday trip sized by length of time spent in each place

The two tools can be accessed through a single page that uses jQuery to respond to user selection choices.

[This piece of work was done to experiment with D3 & jQuery as I learned the concepts through following both Scott Murray's Interactive Data Visualisation book and the O'Reilly Javascript and jQuery, the missing manual.]