Annotation of OpenXM/doc/OpenXM-specs/OpenXM.tex, Revision 1.15
1.15 ! takayama 1: %% $OpenXM: OpenXM/doc/OpenXM-specs/OpenXM.tex,v 1.14 2001/03/07 04:58:41 takayama Exp $
1.2 noro 2: \documentclass{article}
3: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
1.9 takayama 4: \usepackage{html}
1.2 noro 5: \begin{document}
1.1 noro 6: /*&jp
1.14 takayama 7: \title{{\bf Open XM の設計と実装: クライアントサーバモデルと数学共通表現 (OpenXM-RFC 100, proposed standard)} \\
1.1 noro 8: --- Open message eXchange protocol for Mathematics }
1.6 takayama 9: \author{ 野呂正行,
1.11 takayama 10: 高山信毅\thanks{神戸大学理学部数学教室,\htmladdnormallink{http://www.math.kobe-u.ac.jp/$\tilde{\ }$taka}{http://www.math.kobe-u.ac.jp/\tilde{\ }taka}}}
1.15 ! takayama 11: \date{ 2000年, 11月17日, \\
! 12: 2001年, 4 月 10日 (修正)}
1.1 noro 13: */
14: /*&eg
1.14 takayama 15: \title{{\bf Design and Implementation of OpenXM client server model and
16: common mathematical object format (OpenXM-RFC 100, proposed standard)} \\
1.5 takayama 17: --- Open message eXchange protocol for Mathematics
18: }
1.6 takayama 19: \author{ Masayuki Noro,
1.11 takayama 20: Nobuki Takayama\thanks{Department of Mathematics, Kobe University,\htmladdnormallink{http://www.math.kobe-u.ac.jp/$\tilde{\ }$taka}{http://www.math.kobe-u.ac.jp/\tilde{\ }taka}}}
1.15 ! takayama 21: \date{ November 17, 2000, \\
! 22: April 10, 2001 (minor change)}
1.1 noro 23: */
24: \maketitle
1.13 ohara 25: \newpage
26: \tableofcontents
27: \newpage
1.1 noro 28: \def\noroa#1{ }
29: \def\remove#1{ }
1.7 takayama 30:
31: //&C \noindent Draft for protocol version 1.1.3. \\
32: //&C 1.1.3 is encoded as 001001003 in mathcap. \\
1.1 noro 33:
34: /*&jp
35: {\tt kxx/openxxx.tex}. {\bf Draft} 1997, 11/20 --- .
36: この文書は open XM の設計用のメモとしての役目もあるので,
37: 一部のファイル名は開発者のみが参照できる.
38: */
39:
40: /*&C
41: \input{introduction}
42: \input{cmo-basic0}
43: \input{formal-expression}
44: \input{communication-model}
45: \input{stackmachine}
46: \input{project}
47: \input{control}
48: \input{start-session}
49: \input{string-expression}
50: \input{cmo-basic1}
51: \input{ox-localdata}
52: \input{error}
53: \input{redefine}
54: \input{implementation}
55: \input{howtowrite}
56: \input{cmo-register}
1.3 noro 57: %\input{appendix}
1.1 noro 58: \input{library}
59: */
60:
61: /*&C
62:
63: \begin{thebibliography}{99}
1.4 noro 64: \bibitem{GKW}
65: Gray, S., Kajler, N. and Wang, P. S.,
66: Design and Implementation of MP, a Protocol for Efficient
67: Exchange of Mathematical Expressions,
68: {\sl Journal of Symbolic Computation}, 1996.
69: \bibitem{gap}
70: Linton, S. and Solomon, A.,
71: OpenMath, IAMC and {\tt GAP},
72: preprint, 1999.
73: \bibitem{asir}
74: Noro, M. et al.,
75: A Computer Algebra System {\tt Risa/Asir}, 1993, 1995, 2000\\
1.9 takayama 76: \htmladdnormallink{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}
1.10 takayama 77: \bibitem{openmath} \htmladdnormallink{\tt http://www.openmath.org}{http://www.openmath.org}
78: \bibitem{openxxx} \htmladdnormallink{\tt http://www.math.kobe-u.ac.jp/OpenXM/}{http://www.math.kobe-u.ac.jp/OpenXM/}
1.1 noro 79: \bibitem{openasir-intro} Ohara, Takayama, Noro: Introduction to Open Asir ,
80: 1999, (in Japanese),
1.9 takayama 81: Suushiki-Shyori, Vol 7, No 2, 2--17. (ISBN4-87243-086-7, SEG , Tokyo).
1.4 noro 82: \bibitem{kan}
83: Takayama, N.,
84: {\em Kan: A system for computation in
85: algebraic analysis,} 1991 version 1,
86: 1994 version 2, the latest version is 2.991106.
1.9 takayama 87: \htmladdnormallink{ftp://ftp.math.kobe-u.ac.jp/pub/kan}{ftp://ftp.math.kobe-u.ac.jp/pub/kan}
1.4 noro 88: \bibitem{phc}
89: Verschelde, J.,
90: PHCpack: A general-purpose solver for polynomial systems by
91: homotopy continuation. ACM Transaction on Mathematical Softwares, 25(2)
92: 251-276, 1999.
93: \bibitem{iamc}
94: Wang, P.,
95: Design and Protocol for Internet Accessible Mathematical Computation.
96: Technical Report ICM-199901-001, ICM/Kent State University, 1999.
1.8 takayama 97: \bibitem{xml}
98: XML
1.10 takayama 99: \htmladdnormallink{\tt http://www.w3c.org}{http://www.w3c.org}
1.1 noro 100: \end{thebibliography}
101: */
102:
103: /*&C
104: \bigbreak
105: \bigbreak
106: \bigbreak
107:
108: \small{
109: \noindent
110: \rightline{ Masayuki Noro,}
1.8 takayama 111: \rightline{ FUJITSU LABORATORIES LTD., Kawasaki, Japan; (by Aug., 2000)}
1.4 noro 112: \rightline{{\tt noryo@flab.fujitsu.co.jp}}
1.8 takayama 113: \rightline{Current Address: Department of Mathematics, Kobe University,
114: Rokko, Kobe, 657-8501, Japan;}
115: \rightline{{\tt noro@math.kobe-u.ac.jp}}
1.1 noro 116:
117: \vskip .5cm
118:
119: \noindent
120: \rightline{ Nobuki Takayama,}
121: \rightline{Department of Mathematics, Kobe University,
122: Rokko, Kobe, 657-8501, Japan;}
123: \rightline{{\tt takayama@math.kobe-u.ac.jp}}
124: }
125:
126: \end{document}
127: */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>