Conferences in Arithmetic Geometry
"""
f = urllib.urlopen("http://scripts.mit.edu/~kedlaya/wiki/index.php?title=Conferences_in_Arithmetic_Geometry")
str = f.read()
matchObj = re.search('(.*)', str, re.DOTALL)
str2 = matchObj.group(1)
str3 = re.sub('
"""