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