-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNavigator.html
More file actions
88 lines (84 loc) · 3.09 KB
/
Navigator.html
File metadata and controls
88 lines (84 loc) · 3.09 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>Distributome.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="verify-v1"
content="S6zclu9UcbbjR6mX8ELA6R4G0lCJKUAtaTLeQmxvg8A=">
<meta name="description"
content="Probability and Statistics Distributions Resource - Distributome">
<meta name="keywords"
content="Probability Statistics Distributions Resource Distributome Java Applets">
<meta name="author" content="Ivo Dinov - https://Distributome.org">
<link rel="stylesheet" type="text/css"
href="images/Distributome_style.css">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div id="wrapper-menu-top">
<div id="menu-top">
<ul>
<li><a href="https://Distributome.org" title="Distributome Home"><span>Home</span></a></li>
<li><span> Tools »<br>
</span></li>
<li><a href="about.html" title="About"><span>About</span></a></li>
<li><a href="https://SOCR.ucla.edu"
title="Statistics Online Computational Resource (SOCR)"><span>SOCR</span></a></li>
<li><a href="https://www.math.uah.edu/stat/"
title="UAH Virtual Laboratories in Probability and Statistics"><span>VLPS</span></a></li>
<li><a href="https://mbi.osu.edu/"
title="OSU Mathematical Biosciences Institute"><span>OSU Bioscience</span></a></li>
<li><a href="blog" title="Distributome Blog"><span>Blog</span></a></li>
</ul>
</div>
<!--menu-top--></div>
<!--wrapper-menu-top-->
<div id="wrapper-header">
<div id="header">
<div id="wrapper-header2">
<div id="wrapper-header3">
<h1>
<center>Distributome - An Interactive Web-based Resource for
Probability Distributions</center>
</h1>
</div>
</div>
</div>
</div>
<div id="content">
<!-- Start of applet code -->
<applet codebase="jars" archive="SOCR_distributome.jar" code="org.distributome.TGViewerApplet.class"
width=98% height=700 name="viewer">
</applet>
<!-- End of applet code --></div>
<div id="wrapper-footer">
<div id="footer">Visitor number <img
src="https://counter.digits.com/?counter=%7B567347b6-ad03-67d4-1993-0fc7aa8563de%7D&template=simple"
align="middle" border="0" height="20" hspace="4" vspace="2" width="60">
| 2011 | <a href="https://www.Distributome.org">www.Distributome.org</a>
</div>
</div>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project = 5714596;
var sc_invisible = 1;
var sc_security = "038e9ac4";
var scJsHost = (("https:" == document.location.protocol) ? "https://secure."
: "https://www.");
document
.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript>
<div class="statcounter">
<a title="web analytics" href="https://statcounter.com/"
target="_blank"><img class="statcounter"
src="//c.statcounter.com/5714596/0/038e9ac4/1/"
alt="web
analytics"></a>
</div>
</noscript>
<!-- End of StatCounter Code -->
</body>
</html>