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 |
|
|
18 |
<h2>Mailing list</h2>
|
|
19 |
<p>
|
|
20 |
You may use the mailing list <a
|
|
21 |
href="mailto:isabelle-users@cl.cam.ac.uk">isabelle-users@cl.cam.ac.uk</a>
|
|
22 |
and its <a
|
|
23 |
href="http://www.cl.cam.ac.uk/users/lcp/archive/">archive</a> to
|
|
24 |
discuss problems and results. To subscribe, <a
|
|
25 |
href="mailto:lcp@cl.cam.ac.uk?subject=subscribe&body=Please%20add%20me%20to%20the%20Isabelle%20mailing%20list">contact
|
|
26 |
Larry Paulson</a>.</p>
|
|
27 |
|
|
28 |
<h2>Contributing theorems</h2>
|
|
29 |
|
|
30 |
<p>Did you have to prove a lemma that should have been part
|
|
31 |
of the Isabelle distribution? Send it to us!</p>
|
|
32 |
|
|
33 |
<p>We will collect theorems sent to <a href=
|
|
34 |
"mailto:isabelle-lemmas@cl.cam.ac.uk">isabelle-lemmas@cl.cam.ac.uk</a>.
|
|
35 |
Accepted material will be included in the Isabelle sources, with credit given
|
|
36 |
to the author. Note that the Isabelle sources are distributed under the BSD
|
|
37 |
license. Lemmas should be general, useful, and not too large. For larger
|
|
38 |
developments you might want to consider a submission to the
|
|
39 |
<a href="http://afp.sf.net">Archive of Formal Proofs</a>.</p>
|
|
40 |
|
|
41 |
<h2 id="afp">The Archive of Formal Proofs (AFP)</h2>
|
|
42 |
<p>The <a href="http://afp.sf.net">Archive of Formal Proofs</a> is a collection of proof
|
|
43 |
libraries, examples, and larger scientifc developments, mechanically checked
|
|
44 |
in Isabelle. It is organized in the way of a scientific journal. Submissions
|
|
45 |
are refereed.</p>
|
|
46 |
|
|
47 |
</div>
|
|
48 |
<div class="hr"><hr/></div>
|
|
49 |
<?include file="//include/footer.include.html"?>
|
|
50 |
</body>
|
|
51 |
|
|
52 |
</html>
|