[BACK]Return to calc2000.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / calc2000

File: [local] / OpenXM / doc / calc2000 / calc2000.tex (download)

Revision 1.3, Mon Apr 24 07:17:13 2000 UTC (24 years ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.2: +14 -25 lines

Compressed the authors part.

%$OpenXM: OpenXM/doc/calc2000/calc2000.tex,v 1.3 2000/04/24 07:17:13 noro 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[notitlepage]{book}
\usepackage{behringer1}
%\documentclass{article}
%% \CopyrightText{\copyright 2000, }
\IfFileExists{graphicx.sty}{\usepackage{graphicx}}{}
\IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
%\ConferenceName{ISSAC 2000, St. Andrews, UK, 2000}
%\ConferenceShortName{ISSAC2000}
\def\OpenXM{{\rm OpenXM\ }}

\begin{document}
%\date{January 16, 2000}
\title{OpenXM 
      --- an Open System \\ to Integrate Mathematical Software}
\author{
Masahide Maekawa \quad Yukio Okutani \and Nobuki Takayama \quad Yasushi Tamura\\
Kobe University\\
{\{maekawa,okutani,takayama,tamura\}@math.kobe-u.ac.jp}
\and
{Masayuki Noro}\\
{Fujitsu Labs}\\
{noryo@flab.fujitsu.co.jp}
\and
{Katsuyoshi Ohara}\\
{Kanazawa University}\\
{ohara@air.s.kanazawa-u.ac.jp}
}
\maketitle

\begin{abstract}
\OpenXM is a free, or Open Source, infrastructure for mathematical
software.
It provides methods and protocols 
for interactive distributed computation and
for integrating mathematical software.
\OpenXM package is a set of software tools that supports \OpenXM protocols.
It is currently a collection of software tools
{\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan},
{\tt PHC} pack \cite{phc}, {\tt TiGERS} \cite{tigers},
{\tt GNUPLOT},
{\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 is obtainable at \cite{openxm-web}.
Sources, binaries and packages for FreeBSD, Linux, and Solaris
are available.
\end{abstract}

%\begin{keywords}
%Asir,
%IAMC, Interactive Distributed Computation, 
%Integration of Mathematical Software,
%MP, OpenMath, OpenXM. 
%\end{keywords}

%\section{Introduction}

\input{design-outline}

\input{ox-messages}

\input{data-format}

\input{openxm-stackmachines}

\input{session-management}

\input{openxm-clients}

\input{openxm-development-environment}

\input{heterotic-network}
\input{homogeneous-network}

\input{bib}
\end{document}
\endinput
%%


%%Text may be set as \emph{emph}.\\
%%Text may be set as \texttt{texttt}.\\
%%Text may be set as \underline{unterline}.\\
%%Text may be set as \textbf{textbf}.\\
%%Text may be set as \textrm{textrm}.\\
%%Text may be set as {\tiny tiny}.\\

%%\begin{figure}
%%\hrule
%%Nice Postscript, isn't it?
%%\begin{center}
%%\IfFileExists{graphicx.sty}{
%%  \includegraphics{body.eps}
%%}{
%%  Sorry, package \texttt{graphicx} not present.
%%}
%%\end{center}
%%Same, a little bit smaller:
%%\begin{center}
%%\IfFileExists{graphicx.sty}{
%%  \includegraphics[scale=.5]{body.eps}
%%  }{
%%  Sorry, package \texttt{graphicx} not present.
%%}
%%\end{center}
%%\caption{\label{fig-1}This is a nice floating figure}
%%\hrule
%%\end{figure}