Annotation of OpenXM/doc/ascm2001/ascm2001.tex, Revision 1.3
1.3 ! takayama 1: %$OpenXM: OpenXM/doc/ascm2001/ascm2001.tex,v 1.2 2001/03/07 04:37:54 takayama Exp $
1.1 noro 2: %% You need acmconf.cls and flushend.sty to compile this file.
3: %% They may be obtained from
4: %% http://riksun.riken.go.jp/archives/tex-archive/macros/latex/contrib/supported/acmconf/
5: \documentclass[submit]{acmconf}
6: %\documentclass{article}
7: %% \CopyrightText{\copyright 2000, }
8: \IfFileExists{graphicx.sty}{\usepackage{graphicx}}{}
9: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
1.2 takayama 10: \ConferenceName{ASCM 2001, Ehime, Japan, 2001}
11: \ConferenceShortName{ASCM 2001}
1.1 noro 12: \def\OpenXM{{\rm OpenXM\ }}
13:
14: \begin{document}
1.2 takayama 15: \date{March 7, 2001}
16: \title{The Design and Implementation of OpenXM-RFC 100 and 101}
1.1 noro 17: \author{\Author{Masahide Maekawa}\\
18: \Address{Kobe University}\\
19: \Email{maekawa@math.kobe-u.ac.jp}\\
20: \and
21: \Author{Masayuki Noro}\\
1.2 takayama 22: \Address{Kobe University}\\
23: \Email{noro@math.kobe-u.ac.jp}
1.1 noro 24: \and
25: \Author{Katsuyoshi Ohara}\\
26: \Address{Kanazawa University}\\
27: \Email{ohara@air.s.kanazawa-u.ac.jp}
28: \and
29: \Author{Nobuki Takayama}\\
30: \Address{Kobe University}\\
31: \Email{takayama@math.kobe-u.ac.jp}
32: \and
33: \Author{Yasushi Tamura}\\
34: \Address{Kobe University}\\
35: \Email{tamura@math.kobe-u.ac.jp}
36: }
37: \maketitle
38:
39: \begin{abstract}
40: \OpenXM is a free, or Open Source, infrastructure for mathematical
1.3 ! takayama 41: software systems.
1.1 noro 42: It provides methods and protocols
43: for interactive distributed computation and
1.3 ! takayama 44: for integrating mathematical software systems.
! 45: \OpenXM package version 1.1.3
! 46: is a set of software systems that support \OpenXM-RFC 100 and
! 47: 101 proposed standard protocols.
! 48: It is currently a collection of software systems
! 49: {\tt Asir} \cite{asir},
! 50: {\tt GNUPLOT},
! 51: {\tt Kan/sm1} \cite{kan},
! 52: {\tt Macaulay2} \cite{Macaulay2},
! 53: {\tt PHC} pack \cite{phc},
! 54: {\tt TiGERS} \cite{tigers},
1.1 noro 55: {\tt Mathematica} interface, and
56: {\tt OpenMath}/XML \cite{OpenMath} translator.
57: These are wrapped with the \OpenXM stack machine
58: to connect each other.
1.3 ! takayama 59: {\it Availability}: The OpenXM package and OpenXM-RFC's
! 60: have been obtainable at \cite{openxm-web}
1.1 noro 61: from January 24, 2000.
62: \end{abstract}
63:
64: \begin{keywords}
65: Asir,
66: IAMC, Interactive Distributed Computation,
67: Integration of Mathematical Softwares,
68: MP, OpenMath, OpenXM.
69: \end{keywords}
70:
71: %\section{Introduction}
72:
73: \input{design-outline}
74:
75: \input{ox-messages}
76:
77: \input{data-format}
78:
79: \input{openxm-stackmachines}
80:
81: \input{session-management}
82:
83: \input{openxm-clients}
1.3 ! takayama 84:
! 85: \input{openxm-servers}
1.1 noro 86:
87: \input{openxm-development-environment}
88:
89: \input{heterotic-network}
90: \input{homogeneous-network}
91:
92: \input{bib}
93: \end{document}
94: \endinput
95: %%
96:
97:
98: %%Text may be set as \emph{emph}.\\
99: %%Text may be set as \texttt{texttt}.\\
100: %%Text may be set as \underline{unterline}.\\
101: %%Text may be set as \textbf{textbf}.\\
102: %%Text may be set as \textrm{textrm}.\\
103: %%Text may be set as {\tiny tiny}.\\
104:
105: %%\begin{figure}
106: %%\hrule
107: %%Nice Postscript, isn't it?
108: %%\begin{center}
109: %%\IfFileExists{graphicx.sty}{
110: %% \includegraphics{body.eps}
111: %%}{
112: %% Sorry, package \texttt{graphicx} not present.
113: %%}
114: %%\end{center}
115: %%Same, a little bit smaller:
116: %%\begin{center}
117: %%\IfFileExists{graphicx.sty}{
118: %% \includegraphics[scale=.5]{body.eps}
119: %% }{
120: %% Sorry, package \texttt{graphicx} not present.
121: %%}
122: %%\end{center}
123: %%\caption{\label{fig-1}This is a nice floating figure}
124: %%\hrule
125: %%\end{figure}
126:
127:
128:
129:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>