Develop and Download Open Source Software

Browse CVS Repository

Contents of /samurai-graph/web/htdocs/links.html.en

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


Revision 1.8 - (show annotations) (download)
Sun Nov 25 08:12:37 2012 UTC (11 years, 4 months ago) by makimura
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +16 -9 lines
Updated google analytics tracking 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="graph plotter linux windows macosx java open source free neuroinformatics" />
6 <meta name="description" content="Development of the Samurai Graph" />
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8 <meta http-equiv="Content-Style-Type" content="text/css" />
9 <meta http-equiv="Content-Script-Type" content="text/javascript" />
10 <link rel="stylesheet" type="text/css" href="samuraigraph.css" />
11 <link rel="icon" type="x-image/icon" href="favicon.ico" />
12 <link rel="INDEX" href="./index.html.en" />
13 <link rel="PREV" href="./supports.html.en" />
14 <link rev="made" href="mailto:webmaster@ni.brain.riken.jp" />
15 <title>Samurai Graph : Links</title>
16
17 <!-- Google Analytics tracking code -->
18 <script type="text/javascript">
19
20 var _gaq = _gaq || [];
21 _gaq.push(['_setAccount', 'UA-8593728-1']);
22 _gaq.push(['_trackPageview']);
23
24 (function() {
25 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
26 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
27 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
28 })();
29
30 </script>
31
32 </head>
33 <body>
34 <div id="page">
35 <img id="logo" src="images/logo.gif" width="80" height="80" alt="logo" />
36 <h1 id="title">Samurai Graph</h1>
37 <h2 id="subtitle">A highly functional and user-friendly graph plotter</h2>
38 <div id="sectionnav">
39 <div id="sectionnav2">
40 <a href="index.html.en" title="The title page">Home</a>
41 <a href="features.html.en" title="Samurai Graph features">Features</a>
42 <a href="screenshots.html.en" title="See what it looks like">Screenshots</a>
43 <a href="documents.html.en" title="Documents">Documents</a>
44 <!--
45 <a href="manuals/en/" title="Samurai Graph Manual">&nbsp;&nbsp;&nbsp;&nbsp;Manual</a>
46 <a href="qanda.html.en" title="Q and A">&nbsp;&nbsp;&nbsp;&nbsp;Q &amp; A</a>
47 <a href="history.html.en" title="Release Hisotry">&nbsp;&nbsp;&nbsp;&nbsp;History</a>
48 -->
49 <a href="downloads.html.en" title="Downloads">Downloads</a>
50 <a href="supports.html.en" title="Supports">Supports</a>
51 <a href="links.html.en" title="Links">Links</a>
52 <br />
53 </div>
54 <div id="sectionnav3">
55 <a href="links.html.ja">[Japanese]</a>
56 </div>
57 <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>
58 <a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=1142" width="96" height="31" alt="SourceForge.jp" style="border: none;" /></a>
59 </div>
60
61 <div id="content">
62 <h3>Links</h3>
63
64 <div class="subblock">
65 <h4>Development Project</h4>
66 <p>
67 <a href="http://sourceforge.jp/">SourceForge.jp</a> is used for the development for of Samurai Graph.
68 <ul>
69 <li>
70 <a href="http://sourceforge.jp/projects/samurai-graph/">Samurai Graph project</a>
71 <ul>
72 <li>It is Samurai Graph development project on the SourceForge.jp</li>
73 </ul>
74 </li>
75 </ul>
76 </div>
77
78 <div class="subblock">
79 <h4>Other projects</h4>
80 <p>You don't mind I do some advertising for some other projects as well,
81 right?</p>
82
83 <ul>
84 <li><a href="http://satellite.sourceforge.jp/">SATELLITE</a>
85 <ul>
86 <li>The integrative system analysis total environment</li>
87 </ul>
88 </li>
89 <li><a href="http://xoonips.sourceforge.jp/">XooNIps</a>
90 <ul>
91 <li>XOOPS based Neuroinformatics base platform system</li>
92 </ul>
93 </li>
94 <li><a href="http://concierge.sourceforge.jp/">Concierge</a>
95 <ul>
96 <li>Research Resource Management &amp; Electonic Research Note</li>
97 </ul>
98 </li>
99 </ul>
100 </div>
101
102 <div class="subblock">
103 <h4>Our Laboratory</h4>
104 <ul>
105 <li><a href="http://www.ni.brain.riken.jp/">RIKEN BSI Neuroinformatics Laboratory</a></li>
106 <li><a href="http://nijc.brain.riken.jp/">RIKEN BSI Neuroinformatics Japan Center</a></li>
107 </ul>
108
109 <!-- footerstart -->
110 <div id="footer">
111 <p>Copyright &#169;2004-2010 RIKEN Japan, All Rights Reserved</p>
112 </div></div>
113 </div>
114 </body></html>
115

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