SlideShare uma empresa Scribd logo
1 de 21
Baixar para ler offline
Einführung                                Architecture                            Web Services                               Conclusion




          Integrating Web Services into Interactive
                 Mathematical Documents
                                                          MKM 2009


                         Jana Giceva, Christoph Lange, Florian Rabe

                                             Jacobs University, Bremen, Germany
                           KWARC – Knowledge Adaptation and Reasoning for Content
                         This work was supported by JEM-Thematic-Network ECP-038208.


                                                         July 12, 2009


Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   1/16
Einführung                                Architecture                            Web Services                               Conclusion



Interactive Documents




                                                                      Mathematics everywhere, but not
                                                                      interactive!



Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   2/16
Einführung                                Architecture                            Web Services                               Conclusion



Mathematical Web Services


 Services for . . .
       flexibly adapting documents to varying audiences
       checking users’ solutions to exercises
       evaluating expressions, solving problems
 . . . are available (e. g. SCIEnce), but accessible from documents?

 Yes, sometimes (Matita, ActiveMath), but not really easy to integrate
 elsewhere; most of the time only used in their native environment




Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   3/16
Einführung                                Architecture                            Web Services                               Conclusion



The (non-mathematical) Web 2.0


                                                                 +


Craig’s List                                                              Google Maps




                                              Housingmaps (Mashup)
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   4/16
Einführung                                Architecture                            Web Services                                 Conclusion



JOBAD: An Architecture for Interactive
Documents

 JavaScript API for OMDoc-based Active Documents
                                                                   integrated backend or independent web services

                                                                 unit                content             notation
                                                               converter           dictionaries         collection
  Web Services
                                                                    proxy                         renderer



                        menu layers          elision     folding      unit          definition      notation               initially
                       mouse keybd                                 conversion        lookup         selection              generates
  Client Modules
                                          action
                             GUI          objects                        Services
  Document                                    XHTML+MathML+OpenMath, JavaScript

 http://jomdoc.omdoc.org/wiki/JOBAD

Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents     July 12, 2009   5/16
Einführung                                Architecture                            Web Services                               Conclusion



A Document Format that Enables Services


 Math markup on the web:
     MathML (W3C standard supported by Mozilla/Firefox and partly
     others), both presentational and semantic (‘‘content’’) markup
     We enforce some underspecified aspects of the specification:
                   maction for alternative displays
                   terms must be grouped using mrow
                   cross-linked parallel markup, links from presentation to content
                   markup
                   other lightweight annotations allowed as custom attributes




Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   6/16
Einführung                                Architecture                            Web Services                               Conclusion



Switching between Alternative Displays

<OMATTR>                                                              renders as
  <OMATP>
    <OMS cd =" f o l d i n g "                                        <maction a c t i o n t y p e =" abbrev "
             name=" abbrev " / >                                               s e l e c t i o n ="1" >
    Epot (R)                                                                 −e2
                                                                           4πє 0 R 2
  </OMATP>                                                              Epot (R)
      −e2
    4πє 0 R 2                                                         </ maction >
</OMATTR>




 Here: prepared by the author. But also: fold subterms, undo/redo of
 document changes by other services

Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   7/16
Einführung                                Architecture                           Web Services                             Conclusion



Cross-Linked Parallel Markup
                                                                       <annotation-xml encoding="OpenMath">
<semantics>                                                             <OMA id="E">
 <!-- a+b 2 c -->                                                        <OMS cd="arith1" name="plus"
 <mrow xref="#E">                                                         id="E.0"/>
  <mi xref="#E.1">a</mi>                                                 <OMV name="a" id="E.1"/>
  <mo xref="#E.0">+</mo>                                                  <OMA id="E.2">
   <mrow xref="#E.2">                                                         <OMS cd="arith1" name="times"
     <msup xref="#E.2.1">                                                       id="E.2.0"/>
       <mi xref="#E.2.1.1">b</mi>                                             <OMA id="E.2.1">
       <mn xref="#E.2.1.2">2</mn>
                                                                →               <OMS cd="arith1" name="power"
     </msup>                                                                      id="E.2.1.0"/>
     <mo xref="#E.2.0">&#x2062;                                                 <OMV name="b" id="E.2.1.1"/>
       <!-- INVISIBLE TIMES -->                                                 <OMI id="E.2.1.2">2</OMI>
     </mo>                                                                    </OMA>
     <mi xref="#E.2.2">c</mi>                                                 <OMV name="c" id="E.2.2"/>
  </mrow>                                                                     </OMA>
 <mo xref="#E.0">+</mo>                                                      <OMV name="d" id="E.3"/>
 <mi xref="#E.3">d</mi>                                                   </OMA>
</mrow>                                                                  </annotation-xml>
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services</semantics>
                                                                       into Interactive Mathematical Documents July 12, 2009   8/16
Einführung                                Architecture                            Web Services                               Conclusion



Lightweight Annotations for Flexible Elisions
          In general: leave out information that distracts the reader or
          that doesn’t fit on the paper
          In particular: redundant brackets around strong-binding
          operators
          But what if the reader is not yet familiar with certain operators?
          ⇒ make it interactive

             5 ⋅ (x + y)n+3 ≤ (a ⋅ b)! ∨ ¬p ∧ ¬(q ≤ π)
 <maction t y p e =" e l i s i o n " >
   <mspace / >
   <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e "
     omdoc : e l e v e l = " 1 0 0 " > ( < /mo>
 </ maction >
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   9/16
Einführung                                Architecture                            Web Services                               Conclusion



Lightweight Annotations for Flexible Elisions
          In general: leave out information that distracts the reader or
          that doesn’t fit on the paper
          In particular: redundant brackets around strong-binding
          operators
          But what if the reader is not yet familiar with certain operators?
          ⇒ make it interactive

         5 ⋅ (x + y)n+3 ≤ (a ⋅ b)! ∨ (¬p ∧ ¬(q ≤ π))
 <maction t y p e =" e l i s i o n " >
   <mspace / >
   <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e "
     omdoc : e l e v e l = " 1 0 0 " > ( < /mo>
 </ maction >
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   9/16
Einführung                                Architecture                            Web Services                               Conclusion



Lightweight Annotations for Flexible Elisions
          In general: leave out information that distracts the reader or
          that doesn’t fit on the paper
          In particular: redundant brackets around strong-binding
          operators
          But what if the reader is not yet familiar with certain operators?
          ⇒ make it interactive

       (5 ⋅ (x + y)n+3) ≤ (a ⋅ b)! ∨ (¬p ∧ ¬(q ≤ π))
 <maction t y p e =" e l i s i o n " >
   <mspace / >
   <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e "
     omdoc : e l e v e l = " 1 0 0 " > ( < /mo>
 </ maction >
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   9/16
Einführung                                Architecture                            Web Services                               Conclusion



Lightweight Annotations for Flexible Elisions
          In general: leave out information that distracts the reader or
          that doesn’t fit on the paper
          In particular: redundant brackets around strong-binding
          operators
          But what if the reader is not yet familiar with certain operators?
          ⇒ make it interactive

 (5 ⋅ (x + y)n+3) ≤ ((a ⋅ b)!) ∨ ((¬p) ∧ (¬(q ≤ π)))
 <maction t y p e =" e l i s i o n " >
   <mspace / >
   <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e "
     omdoc : e l e v e l = " 1 0 0 " > ( < /mo>
 </ maction >
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   9/16
Einführung                                Architecture                            Web Services                               Conclusion



Lightweight Annotations for Flexible Elisions
          In general: leave out information that distracts the reader or
          that doesn’t fit on the paper
          In particular: redundant brackets around strong-binding
          operators
          But what if the reader is not yet familiar with certain operators?
          ⇒ make it interactive

 ((5⋅(x +y)n+3) ≤ ((a⋅b)!))∨((¬p)∧(¬(q ≤ π)))
 <maction t y p e =" e l i s i o n " >
   <mspace / >
   <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e "
     omdoc : e l e v e l = " 1 0 0 " > ( < /mo>
 </ maction >
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   9/16
Einführung                                Architecture                            Web Services                               Conclusion



Lightweight Annotations for Flexible Elisions
          In general: leave out information that distracts the reader or
          that doesn’t fit on the paper
          In particular: redundant brackets around strong-binding
          operators
          But what if the reader is not yet familiar with certain operators?
          ⇒ make it interactive

 ((5⋅(x+y)(n+3)) ≤ ((a⋅b)!))∨((¬p)∧(¬(q ≤ π)))
 <maction t y p e =" e l i s i o n " >
   <mspace / >
   <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e "
     omdoc : e l e v e l = " 1 0 0 " > ( < /mo>
 </ maction >
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   9/16
Einführung                                Architecture                            Web Services                               Conclusion



Integrating Web Services
          No fixed access pattern (REST vs. XML-RPC vs. SOAP), no fixed
          set of services
          The server that serves a document is responsible for
                   advertising available services
                   . . . and shipping required JavaScript client code

 < s c r i p t s r c = " . . / s c r i p t s / jobad . j s " / >
 < s c r i p t type= " t e x t / j a v a s c r i p t " >
 j o b a d I n i t ( " contextmenu " ) ;
 jobadInit ( " elision " ) ;
 j o b a d I n i t ( " d e f i n i t i o n −lookup " , " Look up d e f i n i t i o n " ,
     " h t t p : / / jobad . mathweb . org / backend ? a c t i o n = d e f i n i t i o n −
   &cdbase=$cdbase&cd=$cd&name=$name " ) ;
 </ script>

Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   10/16
Einführung                                Architecture                            Web Services                               Conclusion



Rendering
          Rendering as a service?! Shouldn’t you get that for free with any
          document?
          Prerequisite for making output from other services
          human-readable!
          content markup (OpenMath) → presentation markup
          (Presentation MathML)
          future work: more control over notation selection

<OMA>
  <OMS cd =" combinat1 "
                                                                         n
                                                                         k , or Ck , Cn
       name=" b i n o m i a l " / >                                              n k
  <OMV name=" n " / >
  <OMV name=" k " / >
</OMA>
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   11/16
Einführung                                Architecture                            Web Services                               Conclusion



Definition and Type Lookup

          Input: ID of a symbol σ; output: content- or
          presentation-markup definition (or type declaration) of σ




          Utilize HTTP content negotiation: request MIME type
          application/xhtml+xml to get a rendered formula
          Alternative: in-place expansion (not always applicable)


Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   12/16
Einführung                                Architecture                            Web Services                               Conclusion



Unit Conversion

 Units in OpenMath: numbers multiplied with ‘‘unit symbols’’
 (or arithmetic compositions of unit symbols, optionally with prefix)
 <OMA>
    <OMS cd="arith1" name="times"/>
    <OMI>1</OMI>
    <OMS cd="units_metric1" name="metre"/>
 </OMA>
          OpenMath-based conversion service exists:
          Input: selected expression, target unit; output: converted
          expression (rendered)


Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   13/16
Einführung                                Architecture                            Web Services                               Conclusion



Integrated Backends
          Theory: all services separate (clean conceptual model)
          Practice: multiple services in an integrated backend (more
          efficient, both w. r. t. space and time)
          We are developing such integrated backends offering many
          (not all) services.
          Examples: the MMT system, the SWiM wiki




Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   14/16
Einführung                                Architecture                            Web Services                               Conclusion



Conclusion

    1     Architecture for interactive mathematical documents
    2     Reader can interactively adapt appearance
    3     Single document serves as interface to embedded and remote
          services
    4     Knowledge representation: MathML maxed out (but degrades
          gracefully to static snapshots)
    5     Initial set of local and remote services, server can advertise
          additional services
    6     Try the demos at
          http://jomdoc.omdoc.org/wiki/JOBAD


Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   15/16
Einführung                                Architecture                            Web Services                               Conclusion



Future
 Services that we are planning
      Notation selection (⋅/×/invisible, n /Ck , Cn )
                                         k
                                             n    k

      Guided tours (extension of lookup)
      Flattening (of theory imports)
      Search this or similar formulæ on the web
      (→ http://search.mathweb.org)
      Links to web resources (e. g. Wikipedia)
      Interactive statement-level structures (proof steps, rhetorical
      structures)
      Saving (first adapt a document, then save that state on the
      server)
 Possible cooperations: SCIEnce (computation), interactive exercises
 Your wishes?
Giceva, Lange, Rabe (Jacobs University)        Integrating Web Services into Interactive Mathematical Documents   July 12, 2009   16/16

Mais conteúdo relacionado

Mais de Christoph Lange

OSCOSS: Opening Scholarly Communication in Social Sciences
OSCOSS: Opening Scholarly Communication in Social SciencesOSCOSS: Opening Scholarly Communication in Social Sciences
OSCOSS: Opening Scholarly Communication in Social SciencesChristoph Lange
 
WDAqua ITN – Answering Questions using Web Data
WDAqua ITN – Answering Questions using Web DataWDAqua ITN – Answering Questions using Web Data
WDAqua ITN – Answering Questions using Web DataChristoph Lange
 
Machine Support for Interacting with Scientific Publications Improving Inform...
Machine Support for Interacting with Scientific Publications Improving Inform...Machine Support for Interacting with Scientific Publications Improving Inform...
Machine Support for Interacting with Scientific Publications Improving Inform...Christoph Lange
 
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...Christoph Lange
 
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchChristoph Lange
 
Linking Big Data to Rich Process Descriptions
Linking Big Data to Rich Process DescriptionsLinking Big Data to Rich Process Descriptions
Linking Big Data to Rich Process DescriptionsChristoph Lange
 
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...Christoph Lange
 
Semantic Web Technology: The Key to Making Scientific Information Systems Social
Semantic Web Technology: The Key to Making Scientific Information Systems SocialSemantic Web Technology: The Key to Making Scientific Information Systems Social
Semantic Web Technology: The Key to Making Scientific Information Systems SocialChristoph Lange
 
TCP – zuverlässiger Ende-zu-Ende-Datenstrom
TCP – zuverlässiger Ende-zu-Ende-DatenstromTCP – zuverlässiger Ende-zu-Ende-Datenstrom
TCP – zuverlässiger Ende-zu-Ende-DatenstromChristoph Lange
 
Making Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through StandardisationMaking Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through StandardisationChristoph Lange
 
Previewing OWL Changes and Refactorings Using a Flexible XML Database
Previewing OWL Changes and Refactorings Using a Flexible XML DatabasePreviewing OWL Changes and Refactorings Using a Flexible XML Database
Previewing OWL Changes and Refactorings Using a Flexible XML DatabaseChristoph Lange
 
JOBAD – Interactive Mathematical Documents
JOBAD – Interactive Mathematical DocumentsJOBAD – Interactive Mathematical Documents
JOBAD – Interactive Mathematical DocumentsChristoph Lange
 
Publishing Math Lecture Notes as Linked Data
Publishing Math Lecture Notes as Linked DataPublishing Math Lecture Notes as Linked Data
Publishing Math Lecture Notes as Linked DataChristoph Lange
 
sTeX+ – a System for Flexible Formalization of Linked Data
sTeX+ – a System for Flexible Formalization of Linked DatasTeX+ – a System for Flexible Formalization of Linked Data
sTeX+ – a System for Flexible Formalization of Linked DataChristoph Lange
 
Krextor – An Extensible Framework for Contributing Content Math to the Web of...
Krextor – An Extensible Framework for Contributing Content Math to the Web of...Krextor – An Extensible Framework for Contributing Content Math to the Web of...
Krextor – An Extensible Framework for Contributing Content Math to the Web of...Christoph Lange
 
Mathematical Semantics of Statistical Data
Mathematical Semantics of Statistical DataMathematical Semantics of Statistical Data
Mathematical Semantics of Statistical DataChristoph Lange
 
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...Christoph Lange
 
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Christoph Lange
 
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Christoph Lange
 
A Mathematical Approach to Ontology Authoring and Documentation
A Mathematical Approach to Ontology Authoring and DocumentationA Mathematical Approach to Ontology Authoring and Documentation
A Mathematical Approach to Ontology Authoring and DocumentationChristoph Lange
 

Mais de Christoph Lange (20)

OSCOSS: Opening Scholarly Communication in Social Sciences
OSCOSS: Opening Scholarly Communication in Social SciencesOSCOSS: Opening Scholarly Communication in Social Sciences
OSCOSS: Opening Scholarly Communication in Social Sciences
 
WDAqua ITN – Answering Questions using Web Data
WDAqua ITN – Answering Questions using Web DataWDAqua ITN – Answering Questions using Web Data
WDAqua ITN – Answering Questions using Web Data
 
Machine Support for Interacting with Scientific Publications Improving Inform...
Machine Support for Interacting with Scientific Publications Improving Inform...Machine Support for Interacting with Scientific Publications Improving Inform...
Machine Support for Interacting with Scientific Publications Improving Inform...
 
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
Interlinking Data and Knowledge in Enterprises, Research and Society with Lin...
 
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
 
Linking Big Data to Rich Process Descriptions
Linking Big Data to Rich Process DescriptionsLinking Big Data to Rich Process Descriptions
Linking Big Data to Rich Process Descriptions
 
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
Bringing Mathematics To the Web of Data: the Case of the Mathematics Subject ...
 
Semantic Web Technology: The Key to Making Scientific Information Systems Social
Semantic Web Technology: The Key to Making Scientific Information Systems SocialSemantic Web Technology: The Key to Making Scientific Information Systems Social
Semantic Web Technology: The Key to Making Scientific Information Systems Social
 
TCP – zuverlässiger Ende-zu-Ende-Datenstrom
TCP – zuverlässiger Ende-zu-Ende-DatenstromTCP – zuverlässiger Ende-zu-Ende-Datenstrom
TCP – zuverlässiger Ende-zu-Ende-Datenstrom
 
Making Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through StandardisationMaking Heterogeneous Ontologies Interoperable Through Standardisation
Making Heterogeneous Ontologies Interoperable Through Standardisation
 
Previewing OWL Changes and Refactorings Using a Flexible XML Database
Previewing OWL Changes and Refactorings Using a Flexible XML DatabasePreviewing OWL Changes and Refactorings Using a Flexible XML Database
Previewing OWL Changes and Refactorings Using a Flexible XML Database
 
JOBAD – Interactive Mathematical Documents
JOBAD – Interactive Mathematical DocumentsJOBAD – Interactive Mathematical Documents
JOBAD – Interactive Mathematical Documents
 
Publishing Math Lecture Notes as Linked Data
Publishing Math Lecture Notes as Linked DataPublishing Math Lecture Notes as Linked Data
Publishing Math Lecture Notes as Linked Data
 
sTeX+ – a System for Flexible Formalization of Linked Data
sTeX+ – a System for Flexible Formalization of Linked DatasTeX+ – a System for Flexible Formalization of Linked Data
sTeX+ – a System for Flexible Formalization of Linked Data
 
Krextor – An Extensible Framework for Contributing Content Math to the Web of...
Krextor – An Extensible Framework for Contributing Content Math to the Web of...Krextor – An Extensible Framework for Contributing Content Math to the Web of...
Krextor – An Extensible Framework for Contributing Content Math to the Web of...
 
Mathematical Semantics of Statistical Data
Mathematical Semantics of Statistical DataMathematical Semantics of Statistical Data
Mathematical Semantics of Statistical Data
 
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web I...
 
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
 
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
Ontology Integration and Interoperability (OntoIOp) – Part 1: The Distributed...
 
A Mathematical Approach to Ontology Authoring and Documentation
A Mathematical Approach to Ontology Authoring and DocumentationA Mathematical Approach to Ontology Authoring and Documentation
A Mathematical Approach to Ontology Authoring and Documentation
 

Último

Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsLeah Henrickson
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTopCSSGallery
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentationyogeshlabana357357
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...FIDO Alliance
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfFIDO Alliance
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...FIDO Alliance
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?Mark Billinghurst
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...ScyllaDB
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024Lorenzo Miniero
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuidePixlogix Infotech
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingScyllaDB
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
Vector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxVector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxjbellis
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfFIDO Alliance
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Skynet Technologies
 

Último (20)

Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Vector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxVector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptx
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
 

Integrating Web Services into Interactive Mathematical Documents

  • 1. Einführung Architecture Web Services Conclusion Integrating Web Services into Interactive Mathematical Documents MKM 2009 Jana Giceva, Christoph Lange, Florian Rabe Jacobs University, Bremen, Germany KWARC – Knowledge Adaptation and Reasoning for Content This work was supported by JEM-Thematic-Network ECP-038208. July 12, 2009 Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 1/16
  • 2. Einführung Architecture Web Services Conclusion Interactive Documents Mathematics everywhere, but not interactive! Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 2/16
  • 3. Einführung Architecture Web Services Conclusion Mathematical Web Services Services for . . . flexibly adapting documents to varying audiences checking users’ solutions to exercises evaluating expressions, solving problems . . . are available (e. g. SCIEnce), but accessible from documents? Yes, sometimes (Matita, ActiveMath), but not really easy to integrate elsewhere; most of the time only used in their native environment Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 3/16
  • 4. Einführung Architecture Web Services Conclusion The (non-mathematical) Web 2.0 + Craig’s List Google Maps Housingmaps (Mashup) Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 4/16
  • 5. Einführung Architecture Web Services Conclusion JOBAD: An Architecture for Interactive Documents JavaScript API for OMDoc-based Active Documents integrated backend or independent web services unit content notation converter dictionaries collection Web Services proxy renderer menu layers elision folding unit definition notation initially mouse keybd conversion lookup selection generates Client Modules action GUI objects Services Document XHTML+MathML+OpenMath, JavaScript http://jomdoc.omdoc.org/wiki/JOBAD Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 5/16
  • 6. Einführung Architecture Web Services Conclusion A Document Format that Enables Services Math markup on the web: MathML (W3C standard supported by Mozilla/Firefox and partly others), both presentational and semantic (‘‘content’’) markup We enforce some underspecified aspects of the specification: maction for alternative displays terms must be grouped using mrow cross-linked parallel markup, links from presentation to content markup other lightweight annotations allowed as custom attributes Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 6/16
  • 7. Einführung Architecture Web Services Conclusion Switching between Alternative Displays <OMATTR> renders as <OMATP> <OMS cd =" f o l d i n g " <maction a c t i o n t y p e =" abbrev " name=" abbrev " / > s e l e c t i o n ="1" > Epot (R) −e2 4πє 0 R 2 </OMATP> Epot (R) −e2 4πє 0 R 2 </ maction > </OMATTR> Here: prepared by the author. But also: fold subterms, undo/redo of document changes by other services Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 7/16
  • 8. Einführung Architecture Web Services Conclusion Cross-Linked Parallel Markup <annotation-xml encoding="OpenMath"> <semantics> <OMA id="E"> <!-- a+b 2 c --> <OMS cd="arith1" name="plus" <mrow xref="#E"> id="E.0"/> <mi xref="#E.1">a</mi> <OMV name="a" id="E.1"/> <mo xref="#E.0">+</mo> <OMA id="E.2"> <mrow xref="#E.2"> <OMS cd="arith1" name="times" <msup xref="#E.2.1"> id="E.2.0"/> <mi xref="#E.2.1.1">b</mi> <OMA id="E.2.1"> <mn xref="#E.2.1.2">2</mn> → <OMS cd="arith1" name="power" </msup> id="E.2.1.0"/> <mo xref="#E.2.0">&#x2062; <OMV name="b" id="E.2.1.1"/> <!-- INVISIBLE TIMES --> <OMI id="E.2.1.2">2</OMI> </mo> </OMA> <mi xref="#E.2.2">c</mi> <OMV name="c" id="E.2.2"/> </mrow> </OMA> <mo xref="#E.0">+</mo> <OMV name="d" id="E.3"/> <mi xref="#E.3">d</mi> </OMA> </mrow> </annotation-xml> Giceva, Lange, Rabe (Jacobs University) Integrating Web Services</semantics> into Interactive Mathematical Documents July 12, 2009 8/16
  • 9. Einführung Architecture Web Services Conclusion Lightweight Annotations for Flexible Elisions In general: leave out information that distracts the reader or that doesn’t fit on the paper In particular: redundant brackets around strong-binding operators But what if the reader is not yet familiar with certain operators? ⇒ make it interactive 5 ⋅ (x + y)n+3 ≤ (a ⋅ b)! ∨ ¬p ∧ ¬(q ≤ π) <maction t y p e =" e l i s i o n " > <mspace / > <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e " omdoc : e l e v e l = " 1 0 0 " > ( < /mo> </ maction > Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 9/16
  • 10. Einführung Architecture Web Services Conclusion Lightweight Annotations for Flexible Elisions In general: leave out information that distracts the reader or that doesn’t fit on the paper In particular: redundant brackets around strong-binding operators But what if the reader is not yet familiar with certain operators? ⇒ make it interactive 5 ⋅ (x + y)n+3 ≤ (a ⋅ b)! ∨ (¬p ∧ ¬(q ≤ π)) <maction t y p e =" e l i s i o n " > <mspace / > <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e " omdoc : e l e v e l = " 1 0 0 " > ( < /mo> </ maction > Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 9/16
  • 11. Einführung Architecture Web Services Conclusion Lightweight Annotations for Flexible Elisions In general: leave out information that distracts the reader or that doesn’t fit on the paper In particular: redundant brackets around strong-binding operators But what if the reader is not yet familiar with certain operators? ⇒ make it interactive (5 ⋅ (x + y)n+3) ≤ (a ⋅ b)! ∨ (¬p ∧ ¬(q ≤ π)) <maction t y p e =" e l i s i o n " > <mspace / > <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e " omdoc : e l e v e l = " 1 0 0 " > ( < /mo> </ maction > Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 9/16
  • 12. Einführung Architecture Web Services Conclusion Lightweight Annotations for Flexible Elisions In general: leave out information that distracts the reader or that doesn’t fit on the paper In particular: redundant brackets around strong-binding operators But what if the reader is not yet familiar with certain operators? ⇒ make it interactive (5 ⋅ (x + y)n+3) ≤ ((a ⋅ b)!) ∨ ((¬p) ∧ (¬(q ≤ π))) <maction t y p e =" e l i s i o n " > <mspace / > <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e " omdoc : e l e v e l = " 1 0 0 " > ( < /mo> </ maction > Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 9/16
  • 13. Einführung Architecture Web Services Conclusion Lightweight Annotations for Flexible Elisions In general: leave out information that distracts the reader or that doesn’t fit on the paper In particular: redundant brackets around strong-binding operators But what if the reader is not yet familiar with certain operators? ⇒ make it interactive ((5⋅(x +y)n+3) ≤ ((a⋅b)!))∨((¬p)∧(¬(q ≤ π))) <maction t y p e =" e l i s i o n " > <mspace / > <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e " omdoc : e l e v e l = " 1 0 0 " > ( < /mo> </ maction > Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 9/16
  • 14. Einführung Architecture Web Services Conclusion Lightweight Annotations for Flexible Elisions In general: leave out information that distracts the reader or that doesn’t fit on the paper In particular: redundant brackets around strong-binding operators But what if the reader is not yet familiar with certain operators? ⇒ make it interactive ((5⋅(x+y)(n+3)) ≤ ((a⋅b)!))∨((¬p)∧(¬(q ≤ π))) <maction t y p e =" e l i s i o n " > <mspace / > <mo f e n c e =" t r u e " omdoc : egroup =" f e n c e " omdoc : e l e v e l = " 1 0 0 " > ( < /mo> </ maction > Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 9/16
  • 15. Einführung Architecture Web Services Conclusion Integrating Web Services No fixed access pattern (REST vs. XML-RPC vs. SOAP), no fixed set of services The server that serves a document is responsible for advertising available services . . . and shipping required JavaScript client code < s c r i p t s r c = " . . / s c r i p t s / jobad . j s " / > < s c r i p t type= " t e x t / j a v a s c r i p t " > j o b a d I n i t ( " contextmenu " ) ; jobadInit ( " elision " ) ; j o b a d I n i t ( " d e f i n i t i o n −lookup " , " Look up d e f i n i t i o n " , " h t t p : / / jobad . mathweb . org / backend ? a c t i o n = d e f i n i t i o n − &cdbase=$cdbase&cd=$cd&name=$name " ) ; </ script> Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 10/16
  • 16. Einführung Architecture Web Services Conclusion Rendering Rendering as a service?! Shouldn’t you get that for free with any document? Prerequisite for making output from other services human-readable! content markup (OpenMath) → presentation markup (Presentation MathML) future work: more control over notation selection <OMA> <OMS cd =" combinat1 " n k , or Ck , Cn name=" b i n o m i a l " / > n k <OMV name=" n " / > <OMV name=" k " / > </OMA> Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 11/16
  • 17. Einführung Architecture Web Services Conclusion Definition and Type Lookup Input: ID of a symbol σ; output: content- or presentation-markup definition (or type declaration) of σ Utilize HTTP content negotiation: request MIME type application/xhtml+xml to get a rendered formula Alternative: in-place expansion (not always applicable) Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 12/16
  • 18. Einführung Architecture Web Services Conclusion Unit Conversion Units in OpenMath: numbers multiplied with ‘‘unit symbols’’ (or arithmetic compositions of unit symbols, optionally with prefix) <OMA> <OMS cd="arith1" name="times"/> <OMI>1</OMI> <OMS cd="units_metric1" name="metre"/> </OMA> OpenMath-based conversion service exists: Input: selected expression, target unit; output: converted expression (rendered) Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 13/16
  • 19. Einführung Architecture Web Services Conclusion Integrated Backends Theory: all services separate (clean conceptual model) Practice: multiple services in an integrated backend (more efficient, both w. r. t. space and time) We are developing such integrated backends offering many (not all) services. Examples: the MMT system, the SWiM wiki Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 14/16
  • 20. Einführung Architecture Web Services Conclusion Conclusion 1 Architecture for interactive mathematical documents 2 Reader can interactively adapt appearance 3 Single document serves as interface to embedded and remote services 4 Knowledge representation: MathML maxed out (but degrades gracefully to static snapshots) 5 Initial set of local and remote services, server can advertise additional services 6 Try the demos at http://jomdoc.omdoc.org/wiki/JOBAD Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 15/16
  • 21. Einführung Architecture Web Services Conclusion Future Services that we are planning Notation selection (⋅/×/invisible, n /Ck , Cn ) k n k Guided tours (extension of lookup) Flattening (of theory imports) Search this or similar formulæ on the web (→ http://search.mathweb.org) Links to web resources (e. g. Wikipedia) Interactive statement-level structures (proof steps, rhetorical structures) Saving (first adapt a document, then save that state on the server) Possible cooperations: SCIEnce (computation), interactive exercises Your wishes? Giceva, Lange, Rabe (Jacobs University) Integrating Web Services into Interactive Mathematical Documents July 12, 2009 16/16