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

Annotation of OpenXM/doc/ascm2001p/ascm2001.tex, Revision 1.4

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

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