Annotation of OpenXM/doc/issac2000/issac2000.tex, Revision 1.8
1.8 ! takayama 1: %$OpenXM: OpenXM/doc/issac2000/issac2000.tex,v 1.7 2000/01/15 03:47:59 takayama Exp $
1.1 takayama 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}}{}
1.4 noro 9: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
1.1 takayama 10: \ConferenceName{1. ISSAC 2000, St. Andrews, UK, 2000}
11: \ConferenceShortName{ISSAC2000}
1.3 takayama 12: \def\OpenXM{{\rm OpenXM\ }}
1.1 takayama 13:
14: \begin{document}
1.6 takayama 15: \date{January 15, 2000}
1.1 takayama 16: \title{OpenXM
17: --- an Open System \\ to Integrate Mathematical Softwares}
18: \author{\Author{Masahide Maekawa}\\
19: \Address{Kobe University}\\
20: \Email{maekawa@math.kobe-u.ac.jp}\\
21: \and
22: \Author{Masayuki Noro}\\
23: \Address{Fujitsu Labs}\\
24: \Email{noryo@flab.fujitsu.co.jp}
25: \and
26: \Author{Katsuyoshi Ohara}\\
27: \Address{Kanazawa University}\\
28: \Email{ohara@air.s.kanazawa-u.ac.jp}
29: \and
30: \Author{Yukio Okutani}\\
31: \Address{Kobe University}\\
32: \Email{okutani@math.kobe-u.ac.jp}
33: \and
34: \Author{Nobuki Takayama}\\
35: \Address{Kobe University}\\
36: \Email{takayama@math.kobe-u.ac.jp}
37: \and
38: \Author{Yasushi Tamura}\\
39: \Address{Kobe University}\\
40: \Email{tamura@math.kobe-u.ac.jp}
41: }
42: \maketitle
43:
44: \begin{abstract}
45: \OpenXM is a free, or Open Source, infrastructure for mathematical
46: softwares.
47: It provides methods and protocols
1.5 takayama 48: for interactive distributed computation and
1.6 takayama 49: to integrate mathematical softwares.
1.1 takayama 50: \OpenXM package is a set of softwares that supports \OpenXM protocols.
51: It is currently a collection of softwares
52: {\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT},
53: {\tt Mathematica} interface, and
1.2 takayama 54: {\tt OpenMath}/XML \cite{OpenMath} interpreter.
1.5 takayama 55: These are wrapped with the \OpenXM stackmachine
56: to connect each other.
1.7 takayama 57: {\it Availability}: The OpenXM package is obtainable at \cite{openxm-web}
1.5 takayama 58: from January 24, 2000.
1.3 takayama 59: \end{abstract}
60:
61: \begin{keywords}
62: Asir,
63: IAMC, Interactive Distributed Computation,
64: Integration of Mathematical Softwares,
65: MP, OpenMath, OpenXM.
66: \end{keywords}
67:
68: %\section{Introduction}
1.1 takayama 69:
1.2 takayama 70: \input{design-outline}
1.1 takayama 71:
1.2 takayama 72: \input{ox-messages}
1.1 takayama 73:
1.2 takayama 74: \input{data-format}
1.1 takayama 75:
1.2 takayama 76: \input{openxm-stackmachines}
77:
78: \input{session-management}
79:
80: \input{openxm-clients}
81:
82: \input{openxm-development-environment}
83:
1.8 ! takayama 84: \input{heterotic-network}
1.2 takayama 85: \input{homogeneous-network}
86:
87: \input{bib}
1.1 takayama 88: \end{document}
89: \endinput
90: %%
91:
92:
93: %%Text may be set as \emph{emph}.\\
94: %%Text may be set as \texttt{texttt}.\\
95: %%Text may be set as \underline{unterline}.\\
96: %%Text may be set as \textbf{textbf}.\\
97: %%Text may be set as \textrm{textrm}.\\
98: %%Text may be set as {\tiny tiny}.\\
99:
100: %%\begin{figure}
101: %%\hrule
102: %%Nice Postscript, isn't it?
103: %%\begin{center}
104: %%\IfFileExists{graphicx.sty}{
105: %% \includegraphics{body.eps}
106: %%}{
107: %% Sorry, package \texttt{graphicx} not present.
108: %%}
109: %%\end{center}
110: %%Same, a little bit smaller:
111: %%\begin{center}
112: %%\IfFileExists{graphicx.sty}{
113: %% \includegraphics[scale=.5]{body.eps}
114: %% }{
115: %% Sorry, package \texttt{graphicx} not present.
116: %%}
117: %%\end{center}
118: %%\caption{\label{fig-1}This is a nice floating figure}
119: %%\hrule
120: %%\end{figure}
121:
122:
123:
124:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>