Logo design work and business card done for a psychotherapist.

The 7 New Social Classes Infographic:
Small infographic I did for a page in Campaign magazine for the company Mindshare.Based off the BBC’s The Great British Class Survey

The 7 New Social Classes Infographic:

Small infographic I did for a page in Campaign magazine for the company Mindshare.

Based off the BBC’s The Great British Class Survey

Website for Vincenzo Barber Shop

http://www.vincenzobarbershop.co.uk/

Presentation material: Institute Links with Brazil Map/Diagram.

Presentation material for Project Links with Brazil.

My Wordpress website is starting to come along nicely…

My Wordpress website is starting to come along nicely…

Infographic I did in collaboration with the design studio Infogr8 for the Walking Dead TV show.

Infographic I did in collaboration with the design studio Infogr8 for the Walking Dead TV show.

University’s international student sources worldwide data visualisation

University’s international student sources worldwide data visualisation

ERASMUS students coming into a UK university Information Graphic

ERASMUS students coming into a UK university Information Graphic

ERASMUS students going out of a UK university Information Graphic

ERASMUS students going out of a UK university Information Graphic

Lack of entries recently has been due to long on-going projects I’m currently working on.  I’ve been doing a lot more web development work and setting up Wordpress sites instead of any graphic design or information design based work.  But I’ll be back with material once these projects are done.

Last night I needed an image for a new Google+ page I was setting up for my dataviz services, so I quickly wrote some code to generate something relevant.
Processing Code:
background(0);
size(890, 180);
for(int j = 10; j <= height; j = j + 10) {
  stroke(30);
  line(0, j, 890, j);
}
for(int i = 0; i <= width; i = i + 3) {
  noStroke();
  fill(7, 219, 139, 100);
  float rand = random(5, 160);
  rect(i, 180, 2, -rand);
}
for(int i = 0; i <= width; i = i + 3) {
  noStroke();
  fill(105, 219, 7);
  float rand = random(5, 100);
  rect(i, 180, 2, -rand);
}

Last night I needed an image for a new Google+ page I was setting up for my dataviz services, so I quickly wrote some code to generate something relevant.

Processing Code:

background(0);

size(890, 180);

for(int j = 10; j <= height; j = j + 10) {

  stroke(30);

  line(0, j, 890, j);

}

for(int i = 0; i <= width; i = i + 3) {

  noStroke();

  fill(7, 219, 139, 100);

  float rand = random(5, 160);

  rect(i, 180, 2, -rand);

}

for(int i = 0; i <= width; i = i + 3) {

  noStroke();

  fill(105, 219, 7);

  float rand = random(5, 100);

  rect(i, 180, 2, -rand);

}

University Institutional Links with Australia Diagram Map 4

University Institutional Links with Australia Diagram Map 4

University Institutional Links with Australia Diagram Map 3

University Institutional Links with Australia Diagram Map 3

University Institutional Links with Australia Diagram Map 2

University Institutional Links with Australia Diagram Map 2