version 1.1, 2001/03/07 02:42:10 |
version 1.3, 2001/03/07 06:54:40 |
|
|
%$OpenXM$ |
%$OpenXM: OpenXM/doc/ascm2001/ascm2001.tex,v 1.2 2001/03/07 04:37:54 takayama Exp $ |
%% You need acmconf.cls and flushend.sty to compile this file. |
%% You need acmconf.cls and flushend.sty to compile this file. |
%% They may be obtained from |
%% They may be obtained from |
%% http://riksun.riken.go.jp/archives/tex-archive/macros/latex/contrib/supported/acmconf/ |
%% http://riksun.riken.go.jp/archives/tex-archive/macros/latex/contrib/supported/acmconf/ |
|
|
%% \CopyrightText{\copyright 2000, } |
%% \CopyrightText{\copyright 2000, } |
\IfFileExists{graphicx.sty}{\usepackage{graphicx}}{} |
\IfFileExists{graphicx.sty}{\usepackage{graphicx}}{} |
\IfFileExists{epsfig.sty}{\usepackage{epsfig}}{} |
\IfFileExists{epsfig.sty}{\usepackage{epsfig}}{} |
\ConferenceName{ISSAC 2000, St. Andrews, UK, 2000} |
\ConferenceName{ASCM 2001, Ehime, Japan, 2001} |
\ConferenceShortName{ISSAC2000} |
\ConferenceShortName{ASCM 2001} |
\def\OpenXM{{\rm OpenXM\ }} |
\def\OpenXM{{\rm OpenXM\ }} |
|
|
\begin{document} |
\begin{document} |
\date{January 16, 2000} |
\date{March 7, 2001} |
\title{OpenXM |
\title{The Design and Implementation of OpenXM-RFC 100 and 101} |
--- an Open System \\ to Integrate Mathematical Softwares} |
|
\author{\Author{Masahide Maekawa}\\ |
\author{\Author{Masahide Maekawa}\\ |
\Address{Kobe University}\\ |
\Address{Kobe University}\\ |
\Email{maekawa@math.kobe-u.ac.jp}\\ |
\Email{maekawa@math.kobe-u.ac.jp}\\ |
\and |
\and |
\Author{Masayuki Noro}\\ |
\Author{Masayuki Noro}\\ |
\Address{Fujitsu Labs}\\ |
\Address{Kobe University}\\ |
\Email{noryo@flab.fujitsu.co.jp} |
\Email{noro@math.kobe-u.ac.jp} |
\and |
\and |
\Author{Katsuyoshi Ohara}\\ |
\Author{Katsuyoshi Ohara}\\ |
\Address{Kanazawa University}\\ |
\Address{Kanazawa University}\\ |
\Email{ohara@air.s.kanazawa-u.ac.jp} |
\Email{ohara@air.s.kanazawa-u.ac.jp} |
\and |
\and |
\Author{Yukio Okutani}\\ |
|
\Address{Kobe University}\\ |
|
\Email{okutani@math.kobe-u.ac.jp} |
|
\and |
|
\Author{Nobuki Takayama}\\ |
\Author{Nobuki Takayama}\\ |
\Address{Kobe University}\\ |
\Address{Kobe University}\\ |
\Email{takayama@math.kobe-u.ac.jp} |
\Email{takayama@math.kobe-u.ac.jp} |
|
|
|
|
\begin{abstract} |
\begin{abstract} |
\OpenXM is a free, or Open Source, infrastructure for mathematical |
\OpenXM is a free, or Open Source, infrastructure for mathematical |
softwares. |
software systems. |
It provides methods and protocols |
It provides methods and protocols |
for interactive distributed computation and |
for interactive distributed computation and |
for integrating mathematical softwares. |
for integrating mathematical software systems. |
\OpenXM package is a set of softwares that supports \OpenXM protocols. |
\OpenXM package version 1.1.3 |
It is currently a collection of softwares |
is a set of software systems that support \OpenXM-RFC 100 and |
{\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT}, |
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 Mathematica} interface, and |
{\tt OpenMath}/XML \cite{OpenMath} translator. |
{\tt OpenMath}/XML \cite{OpenMath} translator. |
These are wrapped with the \OpenXM stack machine |
These are wrapped with the \OpenXM stack machine |
to connect each other. |
to connect each other. |
{\it Availability}: The OpenXM package is 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. |
from January 24, 2000. |
\end{abstract} |
\end{abstract} |
|
|
Line 78 MP, OpenMath, OpenXM. |
|
Line 81 MP, OpenMath, OpenXM. |
|
\input{session-management} |
\input{session-management} |
|
|
\input{openxm-clients} |
\input{openxm-clients} |
|
|
|
\input{openxm-servers} |
|
|
\input{openxm-development-environment} |
\input{openxm-development-environment} |
|
|