You can find the program notes here: http://www2007.org/paper570.php
and (linked to from the program notes) a PDF version of their paper here: http://www2007.org/papers/paper570.pdf
I find MinHash counterintuitive and confusing, but I'm looking at it more closely now. Some of the resources I've found so far are:
- The Google News Personalization paper above gives a decent introduction to how MinHash works.
- Applying High-Dimensional Clustering Methods For Phylogenetic Profiling mentions using MinHash in the context of clustering genetic pools together to infer species relationships.
- Min-Wise Independent Permutations seems to be a very important paper on the topic.