Making of "The Fantasy Eurozone 2011"
This is my story about making http://thefantasyeurozone2011.herokuapp.com
- Introduction: Challenges Are BeautifulI created "The Fantasy Eurozone 2011" to submit to a infoviz contest hosted by the Guardian. The contest is to visualise data featured on the Guardian about current economic crisis. You can either submit full information visualisation, or "Napkin" entries which involve writing down a concept on a piece of paper for those who do not have design skills. Even though I have close to zero design sense and skills, I decided to enter the full information visualisation category so that I can build my design skills. I am hoping that my coding skills will compensate for my lack of design flair.
Challenges Are Beautiful: visualise the economic crisis and win $5,000Albrecht Ritschl: Germany's ducking of the war reparations issue makes its attitude to the current Greek debt crisis somewhat hypocritica...- Finding A Topic: European Debt CrisisOne of the criteria is to use the dataset featured on the Guardian's data blog. After having reviewed all the articles from the past year, I had various conversations with family and friends, some of who work in the financial industry. In the end, I decided on an article about the current Euro debt crisis that appeared on the contest page.
Eurozone debt crisis: the key charts you need to understand what's happeningHow bad are things in Europe - and how does each country compare? Well, besides the data below, Polly Curtis' Reality Check series is a g...- This article was very informative describing various indicators about the euro debt crisis. The Guardian did a great job collecting various figures from Eurostats and explaining each figure in great detail. However, I found it difficult to get the big picture about the European debt crisis as a whole due to an overwhelming amount of data. As such, my aim is to visualise the highlights from this article in one page.
- Asking A Question: What happens if Greece leaves the euro?
- The blog article also asked an interesting question, "What happens if Greece leaves the euro?" This is often associated whether it leads to the end of Eurozone as a whole.
Is this really the end?EVEN as the euro zone hurtles towards a crash, most people are assuming that, in the end, European leaders will do whatever it takes to s...- This question gave me a great idea. What if the member of Eurozone is not fixed, but rather replaceable like any other sport team?
- Finding A Concept: The Fantasy Football
- Have you played "Fantasy Fooball"? You become a manager of your own team and pick players from various teams to form your dream team.
- So how do you apply these to Eurozone? One way is to create a multi dimensional chart plotting each player's ability. For instance, 5 for pass, 2 for goal, 1 for defence and etc. Below is my paper prototype. I am glad that I did not enter to the "Napkin" category as it is very clear that my napkin entry is not so strong..
- Choosing a Toolset: Raphaël
- Next, it's time to pick a tool for the job. There are so many different kinds of infoviz libraries, some of them are HTML5 Canvas based, and others are SVG(Scalable Vector Graphics). HTML5 Canvas. There are lots of libraries which offer's some framework to use either of the format.
d3.js - GitHubD3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a...
ProtovisA graphical approach to visualization Protovis is free and open-source, provided under the BSD License. It uses JavaScript and SVG for we...
Google Chart Tools - Google CodeProvides several tools for making data more comprehensible. Special URLs can be used to embed graph and chart images in users' own ...- The one I chose is called "Raphael".
- Here is an animation example.





