[BACK]Return to top.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Annotation of OpenXM/doc/OpenXM-web/top.html, Revision 1.8

1.1       takayama    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
                      2: "http://www.w3.org/TR/REC-html40/loose.dtd">
                      3:  <head>
                      4:   <title>OpenXM (Open message eXchange for Mathematics)</title>
                      5:   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6:  </head>
                      7: <body bgcolor=#ffffff text=#000000>
                      8:
                      9: <center>
                     10: <h1> <img src="Stable/logo-openxm2.jpg"/>
                     11:   OpenXM (Open message eXchange for Mathematics):
                     12:   http://www.openxm.org
                     13: </h1>
                     14: </center>
                     15:
                     16: <h2> The News </h2>
                     17:
                     18: <ul>
1.7       takayama   19: <li> Version 1.2.3 is ready (February 10,2005)
1.6       takayama   20: <li> OpenXM pacakge is included in Knoppix/Math CD (July, 2004).
                     21:   <a href="ftp://ftp.math.kobe-u.ac.jp/pub/asir/knoppix-all/knoppix-2004-03/knoppix_20031119-20040202-math-en.iso"> Download the CD image <a/>,
                     22: <a href="http://geom.math.metro-u.ac.jp/wiki/index.php?%5B%5BKNOPPIX%2FMath%2FEnglish%5D%5D"> Puki/Wiki Knoppix/Math </a>
1.1       takayama   23: <li> OpenXM formula book project:
                     24: <a href="http://www.math.kobe-u.ac.jp/OCD/index.html">
                     25:   a digital formula book for generalized hypergeometric functions </a>
                     26: </ul>
                     27:
                     28: <h2> What is OpenXM? </h2>
                     29: It is an infrastructure for mathematical
                     30: communication.
                     31: We propose standards for mathematical computation
                     32: (OpenXM-RFC's). We will also support <a href="http://www.openmath.org"> OpenMath </a>.
                     33: The project is also making experiments to connect mathematical
                     34: software systems each other on the infrastructure.
                     35: We are providing packages of mathematical software systems
                     36: supporting the OpenXM protocol. Here is a quick tour of the OpenXM package:
                     37: <a href="Stable/html/OpenXM-poster/func1/index.html">functions 1</a>,
                     38: <a href="Stable/html/OpenXM-poster/func2/index.html">functions 2</a>,
                     39: <a href="Stable/html/OpenXM-poster/efficient/index.html">Efficient computation</a>.
                     40:
                     41: <h2> Distribution/Download </h2>
1.2       takayama   42: The <a href="Current/index.html"> OpenXM HEAD
1.1       takayama   43: <img src="Stable/logo-openxm5.jpg"/>  </a>
                     44: contains the latest distribution of the OpenXM package, the documents and
                     45: the latest specifications.
                     46:
                     47: <h2>Papers and Tutorials</h2>
                     48: <ul>
                     49: <li>The Design and Implementation of OpenXM-RFC 100 and 101
                     50: [<a HREF="ascm2001/ascm2001/index.html">Survey</a>].
                     51: </ul>
                     52:
                     53:
                     54: <h2>The WWW interface for OpenXM CVS Repositry
                     55: [<a HREF="http://www.math.sci.kobe-u.ac.jp/cgi/cvsweb.cgi/">cvsweb</a>]
                     56: </h2>
                     57:
                     58:
                     59:
                     60: <h2>Links and Archive</h2>
                     61: <ul>
                     62: <li> Risa/Asir (Kobe distribution) download (for unix, windows)
                     63:  [<a href="http://www.math.kobe-u.ac.jp/Asir/index.html">
                     64:    Asir download</a>].
                     65: <li>OpenXM 1.1.1 (20000124) [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/20000124/index.html"> 1.1.1 (January 24, 2000) Experimental </a>].
                     66: <li>OpenXM 1.1.2 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/index.html"> 1.1.2 (March 20, 2000) Stable</a>].
                     67: <li>OpenXM 1.1.3 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/index.html"> 1.1.3 (September 26, 2000) </a>].
                     68: <li>OpenXM 1.2.1 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.1/index.html"> 1.2.1 (March 2, 2002)</a>].
1.3       takayama   69: <li>OpenXM 1.2.2 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.2/index.html"> 1.2.2 (May 13, 2003)</a>].
1.7       takayama   70: <li>OpenXM 1.2.3 [<a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.2.3/index.html"> 1.2.3 (February, 2005)</a>].
1.1       takayama   71: </ul>
                     72:
                     73:
                     74: <h2><A HREF="people.html"> People </A> </h2>
1.4       takayama   75:
                     76: <h2>Citation</h2>
                     77: If you like, you may use the following to cite our project. <br>
                     78: <pre>
1.8     ! takayama   79: OpenXM, a project to integrate mathematical software systems, 1998--2005,
1.4       takayama   80: http://www.openxm.org
                     81: </pre>
                     82:
                     83:
1.1       takayama   84: <img src="Stable/logo-openxm_simple0.jpg"/>
                     85:
1.4       takayama   86:
1.1       takayama   87: <pre>
1.8     ! takayama   88: $OpenXM: OpenXM/doc/OpenXM-web/top.html,v 1.7 2005/02/10 12:56:36 takayama Exp $
1.1       takayama   89: </pre>
                     90:
                     91: </BODY>
                     92: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>