summaryrefslogtreecommitdiffstats
path: root/templates/index.html
blob: b6a3e6316869416328343d823f6f7c9d008d092f (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
33
34
35
36
37
{% extends "base.html" %}

{% block title %}The Equator is Primed{% endblock %}
{% block content %}
<div style="width: 300px; margin-left: 176px; border: 3px solid red; 
padding: 5px; background-color: orange; font-size: 30px; text-align: center;">
<a href="/go/" style="text-decoration:none;">GO</a></div>
<br />
<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. Click "GO" above to start.
<p />
The 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 %}