Changes between Version 7 and Version 8 of Ticket #19970
- Timestamp:
- 07/12/18 09:10:52 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19970 – Description
v7 v8 1 1 !OpenMath is a W3C standard for representing mathematical objects in XML (or binary) 2 2 format; the syntax and semantic for specific objects (polynomials, ...) is specified in 3 "content dictionaries", a standard collection of which is available at http ://openmath.org .3 "content dictionaries", a standard collection of which is available at https://openmath.org . 4 4 5 5 Support for !OpenMath serialization (importing from and exporting to !OpenMath) would … … 23 23 See this [[https://github.com/OpenDreamKit/MitM-Sage#generic-system-near-openmath-export-for-python-and-sage-objects|demo]]. 24 24 25 By construction, the resulting OpenMath is "system-near"; importing or exporting from another system requires an additional translation step,25 By construction, the resulting !OpenMath is "system-near"; importing or exporting from another system requires an additional translation step, 26 26 using alignments. The hope is that decoupling the serialization and the translation steps makes it easier to maintain the conversions. This is being explored as part of the Math-in-the-Middle research project; see e.g. [[https://opendreamkit.org/2017/10/15/WP6-Usecase/|these papers]]. 27 27