My Personal Website at University of Michigan

MathJax

I think I am going to start using MathJax instead for publishing math online. Here is some test

\begin{align}\dot{x} & = \sigma(y-x) \\\dot{y} & = \rho x - y - xz \\\dot{z} & = -\beta z + xy\end{align}
|

Adding math to this website and blogger.com

Here is a simple way to add simple math to a web site such as this one and blogger.com using the following asciimath plugin. The code has been changed a little bit to correct its behavior under safari. Just add the following html/javascript to your blogger template, and you are done!


<script src="http://cse.unl.edu/~kdeng/assets/ASCIIMathMLwFallback.js"
type="text/javascript"/>
|

Site redesigned

There are many things that are easy to get into but hard to keep up. Maintaining a website is one of them. This blog is dedicated to recording the changes of this website, among other things. :)
|