=================================================================== RCS file: /home/cvs/OpenXM/doc/ascm2001/ascm2001.tex,v retrieving revision 1.2 retrieving revision 1.6 diff -u -p -r1.2 -r1.6 --- OpenXM/doc/ascm2001/ascm2001.tex 2001/03/07 04:37:54 1.2 +++ OpenXM/doc/ascm2001/ascm2001.tex 2003/03/28 04:59:27 1.6 @@ -1,14 +1,20 @@ -%$OpenXM: OpenXM/doc/ascm2001/ascm2001.tex,v 1.1 2001/03/07 02:42:10 noro Exp $ +%$OpenXM: OpenXM/doc/ascm2001/ascm2001.tex,v 1.5 2001/03/08 00:49:29 takayama Exp $ %% You need acmconf.cls and flushend.sty to compile this file. %% They may be obtained from %% http://riksun.riken.go.jp/archives/tex-archive/macros/latex/contrib/supported/acmconf/ -\documentclass[submit]{acmconf} -%\documentclass{article} +%\documentclass[submit]{acmconf} +\documentclass{article} %% \CopyrightText{\copyright 2000, } -\IfFileExists{graphicx.sty}{\usepackage{graphicx}}{} -\IfFileExists{epsfig.sty}{\usepackage{epsfig}}{} -\ConferenceName{ASCM 2001, Ehime, Japan, 2001} -\ConferenceShortName{ASCM 2001} +%\IfFileExists{graphicx.sty}{\usepackage{graphicx}}{} +%\IfFileExists{epsfig.sty}{\usepackage{epsfig}}{} +\usepackage{epsfig} +%\ConferenceName{ASCM 2001, Ehime, Japan, 2001} +%\ConferenceShortName{ASCM 2001} + +\def\Author#1{ #1 } +\def\Address#1{ (#1) } +\def\Email#1{ {\tt #1 }} + \def\OpenXM{{\rm OpenXM\ }} \begin{document} @@ -38,28 +44,37 @@ \begin{abstract} \OpenXM is a free, or Open Source, infrastructure for mathematical -softwares. +software systems. It provides methods and protocols for interactive distributed computation and -for integrating mathematical softwares. -\OpenXM package is a set of softwares that supports \OpenXM RFC 100 and -101 protocols. -It is currently a collection of softwares -{\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT}, +for integrating mathematical software systems. +\OpenXM package version 1.1.3 +is a set of software systems that support \OpenXM-RFC 100 and +101 proposed standard protocols. +It is currently a collection of software systems +{\tt Asir} \cite{asir}, +{\tt GNUPLOT}, +{\tt Kan/sm1} \cite{kan}, +{\tt Macaulay2} \cite{Macaulay2}, +{\tt PHC} pack \cite{phc}, +{\tt TiGERS} \cite{tigers}, {\tt Mathematica} interface, and {\tt OpenMath}/XML \cite{OpenMath} translator. These are wrapped with the \OpenXM stack machine to connect each other. -{\it Availability}: The OpenXM package has been obtainable at \cite{openxm-web} +{\it Availability}: The OpenXM package and OpenXM-RFC's +have been obtainable at \cite{openxm-web} from January 24, 2000. \end{abstract} -\begin{keywords} +%\begin{keywords} +\noindent +Keywords: Asir, IAMC, Interactive Distributed Computation, -Integration of Mathematical Softwares, -MP, OpenMath, OpenXM. -\end{keywords} +Integration of Mathematical Software, +MP, OpenMath, OpenXM, OpenXM-RFC, XML. +%\end{keywords} %\section{Introduction} @@ -74,6 +89,8 @@ MP, OpenMath, OpenXM. \input{session-management} \input{openxm-clients} + +\input{openxm-servers} \input{openxm-development-environment}