Admin/website/world_map_large.html
changeset 19559 f238959645e4
child 19924 ee3c4ec1d652
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/website/world_map_large.html	Thu May 04 19:48:41 2006 +0200
@@ -0,0 +1,51 @@
+<?xml version='1.0' encoding='iso-8859-1' ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- $Id$ -->
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+    <title>World map</title>
+    <?include file="//include/htmlheader.include.html"?>
+    <script type="text/javascript" src="//js/overlib.js"></script>
+    <script type="text/javascript" src="//js/world_map_data.js"></script>
+</head>
+
+<body class="main">
+    <img src="//img/world_map_large.gif" alt="Isabelle World Map" usemap="#map" />
+    <map name="map">
+        <area shape="rect" alt="" coords="1321,808,1350,837" nohref="nohref"                                                      onmouseover="return world_click( 0);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1331,794,1360,823" href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html"  onmouseover="return world_click( 1);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1313,785,1342,814" href="http://go.warwick.ac.uk/kalvala"                               onmouseover="return world_click( 2);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1292,923,1321,952" href="http://www.sc.ehu.es/paqui"                                    onmouseover="return world_click( 3);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1319,896,1348,925" href="http://www.labri.fr/Perso/~casteran/"                          onmouseover="return world_click( 4);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1427,869,1456,898" href="http://www.infsec.ethz.ch/"                                    onmouseover="return world_click( 5);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1505,867,1534,896" href="http://www.ist.tugraz.at/projects/isac/"                       onmouseover="return world_click( 6);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1462,847,1491,876" href="http://www4.in.tum.de/proj/theoremprov/group.html"             onmouseover="return world_click( 7);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1425,849,1454,878" href="http://dbis.informatik.uni-freiburg.de/index.php?person=hiss/" onmouseover="return world_click( 8);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1398,849,1427,878" href="http://www.loria.fr/equipes/mosel/"                            onmouseover="return world_click( 9);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1415,802,1444,831" href="http://ls5-www.cs.uni-dortmund.de/staff/lammich.html"          onmouseover="return world_click(10);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1427,783,1456,812" href="http://www.tzi.de/cofi/hets"                                   onmouseover="return world_click(11);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1465,749,1494,778" href="http://www.imm.dtu.dk/~jv"                                     onmouseover="return world_click(12);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1028,158,1260,332" nohref="nohref"                                                      onmouseover="return world_click(13);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1960,816,1999,855" href="http://www.ertos.nicta.com.au/research/l4.verified/"           onmouseover="return world_click(14);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1979,804,2018,843" href="http://www.ertos.nicta.com.au/research/l4.verified/"           onmouseover="return world_click(15);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1634,369,1673,408" href="http://www.iitg.ernet.in/"                                     onmouseover="return world_click(16);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1906,302,1945,341" href="http://www.score.cs.tsukuba.ac.jp/~minamide/verification.html" onmouseover="return world_click(17);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="1752,274,1791,313" nohref="nohref"                                                      onmouseover="return world_click(18);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="385,231,424,270"   href="http://www.csee.ogi.edu/~johnm"                                onmouseover="return world_click(19);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="348,297,387,336"   href="http://www.nongnu.org/isarmathlib/"                            onmouseover="return world_click(20);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="564,355,603,394"   nohref="nohref"                                                      onmouseover="return world_click(21);" onmouseout="return nd();" />
+        <area shape="rect" alt="" coords="607,268,646,307"   href="http://www.cs.cmu.edu/"                                        onmouseover="return world_click(22);" onmouseout="return nd();" />
+
+    </map>
+
+    <p>Back to <a href="//world_map.html">smaller version of this map</a>.
+    Contact <a href="mailto:webertj@in.tum.de?subject=Isabelle World Map">webertj@in.tum.de</a>
+    if you want to be added to the map.
+    </p>
+
+    <div class="hr"><hr/></div>
+    <?include file="//include/footer.include.html"?>
+</body>
+
+</html>