Admin/website/js/world_map_data.js
author webertj
Wed, 21 Jun 2006 21:13:27 +0200
changeset 19939 242b7312374d
parent 19923 e34105dd441d
permissions -rw-r--r--
world map updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19558
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     1
var world_data = [];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     2
var i = 0;
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     3
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     4
world_data[i++] = ['Xiaoqi Ma', CAPTION, 'University of Reading', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     5
world_data[i++] = ['<a href=\'http://www.cl.cam.ac.uk/users/lcp/\'>Larry Paulson</a>, <a href=\'http://www.cl.cam.ac.uk/~tjr22\'>Tom Ridge</a> et al.', CAPTION, 'University of Cambridge', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     6
world_data[i++] = ['Sara Kalvala', CAPTION, 'University of Warwick', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     7
world_data[i++] = ['Paqui Lucio', CAPTION, 'Basque Country University', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     8
world_data[i++] = ['Pierre Cast&eacute;ran', CAPTION, 'Universit&eacute; Bordeaux', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
     9
world_data[i++] = ['Achim D. Brucker, Burkhart Wolff: <b><a href=\'http://www.brucker.ch/projects/hol-ocl/index.en.html\'>HOL-OCL</a></b>, <b><a href=\'http://www.brucker.ch/projects/hol-testgen/index.en.html\'>HOL-TestGen</a></b>, <b><a href=\'http://abacus.informatik.uni-freiburg.de/holz/index.html\'>HOL-Z</a></b>, <b><a href=\'http://www.brucker.ch/projects/isamorph/\'>IsaMorph</a></b><br>J&uuml;rgen Doser: <b><a href=\'http://www.infsec.ethz.ch/people/doserj/mds\'>Model-Driven Security with Secure UML</a></b><br>Christoph Sprenger: <b><a href=\'http://www.zisc.ethz.ch/research/securityprotocolproofs\'>Cryptographically Faithful Proofs of Security Protocols</a></b>', CAPTION, 'ETH Z&uuml;rich', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    10
world_data[i++] = ['Walther Neuper: <b>ISAC</b>', CAPTION, 'Graz University of Technology', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    11
world_data[i++] = ['<a href=\'http://www4.informatik.tu-muenchen.de/~nipkow/\'>Tobias Nipkow</a> et al.', CAPTION, 'Technische Universit&auml;t M&uuml;nchen', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    12
world_data[i++] = ['Harald Hiss', CAPTION, 'Albert-Ludwigs-Universit&auml;t Freiburg', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    13
world_data[i++] = ['<a href=\'http://www.loria.fr/~merz/\'>Stephan Merz</a> et al.', CAPTION, 'LORIA', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    14
world_data[i++] = ['Peter Lammich', CAPTION, 'Institut f&uuml;r Informatik, Universit&auml;t M&uuml;nster', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    15
world_data[i++] = ['Till Mossakowski: <b>Heterogeneous Tool Set</b>', CAPTION, 'University of Bremen, DFKI Lab Bremen', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    16
world_data[i++] = ['J&oslash;rgen Villadsen', CAPTION, 'Technical University of Denmark', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    17
world_data[i++] = ['See the zoomed in section of the map for details.', CAPTION, 'Europe', STICKY, NOCLOSE];
19892
e41ef99d9bb3 Jia Meng added to world map
webertj
parents: 19831
diff changeset
    18
world_data[i++] = ['<a href=\'http://users.rsise.anu.edu.au/~jeremy/\'>Jeremy Dawson</a>, <a href="http://users.rsise.anu.edu.au/~jiameng/">Jia Meng</a>, <a href=\'http://users.rsise.anu.edu.au/~michaeln/\'>Michael Norrish</a>', CAPTION, 'ANU, NICTA', STICKY, NOCLOSE];
19558
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    19
world_data[i++] = ['<a href=\'http://www.cse.unsw.edu.au/~kleing/\'>Gerwin Klein</a> et al.: <b>L4.verified</b>', CAPTION, 'NICTA, UNSW', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    20
world_data[i++] = ['Kamal Kant Gupta', CAPTION, 'IIT Guwahati', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    21
world_data[i++] = ['Yasuhiko Minamide', CAPTION, 'University of Tsukuba', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    22
world_data[i++] = ['Gang Yu: <b>Formalizing Lambda-Calculus and Virtual Machine with Non-Local Control Operators</b>', CAPTION, 'Institute of Software, Beijing', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    23
world_data[i++] = ['John Matthews', CAPTION, 'Galois Connections', STICKY, NOCLOSE];
19831
c00e04f8a52a CVS: ----------------------------------------------------------------------
webertj
parents: 19558
diff changeset
    24
world_data[i++] = ['Slawomir Kolodynski: <b>IsarMathLib</b>', CAPTION, 'Newark, CA', STICKY, NOCLOSE];
19558
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    25
world_data[i++] = ['Robert Lamar', CAPTION, 'Stetson University', STICKY, NOCLOSE];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    26
world_data[i++] = ['<a href=\'http://www.andrew.cmu.edu/~avigad/isabelle/\'>Jeremy Avigad</a>, <a href=\'http://www.cs.cmu.edu/~seanmcl/research\'>Sean McLaughlin</a>', CAPTION, 'Carnegie Mellon University', STICKY, NOCLOSE];
19921
2a48a5550045 world map updated
webertj
parents: 19892
diff changeset
    27
world_data[i++] = ['Elsa L. Gunter', CAPTION, 'University of Illinois, Urbana-Champaign', STICKY, NOCLOSE];
2a48a5550045 world map updated
webertj
parents: 19892
diff changeset
    28
world_data[i++] = ['Sidi O Ehmety', CAPTION, 'University of Nouakchott', STICKY, NOCLOSE];
2a48a5550045 world map updated
webertj
parents: 19892
diff changeset
    29
world_data[i++] = ['Wolfgang Paul et al.', CAPTION, 'Saarland University', STICKY, NOCLOSE];
2a48a5550045 world map updated
webertj
parents: 19892
diff changeset
    30
world_data[i++] = ['Daniel Wasserrab: <b>CoreC++</b>', CAPTION, 'Universit&auml;t Passau', STICKY, NOCLOSE];
19923
e34105dd441d world map updated
webertj
parents: 19921
diff changeset
    31
world_data[i++] = ['David Aspinall: <b><a href=\'http://proofgeneral.inf.ed.ac.uk/\'>Proof General</a></b><br>Lucas Dixon: <b><a href=\'http://isaplanner.sourceforge.net/\'>IsaPlanner</a></b><br>Jacques Fleuriot: <b>HOL-Hyperreal</b>', CAPTION, 'University of Edinburgh, School of Informatics', STICKY, NOCLOSE];
19921
2a48a5550045 world map updated
webertj
parents: 19892
diff changeset
    32
world_data[i++] = ['J. Dalinger, L. Petrova', CAPTION, 'Khabarovsk State University of Technology', STICKY, NOCLOSE];
2a48a5550045 world map updated
webertj
parents: 19892
diff changeset
    33
world_data[i++] = ['Viktor Kuncak: <b>Jahob</b>', CAPTION, 'Massachusetts Institute of Technology', STICKY, NOCLOSE];
2a48a5550045 world map updated
webertj
parents: 19892
diff changeset
    34
world_data[i++] = ['Dave MacQueen', CAPTION, 'University of Chicago', STICKY, NOCLOSE];
19939
242b7312374d world map updated
webertj
parents: 19923
diff changeset
    35
world_data[i++] = ['Jes&uacute;s Aranzay', CAPTION, 'Universidad de La Rioja', STICKY, NOCLOSE];
19558
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    36
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    37
function world_click(i) {
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    38
    var entry = world_data[i];
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    39
    return overlib(entry[0], entry[1], entry[2], entry[3], entry[4]);
f5bdb1689c7c added js
haftmann
parents:
diff changeset
    40
}