-
Notifications
You must be signed in to change notification settings - Fork 0
/
kinomicDataQC.html
92 lines (81 loc) · 4.7 KB
/
kinomicDataQC.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<!-- saved from url=(0066)http://twitter.github.com/bootstrap/examples/starter-template.html -->
<html lang="en" xmlns:m="http://www.w3.org/1998/Math/MathML"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Kinomics</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="nouislider.css" rel="stylesheet">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=UnifrakturMaguntia">
<link rel="stylesheet" href="mathscribe/jqmath-0.2.0.css">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="http://twitter.github.com/bootstrap/assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script></head>
<body class=" hasGoogleVoiceExt">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="http://twitter.github.com/bootstrap/examples/starter-template.html#">Project name</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="http://twitter.github.com/bootstrap/examples/starter-template.html#">Home</a></li>
<!--<li><a href="http://twitter.github.com/bootstrap/examples/starter-template.html#about">About</a></li>
<li><a href="http://twitter.github.com/bootstrap/examples/starter-template.html#contact">Contact</a></li>
The above lines of code can add tabs to go onto the next options
-->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container" id="container">
<h1>Kinomic Data Analysis and Management</h1>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('visualization', '1', {packages: ['corechart']});
</script>
<script src="./bootstrapTestPage_files/jquery.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-transition.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-alert.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-modal.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-dropdown.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-scrollspy.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-tab.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-tooltip.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-popover.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-button.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-collapse.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-carousel.js"></script>
<script src="./bootstrapTestPage_files/bootstrap-typeahead.js"></script>
<script src=amdjs.js></script>
<script src=kinomicsDA.js></script>
<script src=kinomicsUI.js></script>
<script src="jquery.nouislider.js""></script>
<script src="mathscribe/jqmath-etc-0.2.0.min.js"></script>
</body></html>