Annotation of OpenXM/doc/OpenXM-web/index.html, Revision 1.32
1.7 ohara 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
1.1 takayama 2: <HTML>
1.7 ohara 3: <!--
1.32 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.31 2000/09/09 16:57:29 takayama Exp $
1.1 takayama 5: -->
1.7 ohara 6: <HEAD>
7: <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">
8: <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
9: <TITLE>OpenXM (Open message eXchange protocol for Mathematics)</TITLE>
10: </HEAD>
11: <BODY>
1.25 takayama 12: <H1>OpenXM (Open message eXchange protocol for Mathematics):
13: http://www.openxm.org </H1>
1.1 takayama 14:
15: <P>
1.7 ohara 16: Welcome to the home page of OpenXM.
1.32 ! takayama 17: Last update is September 11, 2000 JST.
1.1 takayama 18: </P>
1.19 takayama 19:
1.1 takayama 20: <P>
1.25 takayama 21: What is OpenXM? It is an infrastructure for mathematical
1.30 takayama 22: communication. (it is not XML, but it can be described by XML.)
23: It is an experiment to connect mathematical software systems each other
1.26 takayama 24: on the infrastructure.
1.30 takayama 25: We are providing packages of mathematical software systems
1.32 ! takayama 26: supporting the OpenXM protocol. Here is a quick tour of the OpenXM package:
! 27: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-poster/func1">functions 1</A>,
! 28: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-poster/func2">functions 2</A>,
! 29: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-poster/efficient">Efficient computation</A>.
1.1 takayama 30: </P>
31:
1.6 takayama 32:
1.7 ohara 33: <H2>Specifications</H2>
34:
1.1 takayama 35: <OL>
36:
1.7 ohara 37: <LI>Design and Implementation of OpenXM
1.30 takayama 38: <A NAME="SPEC" HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/openxm-eg.ps">(in English, PS)</A>,
39: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/html/OpenXM-eg/OpenXM">(in English, HTML)</A>,
40: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/openxm-jp.ps">(in Japanese, PS)</A>,
41: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/html/OpenXM-jp/OpenXM">(in Japanese, HTML)</A>.
1.7 ohara 42:
43: <LI>OX tags
1.19 takayama 44: [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/oxMessageTag.h">OX tags</A>].
1.7 ohara 45: <LI>CMO tags
1.19 takayama 46: [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/cmotag.h">CMO tags</A>].
1.7 ohara 47: <LI>SM commands
1.19 takayama 48: [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/smCommand.h">SM commands</A>].
1.7 ohara 49:
1.19 takayama 50: <LI><A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/doc">More documents</A>
1.31 takayama 51: <LI>If you want to add new tags, mail to
52: <A HREF="mailto:takayama@math.sci.kobe-u.ac.jp">takayama@math.sci.kobe-u.ac.jp</A>
53: with a description of the data types.
54: See <A HREF="index.html#SPEC">the specification</A>
55: how to describe the data types.
56: </OL>
57:
1.7 ohara 58:
1.31 takayama 59: <H2>New Specifications (Draft for 1.1.3)</H2>
60:
61: <OL>
62:
63: <LI>Design and Implementation of OpenXM
1.30 takayama 64: <A NAME="SPEC" HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/openxm-en.ps">(in English, PS)</A>,
65: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-en/OpenXM">(in English, HTML)</A>,
66: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/openxm-ja.ps">(in Japanese, PS)</A>,
67: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/html/OpenXM-ja/OpenXM">(in Japanese, HTML)</A>.
68:
1.31 takayama 69: <LI>OX tags
1.30 takayama 70: [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/oxMessageTag.h">OX tags</A>].
1.31 takayama 71: <LI>CMO tags
1.30 takayama 72: [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/cmotag.h">CMO tags</A>].
1.31 takayama 73: <LI>SM commands
1.30 takayama 74: [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/smCommand.h">SM commands</A>].
75:
76: <LI><A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/doc">More documents</A>
77:
1.7 ohara 78: <LI>If you want to add new tags, mail to
79: <A HREF="mailto:takayama@math.sci.kobe-u.ac.jp">takayama@math.sci.kobe-u.ac.jp</A>
1.1 takayama 80: with a description of the data types.
1.7 ohara 81: See <A HREF="index.html#SPEC">the specification</A>
1.1 takayama 82: how to describe the data types.
1.7 ohara 83: </OL>
1.1 takayama 84:
1.22 takayama 85: <H2>Source Distributions (RELEASE_1_1_2)</H2>
1.1 takayama 86:
87: <OL>
1.12 takayama 88: <LI> OpenXM, OpenXM_contrib
1.19 takayama 89: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm01-1.1.2.tar.gz">Source (Shift+Click)</A>].
1.12 takayama 90: <LI> OpenXM_contrib2 requires a source code license from
1.31 takayama 91: Fujitsu Lab. The version 1.1.3 will be an open source version
92: and you do not need the license. The alpha test version of 1.1.3 is available from
93: our ftp cite:
94: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-1.1.3.tar.gz">Source (Shift+Click)</A>].
1.7 ohara 95: </OL>
1.1 takayama 96:
1.19 takayama 97: <H2>Binary Distribution by tar+gzip (RELEASE_1_1_2)
98: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/index-binary.html">Binary</A>.
99: </H2>
1.1 takayama 100:
1.19 takayama 101: <H2>Binary Distribution by Packages (RELEASE_1_1_2)
102: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/index-packages.html">Packages</A>. <BR>
103: </H2>
1.15 takayama 104:
1.6 takayama 105:
1.7 ohara 106: <P>
1.19 takayama 107: ERRATA RELEASE_1_1_2
108: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/ERRATA.html">ERRATA</A>.
1.23 takayama 109: <BR>
1.29 takayama 110: Questions and Answers (some are in Japanese) <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/OpenXM-FAQ.txt">FAQ</A>.
1.6 takayama 111: </P>
1.1 takayama 112:
1.7 ohara 113: <H2>Papers and Tutorials</H2>
1.1 takayama 114: <OL>
1.7 ohara 115: <LI>OpenXM --- an Open System to Integrate Mathematical Softwares
116: [<A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/issac2000.ps">Survey</A>].
117: </OL>
1.1 takayama 118:
119:
1.28 maekawa 120: <H2>The WWW interface for OpenXM CVS Repositry
121: [<A HREF="http://www.math.sci.kobe-u.ac.jp/cgi/cvsweb.cgi/">cvsweb</A>]
1.7 ohara 122: </H2>
1.1 takayama 123:
1.7 ohara 124: <H2>References</H2>
1.4 takayama 125:
126: <OL>
1.7 ohara 127: <LI>The primary distribution cite of asir [<A HREF="ftp://archives.cs.ehime-u.ac.jp/pub/asir2000">Asir</A>].
1.18 takayama 128: <LI>An introductory book on a computer algebra system Risa/Asir (in Japanese)
129: [<A HREF="asir.jpeg"> Cover Page, ISBN4-87243-076-X </A>].
1.4 takayama 130: </OL>
1.19 takayama 131:
132: <H2>Archive</H2>
133: <OL>
134: <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>].
135: <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, Current</A>].
136: </OL>
1.30 takayama 137:
138: <H2>What's new in 1.1.3? </H2>
1.31 takayama 139: <OL>
1.30 takayama 140: Not written yet.
1.31 takayama 141: </OL>
1.1 takayama 142:
143: <ADDRESS>
144: takayama@math.sci.kobe-u.ac.jp
145: </ADDRESS>
146:
1.7 ohara 147: </BODY>
1.8 takayama 148: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>