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

Annotation of OpenXM/doc/ascm2001/ascm2001.tex, Revision 1.2

1.2     ! takayama    1: %$OpenXM: OpenXM/doc/ascm2001/ascm2001.tex,v 1.1 2001/03/07 02:42:10 noro 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
                     41: softwares.
                     42: It provides methods and protocols
                     43: for interactive distributed computation and
                     44: for integrating mathematical softwares.
1.2     ! takayama   45: \OpenXM package is a set of softwares that supports \OpenXM RFC 100 and
        !            46: 101 protocols.
1.1       noro       47: It is currently a collection of softwares
                     48: {\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT},
                     49: {\tt Mathematica} interface, and
                     50: {\tt OpenMath}/XML \cite{OpenMath} translator.
                     51: These are wrapped with the \OpenXM stack machine
                     52: to connect each other.
1.2     ! takayama   53: {\it Availability}: The OpenXM package has been obtainable at \cite{openxm-web}
1.1       noro       54: from January 24, 2000.
                     55: \end{abstract}
                     56:
                     57: \begin{keywords}
                     58: Asir,
                     59: IAMC, Interactive Distributed Computation,
                     60: Integration of Mathematical Softwares,
                     61: MP, OpenMath, OpenXM.
                     62: \end{keywords}
                     63:
                     64: %\section{Introduction}
                     65:
                     66: \input{design-outline}
                     67:
                     68: \input{ox-messages}
                     69:
                     70: \input{data-format}
                     71:
                     72: \input{openxm-stackmachines}
                     73:
                     74: \input{session-management}
                     75:
                     76: \input{openxm-clients}
                     77:
                     78: \input{openxm-development-environment}
                     79:
                     80: \input{heterotic-network}
                     81: \input{homogeneous-network}
                     82:
                     83: \input{bib}
                     84: \end{document}
                     85: \endinput
                     86: %%
                     87:
                     88:
                     89: %%Text may be set as \emph{emph}.\\
                     90: %%Text may be set as \texttt{texttt}.\\
                     91: %%Text may be set as \underline{unterline}.\\
                     92: %%Text may be set as \textbf{textbf}.\\
                     93: %%Text may be set as \textrm{textrm}.\\
                     94: %%Text may be set as {\tiny tiny}.\\
                     95:
                     96: %%\begin{figure}
                     97: %%\hrule
                     98: %%Nice Postscript, isn't it?
                     99: %%\begin{center}
                    100: %%\IfFileExists{graphicx.sty}{
                    101: %%  \includegraphics{body.eps}
                    102: %%}{
                    103: %%  Sorry, package \texttt{graphicx} not present.
                    104: %%}
                    105: %%\end{center}
                    106: %%Same, a little bit smaller:
                    107: %%\begin{center}
                    108: %%\IfFileExists{graphicx.sty}{
                    109: %%  \includegraphics[scale=.5]{body.eps}
                    110: %%  }{
                    111: %%  Sorry, package \texttt{graphicx} not present.
                    112: %%}
                    113: %%\end{center}
                    114: %%\caption{\label{fig-1}This is a nice floating figure}
                    115: %%\hrule
                    116: %%\end{figure}
                    117:
                    118:
                    119:
                    120:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>