Archive

Posts Tagged ‘Math’

Math in Webpages, Part 2.5

August 19th, 2009 by Brandon Muramatsu No comments

I ran into Philip Schatz at OpenEd 2009 in Vancouver. (I met Phil when he came out for the OER Interoperability Sprint we hosted at COSL.)

Phil’s doing a NSF fellowship with Connexions at Rice University. Recently, he helped release a really cool feature for Connexions: MathML editing.

From Connexions’ Blog,

Now you can generate semantically-correct Content MathML on-the-fly and paste it into your Connexions module.

But wait, it gets better. When talking with Phil, he says the feature works as a plugin for the Kupu editor. And, he thinks that he can get it working within WordPress!

Woohoo. Semantically marked-up Math for WordPress. (Aside, my previous posts discussed LaTeX display in WordPress.)

(Phil is on a short holiday, but promised me he’d let me know when he had it working!)


Math in Webpages, Part Deux

June 16th, 2009 by Brandon Muramatsu No comments

A dandy blackboard

A dandy blackboard

I was browsing a mechanics (as in engineering, not cars) website today and ran across a couple interesting links.

I found a source for a cgi that can be installed on any web server that lets the user write TeX expressions in HTML and have them rendered on the fly as images by a cgi processor. John Forkosh has developed two programs MathTeX (if LaTeX is installed on the server, math is rendered in higher quality) and MimeTeX (for all other servers).

And I found an article by published in March 2009 that sums up the state of Math on the web–basically the same conclusions I came to after an hour or so of poking around in May.

“The truth is, the basic protocols of the Web offer almost no support for rendering mathematics or other specialized notations such as chemical formulas. Presenting such material on a Web page often requires software add-ons or plug-ins to be installed by the author or the reader or both.”

Source: Hayes, B. (2009, March). Writing Math on the Web. Retrieved June 16, 2009 from American Scientist Web site: http://www.americanscientist.org/issues/pub/2009/3/writing-math-on-the-web/1

Note: his is a followup to my post on Math in webpages published about two weeks ago.


Categories: Professional Tags: , , ,

Math in webpages

June 1st, 2009 by Brandon Muramatsu 2 comments

dullhunk
Photo Credit: dullhunk

Grand Challenge Equations

A little over a week ago, I was thinking about what might we do to improve the functionality of OpenCourseWare sites (more on this later). One idea I hit on, was a notion of “live math” where the equations would be presented in web pages, etc. and rendered as equations while at the same time being both editable/changeable and usable in computer algebra systems (e.g., Mathematica, MathCad, etc.). More recently, OEIT started talking with Math faculty about embedding equations within a system to facilitate discussion about pedagogy.

Here’s some research I did on including equations in web pages/site that might have a social networking component (e.g., discussion of the page). I found a couple general discussions. Also, it appears, for the most part that equations get rendered as images. Some use their own syntax, some use LaTeX, some are WYSIWYG editors more approachable by non-mathematicians.

  • LaTex Plugin for Confluence (enterprise wiki, a version of which is run at MIT)
  • wpmathpub and WP LaTeX plugins for WordPress (blog software)
  • Sitmo Equation Editor (WYSIWYG editor that creates a linkable/downloadable PNG image using a LaTeX parser)
  • Live Math software (computer algebra system and equation editing functions, including web viewer/plugins for web browsers)
  • DruTeX 5.x-1.3: This Drupal module can be used to display mathematics written in LaTeX.
  • Mathematics Filter: This Drupal module allows for addition of mathematics filter to regular input filters.

When looking specifically for Ning-based solutions (software to create your own social network), I ran across this post:

I have realised that the ning site might need an equation editor so off i go at 1:42, after some serious searching no real solution, but found http://www.sitmo.com/latex generates latex images on the fly, however you have to download the image then upload it to the forum, wich is too much of a process i believe.

Source: futurecollege.org. (2008, August 20). experiment in adding unlike fractions, constructionism vs instructivism. Retrieved June 1, 2009 from futurecollege.org Web site: http://futurecollege.org/elearning/?p=40

So at first glance there doesn’t seem to be a really good Ning solution, but I did find a couple Ning-based math communities.

Aside: The idea of rendering math and having it be usable by computer algebra systems is not a new idea, it’s sorta been one of the holy grails of the math education community, since the late 1990s (well, that’s when I got involved with them).

Regarding OpenCourseWare: I wonder how/well CNXML and MathML from Connexions might work. Update: That might be the way to go. I also seem to recall a demo where one could cut and paste MathML from a web page into a computer algebra system.

Update: What about transforming LaTeX to MathML? Here’s one tool, MathToWeb that I found.