Last Updated: 11-Aug-2010 (Graphs: 13-Aug-2010 06:31 UTC)
Update: The H1N1 pandemic is officially over. Hopefully it's really over and I don't need to update this post again!
The threat of Influenza A(H1N1) is not over yet. I have created the charts below to illustrate the current situation, and will update them regularly with my scripts (That's why I put this post under 'Programming' too, and see below if interested).
Other important updates:
** The number of death cases

** The number of confirmed cases (Up to 22-Nov-09 only)

** The mortality rate (Up to 22-Nov-09 only) (Note: The figures are obtained simply by dividing the number of death cases by the number of confirmed cases. Since confirmed cases need not be reported after July-2009, the mortality rate after that does not really reflect the actual situation.)

Source: WHO updates on Influenza A(H1N1) [www.who.int]
I use Gnuplot [gnuplot.info] to generate the charts with the help of a script and a data file. I used to use a python script to automate the entire update process: Fetches the latest updates from WHO website, parses the page, generates the latest data file, generates the charts, and finally uploads the charts. However, since the format became less well-formatted starting from update 60, I have since abandoned the script and update the data manually.