16233
|
1 |
<?xml version='1.0' encoding='iso-8859-1' ?>
|
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
16240
|
3 |
<!-- $Id$ -->
|
16233
|
4 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
5 |
|
|
6 |
<head>
|
|
7 |
<title>Community</title>
|
|
8 |
<?include file="//include/htmlheader.include.html"?>
|
|
9 |
</head>
|
|
10 |
|
|
11 |
<body class="main">
|
|
12 |
<?include file="//include/header.include.html"?>
|
|
13 |
<div class="hr"><hr/></div>
|
|
14 |
<?include file="//include/navigation.include.html"?>
|
|
15 |
<div class="hr"><hr/></div>
|
|
16 |
<div id="content">
|
|
17 |
|
16592
|
18 |
<h2>Project partners</h2>
|
|
19 |
|
|
20 |
<p>Isabelle is a joint project between
|
|
21 |
<a href="http://www.cl.cam.ac.uk/users/lcp/">Larry Paulson</a>
|
|
22 |
(<a href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html">University of Cambridge</a>, UK) and
|
|
23 |
<a href="http://www.in.tum.de/~nipkow/">Tobias Nipkow</a>
|
|
24 |
(<a href="http://www4.in.tum.de/proj/theoremprov/group.html">Technical University of Munich</a>, Germany).</p>
|
|
25 |
|
|
26 |
<p>There is an (incomplete) list of past and present <a href=
|
|
27 |
"http://www.cl.cam.ac.uk/Research/HVG/Isabelle/projects.html">projects</a>
|
|
28 |
undertaken using Isabelle.</p>
|
|
29 |
|
16233
|
30 |
<h2>Mailing list</h2>
|
16592
|
31 |
|
16928
|
32 |
<p>You may use the mailing list <a href=
|
|
33 |
"mailto:isabelle-users@cl.cam.ac.uk">isabelle-users@cl.cam.ac.uk</a> and its
|
19094
|
34 |
<a href="https://lists.cam.ac.uk/pipermail/cl-isabelle-users/index.html">archive</a> to discuss
|
16928
|
35 |
problems and results. To subscribe, <a href=
|
|
36 |
"mailto:Cl-isabelle-users-request@lists.cam.ac.uk?subject=subscribe">
|
|
37 |
contact our robot</a>.</p>
|
16233
|
38 |
|
|
39 |
<h2>Contributing theorems</h2>
|
|
40 |
|
|
41 |
<p>Did you have to prove a lemma that should have been part
|
|
42 |
of the Isabelle distribution? Send it to us!</p>
|
|
43 |
|
|
44 |
<p>We will collect theorems sent to <a href=
|
|
45 |
"mailto:isabelle-lemmas@cl.cam.ac.uk">isabelle-lemmas@cl.cam.ac.uk</a>.
|
|
46 |
Accepted material will be included in the Isabelle sources, with credit given
|
|
47 |
to the author. Note that the Isabelle sources are distributed under the BSD
|
|
48 |
license. Lemmas should be general, useful, and not too large. For larger
|
|
49 |
developments you might want to consider a submission to the
|
|
50 |
<a href="http://afp.sf.net">Archive of Formal Proofs</a>.</p>
|
|
51 |
|
|
52 |
<h2 id="afp">The Archive of Formal Proofs (AFP)</h2>
|
16592
|
53 |
|
16233
|
54 |
<p>The <a href="http://afp.sf.net">Archive of Formal Proofs</a> is a collection of proof
|
|
55 |
libraries, examples, and larger scientifc developments, mechanically checked
|
|
56 |
in Isabelle. It is organized in the way of a scientific journal. Submissions
|
|
57 |
are refereed.</p>
|
|
58 |
|
|
59 |
</div>
|
|
60 |
<div class="hr"><hr/></div>
|
|
61 |
<?include file="//include/footer.include.html"?>
|
|
62 |
</body>
|
|
63 |
|
|
64 |
</html>
|