summaryrefslogtreecommitdiffstats
path: root/templates/about.html
blob: 37c6f79b0ef71568f847f93bbaba2f64c37f436d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{% extends "base.html" %}

{% block title %}Equwha?{% endblock %}
{% block content %}
<p />
This site is a junky hack of a tool to quickly explore equations of all kinds;
the main interface is designed to quickly look up physical equations and 
formulae based on their constituant variables.
<p />
This site runs on <a href="http://appspot.com">google app engine</a>; it uses
the python project <a href="http://djangoproject.com">django</a> and should
be using the javascript math package <a href="http://www.math.union.edu/~dpvc/jsMath/">jsMath</a>.
<p />
The full source code is available at 
<a href="http://git.bnewbold.net">git.bnewbold.net</a>. You can get all the
symbols and variables as json (poke around and you'll find it); i'd like to
offer full export in a bunch of formats as well as feeds for new/special
equations.

<h3>Stuff that is out there</h3>
<ul>
  <li /><a href="http://en.wikipedia.org/">wikipedia</a>
  <li /><a href="http://hyperphysics.phy-astr.gsu.edu/hbase/HFrame.html">hyperphysics</a>
  <li /><a href="http://planetmath.org/">Planet Math</a>
  <li /><a href="http://www.sagemath.org/">Sage Math</a>
  <li /><a href="http://en.wikipedia.org/wiki/Axiom_(computer_algebra_system)">AXIOM</a>
  <li /><a href="http://mathworld.wolfram.com/">mathworld.wolfram.com</a>
  <li /><a href="http://functions.wolfram.com/">functions.wolfram.com</a>
  <li /><a href="http://www.aip.org/stixfonts/">stix fonts</a>
  <li />much else...
</ul>
{% endblock %}