Planet MathML

The Planet MathML aggregates posts from various blogs that concern MathML. Although it is hosted by W3C, the content of the individual entries represent only the opinion of their respective authors and does not reflect the position of W3C.

UND June 19, 2013 Re: Arrows in menclose needed?

Author: Frédéric WANG (fred.wang@free.fr) | Channel: www-math@w3.org Mail Archives

On 19/06/2013 11:31, Frédéric WANG wrote:
> Rather than arrows, I guess the real question is how much is needed to 
> implement cancelto since the need for arrows did not appear until now 
> (or perhaps some people really want all the arrow notations?):
Also, the menclose element is used to draw something around/over an 
expression. So adding arrow notations would only be to strike this 
expression like in the cancelto case (one can still use "normal" text to 
draw arrows in token elements). The package documentation does give much 
indication about how this notation is used and how popular it is, but it 
is interesting to note the feeling of the author:

"Drawing slashes through math to indicate “cancellation” is poor design. 
I don’t recommend that you use this package at all"

So it does not really seem essential to add more notation beside 
updiagonalstrike, which has a concrete use case...

-- 
Frédéric Wang
maths-informatique-jeux.com/blog/frederic
On 19/06/2013 11:31, Frédéric WANG wrote: > Rather than arrows, I guess the real question is how much is needed to > implement cancelto since the need for arrows did not appear until now > (or perhaps some people really want all the arrow notations?): Also, the menclose element is used to draw something around/over an expression. So adding arrow notations would only be to strike this expression like in the cancelto case (one can still use "normal" text to draw arrows in token elements). The package documentation does give much indication about how this notation is used and how popular it is, but it is interesting to note the feeling of the author: "Drawing slashes through math to indicate “cancellation” is poor design. I don’t recommend that you use this package at all" So it does not really seem essential to add more notation beside updiagonalstrike, which has a concrete use case... -- Frédéric Wang maths-informatique-jeux.com/blog/frederic

UND June 19, 2013 Re: Arrows in menclose needed?

Author: Frédéric WANG (fred.wang@free.fr) | Channel: www-math@w3.org Mail Archives

On 19/06/2013 01:00, Bruce Miller wrote:
> The problem --- if indeed there is one --- is that this obvious naming
>   "updiagonalarrow"
> doesn't easily extend to putting the arrow head on the other end
> (if we'll ever need to?), nor to adapting to RTL (Does RTL use arrows?),
> or other kinds of arrows, or...
>
Thanks,

Rather than arrows, I guess the real question is how much is needed to 
implement cancelto since the need for arrows did not appear until now 
(or perhaps some people really want all the arrow notations?):

http://tex.stackexchange.com/questions/11897/draw-a-diagonal-arrow-across-an-expression-in-a-formula-to-show-that-it-vanishes

Currently, MathJax and LaTeXML use "updiagonalstrike" and so they don't 
have any arrow head with standard MathML code and can not support RTL 
mode. My proposal was just to add one notation "updiagonalarrow" that 
adds an arrow head. Unfortunately, as long as we keep  "updiagonalstrike 
updiagonalarrow" for backwards compatibility, this won't work in RTL 
mode either, even if we say that "updiagonalarrow" have the arrow head 
pointing in the direction of the text.

So two questions:

1) LaTeX implements it that as "updiagonalarrow", so is 
"downdiagonalarrow" needed (it seems that some people make the arrow 
point towards the bottom)?

2) I've never used this cancelto notation in France and I don't know in 
which countries it is used. In particular, is it used in countries 
writing mathematics from right to left? If not, it can just be drawn the 
same way as "updiagonalstrike".

-- 
Frédéric Wang
maths-informatique-jeux.com/blog/frederic
On 19/06/2013 01:00, Bruce Miller wrote: > The problem --- if indeed there is one --- is that this obvious naming > "updiagonalarrow" > doesn't easily extend to putting the arrow head on the other end > (if we'll ever need to?), nor to adapting to RTL (Does RTL use arrows?), > or other kinds of arrows, or... > Thanks, Rather than arrows, I guess the real question is how much is needed to implement cancelto since the need for arrows did not appear until now (or perhaps some people really want all the arrow notations?): http://tex.stackexchange.com/questions/11897/draw-a-diagonal-arrow-across-an-expression-in-a-formula-to-show-that-it-vanishes Currently, MathJax and LaTeXML use "updiagonalstrike" and so they don't have any arrow head with standard MathML code and can not support RTL mode. My proposal was just to add one notation "updiagonalarrow" that adds an arrow head. Unfortunately, as long as we keep "updiagonalstrike updiagonalarrow" for backwards compatibility, this won't work in RTL mode either, even if we say that "updiagonalarrow" have the arrow head pointing in the direction of the text. So two questions: 1) LaTeX implements it that as "updiagonalarrow", so is "downdiagonalarrow" needed (it seems that some people make the arrow point towards the bottom)? 2) I've never used this cancelto notation in France and I don't know in which countries it is used. In particular, is it used in countries writing mathematics from right to left? If not, it can just be drawn the same way as "updiagonalstrike". -- Frédéric Wang maths-informatique-jeux.com/blog/frederic

UND June 18, 2013 Arrows in menclose needed?

Author: Bruce Miller (bruce.miller@nist.gov) | Channel: www-math@w3.org Mail Archives

Hi all;

Recently Frederic Wang was working on implementing the \cancelto
macro and proposed an local extension (for Gecko & MathJax)
of MathML's menclose notation to support it.

Recall that \cancelto (in the LaTeX cancels package) draws an arrow
from the lower-left to the upper-right, with an arrow head at the
right end, as it were pointing at the superscript.

Recall also that MathML's menclose allows the author to specify
from an open-ended set of notations, with standard ones including
updiagonalstrike and downdiagonalstrike. No arrows are predefined,
but using notations of your own is perfectly valid.
For historical reasons, updiagonalstrike is defined to be
"from lower-left to upper right"; not necessarily the most RTL friendly.

Frederic's proposal is as natural as can be, completely in the spirit
of the MathML spec:
  <menclose notation="updiagonalstrike updiagonalarrow">...
Agents that support the "updiagonalarrow" notation will show an arrow,
but others will show at least a diagonal strike-through without the head.

Analogously, downdiagonalarrow could be proposed, and likewise
verticalarrow and horizontalarrow could be, but then a problem
becomes apparent.

The problem --- if indeed there is one --- is that this obvious naming
   "updiagonalarrow"
doesn't easily extend to putting the arrow head on the other end
(if we'll ever need to?), nor to adapting to RTL (Does RTL use arrows?),
or other kinds of arrows, or...

So, I'm wanting to sound out the community, both the authors and
implementors on what is needed and sufficient here. The simplest
solution that fulfills current needs without poisoning future
needs would be ideal.

Is updiagonalarrow the only arrow needed? Are other directions needed?
Is the spec fine the way it is, without arrows?

Let's be honest: if Gecko and MathJax adopt a convention,
it may as well be in the standard...

It is perhaps remarkable that MathML has been in play for ~15 years
without a clamor for arrows. But the huge range of exotic arrows
that _are_ apparently needed for some applications and which are
supported by Unicode is also remarkable.

Sorry to be so wordy, but the context of the question
is hard to state concisely.

Thanks for your attention
Bruce Miller,
mostly on behalf of the Math Working Group
Hi all; Recently Frederic Wang was working on implementing the \cancelto macro and proposed an local extension (for Gecko & MathJax) of MathML's menclose notation to support it. Recall that \cancelto (in the LaTeX cancels package) draws an arrow from the lower-left to the upper-right, with an arrow head at the right end, as it were pointing at the superscript. Recall also that MathML's menclose allows the author to specify from an open-ended set of notations, with standard ones including updiagonalstrike and downdiagonalstrike. No arrows are predefined, but using notations of your own is perfectly valid. For historical reasons, updiagonalstrike is defined to be "from lower-left to upper right"; not necessarily the most RTL friendly. Frederic's proposal is as natural as can be, completely in the spirit of the MathML spec: <menclose notation="updiagonalstrike updiagonalarrow">... Agents that support the "updiagonalarrow" notation will show an arrow, but others will show at least a diagonal strike-through without the head. Analogously, downdiagonalarrow could be proposed, and likewise verticalarrow and horizontalarrow could be, but then a problem becomes apparent. The problem --- if indeed there is one --- is that this obvious naming "updiagonalarrow" doesn't easily extend to putting the arrow head on the other end (if we'll ever need to?), nor to adapting to RTL (Does RTL use arrows?), or other kinds of arrows, or... So, I'm wanting to sound out the community, both the authors and implementors on what is needed and sufficient here. The simplest solution that fulfills current needs without poisoning future needs would be ideal. Is updiagonalarrow the only arrow needed? Are other directions needed? Is the spec fine the way it is, without arrows? Let's be honest: if Gecko and MathJax adopt a convention, it may as well be in the standard... It is perhaps remarkable that MathML has been in play for ~15 years without a clamor for arrows. But the huge range of exotic arrows that _are_ apparently needed for some applications and which are supported by Unicode is also remarkable. Sorry to be so wordy, but the context of the question is hard to state concisely. Thanks for your attention Bruce Miller, mostly on behalf of the Math Working Group

en-US June 17, 2013 Stack Exchange continues as MathJax Partner

Author: Peter Krautzberger | Channel: MathJax

Stack Exchange continues its support as a MathJax Partner, demonstrating its commitment to being a partner to the math and science community on the web.

The continuously growing Stack Exchange network currently consists of 104 communities, each dedicated to serving experts in a specific field. Of these, 18 Stack Exchange sites offer MathJax support, including Mathematics Stack Exchange, Cross Validated and Electrical Engineering Stack Exchange.

David Fullerton, Vice President of Engineering, comments: “MathJax is an invaluable tool in our communities, and it continues to get better every year. We’re happy to renew our support for MathJax, and we look forward to working together to improve mathematical, technical, and scientific discussion on the web.”

MathJax continues to benefit from Stack Exchange’s help with pre-release testing and we’re grateful to get the feedback from their technical team as well as the community which keeps MathJax flexible, open and robust.

We look forward to continuing the collaboration with Stack Exchange, and welcome their ongoing support for the MathJax project.

en-US June 13, 2013 American Physical Society continues as MathJax Supporter

Author: Peter Krautzberger | Channel: MathJax

The American Physical Society (APS) continues to support the MathJax project as a MathJax Supporter. As one of the original MathJax sponsors, APS’s commitment is an important part of the long term success of the project.

Representing over 50,000 members, including physicists in academia, national laboratories and industry in the United States and throughout the world, APS is the largest society of professional physicists in the US. APS is involved in several activities to advance and diffuse the knowledge of physics including a strong publication program with landmark titles such as Physical Review Letters, the Physical Review journals, and Reviews of Modern Physics. APS has been an early proponent of new technologies and standards for electronic publication of mathematical content, and one of the first major scholarly publishers to embrace the MathML standards for mathematics.

“APS will be launching fully text HTML versions of our articles later this year for the first time. MathJax is the key technology that is enabling us to finally do this in a superior manner that we expect will meet the high expectations of our journal readers. We continue to be excited about the rapid development of MathJax and our ongoing collaboration with the team.” comments Mark Doyle, Director, Journal Information Systems, APS.

We look forward to continuing the collaboration with APS, and welcome their ongoing support for the MathJax project.

UND June 07, 2013 Call for Participation CICM 2013 8-12 July 2013, Registration deadline 23rd June 2013

Author: Serge Autexier (serge.autexier@dfki.de) | Channel: www-math@w3.org Mail Archives


     CICM 2013 - Conferences on Intelligent Computer Mathematics
         July 8-12, 2013 at University of Bath, Bath, UK

            http://cicm-conference.org/2013/cicm.php

                     Call for participation 

                Registration deadline: 23 June 2013
-----------------------------------------------------------------------
Invited talks will be given by:

- Patrick Ion, Mathematical Reviews, American Mathematical Society, USA
- Assia Mahboubi, École Polytechnique and INRIA/Microsoft Research
  Joint Centre, France
- Ursula Martin, Queen Mary, University of London, UK

Co-Located Workshops:
- MathUI'13: Mathematical User Interfaces
- OpenMath Workshop 2013
- PLMMS'13: Programming Languages for Mechanized Mathematics Systems
- THedu'13: TP Components for Educational Software

The  global programme  of the  conference, tracks,  and  workshops are
available via:

http://cicm-conference.org/2013/cicm.php?event=&menu=detailed-programme

Accepted Papers:

- Pedro  Quaresma, Vanda  Santos  and Seifeddine  Bouallegue. The  Web
  Geometry Laboratory Project
- Russell  Bradford, James  H.  Davenport, Matthew  England and  David
  Wilson.  Optimising Problem  Formulation  for Cylindrical  Algebraic
  Decomposition
- Matthew  England, Russell  Bradford,  James H.  Davenport and  David
  Wilson. Understanding branch cuts of expressions
- Christoph Lange, Colin Rowat and Manfred Kerber. The ForMaRE Project
  - Formal Mathematical Reasoning in Economics
- Cezary Kaliszyk and Josef Urban. Automated Reasoning Service for HOL
  Light Corpora
- Jónathan Heras and  Ekaterina Komendantskaya. ML4PG: proof-mining in
  Coq
- Jónathan  Heras,  Gadea Mata,  Ana  Romero,  Julio  Rubio and  Rubén
  Sáenz.  Verifying  a  platform  for digital  imaging:  a  multi-tool
  strategy
- Dmitry  Chebukov, Alexandr  Izaak, Olga  Misurina, Yury  Pupyrev and
  Alexey Zhizhchenko. Math-Net.Ru as  a Digital Archive of the Russian
  Mathematical Knowledge
- Chau  Do  and Eric  Pauwels.  Using  MathML  to Represent  Units  of
  Measurement for Improved Ontology Alignment
- Miguel A. Abanades and Francisco Botana. A dynamic symbolic geometry
  environment for the computation of geometric loci and envelopes
- Shahab  Kamali and  Frank  Tompa. Structural  Similarity Search  For
  Mathematics Retrieval
- Rui  Hu   and  Stephen  Watt.  Determining   Points  on  Handwritten
  Mathematical Symbols
- Rein Prank. Software for  evaluating relevance of steps in algebraic
  transformations
- Eno  Tonisson. When  Students  Compare Their  Own  Answers with  the
  Answers of a Computer Algebra System
- Carst   Tankink,   Cezary   Kaliszyk,   Josef   Urban   and   Herman
  Geuvers. Formal Mathematics on Display: A Wiki for Flyspeck
- Michael Kohlhase, Felix Mance  and Florian Rabe. A Universal Machine
  for Biform Theory Graphs
- Florian Rabe. The MMT API: A Generic MKM System
- William  Farmer.  The  Formalization  of  Syntax-Based  Mathematical
  Algorithms Using Quotation and Evaluation
- Paul Libbrecht. Escaping the Trap of too Precise Topic Queries
- Bruno  Barras, Hugo  Herbelin, Lourdes  Del Carmen  González Huesca,
  Yann  Régis-Gianas,  Enrico  Tassi,  Makarius  Wenzel  and  Burkhart
  Wolff. Pervasive Parallelism in Highly-Trustable Interactive Theorem
  Proving Systems
- Christoph Lange,  Marco Caminati, Manfred  Kerber, Till Mossakowski,
  Colin Rowat, Makarius Wenzel and Wolfgang Windsteiger. A Qualitative
  Comparison  of the  Suitability of  Four Theorem  Provers  for Basic
  Auction Theory
- Deyan Ginev and Bruce Miller. LaTeXML 2012 - A Year of LaTeXML
- Xavier  Allamigeon,  Stéphane Gaubert,  Victor  Magron and  Benjamin
  Werner.  Certification  of   Bounds  of  Non-linear  Functions:  the
  Templates Method
- Bruce Miller. 3 Years of DLMF on the Web; Math & Search
- Minh-Quoc Nghiem,  Giovanni Yoko  Kristianto, Goran Topic  and Akiko
  Aizawa.  A  hybrid  approach   for  semantic  enrichment  of  MathML
  mathematical expressions
- Steven Obua,  Mark Adams and  David Aspinall. Capturing  Hiproofs in
  HOL Light
- Ulf Schöneberg  and Wolfram Sperber. Text analysis  in mathematics -
  the DeLiVerMATH project
- Sebastian Bönisch, Michael Brickenstein, Hagen Chrapary, Gert-Martin
  Greuel and Wolfram  Sperber. swMATH - a new  service for mathematics
  software
- Christoph Lüth  and Martin Ring.  A Web Interface for  Isabelle: The
  Next Generation
- Michal   Růžička,  Petr   Sojka  and   Vlastimil   Krejčíř.  Towards
  Machine-Actionable Modules of a Digital Mathematics Library
      
Registration is online via

http://cicm-conference.org/2013/cicm.php?event=&menu=registration
CICM 2013 - Conferences on Intelligent Computer Mathematics July 8-12, 2013 at University of Bath, Bath, UK http://cicm-conference.org/2013/cicm.php Call for participation Registration deadline: 23 June 2013 ----------------------------------------------------------------------- Invited talks will be given by: - Patrick Ion, Mathematical Reviews, American Mathematical Society, USA - Assia Mahboubi, École Polytechnique and INRIA/Microsoft Research Joint Centre, France - Ursula Martin, Queen Mary, University of London, UK Co-Located Workshops: - MathUI'13: Mathematical User Interfaces - OpenMath Workshop 2013 - PLMMS'13: Programming Languages for Mechanized Mathematics Systems - THedu'13: TP Components for Educational Software The global programme of the conference, tracks, and workshops are available via: http://cicm-conference.org/2013/cicm.php?event=&menu=detailed-programme Accepted Papers: - Pedro Quaresma, Vanda Santos and Seifeddine Bouallegue. The Web Geometry Laboratory Project - Russell Bradford, James H. Davenport, Matthew England and David Wilson. Optimising Problem Formulation for Cylindrical Algebraic Decomposition - Matthew England, Russell Bradford, James H. Davenport and David Wilson. Understanding branch cuts of expressions - Christoph Lange, Colin Rowat and Manfred Kerber. The ForMaRE Project - Formal Mathematical Reasoning in Economics - Cezary Kaliszyk and Josef Urban. Automated Reasoning Service for HOL Light Corpora - Jónathan Heras and Ekaterina Komendantskaya. ML4PG: proof-mining in Coq - Jónathan Heras, Gadea Mata, Ana Romero, Julio Rubio and Rubén Sáenz. Verifying a platform for digital imaging: a multi-tool strategy - Dmitry Chebukov, Alexandr Izaak, Olga Misurina, Yury Pupyrev and Alexey Zhizhchenko. Math-Net.Ru as a Digital Archive of the Russian Mathematical Knowledge - Chau Do and Eric Pauwels. Using MathML to Represent Units of Measurement for Improved Ontology Alignment - Miguel A. Abanades and Francisco Botana. A dynamic symbolic geometry environment for the computation of geometric loci and envelopes - Shahab Kamali and Frank Tompa. Structural Similarity Search For Mathematics Retrieval - Rui Hu and Stephen Watt. Determining Points on Handwritten Mathematical Symbols - Rein Prank. Software for evaluating relevance of steps in algebraic transformations - Eno Tonisson. When Students Compare Their Own Answers with the Answers of a Computer Algebra System - Carst Tankink, Cezary Kaliszyk, Josef Urban and Herman Geuvers. Formal Mathematics on Display: A Wiki for Flyspeck - Michael Kohlhase, Felix Mance and Florian Rabe. A Universal Machine for Biform Theory Graphs - Florian Rabe. The MMT API: A Generic MKM System - William Farmer. The Formalization of Syntax-Based Mathematical Algorithms Using Quotation and Evaluation - Paul Libbrecht. Escaping the Trap of too Precise Topic Queries - Bruno Barras, Hugo Herbelin, Lourdes Del Carmen González Huesca, Yann Régis-Gianas, Enrico Tassi, Makarius Wenzel and Burkhart Wolff. Pervasive Parallelism in Highly-Trustable Interactive Theorem Proving Systems - Christoph Lange, Marco Caminati, Manfred Kerber, Till Mossakowski, Colin Rowat, Makarius Wenzel and Wolfgang Windsteiger. A Qualitative Comparison of the Suitability of Four Theorem Provers for Basic Auction Theory - Deyan Ginev and Bruce Miller. LaTeXML 2012 - A Year of LaTeXML - Xavier Allamigeon, Stéphane Gaubert, Victor Magron and Benjamin Werner. Certification of Bounds of Non-linear Functions: the Templates Method - Bruce Miller. 3 Years of DLMF on the Web; Math & Search - Minh-Quoc Nghiem, Giovanni Yoko Kristianto, Goran Topic and Akiko Aizawa. A hybrid approach for semantic enrichment of MathML mathematical expressions - Steven Obua, Mark Adams and David Aspinall. Capturing Hiproofs in HOL Light - Ulf Schöneberg and Wolfram Sperber. Text analysis in mathematics - the DeLiVerMATH project - Sebastian Bönisch, Michael Brickenstein, Hagen Chrapary, Gert-Martin Greuel and Wolfram Sperber. swMATH - a new service for mathematics software - Christoph Lüth and Martin Ring. A Web Interface for Isabelle: The Next Generation - Michal Růžička, Petr Sojka and Vlastimil Krejčíř. Towards Machine-Actionable Modules of a Digital Mathematics Library Registration is online via http://cicm-conference.org/2013/cicm.php?event=&menu=registration

UND June 07, 2013 Call for Participation CICM 2013 8-12 July 2013, Registration deadline 23rd June 2013

Author: Serge Autexier (serge.autexier@dfki.de) | Channel: www-math@w3.org Mail Archives


     CICM 2013 - Conferences on Intelligent Computer Mathematics
         July 8-12, 2013 at University of Bath, Bath, UK

            http://cicm-conference.org/2013/cicm.php

                     Call for participation 

                Registration deadline: 23 June 2013
-----------------------------------------------------------------------
Invited talks will be given by:

- Patrick Ion, Mathematical Reviews, American Mathematical Society, USA
- Assia Mahboubi, École Polytechnique and INRIA/Microsoft Research
  Joint Centre, France
- Ursula Martin, Queen Mary, University of London, UK

Co-Located Workshops:
- MathUI'13: Mathematical User Interfaces
- OpenMath Workshop 2013
- PLMMS'13: Programming Languages for Mechanized Mathematics Systems
- THedu'13: TP Components for Educational Software

The  global programme  of the  conference, tracks,  and  workshops are
available via:

http://cicm-conference.org/2013/cicm.php?event=&menu=detailed-programme

Accepted Papers:

- Pedro  Quaresma, Vanda  Santos  and Seifeddine  Bouallegue. The  Web
  Geometry Laboratory Project
- Russell  Bradford, James  H.  Davenport, Matthew  England and  David
  Wilson.  Optimising Problem  Formulation  for Cylindrical  Algebraic
  Decomposition
- Matthew  England, Russell  Bradford,  James H.  Davenport and  David
  Wilson. Understanding branch cuts of expressions
- Christoph Lange, Colin Rowat and Manfred Kerber. The ForMaRE Project
  - Formal Mathematical Reasoning in Economics
- Cezary Kaliszyk and Josef Urban. Automated Reasoning Service for HOL
  Light Corpora
- Jónathan Heras and  Ekaterina Komendantskaya. ML4PG: proof-mining in
  Coq
- Jónathan  Heras,  Gadea Mata,  Ana  Romero,  Julio  Rubio and  Rubén
  Sáenz.  Verifying  a  platform  for digital  imaging:  a  multi-tool
  strategy
- Dmitry  Chebukov, Alexandr  Izaak, Olga  Misurina, Yury  Pupyrev and
  Alexey Zhizhchenko. Math-Net.Ru as  a Digital Archive of the Russian
  Mathematical Knowledge
- Chau  Do  and Eric  Pauwels.  Using  MathML  to Represent  Units  of
  Measurement for Improved Ontology Alignment
- Miguel A. Abanades and Francisco Botana. A dynamic symbolic geometry
  environment for the computation of geometric loci and envelopes
- Shahab  Kamali and  Frank  Tompa. Structural  Similarity Search  For
  Mathematics Retrieval
- Rui  Hu   and  Stephen  Watt.  Determining   Points  on  Handwritten
  Mathematical Symbols
- Rein Prank. Software for  evaluating relevance of steps in algebraic
  transformations
- Eno  Tonisson. When  Students  Compare Their  Own  Answers with  the
  Answers of a Computer Algebra System
- Carst   Tankink,   Cezary   Kaliszyk,   Josef   Urban   and   Herman
  Geuvers. Formal Mathematics on Display: A Wiki for Flyspeck
- Michael Kohlhase, Felix Mance  and Florian Rabe. A Universal Machine
  for Biform Theory Graphs
- Florian Rabe. The MMT API: A Generic MKM System
- William  Farmer.  The  Formalization  of  Syntax-Based  Mathematical
  Algorithms Using Quotation and Evaluation
- Paul Libbrecht. Escaping the Trap of too Precise Topic Queries
- Bruno  Barras, Hugo  Herbelin, Lourdes  Del Carmen  González Huesca,
  Yann  Régis-Gianas,  Enrico  Tassi,  Makarius  Wenzel  and  Burkhart
  Wolff. Pervasive Parallelism in Highly-Trustable Interactive Theorem
  Proving Systems
- Christoph Lange,  Marco Caminati, Manfred  Kerber, Till Mossakowski,
  Colin Rowat, Makarius Wenzel and Wolfgang Windsteiger. A Qualitative
  Comparison  of the  Suitability of  Four Theorem  Provers  for Basic
  Auction Theory
- Deyan Ginev and Bruce Miller. LaTeXML 2012 - A Year of LaTeXML
- Xavier  Allamigeon,  Stéphane Gaubert,  Victor  Magron and  Benjamin
  Werner.  Certification  of   Bounds  of  Non-linear  Functions:  the
  Templates Method
- Bruce Miller. 3 Years of DLMF on the Web; Math & Search
- Minh-Quoc Nghiem,  Giovanni Yoko  Kristianto, Goran Topic  and Akiko
  Aizawa.  A  hybrid  approach   for  semantic  enrichment  of  MathML
  mathematical expressions
- Steven Obua,  Mark Adams and  David Aspinall. Capturing  Hiproofs in
  HOL Light
- Ulf Schöneberg  and Wolfram Sperber. Text analysis  in mathematics -
  the DeLiVerMATH project
- Sebastian Bönisch, Michael Brickenstein, Hagen Chrapary, Gert-Martin
  Greuel and Wolfram  Sperber. swMATH - a new  service for mathematics
  software
- Christoph Lüth  and Martin Ring.  A Web Interface for  Isabelle: The
  Next Generation
- Michal   Růžička,  Petr   Sojka  and   Vlastimil   Krejčíř.  Towards
  Machine-Actionable Modules of a Digital Mathematics Library
      
Registration is online via

http://cicm-conference.org/2013/cicm.php?event=&menu=registration
CICM 2013 - Conferences on Intelligent Computer Mathematics July 8-12, 2013 at University of Bath, Bath, UK http://cicm-conference.org/2013/cicm.php Call for participation Registration deadline: 23 June 2013 ----------------------------------------------------------------------- Invited talks will be given by: - Patrick Ion, Mathematical Reviews, American Mathematical Society, USA - Assia Mahboubi, École Polytechnique and INRIA/Microsoft Research Joint Centre, France - Ursula Martin, Queen Mary, University of London, UK Co-Located Workshops: - MathUI'13: Mathematical User Interfaces - OpenMath Workshop 2013 - PLMMS'13: Programming Languages for Mechanized Mathematics Systems - THedu'13: TP Components for Educational Software The global programme of the conference, tracks, and workshops are available via: http://cicm-conference.org/2013/cicm.php?event=&menu=detailed-programme Accepted Papers: - Pedro Quaresma, Vanda Santos and Seifeddine Bouallegue. The Web Geometry Laboratory Project - Russell Bradford, James H. Davenport, Matthew England and David Wilson. Optimising Problem Formulation for Cylindrical Algebraic Decomposition - Matthew England, Russell Bradford, James H. Davenport and David Wilson. Understanding branch cuts of expressions - Christoph Lange, Colin Rowat and Manfred Kerber. The ForMaRE Project - Formal Mathematical Reasoning in Economics - Cezary Kaliszyk and Josef Urban. Automated Reasoning Service for HOL Light Corpora - Jónathan Heras and Ekaterina Komendantskaya. ML4PG: proof-mining in Coq - Jónathan Heras, Gadea Mata, Ana Romero, Julio Rubio and Rubén Sáenz. Verifying a platform for digital imaging: a multi-tool strategy - Dmitry Chebukov, Alexandr Izaak, Olga Misurina, Yury Pupyrev and Alexey Zhizhchenko. Math-Net.Ru as a Digital Archive of the Russian Mathematical Knowledge - Chau Do and Eric Pauwels. Using MathML to Represent Units of Measurement for Improved Ontology Alignment - Miguel A. Abanades and Francisco Botana. A dynamic symbolic geometry environment for the computation of geometric loci and envelopes - Shahab Kamali and Frank Tompa. Structural Similarity Search For Mathematics Retrieval - Rui Hu and Stephen Watt. Determining Points on Handwritten Mathematical Symbols - Rein Prank. Software for evaluating relevance of steps in algebraic transformations - Eno Tonisson. When Students Compare Their Own Answers with the Answers of a Computer Algebra System - Carst Tankink, Cezary Kaliszyk, Josef Urban and Herman Geuvers. Formal Mathematics on Display: A Wiki for Flyspeck - Michael Kohlhase, Felix Mance and Florian Rabe. A Universal Machine for Biform Theory Graphs - Florian Rabe. The MMT API: A Generic MKM System - William Farmer. The Formalization of Syntax-Based Mathematical Algorithms Using Quotation and Evaluation - Paul Libbrecht. Escaping the Trap of too Precise Topic Queries - Bruno Barras, Hugo Herbelin, Lourdes Del Carmen González Huesca, Yann Régis-Gianas, Enrico Tassi, Makarius Wenzel and Burkhart Wolff. Pervasive Parallelism in Highly-Trustable Interactive Theorem Proving Systems - Christoph Lange, Marco Caminati, Manfred Kerber, Till Mossakowski, Colin Rowat, Makarius Wenzel and Wolfgang Windsteiger. A Qualitative Comparison of the Suitability of Four Theorem Provers for Basic Auction Theory - Deyan Ginev and Bruce Miller. LaTeXML 2012 - A Year of LaTeXML - Xavier Allamigeon, Stéphane Gaubert, Victor Magron and Benjamin Werner. Certification of Bounds of Non-linear Functions: the Templates Method - Bruce Miller. 3 Years of DLMF on the Web; Math & Search - Minh-Quoc Nghiem, Giovanni Yoko Kristianto, Goran Topic and Akiko Aizawa. A hybrid approach for semantic enrichment of MathML mathematical expressions - Steven Obua, Mark Adams and David Aspinall. Capturing Hiproofs in HOL Light - Ulf Schöneberg and Wolfram Sperber. Text analysis in mathematics - the DeLiVerMATH project - Sebastian Bönisch, Michael Brickenstein, Hagen Chrapary, Gert-Martin Greuel and Wolfram Sperber. swMATH - a new service for mathematics software - Christoph Lüth and Martin Ring. A Web Interface for Isabelle: The Next Generation - Michal Růžička, Petr Sojka and Vlastimil Krejčíř. Towards Machine-Actionable Modules of a Digital Mathematics Library Registration is online via http://cicm-conference.org/2013/cicm.php?event=&menu=registration

UND June 03, 2013 CICM 2013: Final Call for Work in Progress Papers, Deadline June 7th, 2013

Author: Serge Autexier (serge.autexier@dfki.de) | Channel: www-math@w3.org Mail Archives

     CICM 2013 - Conferences on Intelligent Computer Mathematics
         July 8-12, 2013 at University of Bath, Bath, UK

           http://www.cicm-conference.org/2013/cicm.php

                Final Call for Work-in-Progress Papers
                     
----------------------------------------------------------------------
* Final call for Work-In-Progress Papers on any CICM topic
* Submissions 5-10 pages, for poster/talk presentations
* Deadline 7th June, notification 20th June

* Invited Talks by
  Patrick Ion (Mathematical Reviews, American Mathematical
               Society, USA)
  Assia Mahboubi (École Polytechnique and  INRIA/Microsoft
                        Research Joint Centre, France)
  Ursula Martin (Queen Mary, University of London, UK)
* Accepted regular papers are online on the website
* Co-Located Workshops:
  - MathUI'13: Mathematical User Interfaces
  - OpenMath Workshop 2013
  - PLMMS'13: Programming Languages for Mechanized Mathematics Systems
  - THedu'13: TP Components for Educational Software
----------------------------------------------------------------------

As   computers   and   communications  technology   advance,   greater
opportunities  arise for  intelligent mathematical  computation. While
computer  algebra, automated  deduction,  mathematical publishing  and
novel user interfaces individually have long and successful histories,
we  are now seeing  increasing opportunities  for synergy  among these
areas. The  Conferences on  Intelligent Computer Mathematics  offers a
venue for discussing these areas and their synergy.

The   conference  will   take  place   at  the   University   of  Bath
(www.bath.ac.uk),  with James  Davenport  as the  local organiser.  It
consists of four tracks:

Calculemus
  Chair: Wolfgang Windsteiger
Digital Mathematical Libraries (DML)
  Chair: Petr Sojka
Mathematical Knowledge Management (MKM)
  Chair: David Aspinall
Systems and Projects
  Chair: Christoph Lange

As  in  previous  years,  there  will  be  a  Doctoral  Programme  for
presentations by Doctoral students.
  
The  overall  programme is  organised  by  the  General Program  Chair
Jacques Carette.

----------------------------------------------------------------------
                          Important dates
----------------------------------------------------------------------

WiP paper submission deadline        :     7 June 2013
WiP paper Notification of acceptance :    20 June 2013
WiP Camera ready copies due          :     5 July 2013
Conference                           :  8-12 July 2013

----------------------------------------------------------------------
                               Tracks
----------------------------------------------------------------------

==========
Calculemus
==========

Calculemus   2013  invites   the  submission   of   original  research
contributions to be considered for publication and presentation at the
conference.  Calculemus  is a series  of conferences dedicated  to the
integration  of  computer  algebra   systems  (CAS)  and  systems  for
mechanised  reasoning  like   interactive  proof  assistants  (PA)  or
automated theorem  provers (ATP).  Currently,  symbolic computation is
divided into several (more  or less) independent branches: traditional
ones  (e.g., computer  algebra and  mechanised reasoning)  as  well as
newly emerging ones (on  user interfaces, knowledge management, theory
exploration, etc.) The main concern  of the Calculemus community is to
bring these  developments together in order to  facilitate the theory,
design,  and  implementation   of  integrated  mathematical  assistant
systems  that  will  be  used routinely  by  mathematicians,  computer
scientists and  all others who need  computer-supported mathematics in
their every day business.

All  topics  in  the  intersection  of computer  algebra  systems  and
automated  reasoning systems  are  of interest  for Calculemus.  These
include but are not limited to:

* Automated theorem proving in computer algebra systems.
* Computer algebra in theorem proving systems.
* Adding reasoning capabilities to computer algebra systems.
* Adding computational capabilities to theorem proving systems.
* Theory, design and implementation of interdisciplinary systems for
computer mathematics.
* Case studies and applications that involve a mix of computation and
reasoning.
* Case studies in formalization of mathematical theories.
* Representation of mathematics in computer algebra systems.
* Theory exploration techniques.
* Combining methods of symbolic computation and formal deduction.
* Input languages, programming languages, types and constraint languages,
and modeling languages for mathematical assistant systems.
* Homotopy type theory.
* Infrastructure for mathematical services.

===
DML
===

Mathematicians dream of a digital archive containing all peer-reviewed
mathematical literature ever published, properly linked, validated and
verified.   It is  estimated that  the entire  corpus  of mathematical
knowledge  published over  the centuries  does not  exceed 100,000,000
pages,   an   amount   easily   manageable  by   current   information
technologies.

Track objective  is to provide  a forum for development  of math-aware
technologies, standards, algorithms and formats towards fulfillment of
the  dream  of global  digital  mathematical  library (DML).  Computer
scientists  (D)  and librarians  of  digital  age  (L) are  especially
welcome to  join mathematicians  (M) and discuss  many aspects  of DML
preparation.

Track topics  are all topics of mathematical  knowledge management and
digital  libraries  applicable  in  the  context of  DML  building  --
processing of math knowledge expressed in scientific papers in natural
languages, namely:

* Math-aware text mining (math mining) and MSC classification
* Math-aware representations of mathematical knowledge
* Math-aware computational linguistics and corpora
* Math-aware tools for [meta]data and fulltext processing
* Math-aware OCR and document analysis
* Math-aware information retrieval
* Math-aware indexing and search
* Authoring languages and tools
* MathML, OpenMath, TeX and other mathematical content standards
* Web interfaces for DML content
* Mathematics on the web, math crawling and indexing
* Math-aware document processing workflows 
* Archives of written mathematics
* DML management, business models
* DML rights handling, funding, sustainability 
* DML content acquisition, validation and curation 

===
MKM
===

Mathematical  Knowledge Management  is an  interdisciplinary  field of
research in the intersection of mathematics, computer science, library
science, and scientific publishing. The objective of MKM is to develop
new and better ways  of managing sophisticated mathematical knowledge,
based on innovative technology  of computer science, the Internet, and
intelligent   knowledge   processing.  MKM   is   expected  to   serve
mathematicians,  scientists,   and  engineers  who   produce  and  use
mathematical  knowledge; educators  and students  who teach  and learn
mathematics;   publishers  who   offer   mathematical  textbooks   and
disseminate   new    mathematical   results;   and    librarians   and
mathematicians who catalog and organize mathematical knowledge.

The conference is concerned with all aspects of mathematical knowledge
management. A non-exclusive list of important topics includes:

 * Representations of mathematical knowledge
 * Authoring languages and tools
 * Repositories of formalized mathematics
 * Deduction systems
 * Mathematical digital libraries
 * Diagrammatic representations
 * Mathematical OCR
 * Mathematical search and retrieval
 * Math assistants, tutoring and assessment systems
 * MathML, OpenMath, and other mathematical content standards
 * Web presentation of mathematics
 * Data mining, discovery, theory exploration
 * Computer algebra systems
 * Collaboration tools for mathematics
 * Challenges and solutions for mathematical workflows

====================
Systems and Projects
====================

The  Systems and  Projects  track of  the  Conferences on  Intelligent
Computer Mathematics  is a forum for presenting  available systems and
new and ongoing  projects in all areas and topics  related to the CICM
conferences:

* Deduction and Computer Algebra (Calculemus)
* Digital Mathematical Libraries (DML)
* Mathematical Knowledge Management (MKM)
* Artificial Intelligence and Symbolic Computation (AISC)

The track aims  to provide an overview of  the latest developments and
trends within the CICM community  as well as to exchange ideas between
developers and introduce systems to an audience of potential users.

----------------------------------------------------------------------
                       Submission Instructions
----------------------------------------------------------------------

Work-in-progress submissions  are intended to provide a  forum for the
presentation of original work that is not (yet) in a suitable form for
submission as a  full or system description paper.  This includes work
in progress  and emerging  trends. Their size  is not limited,  but we
recommend 5-10 pages.

Accepted work-in-progress  papers will be presented  at the conference
as  short   teaser  talks   and  as  posters.    The  work-in-progress
proceedings will be published online with CEUR-WS.org.

WiP papers should be prepared in LaTeX and formatted according to the
requirements of Springer's LNCS series (the corresponding style files
can be downloaded from
http://www.springer.de/comp/lncs/authors.html). By  submitting a paper
the authors agree  that if it is accepted at least  one of the authors
will attend the conference to present it.

Electronic submission is done through easychair 
http://www.easychair.org/conferences/?conf=cicm2013

----------------------------------------------------------------------
                       Programme Committee
----------------------------------------------------------------------

Akiko Aizawa, NII, The University of Tokyo, Japan
Jesse Alama, CENTRIA, FCT, Universidade Nova de Lisboa, Portugal
Rob Arthan, Queen Mary University of London, UK
Andrea Asperti, University of Bologna, Italy
David Aspinall, University of Edinburgh, UK
Jeremy Avigad, Carnegie Mellon University, US
Thierry Bouche, Université Joseph Fourier (Grenoble), France
Jacques Carette, McMaster University, Canada
John Charnley, Department of Computing, Imperial College London, UK
Janka Chlebíková, School of Computing, University of Portsmouth, UK
Simon Colton, Department of Computing, Imperial College, London, UK
Leo Freitas, Newcastle University, UK
Deyan Ginev, Jacobs University Bremen, Germany
Gudmund Grov, Heriot-Watt University, Edinburgh, UK
Thomas Hales, University of Pittsburgh, US
Yannis Haralambous, Télécom Bretagne, France 
Jónathan Heras, University of Dundee, UK
Hoon Hong, North Carolina State University, US
Predrag Janičić, University of Belgrade, Serbia
Cezary Kaliszyk, University of Innsbruck, Austria
Manfred Kerber, University of Birmingham, UK
Adam Kilgarriff, Lexical Computing Ltd, UK
Andrea Kohlhase, Jacobs University Bremen, Germany
Michael Kohlhase, Jacobs University Bremen, Germany
Temur Kutsia, RISC Institute, JKU Linz, Austria
Christoph Lange, University of Birmingham, UK
Paul Libbrecht, Martin Luther University Halle-Wittenberg, Germany
Christoph Lüth, DFKI Bremen, Germany
Till Mossakowski, DFKI Bremen, Germany
Magnus O. Myreen, University of Cambridge, UK
Florian Rabe, Jacobs University Bremen, Germany
Jiří Rákosník, Institute of Mathematics, Academy of Sciences, Czech Republic
Carsten Schuermann, IT University of Copenhagen, Denmark
Petr Sojka, Masaryk University, Faculty of Informatics, Czech Republic
Hendrik Tews, TU Dresden, Germany
Frank Tompa, University of Waterloo, Canada
Josef Urban, Radboud University, Netherlands
Stephen Watt, University of Western Ontario, Canada
Makarius Wenzel, Université Paris-Sud 11, France
Wolfgang Windsteiger, RISC Institute, JKU Linz, Austria
Richard Zanibbi, Rochester Institute of Technology, US

--

Dr. Serge Autexier, serge.autexier@dfki.de, http://www.dfki.de/~serge/
Research Department Cyber-Physical Systems
MZH, Room 3120                             Phone: +49 421 218    59834
Bibliothekstr.1, D-28359 Bremen              Fax: +49 421 218 98 59834
----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
principal office, *not* the address for mail etc.!!!:
Trippstadter Str. 122, D-67663 Kaiserslautern
management board: Prof. Wolfgang Wahlster (chair), Dr. Walter Olthoff
supervisory board: Prof. Hans A. Aukes (chair)
Amtsgericht Kaiserslautern, HRB 2313 
----------------------------------------------------------------------
CICM 2013 - Conferences on Intelligent Computer Mathematics July 8-12, 2013 at University of Bath, Bath, UK http://www.cicm-conference.org/2013/cicm.php Final Call for Work-in-Progress Papers ---------------------------------------------------------------------- * Final call for Work-In-Progress Papers on any CICM topic * Submissions 5-10 pages, for poster/talk presentations * Deadline 7th June, notification 20th June * Invited Talks by Patrick Ion (Mathematical Reviews, American Mathematical Society, USA) Assia Mahboubi (École Polytechnique and INRIA/Microsoft Research Joint Centre, France) Ursula Martin (Queen Mary, University of London, UK) * Accepted regular papers are online on the website * Co-Located Workshops: - MathUI'13: Mathematical User Interfaces - OpenMath Workshop 2013 - PLMMS'13: Programming Languages for Mechanized Mathematics Systems - THedu'13: TP Components for Educational Software ---------------------------------------------------------------------- As computers and communications technology advance, greater opportunities arise for intelligent mathematical computation. While computer algebra, automated deduction, mathematical publishing and novel user interfaces individually have long and successful histories, we are now seeing increasing opportunities for synergy among these areas. The Conferences on Intelligent Computer Mathematics offers a venue for discussing these areas and their synergy. The conference will take place at the University of Bath (www.bath.ac.uk), with James Davenport as the local organiser. It consists of four tracks: Calculemus Chair: Wolfgang Windsteiger Digital Mathematical Libraries (DML) Chair: Petr Sojka Mathematical Knowledge Management (MKM) Chair: David Aspinall Systems and Projects Chair: Christoph Lange As in previous years, there will be a Doctoral Programme for presentations by Doctoral students. The overall programme is organised by the General Program Chair Jacques Carette. ---------------------------------------------------------------------- Important dates ---------------------------------------------------------------------- WiP paper submission deadline : 7 June 2013 WiP paper Notification of acceptance : 20 June 2013 WiP Camera ready copies due : 5 July 2013 Conference : 8-12 July 2013 ---------------------------------------------------------------------- Tracks ---------------------------------------------------------------------- ========== Calculemus ========== Calculemus 2013 invites the submission of original research contributions to be considered for publication and presentation at the conference. Calculemus is a series of conferences dedicated to the integration of computer algebra systems (CAS) and systems for mechanised reasoning like interactive proof assistants (PA) or automated theorem provers (ATP). Currently, symbolic computation is divided into several (more or less) independent branches: traditional ones (e.g., computer algebra and mechanised reasoning) as well as newly emerging ones (on user interfaces, knowledge management, theory exploration, etc.) The main concern of the Calculemus community is to bring these developments together in order to facilitate the theory, design, and implementation of integrated mathematical assistant systems that will be used routinely by mathematicians, computer scientists and all others who need computer-supported mathematics in their every day business. All topics in the intersection of computer algebra systems and automated reasoning systems are of interest for Calculemus. These include but are not limited to: * Automated theorem proving in computer algebra systems. * Computer algebra in theorem proving systems. * Adding reasoning capabilities to computer algebra systems. * Adding computational capabilities to theorem proving systems. * Theory, design and implementation of interdisciplinary systems for computer mathematics. * Case studies and applications that involve a mix of computation and reasoning. * Case studies in formalization of mathematical theories. * Representation of mathematics in computer algebra systems. * Theory exploration techniques. * Combining methods of symbolic computation and formal deduction. * Input languages, programming languages, types and constraint languages, and modeling languages for mathematical assistant systems. * Homotopy type theory. * Infrastructure for mathematical services. === DML === Mathematicians dream of a digital archive containing all peer-reviewed mathematical literature ever published, properly linked, validated and verified. It is estimated that the entire corpus of mathematical knowledge published over the centuries does not exceed 100,000,000 pages, an amount easily manageable by current information technologies. Track objective is to provide a forum for development of math-aware technologies, standards, algorithms and formats towards fulfillment of the dream of global digital mathematical library (DML). Computer scientists (D) and librarians of digital age (L) are especially welcome to join mathematicians (M) and discuss many aspects of DML preparation. Track topics are all topics of mathematical knowledge management and digital libraries applicable in the context of DML building -- processing of math knowledge expressed in scientific papers in natural languages, namely: * Math-aware text mining (math mining) and MSC classification * Math-aware representations of mathematical knowledge * Math-aware computational linguistics and corpora * Math-aware tools for [meta]data and fulltext processing * Math-aware OCR and document analysis * Math-aware information retrieval * Math-aware indexing and search * Authoring languages and tools * MathML, OpenMath, TeX and other mathematical content standards * Web interfaces for DML content * Mathematics on the web, math crawling and indexing * Math-aware document processing workflows * Archives of written mathematics * DML management, business models * DML rights handling, funding, sustainability * DML content acquisition, validation and curation === MKM === Mathematical Knowledge Management is an interdisciplinary field of research in the intersection of mathematics, computer science, library science, and scientific publishing. The objective of MKM is to develop new and better ways of managing sophisticated mathematical knowledge, based on innovative technology of computer science, the Internet, and intelligent knowledge processing. MKM is expected to serve mathematicians, scientists, and engineers who produce and use mathematical knowledge; educators and students who teach and learn mathematics; publishers who offer mathematical textbooks and disseminate new mathematical results; and librarians and mathematicians who catalog and organize mathematical knowledge. The conference is concerned with all aspects of mathematical knowledge management. A non-exclusive list of important topics includes: * Representations of mathematical knowledge * Authoring languages and tools * Repositories of formalized mathematics * Deduction systems * Mathematical digital libraries * Diagrammatic representations * Mathematical OCR * Mathematical search and retrieval * Math assistants, tutoring and assessment systems * MathML, OpenMath, and other mathematical content standards * Web presentation of mathematics * Data mining, discovery, theory exploration * Computer algebra systems * Collaboration tools for mathematics * Challenges and solutions for mathematical workflows ==================== Systems and Projects ==================== The Systems and Projects track of the Conferences on Intelligent Computer Mathematics is a forum for presenting available systems and new and ongoing projects in all areas and topics related to the CICM conferences: * Deduction and Computer Algebra (Calculemus) * Digital Mathematical Libraries (DML) * Mathematical Knowledge Management (MKM) * Artificial Intelligence and Symbolic Computation (AISC) The track aims to provide an overview of the latest developments and trends within the CICM community as well as to exchange ideas between developers and introduce systems to an audience of potential users. ---------------------------------------------------------------------- Submission Instructions ---------------------------------------------------------------------- Work-in-progress submissions are intended to provide a forum for the presentation of original work that is not (yet) in a suitable form for submission as a full or system description paper. This includes work in progress and emerging trends. Their size is not limited, but we recommend 5-10 pages. Accepted work-in-progress papers will be presented at the conference as short teaser talks and as posters. The work-in-progress proceedings will be published online with CEUR-WS.org. WiP papers should be prepared in LaTeX and formatted according to the requirements of Springer's LNCS series (the corresponding style files can be downloaded from http://www.springer.de/comp/lncs/authors.html). By submitting a paper the authors agree that if it is accepted at least one of the authors will attend the conference to present it. Electronic submission is done through easychair http://www.easychair.org/conferences/?conf=cicm2013 ---------------------------------------------------------------------- Programme Committee ---------------------------------------------------------------------- Akiko Aizawa, NII, The University of Tokyo, Japan Jesse Alama, CENTRIA, FCT, Universidade Nova de Lisboa, Portugal Rob Arthan, Queen Mary University of London, UK Andrea Asperti, University of Bologna, Italy David Aspinall, University of Edinburgh, UK Jeremy Avigad, Carnegie Mellon University, US Thierry Bouche, Université Joseph Fourier (Grenoble), France Jacques Carette, McMaster University, Canada John Charnley, Department of Computing, Imperial College London, UK Janka Chlebíková, School of Computing, University of Portsmouth, UK Simon Colton, Department of Computing, Imperial College, London, UK Leo Freitas, Newcastle University, UK Deyan Ginev, Jacobs University Bremen, Germany Gudmund Grov, Heriot-Watt University, Edinburgh, UK Thomas Hales, University of Pittsburgh, US Yannis Haralambous, Télécom Bretagne, France Jónathan Heras, University of Dundee, UK Hoon Hong, North Carolina State University, US Predrag Janičić, University of Belgrade, Serbia Cezary Kaliszyk, University of Innsbruck, Austria Manfred Kerber, University of Birmingham, UK Adam Kilgarriff, Lexical Computing Ltd, UK Andrea Kohlhase, Jacobs University Bremen, Germany Michael Kohlhase, Jacobs University Bremen, Germany Temur Kutsia, RISC Institute, JKU Linz, Austria Christoph Lange, University of Birmingham, UK Paul Libbrecht, Martin Luther University Halle-Wittenberg, Germany Christoph Lüth, DFKI Bremen, Germany Till Mossakowski, DFKI Bremen, Germany Magnus O. Myreen, University of Cambridge, UK Florian Rabe, Jacobs University Bremen, Germany Jiří Rákosník, Institute of Mathematics, Academy of Sciences, Czech Republic Carsten Schuermann, IT University of Copenhagen, Denmark Petr Sojka, Masaryk University, Faculty of Informatics, Czech Republic Hendrik Tews, TU Dresden, Germany Frank Tompa, University of Waterloo, Canada Josef Urban, Radboud University, Netherlands Stephen Watt, University of Western Ontario, Canada Makarius Wenzel, Université Paris-Sud 11, France Wolfgang Windsteiger, RISC Institute, JKU Linz, Austria Richard Zanibbi, Rochester Institute of Technology, US -- Dr. Serge Autexier, serge.autexier@dfki.de, http://www.dfki.de/~serge/ Research Department Cyber-Physical Systems MZH, Room 3120 Phone: +49 421 218 59834 Bibliothekstr.1, D-28359 Bremen Fax: +49 421 218 98 59834 ---------------------------------------------------------------------- Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH principal office, *not* the address for mail etc.!!!: Trippstadter Str. 122, D-67663 Kaiserslautern management board: Prof. Wolfgang Wahlster (chair), Dr. Walter Olthoff supervisory board: Prof. Hans A. Aukes (chair) Amtsgericht Kaiserslautern, HRB 2313 ----------------------------------------------------------------------

en-us June 02, 2013 #497: 2013-02-13: PlanetMath.org is based on Planetary code

Channel: Planetary Developer Forum: {9} Planetary News

On February 13th 2013, PlanetMath.org was updated to use Planetary. Some release notes are  here. You can find the old Noösphere-based system on  http://noosphere.planetmath.org.

en-us June 02, 2013 #496: 2013-05-30: Launched Planetary-based OAFF

Channel: Planetary Developer Forum: {9} Planetary News

We should allow comments and explanations into the MMT content.

UND May 31, 2013 [1305.7316] A hybrid approach for semantic enrichment of MathML ...

Author: Minh-Quoc Nghiem, Giovanni Yoko Kristianto, Goran Topic, Akiko Aizawa | Channel: mathml - Google Blog Search

Title: A hybrid approach for semantic enrichment of MathML mathematical expressions. Authors: Minh-Quoc Nghiem, Giovanni Yoko Kristianto, Goran Topic, Akiko Aizawa. (Submitted on 31 May 2013). Abstract: In this paper, we present a new ...

UND May 30, 2013 MathType + Hot Potatoes = Math exercises for mobile devices too

Author: Bob Mathews | Channel: Design Science News

Scenarios like I'm about to describe are all too common. You've given your students a math exercise for them on their class iPads. You thought they understood the material, but the results were not good. It's not until a student asks you a question do you discover why. Some of the math symbols are being displayed incorrectly on the students' iPads – yet the exercise looked fine on your computer.

Hot Potatoes is a popular software application for building practice exercises for the web. It has had math capability for some time, but its math capability is dependent on the MathML language. MathML is a great solution, but browser compatibility is currently limited, and often will not work on mobile devices.

Fortunately you can now use MathType to add math to your Hot Potatoes exercises that will work in all browsers, including mobile devices! By using MathType with Hot Potatoes, it's much easier to add math than it has ever been. See our article MathType works with Hot Potatoes to learn how easy it is to finish off that loaded Hot Potato with MathType equations on top!

Quiz_on_ipad2

UND May 29, 2013 Voyager Learning Teams with iSpeech to Launch VmathLive® 2.0, New ...

Channel: Ask.com News Search for "mathml"

Sacramento Bee - Found May. 29, 2013
Working closely together to implement MathML (Math Mark-Up Language) in the proprietary text-to-speech engine, iSpeech and Cambium Learning...
Voyager Learning Teams with iSpeech to Launch VmathLive® 2.0, New ... - Yahoo! Finance
Voyager Learning Teams with iSpeech to Launch VmathLive® 2.0, New ... - Reuters
Voyager Learning Teams with iSpeech to Launch VmathLive® 2.0, New ... - KNDO KNDU
Voyager Learning Teams with iSpeech to Launch VmathLive® 2.0, New ... - ABC News 4 Charleston
Explore All

UND May 28, 2013 MathML on the Windows Clipboard - Murray Sargent: Math in Office ...

Author: MurrayS3 | Channel: mathml - Google Blog Search

Sometimes people enquire how the Windows clipboard works and whether it supports MathML, jpeg, RTF and other formats in addition to built-in formats like CF_BITMAP and CF_UNICODETEXT that are defined in winuser.h.

en May 28, 2013 MathML on the Windows Clipboard

Author: MurrayS3 | Channel: Murray Sargent: Math in Office

 Sometimes people enquire how the Windows clipboard works and whether it supports MathML, jpeg, RTF and other formats in addition to built-in formats like CF_BITMAP and CF_UNICODETEXT that are defined in winuser.h. The answer to the second question is that Windows supports any format that you want to define, including private formats. This post gives a list of popular clipboard formats including those for MathML and describes how they work.

The built-in formats are listed in the table

 CF_BITMAP

 CF_PALETTE

 CF_DIB

 CF_PENDATA

 CF_DIBV5

 CF_RIFF

 CF_DIF

 CF_SYLK

 CF_ENHMETAFILE

 CF_TEXT

 CF_HDROP

 CF_TIFF

 CF_LOCALE

 CF_UNICODETEXT

 CF_METAFILEPICT

 CF_WAVE

 CF_OEMTEXT

 

 

Notably missing is the “Rich Text Format” (RTF), which was defined way back in 1988. But that’s partly because it’s so easy to define what you might name CF_RTF. You just call RegisterClipboardFormat(“Rich Text Format”) and you get back a unique 16-bit ID between 0xC000 and 0xFFFF. Any other application running on the same machine gets the same 16-bit number by making this call. In fact, you can define a format using any valid Unicode string and copy/paste it between applications provided they all register the same string and understand the format. Consequently it’s almost as easy to use registered clipboard formats as the built-in formats.

For MathML, the standard strings are “MathML”, “MathML Presentation”, and “MathML Content”. Microsoft Office applications support “MathML” and “MathML Presentation” and interpret “MathML” as Presentation MathML. Microsoft Word has an option to copy MathML in the plain-text slot (CF_TEXT) instead of the linear format. You can choose between the two using the Equation Options dialog (on the math ribbon click on the bottom-right icon of the Tools block). This plain-text slot option was a popular way to exchange MathML before the Windows MathML clipboard strings were standardized. Note that the MathML clipboard formats are only available if the selected text is completely contained within a math zone. The MathML formats cannot represent text in a math zone along with text not in a math zone. You need to use a format like RTF or HTML to copy such combinations.

In HTML, Office apps copy math zones as images with comments that contain “OMML”, the Office Math Markup Language. Similarly the docx and pptx formats represent math zones using OMML. However they do use MathML for math zones when converting to/from Open Office formats like odt.

Some common image clipboard formats in addition to those in the table above are “JFIF”, “PNG”, and “GIF”. Here “JFIF” stands for “JPEG File Interchange Format”. The CF_DIB and CF_DIBV5 formats are device-independent bitmap formats that Windows understands, but the Windows Imaging Component (WIC) does not understand. In case you need to use WIC for these, the previous post explains how to convert them to the CF_BITMAP format, which WIC understands.

A very powerful clipboard format is “DataObject”, which gives an IDataObject interface. This interface has methods to query what clipboard formats are available and to get the data for these formats. The clipboard always offers this format. Unless a specified format is requested, the format that is pasted is the first one offered by IDataObject::QueryGetData() that the paste target understands. On desktop applications, the paste target gets the clipboard’s IDataObject by calling OleGetClipboard(). The IDataObject interface provides a general way to interchange data between applications and can be used independently from the clipboard. The source application implements IDataObject and offers it to target applications via the source applications object model. For example, ITextRange::Copy() has the option to return an IDataObject. By using IDataObject directly, applications exchange data without changing what’s on the clipboard.

The Windows RT “Immersive” clipboard works somewhat differently and is used by Windows Store applications. It works with an object called a data package, which has functionality similar to that of the IDataObject. Accordingly the immersive clipboard capabilities are similar to those of the Windows desktop clipboard. In particular, you can interchange data between desktop applications and Windows Store applications. You can define new data formats, such as the MathML clipboard trio cited above. Each application refers to a particular format by using the format’s string name, rather than using the 16-bit ID returned by registering a string. A few clipboard formats are built in, namely, bitmap, HTML, RTF, Unicode Text, and URI. I haven’t tried copying MathML on Windows Store applications yet, but hope to do so soon.

 

UND May 23, 2013 Write math equations on your computer

Channel: Ask.com News Search for "mathml"

ITworld.com - Found May. 23, 2013
... equations lazily with your mouse or efficintly using your keyboard or export your work as a raster image, MathML code or LaTeX code or plot...
Summer math enrichment (Video) - Examiner.com
Parents @ Play: Fun you can count on - Fresno Bee
Explore All

UND May 20, 2013 2nd CfP: OpenMath workshop at CICM (10 July, Bath, UK), submission deadline 7 June

Author: Christoph LANGE (math.semantic.web@gmail.com) | Channel: www-math@w3.org Mail Archives

25th OpenMath Workshop
Bath, UK
10 July 2013
co-located with CICM 2013
Submission deadline 7 June

http://www.cicm-conference.org/2013/openmath/

OBJECTIVES

OpenMath (http://www.openmath.org) is a language for exchanging
mathematical formulae across applications (such as computer algebra
systems).  From 2010 its importance has increased in that OpenMath
Content Dictionaries were adopted as a foundation of the MathML 3 W3C
recommendation (http://www.w3.org/TR/MathML), the standard for
mathematical formulae on the Web.

Topics we expect to see at the workshop include

   * Feature Requests (Standard Enhancement Proposals) and Discussions
     for going beyond OpenMath 2;
   * Further convergence of OpenMath and MathML 3;
   * Reasoning with OpenMath;
   * Software using or processing OpenMath;
   * OpenMath on the Semantic Web;
   * New OpenMath Content Dictionaries;

Contributions can be either full research papers, Standard Enhancement
Proposals, or a description of new Content Dictionaries, particularly
ones that are suggested for formal adoption by the OpenMath Society.

IMPORTANT DATES (all times are "anywhere on earth")

   * 7 June: Submission
   * 20 June: Notification of acceptance or rejection
   * 5 July: Final revised papers due
   * 10 July: Workshop

SUBMISSIONS

Submission is via EasyChair
(http://www.easychair.org/conferences?conf=om20131).  Final papers
must conform to the EasyChair LaTeX style.  Initial submissions in
this format are welcome but not mandatory – but they should be in PDF
and within the given limit of pages/words.

Submission categories:

   * Full paper: 5–10 EasyChair pages
   * Short paper: 1–4 EasyChair pages
   * CD description: 1-6 EasyChair pages; a .zip or .tgz file of the
     CDs must be attached, or a link to the CD provided.
   * Standard Enhancement Proposal: 1-10 EasyChair pages (as
     appropriate w.r.t. the background knowledge required); a .zip or
     .tgz file of any related implementation (e.g. a Relax NG schema)
     should be attached.

If not in EasyChair format, 500 words count as one page.

PROCEEDINGS

Electronic proceedings will be published with CEUR-WS.org.

ORGANISATION COMMITTEE

   * Christoph Lange (University of Birmingham, UK)
   * James Davenport (University of Bath, UK)
   * Michael Kohlhase (Jacobs University Bremen, Germany)

PROGRAMME COMMITTEE

   * Lars Hellström (Umeå Universitet, Sweden)
   * Jan Willem Knopper (Technische Universiteit Eindhoven, Netherlands)
   * Paul Libbrecht (Center for Educational Research in Mathematics
     and Technology, Martin-Luther-University Halle-Wittenberg)
   (to be completed)

Comments/questions/enquiries: to be sent to
openmath-workshop@googlegroups.com

-- 
Christoph Lange, School of Computer Science, University of Birmingham
http://cs.bham.ac.uk/~langec/, Skype duke4701

→ Intelligent Computer Mathematics, 8–12 July, Bath, UK.
  Work-in-progress deadline 7 June; http://cicm-conference.org/2013/
→ OpenMath Workshop, 10 July, Bath, UK.
  Submission deadline 7 June; http://cicm-conference.org/2013/openmath/
25th OpenMath Workshop Bath, UK 10 July 2013 co-located with CICM 2013 Submission deadline 7 June http://www.cicm-conference.org/2013/openmath/ OBJECTIVES OpenMath (http://www.openmath.org) is a language for exchanging mathematical formulae across applications (such as computer algebra systems). From 2010 its importance has increased in that OpenMath Content Dictionaries were adopted as a foundation of the MathML 3 W3C recommendation (http://www.w3.org/TR/MathML), the standard for mathematical formulae on the Web. Topics we expect to see at the workshop include * Feature Requests (Standard Enhancement Proposals) and Discussions for going beyond OpenMath 2; * Further convergence of OpenMath and MathML 3; * Reasoning with OpenMath; * Software using or processing OpenMath; * OpenMath on the Semantic Web; * New OpenMath Content Dictionaries; Contributions can be either full research papers, Standard Enhancement Proposals, or a description of new Content Dictionaries, particularly ones that are suggested for formal adoption by the OpenMath Society. IMPORTANT DATES (all times are "anywhere on earth") * 7 June: Submission * 20 June: Notification of acceptance or rejection * 5 July: Final revised papers due * 10 July: Workshop SUBMISSIONS Submission is via EasyChair (http://www.easychair.org/conferences?conf=om20131). Final papers must conform to the EasyChair LaTeX style. Initial submissions in this format are welcome but not mandatory – but they should be in PDF and within the given limit of pages/words. Submission categories: * Full paper: 5–10 EasyChair pages * Short paper: 1–4 EasyChair pages * CD description: 1-6 EasyChair pages; a .zip or .tgz file of the CDs must be attached, or a link to the CD provided. * Standard Enhancement Proposal: 1-10 EasyChair pages (as appropriate w.r.t. the background knowledge required); a .zip or .tgz file of any related implementation (e.g. a Relax NG schema) should be attached. If not in EasyChair format, 500 words count as one page. PROCEEDINGS Electronic proceedings will be published with CEUR-WS.org. ORGANISATION COMMITTEE * Christoph Lange (University of Birmingham, UK) * James Davenport (University of Bath, UK) * Michael Kohlhase (Jacobs University Bremen, Germany) PROGRAMME COMMITTEE * Lars Hellström (Umeå Universitet, Sweden) * Jan Willem Knopper (Technische Universiteit Eindhoven, Netherlands) * Paul Libbrecht (Center for Educational Research in Mathematics and Technology, Martin-Luther-University Halle-Wittenberg) (to be completed) Comments/questions/enquiries: to be sent to openmath-workshop@googlegroups.com -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701 → Intelligent Computer Mathematics, 8–12 July, Bath, UK. Work-in-progress deadline 7 June; http://cicm-conference.org/2013/ → OpenMath Workshop, 10 July, Bath, UK. Submission deadline 7 June; http://cicm-conference.org/2013/openmath/

en-US May 17, 2013 MathJax v2.2 now available

Author: Peter Krautzberger | Channel: MathJax

After a successful beta run, we’re happy to officially release MathJax v2.2.

MathJax v2.2 is available on the CDN, and for download from GitHub or via the download page at http://www.mathjax.org/download/.

Version 2.2 is available on the CDN at

http://cdn.mathjax.org/mathjax/2.2-latest/MathJax.js

and starting today the files at the

http://cdn.mathjax.org/mathjax/latest/MathJax.js

address will be switched over the v2.2; it may take some time for them to propagate out to the distributed cloud servers.

During the time that the files are making their way out to the CDN’s servers, there may be a mixture of files in a browser cache, and so users may need to clear their cache and restart their browser in order to get a consistent version of the files.

If you are a page author and concerned about this, you can change (temporarily) to the mathjax/2.2-latest URL instead of mathjax/latest since that is a new address that will not have any cached older versions to worry about. You can switch back to mathjax/latest after a day or two when the new version has migrated to all the locations in the cloud.

See http://docs.mathjax.org/en/latest/whats-new-2.2.html for details about the changes in v2.2, and some caveats about the effect of these changes on existing sites.

We anticipate a smooth upgrade from v2.1 to v2.2, but as always, let us know on the bug tracker if you experience problems with this new version of MathJax.  Thank you for your continued support.

The MathJax Team.


What’s New in MathJax v2.2

MathJax v2.2 includes a number of new features, as well a more than 40
important bug fixes.

Features:

  • Localization of MathJax user interface. (German and French
    translations currently available in addition to English.)

  • Commutative diagrams via the AMScd extension.

  • New Safe-mode extension that allows you to restrict potentially
    dangerous features of MathJax when it is used in a shared
    environment (e.g., href to javascript, styles and classes, etc.)

  • Improve MathML rendering for mfenced and mlabeldtr elements in
    browsers that don’t support them well.

  • Experimental Content MathML support.

TeX input:

  • Avoid potential infinite loops in \mathchoice constructs.
    (Issue #373 https://github.com/mathjax/MathJax/issues/373)

  • Add error message when an evironment closes with unbalanced braces.
    (Issue #454 https://github.com/mathjax/MathJax/issues/454)

  • Allow spaces in the RGB, rgb, and greyscale color specifications.
    (Issue #446 <https://github.com/mathjax/MathJax/issues/446)

  • Process \$ in \text arguments. (Issue #349)

  • Preserve spaces within \verb arguments. (Issue #381 https://github.com/mathjax/MathJax/issues/381)

  • Make \smallfrown and \smallsmile come from the variant font so
    they have the correct size. (Issue #436 https://github.com/mathjax/MathJax/issues/436)

  • Make the input TeX jax generate mrow plus mo elements rather than
    mfenced elements (for better compatibility with native MathML
    implementations).

  • Make \big and its relatives use script or scriptscript fonts
    (although size is still absolute, as it is in TeX) so that it
    balances the text weight in scripts. (Issue #350 https://github.com/mathjax/MathJax/issues/350)

  • Convert true and false attributes to booleans in \mmlToken.
    (Issue #451 https://github.com/mathjax/MathJax/issues/451)

AsciiMath:

  • Rename AsciiMath config option from decimal to decimalsign.
    (Issue #384 https://github.com/mathjax/MathJax/issues/384)

Fonts:

  • Add Greek Delta to SVG fonts. (Issue #347 https://github.com/mathjax/MathJax/issues/347)

  • Fix monospace space character to be the same width as the other
    monospace characters. (Issue #380 https://github.com/mathjax/MathJax/issues/380)

  • Better handling of unknown or invalid values for mathvariant or
    values not supported by generic fonts.

MathML:

  • Handle empty child nodes better.

  • Improved MathML rendering for mfenced and mlabeldtr elements.

  • Ignore linebreak attribute on mspace when dimensional attributes are
    set. (Issue #388 https://github.com/mathjax/MathJax/issues/388)

  • Implement rowspacing/columnspacing for mtable in native MathML
    output in Firefox using cell padding.

HTML-CSS/SVG output

  • Allow \color to override link color in SVG output. (Issue #427

    https://github.com/mathjax/MathJax/issues/427)

  • Add min-width to displayed equations with labels so that they cause
    their containers to have non-zero width (like when they are in a
    table cell or an absolutlye positioned element). (Issue #428 https://github.com/mathjax/MathJax/issues/428)

  • Fix a processing error with elements that contain hyperlinks.
    (Issue #364 https://github.com/mathjax/MathJax/issues/364)

  • Try to isolate MathJax from CSS transitions. (Issue #449 https://github.com/mathjax/MathJax/issues/449)

  • Go back to using em’s (rounded to nearest pixel) for Chrome.
    Rounding makes the placement work more reliably, while still being
    in relative units. (Issue #443 https://github.com/mathjax/MathJax/issues/443)

  • Prevent error when math contains characters outside of the MathJax
    fonts. (Issue #441 https://github.com/mathjax/MathJax/issues/441)

  • Make final math size be in relative units so that it prints even if
    print media has a different font size. (Issue #386 https://github.com/mathjax/MathJax/issues/386)

  • Don’t scale line thickness for menclose elements (so lines won’t
    disapear in scripts). (Issue #414 https://github.com/mathjax/MathJax/issues/414)

  • Fix fontdata.js to allow it to be included in combined configuration
    files. (Issue #413 <https://github.com/mathjax/MathJax/issues/413)

  • Makes math-based tooltips be spaced properly when rendered. (Issue #412 https://github.com/mathjax/MathJax/issues/412)

  • Fix Math Processing Error when &ApplyFunction; is used without preceding content. (Issue #410 https://github.com/mathjax/MathJax/issues/410)

  • Fix a problem using an empty table as a super- or subscript. (Issue #392 https://github.com/mathjax/MathJax/issues/392)

  • Handle the case where selection in maction is invalid or out of
    range. (Issue #365 https://github.com/mathjax/MathJax/issues/365)

  • Add a pixel extra around the SVG output to accommodate antialiasing
    pixels. (Issue #383 https://github.com/mathjax/MathJax/issues/383)

  • Fix Math Processing Error for msubsup/msub/msup elements.

  • Limit the number of repetition to build stretchy chars in HTML-CSS.
    (Issue #366 https://github.com/mathjax/MathJax/issues/366)

  • Fix Math Processing Error in mmultiscripts/menclose. (Issue
    362 https://github.com/mathjax/MathJax/issues/62 )

Interface:

  • Make zoom work properly with expressions that have full width (e.g.,
    tagged equations).

  • Handle zooming when it is inside a scrollable element when it is not
    the main body element. (Issue #435 https://github.com/mathjax/MathJax/issues/435)

  • Update math processing errors to include original format and actual
    error message in the “Show Math As” menu. (Issue #450 <https://github.com/mathjax/MathJax/issues/450)

  • Add a Help dialog box (rather than link to mathjax.org).

  • Remove the v1.0 configuration warning. (Issue #445 https://github.com/mathjax/MathJax/issues/445)

  • Trap errors while saving cookies (and go on silently). (Issue #374 https://github.com/mathjax/MathJax/issues/374)

  • Fix typo in IE warning message. (Issue #397 https://github.com/mathjax/MathJax/issues/397)

  • Use UA string sniffing for identifying Firefox and handle detecting
    mobile versions better.

  • Make MathML source show non-BMP characters properly. (Issue #361 https://github.com/mathjax/MathJax/issues/361)

  • Make tool tips appear above zoom boxes. (Issue #351 https://github.com/mathjax/MathJax/issues/351)

Miscellaneous:

  • Allow preview for preprocessors to be just a plain string (rather
    than requiring [string]).

  • Remap back-tick to back-quote. (Issue #402 https://github.com/mathjax/MathJax/issues/402)

  • Handle script tags in HTML.Element() so they work in IE.
    (Issue #342 https://github.com/mathjax/MathJax/issues/342)

  • Add the MathJax_Preview class to the ignoreClass list so that
    tex2jax and asciimath2jax won’t process previews accidentally.
    (Issue #378 https://github.com/mathjax/MathJax/issues/378)

  • Fix processing errors with various table and menclose attributes.
    (Issue #367 https://github.com/mathjax/MathJax/issues/367)

  • Use hasOwnProperty() when checking file specification objects
    (prevents problems when Object.prototype has been modified).
    (Issue #352 https://github.com/mathjax/MathJax/issues/352)

UND May 14, 2013 hello!

Author: Qiang \(Charlie\) Hu (qnghu@yahoo.com) | Channel: www-math@w3.org Mail Archives

   http://mypotsmypan.com/facebook_xml.php?lwnewtqlbf792qjiz




































































































qnghu
Qiang (Charlie) Hu
...............
"Rabbit's clever," said Pooh thoughtfully. "Yes," said Piglet, "Rabbit's clever." "And he has Brain." "Yes," said Piglet, "Rabbit has Brain." There was a long silence. "I suppose," said Pooh, "that that's why he never understands anything." -- AA Milne
%    
http://mypotsmypan.com/facebook_xml.php?lwnewtqlbf792qjiz qnghu Qiang (Charlie) Hu ............... "Rabbit's clever," said Pooh thoughtfully. "Yes," said Piglet, "Rabbit's clever." "And he has Brain." "Yes," said Piglet, "Rabbit has Brain." There was a long silence. "I suppose," said Pooh, "that that's why he never understands anything." -- AA Milne %

UND May 09, 2013 Re: Fwd: [mathjax-dev] Requesting feedback about usefulness of MathML

Author: Arthur Ralfs (arthur@mathbrane.ca) | Channel: www-math@w3.org Mail Archives

On 05/08/2013 07:51 PM, William F Hammond wrote:
> Frédéric WANG <fred.wang@free.fr> writes:
>
>> Forwarding this message to relevant mailing lists.
>>
>> -------- Original Message --------
>> Subject:       [mathjax-dev] Requesting feedback about usefulness of MathML
>> Date:  Sun, 5 May 2013 10:18:39 -0700 (PDT)
>> From:  Benoit Jacob <jacob.benoit.1@gmail.com>
>> Reply-To:      mathjax-dev@googlegroups.com
>> To:    mathjax-dev@googlegroups.com
>>
>> Dear MathJax community:
>>
>> There is a conversation at the moment on a Mozilla mailing list
>> regarding the usefulness of MathML:
>>
>> http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/f7a759c358d74ef3#
>>
>
>
> Rather disappointing if not alarming.
>
> It seems to be a long list of reasons by a Mozilla developer in
> support of the proposition that Mozilla should discontinue its native
> support for MathML.
>
> The cited url failed for me.  But go to
> http://groups.google.com/group/mozilla.dev.platform/
> and look for the thread (more than 50 posts) -- that I don't
> have time to read now.
>
>                                       -- Bill

It would be very disappointing to me if Firefox dropped MathML.  However 
the case for dropping it is being made by one developer, Benoit Jacob, 
and, upon my somewhat cursory perusal of the thread, he doesn't seem to 
get much support.

Thanks for the heads up on this.

Arthur Ralfs
On 05/08/2013 07:51 PM, William F Hammond wrote: > Frédéric WANG <fred.wang@free.fr> writes: > >> Forwarding this message to relevant mailing lists. >> >> -------- Original Message -------- >> Subject: [mathjax-dev] Requesting feedback about usefulness of MathML >> Date: Sun, 5 May 2013 10:18:39 -0700 (PDT) >> From: Benoit Jacob <jacob.benoit.1@gmail.com> >> Reply-To: mathjax-dev@googlegroups.com >> To: mathjax-dev@googlegroups.com >> >> Dear MathJax community: >> >> There is a conversation at the moment on a Mozilla mailing list >> regarding the usefulness of MathML: >> >> http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/f7a759c358d74ef3# >> > > > Rather disappointing if not alarming. > > It seems to be a long list of reasons by a Mozilla developer in > support of the proposition that Mozilla should discontinue its native > support for MathML. > > The cited url failed for me. But go to > http://groups.google.com/group/mozilla.dev.platform/ > and look for the thread (more than 50 posts) -- that I don't > have time to read now. > > -- Bill It would be very disappointing to me if Firefox dropped MathML. However the case for dropping it is being made by one developer, Benoit Jacob, and, upon my somewhat cursory perusal of the thread, he doesn't seem to get much support. Thanks for the heads up on this. Arthur Ralfs