Develop and Download Open Source Software

Browse CVS Repository

Contents of /satellite/web/htdocs/index.html.en

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.18 - (show annotations) (download)
Wed Jun 24 22:39:32 2009 UTC (14 years, 9 months ago) by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +9 -0 lines
added google analytics code.

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <meta name="author" content="Neuroinformatics Lab." />
5 <meta name="keywords" content="linux windows macosx opensource system analysis modeling simulation signal-processing parameter-estimation mathematical-model free neuroinformatics" />
6 <meta name="description" content="Home of the SATELLITE" />
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8 <link rel="stylesheet" type="text/css" href="satellite.css" />
9 <link rel="icon" type="x-image/icon" href="favicon.ico" />
10 <title>SATELLITE : Home</title>
11 </head>
12 <body>
13 <div id="page">
14 <img src="images/logo.gif" alt="logo" style="margin-top: 10px; margin-left: 30px;" />
15 <h1 id="title">SATELLITE</h1>
16 <h2 id="subtitle1">System Analysis Total Environment for Laboratory</h2>
17 <h2 id="subtitle2">- Language and InTeractive Execution</h2>
18 <div id="sectionnav">
19 <div id="sectionnav2">
20 <a href="index.html.en" title="The title page">Home</a>
21 <a href="features.html.en" title="SATELLITE features">Features</a>
22 <a href="screenshots.html.en" title="Screenshots">Screenshots</a>
23 <a href="documents.html.en" title="SATELLITE document">Documents</a>
24 <!--
25 <a href="license.html.en" title="License">&nbsp;&nbsp;&nbsp;&nbsp;License</a>
26 <a href="manuals.html.en" title="Manuals">&nbsp;&nbsp;&nbsp;&nbsp;Manuals</a>
27 <a href="compatibility.html.en" title="Compatibility information">&nbsp;&nbsp;&nbsp;&nbsp;Compatibility</a>
28 <a href="news.html.en" title="News">&nbsp;&nbsp;&nbsp;&nbsp;News</a>
29 -->
30 <a href="download.html.en" title="Download">Download</a>
31 <a href="support.html.en" title="Support information">Support</a>
32 <a href="links.html.en" title="Links">Links</a>
33 <br />
34 </div>
35 <div id="sectionnav3">
36 <a href="index.html.ja">[Japanese]</a>
37 </div>
38 <a href="http://www.brain.riken.jp/"><img src="images/bsilogo.gif" width="96" height="31" alt="RIKEN Brain Science Institute" style="border: none;" /></a>
39 <a href="http://sourceforge.jp/">
40 <img src="http://sourceforge.jp/sflogo.php?group_id=998" width="96" height="31" alt="SourceForge.jp" style="border: none;" />
41 </a>
42 </div>
43
44 <div id="content">
45
46 <h3>SATELLITE</h3>
47
48 <p>
49 SATELLITE is support environment for data analysis and model simulation. It consists of the SL-shell which provides interactive C-like language processing system, and several modules (signal processing, numerical simulation, parameter estimation, etc.)
50 </p>
51
52 <p>
53 See <a href="features.html.en">features</a> for an extensive overview, take a look at the <a href="screenshots.html.en">screenshots</a>, or <a href="download.html.en">download</a> it right away. SATELLITE is an open source development project, released under the <a href="license.html.en">BSD style license</a>.
54 </p>
55
56 <p>
57 SATELLITE has been branched into the <b>2.9x</b> series (stable version) and the <b>4.x</b> series (development version) on 2003. The stable version operates under UNIX/Linux, and was developed by <a href="http://www.bpel.ics.tut.ac.jp/">BPEL</a>. The development version is platform independent branch, and was developed by <a href="http://www.ni.brain.riken.jp/">RIKEN BSI Neuroinformatics Laboratory</a>.
58 </p>
59
60 <h3>What's New</h3>
61
62 <div class="subblock">
63 <h4>SATELLITE 4.2.3 released</h4>
64 <p>SATELLITE 4.2.3 has been released. (12st November 2005)</p>
65 <ul>
66 <li>The main new features in 4.2.3 are:
67 <ul>
68 <li>Implemented text2string() for windows. (UTILITY)</li>
69 <li>Implemented coordinate label show/hide menu on GPM window. (GPM)</li>
70 <li>Supported 'BS' and 'DEL' key for Japanese keyboard on Linux (Shell).</li>
71 <li>Supported Xaw3d library for X Window system.</li>
72 </ul>
73 </li>
74 <li>The following bugs has been fixed.
75 <ul>
76 <li>Module load error when temporary directory is invalid. (Shell)</li>
77 <li>Segmentation fault bug on the parser error in eval(). (BUILTIN)</li>
78 <li>EPS file output bug when 'landscape' orientation mode. (GPM)</li>
79 <li>Line drawing bug in GPM functions. (GPM)</li>
80 </ul>
81 </li>
82 </ul>
83 </div>
84
85 <div class="small-right">
86 <a href="news.html.en">[ News ]</a>
87 </div>
88
89 <!-- footerstart -->
90 <div id="footer">
91 <p>Copyright &#169;2003-2006 RIKEN Japan, All Rights Reserved</p>
92 </div>
93
94 </div> <!-- content -->
95 </div> <!-- page -->
96 <script type="text/javascript">
97 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
98 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
99 </script>
100 <script type="text/javascript">
101 try {
102 var pageTracker = _gat._getTracker("UA-9486820-1");
103 pageTracker._trackPageview();
104 } catch(err) {}</script>
105 </body></html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26