Skip to content

Instantly share code, notes, and snippets.

View grahamjenson's full-sized avatar

Graham Jenson grahamjenson

View GitHub Profile
@grahamjenson
grahamjenson / README.md
Last active January 1, 2016 08:18
Block Map Demo

I really like the blocky style of maps above, and I think they may be a useful to a visualisation that is dependant upon area (like population per square km). These particular images have a few problems:

  • They are propriety (and I don't want to pay for them)
  • They do not come in a format with the ability to access the individual blocks in a programatic or useful way (i.e. by latitude and longitude).

Testing out the gist api from github with bostocks bl.ocks v1

This is not helping

@grahamjenson
grahamjenson / README.md
Last active January 1, 2016 16:08
Simple Map with New Zealand Centred

Simple map with New Zealand Centred

@grahamjenson
grahamjenson / README.md
Last active February 17, 2017 05:33
Spinning Block

Using the Block Map Visualisation built previously I wanted to see what it would look like on a spinning sphere.

@grahamjenson
grahamjenson / README.md
Last active February 17, 2017 05:33
Simple Rotating World

Simple Rotating World

@grahamjenson
grahamjenson / README.md
Last active January 1, 2016 19:49
Simple Geojson Example

Simple GeoJSON example

@grahamjenson
grahamjenson / README.md
Last active January 1, 2016 19:49
Simple Translate Example

Translate Example

@grahamjenson
grahamjenson / README.md
Last active January 1, 2016 19:49
Simple Scale Example

Simple Scale Example

@grahamjenson
grahamjenson / README.md
Created January 7, 2014 08:29
Publiations

While attaining our doctorates we published many articles, here is a list of

##Grahams' Publications

Graham Jenson, Jens Dietrich, Hans W. Guesgen, Stephen Marsland An empirical study into component system evolution. CBSE 2011 Graham Jenson, Jens Dietrich, Hans W. Guesgen A Formal Framework to Optimise Component Dependency Resolution. APSEC 2010 Graham Jenson, Jens Dietrich, Hans W. Guesgen An Empirical Study of the Component Dependency Resolution Search Space. CBSE 2010 Jens Dietrich, Graham Jenson Components, Contracts and Vocabularies - Making Dynamic Component Assemblies more Predictable. Journal of Object Technology 2009 Graham Jenson Improving Component Dependency Resolution with Soft Constraints, Validation and Verification. ASE 2009 Jens Dietrich, Vyacheslav Yakovlev, Catherine McCartin, Graham Jenson, Manfred Duchrow Cluster analysis of Java dependency graphs. SOFTVIS 2008

@grahamjenson
grahamjenson / README.md
Last active July 22, 2016 01:12
Snake List Widget

I recently wanted to implement a visualisation of a stream of incoming events. For the visualisation I wanted a list where the latest event is added to the beginning and the other events move down the list in a snake like pattern (to minimise the amount of movement). This is an example click on the squares to see my implementation in action. I used jQuery promises (which I recently blogged about here), metro css and coffeescript to implement this visualisation.