Cookbook/menu.html
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Thu, 16 Jun 2016 10:52:43 +0100
changeset 449 7fb685883250
parent 447 678ba50aba9d
child 465 4dac76eb27d9
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
<html>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
<head>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
  <title>Menu</title>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
  <style type="text/css">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
   a:link{text-decoration:none;}
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     8
   a:visited{text-decoration:none;}
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     9
   a:hover{text-decoration:underline;}
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    10
  </style>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    11
</head>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    12
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    13
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    14
<body style="color: rgb(0,0,0);" alink="#000099" link="#000099" vlink="#990099">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    15
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    16
<span style="font-weight: bold; color: rgb(255, 255, 255);"></span>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    17
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="0">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    18
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    19
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    20
<tbody>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    21
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    22
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    23
<td style="background-color: rgb(117, 117, 218);"><span style="font-weight: bold; color: rgb(255, 255, 255);">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    24
Download</span></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    25
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    26
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    27
<tr>
447
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 446
diff changeset
    28
<td style="background-color: rgb(224, 224, 240);"> <IMG SRC="new.gif" ALT="" style="" align="left"><a href="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/isabelle-cookbook/raw-file/tip/progtutorial.pdf" onclick="pageTracker._trackPageview('tutorial');" target="_top">
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    29
Latest Draft</a><BR><BR><BR></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    30
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    31
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    32
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    33
<td style="background-color: rgb(117, 117, 218);"><span style="font-weight: bold; color: rgb(255, 255, 255);">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    34
People Who Contributed So Far</span></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    35
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    36
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    37
<tr>
30
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
    38
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www.inf.kcl.ac.uk/staff/urbanc/" target="content">Christian Urban</a></td>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    39
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    40
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    41
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    42
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www4.in.tum.de/~berghofe" target="content">Stefan Berghofer</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    43
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    44
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    45
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    46
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www4.in.tum.de/~blanchet/" target="content">Jasmin Blanchette</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    47
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    48
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    49
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    50
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www4.in.tum.de/~boehmes" target="content">Sascha B&ouml;hme</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    51
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    52
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    53
<tr>
128
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    54
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www4.in.tum.de/~bulwahn" target="content">Lukas Bulwahn</a></td>
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    55
</tr>
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    56
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    57
<tr>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    58
<td style="background-color: rgb(224, 224, 240);"> <a href="http://users.rsise.anu.edu.au/~jeremy" target="content">Jeremy Dawson</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    59
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    60
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    61
<tr>
128
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    62
<td style="background-color: rgb(224, 224, 240);"> <a href="http://xaph.net" target="content">Rafal Kolanski</a></td>
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    63
</tr>
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    64
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    65
<tr>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    66
<td style="background-color: rgb(224, 224, 240);"> Armin Heller</td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    67
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    68
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    69
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    70
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www4.in.tum.de/~krauss" target="content">Alexander Krauss</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    71
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    72
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    73
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    74
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www4.in.tum.de/~nipkow" target="content">Tobias Nipkow</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    75
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    76
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    77
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    78
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www.nicta.com.au/people/norrishm" target="content">Michael Norrish</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    79
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    80
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    81
<tr>
128
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    82
<td style="background-color: rgb(224, 224, 240);"> Andreas Schropp</td>
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    83
</tr>
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    84
2062a71a052c added authors
Christian Urban <urbanc@in.tum.de>
parents: 31
diff changeset
    85
<tr>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    86
<td style="background-color: rgb(224, 224, 240);"> <a href="http://cl-informatik.uibk.ac.at/~griff/" target="content">Christian Sternagel</a></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    87
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    88
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    89
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    90
<td style="background-color: rgb(117, 117, 218);"><span style="font-weight: bold; color: rgb(255, 255, 255);">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    91
Feedback</span></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    92
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    93
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    94
<tr>
30
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
    95
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www.inf.kcl.ac.uk/staff/urbanc/Cookbook/main.html#readers" target="content">What early readers said</a> </td>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    96
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    97
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    98
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    99
<td style="background-color: rgb(117, 117, 218);"><span style="font-weight: bold; color: rgb(255, 255, 255);">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   100
Workshops</span></td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   101
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   102
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   103
<tr>
449
7fb685883250 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 447
diff changeset
   104
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www.inf.kcl.ac.uk/staff/urbanc/Nominal/activities/tphols09/idw.html" target="_top">First Isabelle Developers Workshop</a> </td>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   105
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   106
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   107
<tr>
449
7fb685883250 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 447
diff changeset
   108
<td style="background-color: rgb(224, 224, 240);"> <a href="http://www.inf.kcl.ac.uk/staff/urbanc/Nominal/activities/idw10/idw.html" target="_top">Second Isabelle Developers Workshop</a> </td>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   109
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   110
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   111
</tbody>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   112
</table>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   113
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   114
</body>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   115
</html>