-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHHOW-Visualizer.html
More file actions
207 lines (180 loc) · 9.25 KB
/
HHOW-Visualizer.html
File metadata and controls
207 lines (180 loc) · 9.25 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="HHOW">
<meta name="author" content="NCH BPCI">
<!-- <link rel="icon" href="favicon.ico"> -->
<title>Hyundai Hope On Wheels™ Biorepository</title>
<!-- Bootstrap core CSS -->
<!-- <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/dc/1.7.4/dc.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.5/css/bootstrap-select.min.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- COG-specific -->
<link href='https://fonts.googleapis.com/css?family=Bitter:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="dc-2.0.0-beta18.css" />
<!-- Custom styles for this template -->
<link href="dashboard.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Hyundai Hope On Wheels™ Biorepository</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Dashboard</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Help</a></li>
</ul>
<form class="navbar-form navbar-right">
<input type="text" class="form-control" placeholder="Search...">
</form>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li><div class="coglogo">CHILDREN'S</br>ONCOLOGY<br />GROUP</div></li>
</ul>
<ul class="nav nav-sidebar">
<li class="active"><a href="#">Biorepository Inventory <span class="sr-only">(current)</span></a></li>
<li><a href="#">Biospecimen Pipeline</a></li>
<li><a href="#">Investigator Distributions</a></li>
</ul>
<ul class="nav nav-sidebar">
<li><a href="">Data Pivot</a></li>
<li><a href="">Export</a></li>
</ul>
<ul class="nav nav-sidebar">
<li>
<div class="hhowlogo">
<img class="hhowlogo-image" src="images/HHOW-Biorepository-Small.png" />
</div>
</li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h1 class="page-header"><span class="glyphicon glyphicon-dashboard" aria-hidden="true"></span> Biorepository Inventory Explorer</h1>
<div class="row placeholders">
<div class="col-sm-6 placeholder">
<div id="protocol-category" class="chart">
<h4>Protocol Category</h4>
</div>
</div>
<div class="col-xs-6 col-sm-3 placeholder">
<ul style="list-style-type: none;">
<li>
<button type="button" class="btn btn-default btn-primary btn-lg" onclick="dc.filterAll(); dc.renderAll(); dc.redrawAll();">
<span class="glyphicon glyphicon-repeat" aria-hidden="true"></span> Reset Filters
</button>
</li>
</ul>
<ul class="list-group">
<li class="list-group-item">
Candidate Specimens <span class="badge"><span class="badge candidate-specimens-counter"></span></span>
</li>
<li class="list-group-item">
Total Specimens <span class="badge"><span class="badge total-specimens-counter"></span></span>
</li>
</ul>
</div>
</div>
<div class="row placeholders">
<div class="col-sm-3 placeholder">
<div id="protocol-status" class="chart">
<h4>Collection Status</h4>
</div>
</div>
<div class="col-sm-3 placeholder">
<div id="specimen-biophysical-type" class="chart">
<h4>Specimen Type</h4>
<span style="display: none">
<span id="specimen-type-filter-summary" class="filter"></span>
<span>
</div>
</div>
<div class="col-sm-3 placeholder">
<div id="disease-status" class="chart">
<h4>Disease Status</h4>
</div>
</div>
</div>
<div class="row placeholders">
<div class="col-sm-3 placeholder">
<div id="protocols3" class="chart">
<h4>Collection Protocols</h4>
</div>
</div>
</div>
<h2 class="sub-header">
Inventory Detail
<span class="btn-group" style="float:right">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Download <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="#" download="specimen_detail.xls" onclick="return ExcellentExport.excel(this, 'specimen-stats-grid', 'Specimen Detail');">Excel Workbook</a></li>
<li><a href="#" download="specimen_detail.csv" onclick="return ExcellentExport.csv(this, 'specimen-stats-grid');">CSV File</a></li>
<li><a href="#" download="specimen_detail.R" onclick="return ExcellentExport.r(this, 'specimen-stats-grid');">R Script</a></li>
</ul>
</span>
</h2>
<div id="data-table" class="table-responsive">
<table id="specimen-stats-grid" class="table table-striped">
<thead>
<tr>
<th>Collection Protocol</th>
<th>Collection Status</th>
<th>Protocol Category</th>
<th>Specimen Type</th>
<th>Preservation</th>
<th>Anatomic Source</th>
<th>Pathological Status</th>
<th>Disease Status</th>
<th># Specimen</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- <script src="../../dist/js/bootstrap.min.js"></script> -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="ie10-viewport-bug-workaround.js"></script>
<script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.11/crossfilter.min.js"></script>
<!-- <script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/dc/1.7.4/dc.js"></script> -->
<script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.5/js/bootstrap-select.min.js"></script>
<script type='text/javascript' src="js/excellentexport-1.4/excellentexport.js"></script>
<script type='text/javascript' src="js/dc-2.0.0-beta.18.js"></script>
<script type='text/javascript' src="js/dc-bubble-cloud.js"></script>
<script type='text/javascript' src="HHOW-Visualizer.js"></script>
</body>
</html>