-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.html
268 lines (251 loc) · 14 KB
/
data.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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Radiomics</title>
<meta name="description" content="Radiomics - quantitative radiographic phenotyping">
<meta name="keywords" content="">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" />
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css" />
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- revolution slider -->
<link rel="stylesheet" href="css/extralayers.css" />
<link rel="stylesheet" href="css/settings.css" />
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- owl carousel -->
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/owl.transitions.css" />
<link rel="stylesheet" href="css/full-slider.css" />
<!-- text animation -->
<link rel="stylesheet" href="css/text-effect.css" />
<!-- common -->
<link rel="stylesheet" href="css/style.css" />
<!-- responsive -->
<link rel="stylesheet" href="css/responsive.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53741901-12', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- navigation panel -->
<nav class="navbar navbar-default navbar-fixed-top nav-transparent overlay-nav sticky-nav nav-white nav-border-bottom" role="navigation">
<div class="container">
<div class="row">
<!-- logo -->
<div class="col-md-2 pull-left"><a class="logo-light" href="index.html"><img alt="" src="img/logo-white-2.png" class="logo" /></a><a class="logo-dark" href="index.html"><img alt="" src="img/logo-light-2.png" class="logo" /></a></div>
<!-- end logo -->
<!-- end search and cart -->
<!-- toggle navigation -->
<div class="navbar-header col-sm-8 col-xs-2 pull-right">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<!-- toggle navigation end -->
<!-- main menu -->
<div class="col-md-8 no-padding-right accordion-menu text-right">
<div class="navbar-collapse collapse">
<ul id="accordion" class="nav navbar-nav navbar-right panel-group">
<!-- menu item -->
<li >
<a href="index.html" data-hover="dropdown">home<i class="fa fa-angle-down"></i></a>
</li>
<!-- end menu item -->
<!-- menu item -->
<li >
<a href="science.html" data-hover="dropdown">science<i class="fa fa-angle-down"></i></a>
</li>
<!-- end menu item -->
<!-- menu item -->
<li >
<a href="code.html" data-hover="dropdown">code<i class="fa fa-angle-down"></i></a>
</li>
<!-- end menu item -->
<!-- menu item -->
<li >
<a href="data.html" data-hover="dropdown">data<i class="fa fa-angle-down"></i></a>
</li>
<!-- end menu item -->
<!-- menu item -->
<li >
<a href="team.html" data-hover="dropdown">team<i class="fa fa-angle-down"></i></a>
</li>
<!-- end menu item -->
</ul>
</div>
</div>
<!-- end main menu -->
</div>
</div>
</nav>
<!-- end navigation panel -->
<!-- head section -->
<section class="page-title parallax3 parallax-fix page-title-large">
<div class="opacity-medium bg-black"></div>
<img class="parallax-background-img" src="img/data.jpg" alt="" />
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 text-center animated fadeInUp">
<div class="separator-line bg-yellow no-margin-top margin-four"></div>
<!-- page title -->
<h1 class="white-text">data</h1>
<!-- end page title -->
<!-- page title tagline -->
<span class="white-text">Publicly available medical imaging data for radiomic experiments</span>
<!-- end title tagline -->
</div>
</div>
</div>
</section>
<!-- end head section -->
<!-- portfolio section -->
<section class="work-3col gutter work-with-title wide wide-title no-margin-top content-section">
<div class="container">
<div class="row">
<div class="col-md-12 text-center" >
<div class="text-center">
<!-- work filter -->
<ul class="portfolio-filter nav nav-tabs nav-tabs-light wow fadeInUp">
<li class="nav active"><a href="#" data-filter="*">All</a></li>
<li class="nav"><a href="#" data-filter=".lung">Lung</a></li>
<li class="nav"><a href="#" data-filter=".head">Head & neck</a></li>
<li class="nav"><a href="#" data-filter=".ct">CT</a></li>
<li class="nav"><a href="#" data-filter=".mr">MR</a></li>
<li class="nav"><a href="#" data-filter=".genomics">genomics</a></li>
</ul>
<!-- end work filter -->
</div>
</div>
<div class="col-md-12 grid-gallery overflow-hidden">
<div class="tab-content">
<!-- work grid -->
<ul class="grid masonry-items">
<!-- work item ( external page ) -->
<li class="html lung ct">
<figure>
<div class="gallery-img">
<a target="_blank" href="https://wiki.cancerimagingarchive.net/display/Public/NSCLC-Radiomics;jsessionid=9DE65538972726D9F9780555EA2BD4FF">
<img src="img/data-thumbs.jpg" alt="">
</a>
</div>
<figcaption>
<h3 small>
NSCLC-Radiomics <br>
</h3>
<p >422 patients</p>
</figcaption>
</figure>
</li>
<!-- end work item -->
<!-- work item ( external page ) -->
<li class="html lung ct genomics">
<figure>
<div class="gallery-img">
<a target="_blank" href="https://wiki.cancerimagingarchive.net/display/Public/NSCLC-Radiomics-Genomics">
<img src="img/data-thumbs.jpg" alt="">
</a>
</div>
<figcaption>
<h3 small>
NSCLC-Radiomics-Genomics<br>
</h3>
<p >89 patients</p>
</figcaption>
</figure>
</li>
<!-- end work item -->
</ul>
<!-- end work grid -->
</div>
</div>
</div>
</div>
</section>
<!-- end portfolio section -->
<!-- new project -->
<!-- <section class="new-project no-padding-top">
<div class="container">
<div class="row center-col text-center wow fadeInUp">
<div class="separator-line bg-yellow no-margin-top margin-five"></div>
<h5>We'd love to include your data</h5>
<a class="btn highlight-button-black-border margin-four no-margin-bottom no-margin-lr" href="mailto:[email protected]">Contact Us</a>
</div>
</div>
</section> -->
<!-- end new project -->
<!-- footer -->
<footer>
<div class="container-fluid footer-bottom val-back">
<div class="container">
<div class="row margin-three">
<!-- copyright -->
<div class="col-md-6 col-sm-6 col-xs-12 copyright text-left letter-spacing-1 xs-text-center xs-margin-bottom-one white-text">
© 2017 Computational Imaging & Bioinformatics Lab - Harvard Medical School
</div>
<!-- end copyright -->
<!-- logo -->
<div class="col-md-6 col-sm-6 col-xs-12 footer-logo text-right xs-text-center">
<a href="index.html"><img src="img/logo-white-3.png" alt=""/></a>
</div>
<!-- end logo -->
</div>
</div>
</div>
<!-- scroll to top -->
<a href="javascript:;" class="scrollToTop"><i class="fa fa-angle-up"></i></a>
<!-- scroll to top end... -->
</footer>
<!-- end footer -->
<!-- javascript libraries -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/bootstrap-hover-dropdown.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<!-- animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- page scroll -->
<script type="text/javascript" src="js/page-scroll.js"></script>
<!-- easy piechart-->
<script type="text/javascript" src="js/jquery.easypiechart.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script>
<!--portfolio with shorting tab -->
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<!-- owl slider -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<!-- magnific popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/popup-gallery.js"></script>
<!-- text effect -->
<script type="text/javascript" src="js/text-effect.js"></script>
<!-- revolution slider -->
<script type="text/javascript" src="js/jquery.tools.min.js"></script>
<script type="text/javascript" src="js/jquery.revolution.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/counter.js"></script>
<!-- fit videos -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- imagesloaded -->
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<!-- setting -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>