forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholder_versions.html
71 lines (62 loc) · 2.29 KB
/
older_versions.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Older Versions</title>
<meta name="description" content="Documents for Cytoscape users">
<meta name="author" content="Keiichiro Ono">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
<!-- Main CSS for all pages. -->
<link href="css/main.css" rel="stylesheet">
<script src="js/global_variables.js"></script>
<script src="js/menu_generator.js"></script>
</head>
<body>
<div id="container">
<script src="js/header.js"></script>
<div id="documents">
<div class="blockfull" style="margin-top: 0 !important;">
<h2>Older Versions</h2>
<h3>Cytoscape 2.x Series (desupported)</h3>
<ul>
<li>
<a href="http://chianti.ucsd.edu/Cyto2.1/">2.1</a>
</li>
<li>
<a href="http://chianti.ucsd.edu/Cyto-2_2/">2.2</a>
</li>
<li>
<a href="http://chianti.ucsd.edu/Cyto-2_3_2/">2.3</a>
</li>
<li>
<a href="http://chianti.ucsd.edu/Cyto-2_4_1/">2.4</a>
</li>
<li>
<a href="http://chianti.ucsd.edu/Cyto-2_5_2/">2.5</a>
</li>
<li>
<a href="http://chianti.ucsd.edu/Cyto-2_6_3/">2.6</a>
</li>
<li>
<a href="http://chianti.ucsd.edu/Cyto-2_7_0/">2.7</a> -
<a href="release_notes_2_7_0.html">Release Notes</a>
</li>
<li>
<a href="http://chianti.ucsd.edu/Cyto-2_8_3/">2.8.3</a> -
<a href="release_notes_2_8_3.html">Release Notes</a>
</li>
</ul>
<h3>Cytoscape 3.x Series</h3>
<ul>
<li>
<a href="http://chianti.ucsd.edu/cytoscape-3.0.0/">3.0.0</a> -
<a href="release_notes_3_0_0.html">Release Notes</a>
</li>
</ul>
</div>
</div>
<script src="js/footer.js"></script>
</div>
</body>
</html>