-
Notifications
You must be signed in to change notification settings - Fork 1
/
omstd.bib
1072 lines (872 loc) · 31.6 KB
/
omstd.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@Book{POSIX,
author = {IEEE and The Open Group},
title = {Std 1003.1, 2003 Edition, The Open Group Base Specifications Issue 6 },
year = {2003},
url = {http://www.unix.org/version3/ieee_std.html}
}
@misc{IETF2396,
author = {IETF},
title = {RFC 2396 - Uniform Resource Identifiers (URI): Generic Syntax},
year = {August 1998},
url= {http://www.ietf.org/rfc/rfc2396.txt},
}
@book{XSD,
author = {World Wide Web Consortium},
title = {XML Schema Part 1: Structures \& Part 2: Datatypes},
year = {May 2001},
url= {http://www.w3.org/TR/xmlschema-1/},
}
@book{RELAX-COMPACT,
author = {OASIS Committee Specification},
title = {RELAX NG Compact Syntax},
year = {November 2002},
}
@book{RELAX,
author = {OASIS Committee Specification},
title = {RELAX NG Specification},
year = {December 2001},
url= {http://www.oasis-open.org/committees/relax-ng/spec-20011203.html},
}
@book{MAPLE,
author = {B. W. Char and K. O. Geddes and G. H. Gonnet and S. M. Watt},
title = {Maple User's Guide},
year = {1985},
publisher = {WATCOM Publications Limited},
edition = {4th},
url= {http://www.maplesoft.com/home.html},
}
@Book{LIE,
author = {M. A. A. van Leeuwen and A.M. Cohen and B. Lisser},
title = {LiE: A Package for Lie Group Computations},
publisher = {CAN, Amsterdam},
year = {1992},
url= {http://www.can.nl/SystemsOverview/Special/GroupTheory/LiE/},
}
@book{MUPAD,
author = {The MuPAD Group (Benno Fuchssteiner et al.)},
title = {MuPAD User's Manual - MuPAD Version 1.2.2},
publisher = {John Wiley and sons, Chichester, New York},
year = {1996},
isbn = {Wiley: 0-471-96716-5, Teubner: 3-519-02114-5},
url= {http://www.mupad.de},
}
@Book{NuPRL,
author = {R. L. Constable and S. F. Allen and H. M. Bromley and W. R. Cleaveland and J. F. Cremer and R. W. Harper and D. J. Howe and T. B. Knoblock and N. P. Mendler and P. Panangaden and J. T. Sasaki and S. F. Smith},
title = {Implementing Mathematics with the Nuprl Proof Development System},
publisher = {Prentice Hall},
year = {1986},
url= {http://simon.cs.cornell.edu/Info/Projects/NuPrl/nuprl.html},
}
@book{Kent-PDFbook,
author = {Kent, Gordon},
title = {Internet Publishing With Acrobat},
year = {1996},
publisher = {Adobe Press},
}
@book{PDF-Reference-Manual,
author = {Adobe Systems Incorporated},
title = {Portable Document Format Reference Manual},
year = {1996},
publisher = {Adobe Systems Incorporated},
}
@book{Knuth-TeXBook,
author = {Knuth, Donald E.},
title = {The TeXbook},
year = {1992},
publisher = {Addison-Wesley, Reading, Massachusetts},
}
@Manual{PPML,
title = {The Ppml Manual},
url = {ftp://babar.inria.fr/pub/croap/Docs/ppml.ps},
}
@Manual{COQ,
title = {The Coq Proof Assistant: The standard library},
author = {Projet Coq},
note = {version 6.1},
url= {http://www.ens-lyon.fr/LIP/groupes/coq},
}
@book{Knuth-MetaFontBook,
author = {Knuth, Donald E.},
title = {MetaFont},
year = {1986},
publisher = {Addison-Wesley, Reading, Massachusetts},
}
@book{Lamport-LaTeX2eBook,
author = {Lamport, Leslie},
title = {LaTeX: A Document Preparation System, (2nd ed.)},
year = {1994},
publisher = {Addison-Wesley, Reading, Massachusetts},
}
@book{Spivak-AMSTeXBook,
author = {Spivak, M. D.},
title = {The Joy of TeX -- A Gourmet Guide to Typesetting with the AmSTeX macro package},
year = {1986},
publisher = {American Mathematical Society, Providence, Rhode Island},
}
@Book{PVM,
author = {A. Geist and A. Beguelin and J. Dongarra and W. Jiang and R. Manchek and V. Sunderam},
title = {PVM: Parallel Virtual Machine: A Users' Guide and
Tutorial for Networked Parallel Computing},
publisher = {MIT Press, Scientific and Engineering Computation},
year = {1994},
editor = {Janusz Kowalik}
}
@Misc{Abbott_98,
author = {J. Abbott},
title = {Univariate factorization over the integers},
year = {1998},
}
@Manual{COCOA,
title = {CoCoA, a system for doing Computations in Commutative Algebra},
author = {A. Capani and G. Niesi and L. Robbiano},
year = {1995},
url = {ftp://cocoa.dima.unige.it}
}
@InProceedings{Giovini_Niesi_90,
author = {A. Giovini},
author = {G. Niesi},
title = {CoCoA: A user-friendly system for commutative algebra},
series = {Lecture Bibliomiscs in Computer Science},
volume = {429},
pages= {20- 29},
title = {Design and Implementation of Symbolic Computation Systems -
International Symposium DISCO'90},
year = {1990},
publisher = {Springer Verlag},
address = {Berlin},
}
@article{Dreyfuss,
author = {Paul Dreyfuss},
title = {CORBA: THEORY AND PRACTICE },
journal = {View Source Magazine},
url= {http://developer.netscape.com/news/viewsource/},
}
@Misc{CORBA,
author = {Visigenic},
title = {Distributed Object Computing in the Internet Age },
url= {http://www.visigenic.com/pdf/visibrok.pdf},
}
@Misc{Li-Ron_97,
author = {Yael Li-Ron},
title = {Communicator 4.0 vs. Internet Explorer 4.0: And the Winner Is ...},
note = {PC World},
year = {1997},
url= {http://www.pcworld.com/software/internet_www/articles/dec97/1512p206.html},
}
@Misc{cme,
author = {P. Chew and R. L. Constable and K. Pingali and S. Vavasis and R. Zippel},
title = {Collaborative Mathematics Environments},
note = {Project Summary}
}
@Book{intro_hol,
author = {M.J.C. Gordon},
author = {T.F. Melham},
title = {Introduction to HOL: A theorem proving environment for higher order logic},
publisher = {Cambridge University Press},
year = {1993},
}
@INPROCEEDINGS{harrison-fais,
author = {John Harrison},
title = {Pure Mathematics in a Mechanized Logic},
booktitle = {Proceedings of the Finnish Artificial Intelligence
Society Symposium: Logic, Mathematics and the
Computer},
editor = {Christoffer Gefwert and Pekka Orponen and Juoko Sepp{\"a}nen},
publisher = {Finnish Artificial Intelligence Society},
volume = {14},
year = {1996},
pages = {153 - 169}}
@TECHREPORT{harrison-thesis,
author = {John Robert Harrison},
title = {Theorem Proving with the Real Numbers},
publisher = {University of Cambridge Computer Laboratory},
address = {New Museums Site, Pembroke Street, Cambridge, CB2 3QG, UK},
year = {1996},
number = {408},
url= {http://www.cl.cam.ac.uk/users/jrh/papers/thesis.html},
}
@InProceedings{Harrison_Thery_94,
author = {J. Harrison and L. Th{\'e}ry},
title = {Extending the HOL Theorem Prover with a Computer Algebra System to Reason About the Reals},
editor = {J. J. Joyce and C.-J. H. Seger},
volume = {780},
series = {Lecture Bibliomiscs in Computer Science},
pages = {174-184},
booktitle = {Higher
Order Logic Theorem Proving and its Applications: 6th
International Workshop, HUG'93},
year = {1993},
publisher = {Springer-Verlag},
address = {Vancouver, B.C.},
}
@InProceedings{Harrison_Thery_93,
author = {J. Harrison and L. Th{\'e}ry},
title = {Reasoning About the Reals: the marriage of HOL and Maple},
editor = {A. Voronkov},
volume = {698},
series = {Lecture Bibliomiscs in Artificial Intelligence},
pages = {351-353},
booktitle = {Logic Programming and Automated
Reasoning: 4th International Conference},
year = {1993},
publisher = {Springer-Verlag},
address = {St. Petersburg},}
@InProceedings{Ballarin_Homann_Calmet_95,
author = {C. Ballarin and K. Homann and J. Calmet},
title = {Theorems and Algorithms: An Interface between Isabelle and Maple.},
editor = {A.H.M. Levelt },
pages = {150-157},
booktitle = {Proceedings of International
Symposium on Symbolic and Algebraic Computation (ISSAC'95)},
year = {1995},
publisher = {ACM Press},
}
@InProceedings{Calmet_Homann_96,
author = {Jacques Calmet and Karsten Homann},
title = {Classification of Communication and Cooperation
Mechanisms for Logical and Symbolic Computation
Systems},
editor = {Franz Baader and Klaus U. Schulz},
series = {Applied Logic},
booktitle = {Proceedings of First International Workshop
"Frontiers of Combining Systems" (FroCoS'96)},
year = {1996},
publisher = {Kluwer},
}
@Misc{OM1.2,
author = {Stephen Buswell and Stephane Dalmas and James Davenport and Nick Howgrave-Graham},
title = {Emerging Technologies},
year = {1998},
}
@Article{Abbott_Leeuwen_Strotmann_98,
author = {John A. Abbott and Andr{\'e} van Leeuwen and Andreas Strotmann},
title = {{OpenMath}: Communicating Mathematical Information between Co-operating Agents in a Knowledge Network},
year = {1998},
url= {http://www.brunel.ac.uk/~hssrjis/issue/index8.html},
volume = {3/4},
journal = {Journal of Intelligent Systems},
note = {Special Issue: "Improving the Design of Intelligent
Systems: Outstanding Problems and Some Methods for their Solution."}
}
@InProceedings{Robbiano_98,
author = {L. Robbiano},
title = {Gr{\"o}bner Bases and Statistics},
editor = {Bruno Buchberger and Franz Winkler},
volume = {251},
series = {London Mathematical Society Lecture Bibliomisc Series},
pages = {179 - 204},
booktitle = {Gr{\"o}bner Bases and Applications},
year = {1998},
publisher = {Cambridge University Press},
}
@InProceedings{Moller_98,
author = {H.M. M{\"o}ller},
title = {Gr{\"o}bner Bases and Numerical Analysis},
editor = {Bruno Buchberger and Franz Winkler},
volume = {251},
series = {London Mathematical Society Lecture Bibliomisc Series},
pages = {159 - 179},
booktitle = {Gr{\"o}bner Bases and Applications},
year = {1998},
publisher = {Cambridge University Press},
}
@Article{Canny_Manocha_93,
author = {J.F. Canny and D. Manocha},
title = {Multipolynomial resultant algorithms},
journal = {Journal of Symbolic Computation},
year = {1993},
volume = {15},
pages = {99 - 122},
}
@InProceedings{Arnon_Beach_McIsaac_Waldspurger_88,
author = {D. Arnon and R. McIsaac and K. Waldspurger},
title = {CaminoReal: an Interactive Mathematical Bibliomiscbook},
booktitle = {International Conference on Electronic Publishing,
Document Manipulation and Typography},
year = {1988},
publisher = {Cambridge University Press},
address = {Nice},
}
@TechReport{Dalmas_Gaetano_Sausse_94a,
author = {S. Dalmas and M. Ga{\"e}tano and A. Sausse},
title = {ASAP: a protocol for symbolic computation systems},
publisher = {INRIA},
year = {1994},
number = {162},
}
@Misc{Abbott_Dalmas_Dewar_Diaz_Gray_Sheridan_Strotmann_Vorkoetter_96,
author = {J. Abbott and S. Dalmas and M. Dewar and A. Diaz and S. Gray and S. Sheridan and A. Strotmann and S. Vorkoetter},
title = {Report of the {OpenMath} Communications Committee},
year = {1995},
}
@manual{LEGOmanual,
author = {Z. Luo and R. Pollack},
title = {LEGO Proof Development System: User's Manual},
institution = {Department of Computer Science, University of Edinburgh},
year = {1992},
}
@PhdThesis{luo_thesis,
author = {Z. Luo},
title = {An Extended Calculus of Constructions},
shoole = {Edinburgh University},
year = {1990},
}
@TechReport{Martin_Shand_97,
author = {U. Martin and D. Shand},
title = {Investigating some Embedded Verification Techniques for Computer Algebra Tools},
publisher = {RISC-Linz, Research Institute for Symbolic Computation},
year = {1997},
number = {No. 97-20},
address = {J. Kepler University, Linz (A)},
url= {http://www-theory.dcs.st-and.ac.uk/~ddshand/Papers/pub.html},
}
@Misc{Barendregt_Barendsen_97,
author = {H. Barendregt and E. Barendsen},
title = {Efficient Computations in Formal Proofs},
}
@Book{CA_industry_93,
title = {Computer Algebra in Industry,},
publisher = {Wiley Chichester},
year = {1993},
editor = {A. M. Cohen},
series = {Problem Solving in Practice},
}
@unpublished{vrmlspec97,
author = {R. Carey and C. Marrin and G. Bell},
title = {The Virtual Reality Modelling Language},
note = {International Standard ISO/IEC 14772-1:1997},
url= {http://www.vrml.org/Specifications/VRML97/},
year = {1997},
}
@book{vrmlarm97,
author = {R. Carey and G. Bell},
title = {The Annotated VRML Reference Manual},
publisher = {Addison-Wesley},
year = {1997},
}
@unpublished{eaispec97,
author = {C. Marrin},
title = {External Authoring Interface Reference},
note = {Proposal for a VRML 2.0 Informative Annex},
url= {http://www.vrml.org/WorkingGroups/vrml-eai/ExternalInterface.html},
year = {1997},
}
@TECHREPORT{harrison-form,
author = {John Harrison},
title = {Formalized Mathematics},
publisher = {Turku Centre for Computer Science (TUCS)},
address = {Lemminkaisenkatu 14 A, FIN-20520 Turku,
Finland},
year = {1996},
number = {36},
url= {http://www.cl.cam.ac.uk/users/jrh/papers/form-math3.html},
}
@InProceedings{Dunstan_Kelsey_Linton_Martin_98,
author = {Martin Dunstan and Tom Kelsey and Steve Linton and Ursula Martin},
title = {Lightweight Formal Methods for Computer Algebra Systems},
booktitle = {ISSAC'98: International Symposium on Symbolic and Algebraic Computation},
year = {1998},
editor = {O. Gloor},
address = {Rostock, Germany},
publisher = {ACM Press},
}
@PhdThesis{Jackson_95,
author = {Paul Jackson},
title = {Enhancing the Nuprl Proof Development System and Applying it to Computational Abstract Algebra},
school = {Cornell University},
year = {1995},
series = {TR95-1509},
}
@InProceedings{Thery_98,
author = {Laurent Th{\'e}ry},
title = {A Certified Version of Buchberger Algorithm},
booktitle = {Automated Deduction - CADE 15:
15th International Conference on Automated Deduction},
year = {1998},
editor = {C. Kirchner and H. Kirchner},
volume = {1421},
series = {Lecture Bibliomiscs in Artificial Intelligence},
address = {Landau, Germany},
publisher = {Springer Verlag},
}
@Misc{PolyMath_JAVA,
author = {PolyMath {OpenMath} Development Team},
title = {Java {OpenMath} Library: Version 0.7c},
url= {http://pdg.cecm.sfu.ca/openmath/},
year = {1999},
}
@Misc{STARS,
author = {Stephen Buswell},
title = {STARS},
url= {http://www.stilo.com},
year = {1999},
}
@Misc{OMurl,
author = {{OpenMath} Society Website},
title = {www.openmath.org},
}
@InProceedings{Dalmas_Gaetano_Watt_97,
author = {S. Dalmas and M. Ga{\"e}tano and S. Watt},
title = {An {OpenMath}~1.0 Implementation},
pages = {241 - 248},
booktitle = {Proceedings of ISSAC 97},
year = {1997},
publisher = {ACM Press},
}
@Misc{OM_96,
author = {{OpenMath} Steering Committee},
title = {{OpenMath} Version 1.0 released},
year = {1996},
url= {http://www.openmath.org},
}
@Misc{OM_98,
author = {{OpenMath} Consortium},
title = {{OpenMath} Version 1 - Draft},
year = {1998},
url = {ftp://ftp-sop.inria.fr/safir/OM/v1.ps}
}
@misc{OM_1.1,
author = {{OpenMath} Consortium},
title = {{OpenMath} Version 1.1},
year = {2002},
url= {http://www.openmath.org/standard/om11/},
}
@misc{OM_primer,
author = {{OpenMath} Consortium},
title = {{OpenMath} Primer},
year = {2004},
url= {http://www.openmath.org/standard/primer/},
}
@Misc{Gonnet_Seppala_Watt_96,
author = {G. Gonnet and M. Seppala and S. Watt},
title = {Semantic Dictionaries for {OpenMath}},
note = {Presented at the 6th {OpenMath} Workshop, Z{\"u}rich},
year = {1996},
url= {http://www.inf.ethz.ch/personal/gonnet/ContDict.html},
}
@Misc{Constable_98,
author = {Robert Constable},
note = {Personal Communication},
year = {1998},
}
@Misc{Caprotti_Cohen_Elbers_Geuvers_98,
author = {O. Caprotti and A. M. Cohen and H. Elbers and H. Geuvers},
title = {Connecting {OpenMath} to Formal Math},
booktitle = {Calculemus and Types '98},
year = {1998},
}
@Book{UNICODE,
author = {Unicode Consortium},
title = {The Unicode Standard: Version 4.0.0},
publisher = {Addison-Wesley},
year = {2003},
isbn = {ISBN 0-321-18578-1},
url = {http://www.unicode.org/versions/Unicode4.0.0}
}
@Misc{ieee754_85,
key = {ieee},
title = {IEEE Standard for binary Floating-Point Arithmetic, ANSI/IEEE Standard 754},
year = {1985},
url= {http://standards.ieee.org/reading/ieee/std_public/description/busarch/754-1985_desc.html},
}
@Misc{rfc1642,
author = {D. Goldsmith and M. Davis},
title = {UTF-7: A Mail Safe Transformation Format of Unicode},
note = {RFC: 1642},
year = {1994},
}
@Misc{rfc2045,
author = {N. Borenstein and N. Freed},
title = {MIME (Multipurpose Internet Mail Extensions) Part One: Format of Internet Message Bodies},
note = {RFC: 2045},
year = {1996},
url = {http://www.ietf.org/rfc/rfc2045.txt},
}
@Misc{rfc2046,
author = {N. Borenstein and N. Freed},
title = {MIME (Multipurpose Internet Mail Extensions) Part Two: Media Types},
note = {RFC: 2046},
year = {1996},
url = {http://www.ietf.org/rfc/rfc2046.txt},
}
@Misc{iso646_83,
key = {iso 646},
title = {ISO 7-bit coded character set for information interchange},
note = {ISO 646:1983},
year = {1983},
}
@Misc{rfc2152,
author = {D. Goldsmith and M. Davis},
title = {UTF-7: A Mail Safe Transformation Format of Unicode},
note = {RFC: 2152},
year = {1997},
url= {http://www.cis.ohio-state.edu/htbin/rfc/rfc2152.html},
}
@Misc{xmlns,
author = {World Wide Web Consortium},
title = {Namespaces in XML},
year = {1999},
url= {http://www.w3.org/TR/REC-xml-names/},
}
@Misc{xml-stylesheet,
author = {World Wide Web Consortium},
title = {Associating Style Sheets with XML documents Version 1.0},
type = {W3C Recommendation},
year = {1998},
url= {http://www.w3.org/TR/xml-stylesheet/},
}
@Misc{utf8,
author = {F. Yergeau},
title = {UTF-8, a transformation format of ISO 10646},
note = {RFC 2279},
year = {1998},
publisher = {Alis Technologies}
}
@Misc{iso9660,
author = {Technical committee / subcommittee: JTC 1},
title = {ISO 9660:1988 Information processing - Volume and File Structure of CDROM for Information Interchange},
note = {ISO 9660},
year = {1988},
url= {http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=17505},
}
@Misc{OM_D122,
author = {S. Buswell and S. Dalmas and J. Davenport},
title = {{OpenMath} task 1.2: Emerging Technologies},
year = {1998},
}
@Misc{xml_98,
author = {World Wide Web Consortium},
title = {Extensible Markup Language (XML) 1.0.},
note = {W3C Recommendation REC-xml-19980210},
year = {1998},
url= {http://www.w3.org/TR/1998/REC-xml-19980210},
}
@Misc{xml_04,
author = {World Wide Web Consortium},
title = {Extensible Markup Language (XML) 1.1., W3C Recommendation REC-xml11-20040204},
year = {2004},
url= {http://www.w3.org/TR/2004/REC-xml11-20040204/},
}
@Misc{OM_D131a,
author = {{OpenMath} Consortium},
title = {The {OpenMath} Standard},
year = {1998},
url= {http://www.nag.co.uk/projects/OpenMath.html},
}
@Misc{OM_D132c,
author = {J. Davenport},
title = {A Small {OpenMath} Type System},
year = {1999},
url= {http://www.openmath.org/standard/sts.pdf},
}
@TechReport{OMD132a,
author = {The {OpenMath} Consortium},
title = {The {OpenMath} Standard},
publisher = {{OpenMath} Esprit Consortium},
year = {1999},
number = {1.3.2a},
url= {http://www.nag.co.uk/projects/OpenMath.html},
note = {O. Caprotti and A. M. Cohen Eds.},
}
@TechReport{OMD132b,
author = {Olga Caprotti and Arjeh M. Cohen},
title = {A Type System for {OpenMath}},
publisher = {{OpenMath} Esprit Consortium},
year = {1999},
url= {http://www.openmath.org/standard/ecc.pdf},
}
@TechReport{OM_D133b,
author = {Olga Caprotti and Arjeh M. Cohen},
title = {Development of Strong {OpenMath}},
publisher = {{OpenMath} Esprit Consortium},
year = {1999},
url= {http://www.nag.co.uk/projects/OpenMath.html},
year = {October},
}
@Book{ida,
author = {A. M. Cohen and H. Cuypers and H. Sterk},
title = {Algebra Interactive, interactive course material},
publisher = {SV},
year = {1999},
isbn = {ISBN 3-540-65368-6},
}
@Misc{CaprottiCohen99,
author = {Olga Caprotti and Arjeh M. Cohen},
title = {Integrating Computational and Deduction Systems Using {OpenMath}},
booktitle = {Calculemus'99: Systems for Integrated Computation and Deduction},
year = {1999},
address = {Trento, Italy},
}
@InProceedings{Buchberger_Jebelan_Kriftner_Marin_Tomuta_Vasaru_97,
author = {B. Buchberger and T. Jebelean and F. Kriftner and M. Marin and E. Tomuta and D. Vasaru},
title = {A Survey of the Theorema Project},
booktitle = {Proceedings of ISSAC'97},
year = {1997},
address = {Maui, Hawaii},
publisher = {Association for Computing Machinery},
}
@InProceedings{Clarke_Zhao_92,
author = {E. Clarke and X. Zhao},
title = {Analytica - a theorem prover in Mathematica},
booktitle = {11th Conference on Automated Deduction},
pages = {761 - 765},
year = {1992},
editor = {D. Kapur},
volume = {607},
series = {Lecture Bibliomiscs in Computer Science},
publisher = {Springer Verlag},
}
@Misc{MathML_98,
author = {Stephen Buswell and Stan Devitt and Angel Diaz and Nico Poppelier and Bruce Smith and Neil Soiffer and Robert Sutor and Stephen Watt},
title = {Mathematical Markup Language (MathML) 1.0 Specification, W3C Recommendation 19980407},
year = {1998},
url= {http://www.w3.org/TR/REC-MathML/},
}
@Misc{MathML_99,
author = {Patrick Ion and Robert Miner and Stephen Buswell and Stan Devitt and Angel Diaz and Nico Poppelier and Bruce Smith and Neil Soiffer and Robert Sutor and Stephen Watt},
title = {Mathematical Markup Language (MathML[tm]) 1.01 Specification, REC-MathML-19980407; revised 19990707},
year = {1999},
url= {http://www.w3.org/TR/REC-MathML/},
}
@Misc{MathML_2000,
author = {World Wide Web Consortium},
title = {Mathematical Markup Language (MathML) 2.0 Specification},
year = {2001},
url= {http://www.w3.org/TR/REC-MathML2/},
}
@Misc{MathML_2003,
author = {World Wide Web Consortium},
title = {Mathematical Markup Language (MathML) 2.0 Specification (Second Edition)},
year = {2003},
url= {http://www.w3.org/TR/MathML2/},
}
@Manual{CTCOQMATH,
title = {CtCoqmath},
publisher = {INRIA},
address = {Sophia Antipolis},
url= {http://www-sop.inria.fr/croap/CFC/Ctcoqmath.html},
}
@InProceedings{Pottier_Thery_98,
author = {L. Pottier and L. Th{\'e}ry},
title = {Certifier Computer Algebra},
booktitle = {Calculemus and Types '98},
address = {Eindhoven},
year = {1998},
url= {http://www-sop.inria.fr/croap/CFC/},
}
@Manual{LAG,
title = {The Lego Algebra Group},
url= {http://www.cs.man.ac.uk/~petera/LAG/},
}
@PhdThesis{Bailey_98,
author = {Anthony Bailey},
title = {The Machine-Checked Literate Formalisation of Algebra in Type Theory},
school = {University of Manchester},
year = {January 15th 1998},
}
@Misc{OMRS,
author = {Open Mechanized Reasoning System Project},
url= {http://www.mrg.dist.unige.it/omrs},
}
@InProceedings{Giunchiglia_Pecchiari_Talcott_96,
author = {Fausto Giunchiglia and Paolo Pecchiari and Carolyn Talcott},
title = {Reasoning Theories: Towards an Architecture for Open Mechanized Reasoning Systems},
booktitle = {"Frontiers of Combining Systems - First International Workshop" (FroCoS'96)},
pages = {157 - 174},
year = {1996},
editor = {F. Baader and K.U. Schulz},
series = {Applied Logic Series},
address = {Munich, Germany},
publisher = {Kluwer},
}
@InProceedings{Bertoli_Calmet_Giunchiglia_Homann_98,
author = {P. Bertoli and J. Calmet and F. Giunchiglia and K. Homann},
title = {Specification and Integration of Theorem Provers and Computer Algebra Systems},
booktitle = {Artificial Intelligence and Symbolic Computation: International Conference AISC'98},
year = {1998},
editor = {J. Calmet and J. Plaza},
volume = {1476},
series = {Lecture Notes in Artificial Intelligence},
address = {Plattsburgh, New York, USA},
}
@Misc{FIPA,
author = {Foundation for Intelligent Physical Agents},
url= {http://www.fipa.org},
}
@Article{Franke_Hess_Jung_Kohlhase_Sorge_99,
author = {A. Franke and S. Hess and Ch. Jung and M. Kohlhase and V. Sorge},
title = {Agent-Oriented Integration of Distributed Mathematical Services},
year = {1999},
volume = {5},
number = {3},
pages = {156 - 187},
journal = {Journal of Universal Computer Science},
note = {Special issue on Integration of Deduction System},
url= {http://medoc.springer.de:8000/jucs_5_3/agent_oriented_integration_of;internal&sk=060C4837},
}
@InProceedings{Franke_Hess_Jung_Kohlhase_Sorge_98,
author = {A. Franke and S. Hess and Ch. Jung and M. Kohlhase and V. Sorge},
title = {An Implementation of Distributed Mathematical Services},
booktitle = {Calculemus and Types 98},
year = {1998},
address = {Eindhoven},
}
@Article{Bertot_Thery_98,
author = {Yves Bertot and Laurent Th{\'e}ry},
title = {A Generic Approach to Building User Interfaces for Theorem Provers},
journal = {Journal of Symbolic Computation},
year = {1998},
volume = {25},
pages = {161 - 194},
}
@InProceedings{Luo_Callaghan_97,
author = {Z. Luo and P. Callaghan},
title = {Mathematical Vernacular and Conceptual Well-formedness in Mathematical Language},
booktitle = {Proceedings of the 2nd International Conference on Logical Aspects of Computational Linguistics 97},
year = {1997},
volume = {1582},
series = {Lecture Bibliomiscs in Computer Science},
address = {Nancy},
}
@InCollection{Finin_Labrou_Mayfield_97,
author = {Tim Finin and Yannis Labrou and James Mayfield},
title = {KQML as an agent communication language},
booktitle = {Software Agents},
publisher = {MIT Press},
year = {1997},
editor = {Jeff Bradshaw},
address = {Cambridge},
}
@Misc{FIPA_99,
author = {Foundation for Intelligent Physical Agents},
title = {The FIPA '99 Baselines},
url= {http://www.fipa.org/spec/fipa99.html},
}
@Misc{Linton_Solomon_99,
author = {Steve Linton and Andrew Solomon},
title = {GAP, {OpenMath}, and MCP},
tooktitle = {ISSAC Workshop: Internet Accessible Mathematical Computation},
year = {99},
}
@TechReport{IAMC,
author = {Paul Wang},
title = {Design and Protocol for Internet Accessible Mathematical Computation},
publisher = {ICM/Kent State University},
year = {1999},
number = {ICM-199901-001},
}
@TechReport{Harvey_99context,
author = {Vilya Harvey},
title = {{OpenMath} in Context},
publisher = {{OpenMath} Esprit Consortium},
year = {1999},
url= {http://www.nag.co.uk/projects/OpenMath/papers/context.pdf},
}
@InCollection{SDMGCHDISCO96,
author = {St{\'e}phane Dalmas and Marc Ga{\"e}tano and Claude Huchet},
title = {A Deductive Database for Mathematical formulas},
booktitle = {Design and Implementation of Symbolic Computation Systems},
publisher = {Springer Verlag},
editor = {Jacques Calmet and Carla Limongelli},
number = {1128},
series = {LNCS},
pages = {287 - 296},
year = {1996},
}
@Misc{DOM_98,
title = {Document Object Model (DOM) Level 1 Specification, W3C Recommendation REC-DOM-Level-1-19981001},
year = {1998},
url= {http://www.w3.org/TR/REC-DOM-Level-1/},
}
@Misc{owl,
author = {World Wide Web Consortium},
title = { OWL Web Ontology Language Overview },
year = {2004},
url= {http://www.w3.org/TR/2004/REC-owl-features-20040210/},
}
@Misc{rdf,
author = {World Wide Web Consortium},
title = {Resource Description Framework (RDF): Concepts and Abstract Syntax},
year = {2004},
url= {http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/},
}
@Misc{XSL_2001,
author = {World Wide Web Consortium},
title = {Extensible Stylesheet Language (XSL) Specification},
year = {2001},
url= {http://www.w3.org/TR/xsl/},
}
@Misc{XSLT_99,
author = {World Wide Web Consortium},
title = {XSL Transformations (XSLT)},
year = {1999},
url= {http://www.w3.org/TR/xslt},
}
@InProceedings{Kohlhase_99,
author = {M. Kohlhase},
title = {{OpenMath} for knowledge-based automated theorem proving},
booktitle = {Electronic Proceedings of the 12th {OpenMath} Workshop},
year = {1999},
address = {Eindhoven, Netherlands},
url= {http://www.riaca.win.tue.nl/projects/OpenMath/workshop},
}