Monthly Archives: August 2009

Zombie Defense: Strike Hard, Strike Often

Most people should remember from elementary school how we were supposed to create a fire escape plan for our house and practise it with our families, but what about other equally dangerous and deadly situations? I always found my school lacking in it’s zombie plague contingency plans; luckily we now have a better idea of a plan of action. Four students from Carleton and University of Ottawa have run different outbreak and response models (PDF) for zombie infection. Unfortunately, the news is not great. Only one scenario works in favour of non-zombies, that of a strike hard and strike often approach. Even at that, the authors are not entirely convinced the plan would be successful, especially as coordinating attacks during a time of turmoil would be very difficult. So remember to be on the lookout for zombies at all times, as the earlier the infection is caught, the more likely the human race may survive.

Death of the Dead Tree Journal

Ars Technica has a story on the American Chemical Society and their plans for switching most of their journals over to electronic format only. In some ways, the news may seem surprising, but at the same time, it does seem somewhat inevitable. I know that personally I do virtually all of my research online in some fashion. Anymore, if the article isn’t online and isn’t that vital to the work I’m doing, I’m not going to waste my time tracking it down when there are likely other papers that will work as well and are online, and I think this kind of attitude is (for better or worse) fairly common among my generation in the sciences. The days of the printed article are likely numbered. This is not to say that books will stop being published, but I see books (and by this I mean something I read for enjoyment) and journals (something I read for my job) as two different things. Journal articles are more useful to me if they are electronic, as then I can have them instantly in front of me without having to search through a filing cabinet, I don’t have the clutter of papers that I print of to skim once and never use again, and I can search with various tools to find what I want even if I can’t remember the specific paper. Books, on the other hand, I want to be able to enjoy slower and away from the distractions of a computer. I don’t need to search the text of a book and I like taking them to places where I have no power source, such as the park or camping. Books are more useful to me in dead tree format, and I will continue to buy them in that format. But I can honestly say that so long as I can access journals on line in high quality PDF format, that I won’t miss the fact that they’re no longer being printed. In fact, not printing them means lower costs for me in a couple of ways: research libraries no longer need to spend money building larger and larger buildings to hold journal collections that are rarely looked at; and (hopefully) journal subscription costs come down because of the savings of not having to pay for printing. Let the future begin.

Georeferencing a Palaeogeographic Map

There a a number of resources on the web and in the literature when it comes to palaeogeographic reconstructions. Two of the most commonly used sites for images are Chris Scotese’s PALEOMAP project and Ron Blakey’s home page. While the images that you can find on them are great, the format the images are in are a bit of a problem when it comes to loading them into a GIS program, as they aren’t in a typical GIS format. For example, the common GeoTIFF format that many GIS images are distributed as contains information about the image’s location, allowing it to be easily opened in GIS program. This makes it easier when trying to combine multiple georeferenced files, as the program will automatically place them in the proper location (and projection) relative to one another.  For my research, this is a very useful tool as it allows me to quickly place and update fossil localities on a map, without having to do everything by hand. Luckily, there are several easy ways to georeference an image.

The first method involves using a cross-platform GIS program called Quantum GIS. Once you have the program installed, open it up and the first thing you will do is enable the Georeferencer plugin. To do this, go to  Plugins > Manage Plugins on the top menu bar. Scroll down and select the Georeferencer plugin, and hit OK. Now, go to Plugins > Georeferencer > Georeferencer to open up the plugin. You will bepresented with two windows. Go to the window titled Georeferencer and navigate to the location of your image that you want to georeference and select it. Once you’ve done this, your image will pop up in the other window. In this window, you will select points on the map for which you know the location, and these points will allow the GIS program to position your image accordingly. To select a point, choose the button with the three red dots and then click on the image. It will ask for the X (typically longitude) and Y (typically latitude) of the point, which you need to enter. You can use the zoom options (top left) to zoom in and out to be more precise when choosing points as well. Once you’re done, you can hit Create to save or Create and Load Layer to save and load it in the program. Your original image should be unaltered, but there will now be a world file with a similar name (but slightly different ending) that contains the coordinates for the image, which the GIS can then use.

While the first method may seem easiest, as it just involves clicking pictures, I prefer a second method. I have installed a command line program (well really, a library and associated utilities) called the Geospatial Data Abstraction Library or GDAL for short. Here again, there are packages for all platforms available for download. Within GDAL, there is a utility called gdal_translate which allows you to georeference an image. To try it out once you have GDAL installed, fire up a terminal (or console, or whatever you like to call your command-line interface). From here, a single line of text can georeference your image. For example, if I have a full world map that is 375 pixels high and 750 pixels wide (as are all of Blakey’s palaeogeographic maps), and I know that the corners of the map are at -180 and 180 degrees longitude and -90 and 90 degrees latitude (as are Blakey’s), I can use the line:

gdal_translate -of GTiff -gcp 0 0 -180 90  -gcp 0 375 -180 -90  -gcp 750 0 180 90  -gcp 750 375 180 -90 90mya.jpg 90.tif

To break down the line a bit, gdal_translate calls the function, -of GTiff tells it I want a GeoTIFF as the output format, and the -gcp 0 0 -180 90 etc. each refer to a corner of the image and it’s longitude (or X) and latitude (or Y) (ie the top left corner or 0 0 is at -180 degrees longitude and 90 degrees latitude). Finally, the last two parts refer to the original image name (90mya.jpg) and output image name (90.tif). While this may seem a little more complex at first, it is far more precise than trying to click exact points on maps, and is much faster to use, especially with multiple images of the same size and position.

Either way, in the end you should have a much more useful image that you can do lots of other things which, like changing to a new projection, which I’ll talk about a bit more in a little while.

Palaeogeography in Google Earth

google_paleoearthWhile playing with some palaeogeographic maps from Ron Blakey’s website recently I was trying to come up with some way of manipulating the maps in a fun, and really visual, manner. I found somewhere about instructions on overlaying images on the globe in Google Earth, probably meant more as a way to place smaller regional maps on the globe. However, I realised that you can overlay a new image across the entire globe as well. What this means is that I could take a palaeogeographic reconstruction and manipulate it in 3D much as I would the modern geography in Google Earth. The picture on the left gives you an idea of what it looks like.

The whole process is pretty simple too. Download an image for whichever time period you like (make sure the map is straight up lat/long, and not a Mollweide projection). Then, open up Google Earth and select Add > Image Overlay and select the image you just downloaded. You probably need to tweak the placement a bit though, so under the Location tab in the Image Overlay window, be sure that you set the boundaries to 90 degrees North and South and 180 degrees East and West, and hit OK. Once you’ve done that, you can spin the globe around and take a look at how the Earth once appeared. One neat thing too is that you can adjust the transparency of the image overlay by using the slider just above the Layers on the left hand side. Have fun!

Canada’s Arctic Sovereignty

The Harper government has recently been touting a number of new initiatives in the High North of Canada as a way to assert Canadian sovereignty over the region. (The CBC has a nice summary map of where a number of these projects are planned to occur) I think it’s interesting to note though, that while the government has been proposing all these new plans, those of us actively involved in Arctic research know that the Harper government has been steadily cutting back on ways for scientists to access the region. For example, Polar Continental Shelf Program (PCSP) this past year had half the fuel of past years to distribute to researchers for logistical support, which meant if you wanted to work in the Arctic you had to come up with a lot more money than in the past. Admittedly, this was partly due to an increase in fuel prices and not just cutbacks, but what about other research funding? NSERC has seen a large number of cuts to its programs, at both the professor and student level. This means that costly field work in the Arctic simply cannot be done for lack of funds. For years scientists have been establishing our sovereignty in the region by doing research to find out what is actually there. While the Harper government is worried about using the military to assert our power over the region, wouldn’t it be just as (if not more) important to send researchers up to see what’s there? It makes both scientific (knowledge) and economic (resource exploitation) sense, while at the same time showing the world that we have a vested interest in our own land.

Biology and Computers

I recently ran across a nice summary of two papers in Science about the lack of understanding in biology of the way biological software, and computational biology in general, operate. The Science article authors opine about the lack of knowledge in biological labs of how the computational tools — gene sequencers for example — actually operate. I would tend to argue that the same could be said for almost any research lab today, with virtually any subject. I feel these researchers are perhaps longing for the mythic days of yore, when a man of knowledge did know much about everything, as there was arguably much less to know. I think every research lab out there probably is lacking in it’s knowledge of something, whether it’s the biologist who doesn’t understand his computational tools, or the computational biologist who knows too little about how actual organisms live and reproduce. So while I can understand why they worry, I wonder if this is just simply the way things are to be in a world of super-specialists.

Original articles:

Science, 2009. DOI: 10.1126/science.1173876
Science, 2009. DOI: 10.1126/science.1176016