As a mathematics teacher, I believe that incorporating some historical aspects of mathematics in my teaching is vital for students understanding of mathematics as a constantly evolving discipline. One way to do this, without too much effort, is to simply give verbal homage to a famous mathematician on occasion. While this is often done in relation to the creator of a theorem being studied, another interesting method is to celebrate a particular mathematician’s birthday.
There are a number of great mathematical history sites on the web, but the most comprehensive is the MacTutor site, hosted by the University of St. Andrews in Scotland. The MacTutor site has a great Mathematician of the Day page, which lists who was born or died on the current day, as well as a quotation of the day from one of these mathematicians. This is a great place to start if you are looking for a way to incorporate history into the math classroom.
However, I recently thought how nice it would be to have an iCal (or any iCalendar compatible application, such as Mozilla Calendar) calendar that I could view on my machine. To this end, I did a bit of Google searching, and found that Bill Bauldry, a professor at Appalachian State University had what seemed to be an iCalendar compatible file created with many famous mathematicians included. I emailed Bill, and he was happy to share the file with me. The one major feature that was missing was URL links to the biographies of the mathematicians available when their birthday is selected. To remedy this, I hacked out a quick Perl script or two to automate adding such links to the .ics file. It worked for the most part (I had to fix up about 90 links by hand, out of just over 1300 total), and so I present to you the new, improved Mathematician Birthday calendar:
- View the Mathematician Birthday Calendar online
- Download a copy of the Mathematician Birthday Calendar for use on your own computer
- Subscribe to the Mathematician Birthday Calendar (should automatically open up iCal, or whatever your default calendar application is)
If you are wondering how this calendar might be useful to you, you might want to watch this Quicktime movie (high quality for broadband users, low quality for dial-up) showing how the calendar looks and works on my Mac’s iCal. I hope you find this to be a useful resource.
Note to self — Just so that I can remember in future years how I did this:
- run ical.pl Perl script I created that auto-generates the URL’s to the mathematician’s biographies and inserts them into the iCalendar file. This seems to work for about 90% or so of the URLs.
- run the ical_extract.pl Perl script I created that cycles through an iCalendar file, sticking all of the URLs into an HTML page, with each link as a list item
- use linklint or some other link validation checker to see which links were not created correctly
- fix the incorrect links by hand
