--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/website/world_map.html Thu May 04 19:48:41 2006 +0200
@@ -0,0 +1,60 @@
+<?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">
+ <?include file="//include/header.include.html"?>
+ <div class="hr"><hr/></div>
+ <?include file="//include/navigation.include.html"?>
+ <div class="hr"><hr/></div>
+
+ <div id="content">
+ <h2>Isabelle around the world</h2>
+ <div style="text-align: center; padding: 4pt;">
+ <img src="//img/world_map.gif" alt="Isabelle World Map" usemap="#map" />
+ <map name="map">
+ <area shape="rect" alt="" coords="514,315,523,324" nohref="nohref" onmouseover="return world_click( 0);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="518,309,527,318" 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="510,306,519,315" href="http://go.warwick.ac.uk/kalvala" onmouseover="return world_click( 2);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="503,359,512,368" href="http://www.sc.ehu.es/paqui" onmouseover="return world_click( 3);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="513,349,522,358" href="http://www.labri.fr/Perso/~casteran/" onmouseover="return world_click( 4);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="556,339,565,348" href="http://www.infsec.ethz.ch/" onmouseover="return world_click( 5);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="586,337,595,346" href="http://www.ist.tugraz.at/projects/isac/" onmouseover="return world_click( 6);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="568,330,577,339" href="http://www4.in.tum.de/proj/theoremprov/group.html" onmouseover="return world_click( 7);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="556,332,565,341" href="http://dbis.informatik.uni-freiburg.de/index.php?person=hiss/" onmouseover="return world_click( 8);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="544,331,553,340" href="http://www.loria.fr/equipes/mosel/" onmouseover="return world_click( 9);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="551,313,560,322" href="http://ls5-www.cs.uni-dortmund.de/staff/lammich.html" onmouseover="return world_click(10);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="555,306,564,315" href="http://www.tzi.de/cofi/hets" onmouseover="return world_click(11);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="570,293,579,302" href="http://www.imm.dtu.dk/~jv" onmouseover="return world_click(12);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="398,62,489,129" nohref="nohref" onmouseover="return world_click(13);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="761,318,775,332" href="http://www.ertos.nicta.com.au/research/l4.verified/" onmouseover="return world_click(14);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="769,313,783,327" href="http://www.ertos.nicta.com.au/research/l4.verified/" onmouseover="return world_click(15);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="635,144,649,158" href="http://www.iitg.ernet.in/" onmouseover="return world_click(16);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="740,118,754,132" href="http://www.score.cs.tsukuba.ac.jp/~minamide/verification.html" onmouseover="return world_click(17);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="681,107,695,121" nohref="nohref" onmouseover="return world_click(18);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="150,91,164,105" href="http://www.csee.ogi.edu/~johnm" onmouseover="return world_click(19);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="136,116,150,130" href="http://www.nongnu.org/isarmathlib/" onmouseover="return world_click(20);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="220,139,234,153" nohref="nohref" onmouseover="return world_click(21);" onmouseout="return nd();" />
+ <area shape="rect" alt="" coords="236,105,250,119" href="http://www.cs.cmu.edu/" onmouseover="return world_click(22);" onmouseout="return nd();" />
+ </map>
+ </div>
+
+ <p>There is also a <a href="//world_map_large.html">larger 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>
+ <div class="hr"><hr/></div>
+ <?include file="//include/footer.include.html"?>
+</body>
+
+</html>
--- /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>