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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Navigation</title>
<link rel="stylesheet" type="text/css" href="html.css" />
</head>
<body class="nav">
<h2 style="font-size: 240%; padding: 0.1em; color: #C00; text-align: center;"
>J A S</h2>
<hr width="50%" />
<p style="line-height: 1.4em; text-align: center;">
<a href="intro.html" target="main">Home</a><br />
</p>
<hr width="50%" />
<p style="line-height: 1.6em; text-align: center;">
<a href="doc/guide.html" target="main">Users guide</a><br />
<a href="doc/design.html" target="main">API guide</a><br />
<!--a href="intro.html#docu" target="main">Documentation</a><br /-->
<!--a href="doc/index.html" target="main" >Java-Py-Rb-doc</a><br /-->
<a href="doc/index.html" target="main" >Documentation</a><br />
<a href="doc/faq.html" target="main">FAQ</a><br />
<a href="doc/jas-log.html" target="main">Weblog</a><br />
<a href="doc/acknowledge.html" target="main">Credits</a><br />
<a href="doc/contribute.html" target="main">Contributing</a><br />
<a href="doc/related.html" target="main" style="font-size: 95%;">Related Projects</a>
</p>
<hr width="50%" />
<p style="line-height: 1.6em; text-align: center;">
<a href="doc/download.html" target="main">Download</a><br />
<a href="COPYING.jas" target="gpl">COPYING</a><br />
<a href="https://github.com/kredel/java-algebra-system" target="gh">GitHub</a><br />
<a href="http://krum.rz.uni-mannheim.de/kredel/" target="hk">Contact</a>
</p>
<hr width="50%" />
<p style="text-align: center; font-size: 90%;">
<span style="color: #0039b6">G</span><span style="color: #c41200">o</span><span style="color: #f3c518">o</span><span style="color: #0039b6">g</span><span style="color: #30a72f">l</span><span style="color: #c41200">e</span> this site:
</p>
<form method="get" action="http://www.google.com/custom" target="google">
<p style="text-align: center; font-size: 70%;">
<input type="text" name="q" size="18" maxlength="255" value="" />
<input type="hidden" name="sitesearch" value="krum.rz.uni-mannheim.de" />
</p>
</form>
<!--hr width="50%" /-->
<!--p style="text-align: center;">
<a href="http://www.nosoftwarepatents.com/" target="nsp"
><img src="http://www.nosoftwarepatents.com/banners/nswpat80x15.gif"
alt="www.nosoftwarepatents.com"
/></a>
</p-->
<p style="line-height: 1.4em; text-align: center;">
<a href="intro.html" target="_top">no frames</a>
</p>
<hr width="50%" />
<p style="line-height: 1.6em; text-align: center;">
<a href="http://code.google.com/p/java-algebra-system/" target="gc" style="color: gray;">Google code</a><br />
<a href="http://freecode.com/projects/jas" target="fm" style="color: gray;">freshmeat</a><br />
<a href="http://www.ohloh.net/p/JAS-project" target="oh" style="color: gray;">Ohloh</a><br />
</p>
<!--p><a href="http://krum.rz.uni-mannheim.de/" target="top"
><img src="http://krum.rz.uni-mannheim.de/inet-2007/images/logo_rum_small_small.jpg" border="0" alt="RUM" /></a></p-->
<!--p align="right" >
$Id$
</p-->
</body>
</html>
|