-
Notifications
You must be signed in to change notification settings - Fork 2
/
heritage.html
406 lines (342 loc) · 12.8 KB
/
heritage.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE HTML>
<HEAD><TITLE>FinDis - The Finnish Disease Heritage</TITLE>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<script src="js_css/jquery.tools.min.js"></script>
<script language="javascript" src="js_css/jquery.transform.js"></script>
<script type="text/javascript" src="js_css/smooth.pack.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js_css/jquery-1.7.2.min.js"><\/script>')</script>
<script src="js_css/jquery.bpopup-0.7.0.min.js"></script>
<!-- Include the basic styles -->
<link type="text/css" rel="Stylesheet" href="js_css/bjqs.css" />
</script>
</HEAD>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
padding-left: 60px;
padding-right: 40px;
font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}
#heritage {
width: 85%;
margin-left: auto ;
margin-right: auto ;
}
</style>
<link rel="stylesheet" type="text/css" href="js_css/standalone.css">
<link rel="stylesheet" type="text/css" href="js_css/tabs.css">
<style>
.heritage_desc {
display: none;
}
a:hover {
color:black;
}
div.wrap {
width:830px;
margin-bottom:40px;
margin-left: auto ;
margin-right: auto ;
background:white;
}
.wrap .pane {
font-size:14px;
display:none;
padding:20px;
border:1px solid #999;
border-top:0;
_background-image:none;
background:white;
}
.bImage {
text-align:center;
margin-top:10px;
margin-bottom:10px;
padding:10px;
border:1px;
}
div.transbox
{
margin:10px 20px;
background-color:#ffffff;
border:0px solid black;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
div.transbox p
{
margin:10px 20px;
font-weight:bold;
color:#000000;
}
.imgHover {
display: inline;
position: relative;
}
.imgHover .hover {
display: none;
position: absolute;
right:0;
z-index: 2;
opacity: 0.6;
}
a.bx-prev {
text-decoration: none;
}
a.bx-next {
text-decoration: none;
}
</style>
<!-- unstyled Javascript file >
<script src="js_css/jquery.unstyled.min.js"></script>
<!-- unstyled CSS file >
<link href="js_css/jquery.unstyled.css" rel="stylesheet"/ -->
<!-- script>
$(document).ready(function(){
$('.unstyled').bxslider({
pagerCustom: '#bx-pager',
adaptiveHeight: true,
nextSelector: '#slider-next',
prevSelector: '#slider-prev',
nextText: '→',
prevText: '←'
});
});
</script -->
<BODY>
<a name="top"></a>
<div class="wpmenuspan">
<H1><img id="titlelogo" src="img/flag_lg.png"border="0"/>HVP Country Node</H1>
<span id="wpmenubloc">
<ul class="navlistop">
<li><a href="index.html" class="wpmenu"><b>Home</b> </a></li>
<li><a href="diseases.html" class="wpmenu"><b>Diseases</b></a></li>
<li><a href="genes.html" class="wpmenu"><b>Genes</b></a></li>
<li><a href="publications.html" class="wpmenu"><b>Publications</b></a></li>
<li><a href="links.html" class="wpmenu"><b>Links</b></a></li>
</ul>
</span>
<!--[if IE 8]>
<style type="text/css">
.wptitle {
left: -200; /* \9 IE 8 and below */
}
</style>
<![endif]-->
<h4 class="wptitle" id="wlogotitle">
<!--[if IE 8]>
<![endif]-->
National/Ethnic Disease Database
</h4>
<!--img id="logoblock1" src="js/logoblock.png" height="" width=""/>
<img id="logoblock2" src="js/logoblock.png" height="" width=""/-->
</div>
<br/><br/><br/><br/><br/><br/>
<center>
<img src="img/blue_globe.jpeg" id="dis" height="280px" width="300px" style="position: absolute; top: -50;left: 775;">
</center>
<br/>
<div id="heritage">
<br/><br/>
<table border=0 align=center cellpadding=1 width="100%">
<tr>
<td align="left" valign="center">
<b><span id="slider-prev" style="font-size: 4em; position: relative; top: -20; text-decoration: none;"></span></b>
</td>
<td align="left" width="800px">
<div id="bx-pager" style="position: relative; text-align: left; top: -15; font-size: 13px;">
<h1 style="text-align: center; font-size: 22px;">The National/Ethnic Disease Heritage</h1>
<b>
<ul class="unstyled">
<li><a data-slide-index="0" href="">Intro
</a></li>
<li>
<a data-slide-index="1" href="#fdh">National/Ethnic Disease Heritage
</a></li>
<li>
<a data-slide-index="2" href="#pop">National/Ethnic Population History and Diseases
</a>
<a data-slide-index="4" href="#reg">Regional Distribution of the Diseases
</a></li>
<li>
<a data-slide-index="5" href="#geo1">Geographic Distribution of Diseases
</a></li>
<li>
<a data-slide-index="9" href="#key">Key References
</a></li>
</b>
</ul>
<center><hr style="width: 80%;"/></center>
</div>
</td>
<td align="center" valign="center">
<b><span id="slider-next" style="font-size: 4em; position: relative; top: -20; text-decoration: none;"></span></b>
</td>
</tr></table>
<ul class="unstyled">
<li>
<div style="text-align: justify; width: 88%; padding-left: 35px;">
<a name="fdh"></a>
<h4 style="text-align: center; font-size: 17px;">I. The National/Ethnic Disease Heritage</h4>
<p align="justify">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<br>
<!-- END MAIN BODY -->
<table width="80%" border="0" align="center" cellpadding="20"><tr><td>
<img src="img/per_steps_sm.png" border="1" align="bottom" height="85" width="200">
</td><td content-align="middle">
<p vertical-align="middle" style="font-size: 14px;"><b>Example pop-up table.</b><br/> Example table caption. <br>
<button id="perheen_more" class="btn btn-link" data-bpopup='{"fadeSpeed":"slow", "followSpeed":1500, "modalColor":"greenYellow"}' style="position:relative; left:-12;">Perheentupa’s steps - large version</button>
</td></tr></table>
<center><hr style="width: 80%;"/></center>
</div>
<br/>
</li>
<li>
<div style="text-align: justify; width: 88%; padding-left: 35px;">
<a name="reg"></a>
<h4 style="text-align: center; font-size: 17px;">II. National/Ethnic Population History and Diseases</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<br/>
<table width="50%" border="0" cellspacing="0" cellpadding="5" align="center">
<tr><td align="center"><img src="img/Figure2.png" width="400" height="200"><br/>
<em>Fig. 1: National/Ethnic Population over Time</em></td>
</tr>
</table>
</div>
</li>
<li>
<div style="text-align: justify; width: 88%; padding-left: 35px;">
<br/>
<table border="0" align="center" background="" width="900" cellpadding="18px;">
<tr>
<td class="noborder" valign="top" style="text-align: justify;" width="50%">
<div style="font-size: 14px; line-height:140%">
<br/>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<p><em>Figure 2: originally appeared in Peltonen L et al., Nature Reviews, Genetics 1, 182-190 (2000)</em></p>
</td><td valign="middle">
<img src="img/Figure3c.png"/></td>
</tr>
</table>
<b><a href="#top" style="float: right; text-size: .5em; color: darkgrey">[top]</a></b><br/><center><hr style="width: 80%;"/></center>
<br/><br/>
</div>
</li>
<li>
<div style="text-align: justify; width: 88%; padding-left: 35px;">
<a name="pop"></a> <h4 style="text-align: center; font-size: 17px;">
Regional Distribution of the Diseases</h4>
<br/>
<p align="justify">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</li>
<b><a href="#top" style="float: right; text-size: .5em; color: darkgrey">[top]</a></b><br/><center><hr style="width: 80%;"/></center>
<br/><br/>
<li>
<div style="text-align: justify; width: 88%; padding-left: 35px;">
<a name="geo1"></a> <h4 style="text-align: center; font-size: 17px;">Geographic Distribution of Diseases</h4>
<table width="80%" border="0" align="center" cellpadding="20"><tr><td>
<p align="center">Fig. 4 <br/><b>
Geographic Distribution of <a href="disease.html?disease=MUL">Mulibrey nanism (MUL)</a></b>
<br/>Map by Reijo Norio,
Suomi-neidon geenit. <br>
Otava, Helsinki, 2000.</p>
</td><td>
<p align="center"><img src="img/MUL.png" border="1" height="516" width="336"></p>
</td></tr></table>
<center><hr style="width: 80%;"/></center>
</div>
</li>
<b><a href="#top" style="float: right; text-size: .5em; color: darkgrey">[top]</a></b>
<br/><br/>
<li>
<div style="text-align: justify; width: 88%; padding-left: 35px;">
<a name="key"></a><h4 style="text-align: center; font-size: 17px;">Key References</h4>
<p align="left">de la Chapelle A et al. <b>Linkage disequilibrium mapping in
isolated populations: the example of Finland revisited.</b> Proc Natl Acad Sci
USA. 1998 Oct 13;95(21):12416-23.</p>
<h4 align="center"><br>
</h4>
<h4><br>
<br>
</h4>
</div>
</li>
</ul>
</div>
<!-- Heritage desc -->
<div id="heritage_desc" class="heritage_desc" style="width: 77%;">
<h2 style="color: #ffffff; text-align:center;">Perheentupa’s steps</h2>
<IMG src="img/per_steps_lg.png" align="middle"/>
<br/><br/>
<p style="color: #ffffff; text-align:center;">Perheentupa’s steps. The timescale shows the year of first Finnish
publication of each disease.
<br/><br/>
<span style="color: #ffffff;"><em><a href="img/psteps.swf">Scalable version (SWF) of Perheentupa’s steps</a></em></span>
</p>
<br>
<span class="button bClose btn btn-mini btn-inverse" style="float: right;"><span>CLOSE</span></span>
</div>
<br/><br/>
<!-- Footer -->
<center>
FOOTER LOGOS GO HERE<br/>
<a href=""><img border="0" src="" height="" width=""></a>
<a href=""><img border="0" src="" height="125" width="300"></a>
<a href=""><img border="0" src="" height="78" width="320"></a>
<br/><br/>
<p style="color: #827B60; font-size: 10px;">
This website was developed from a template which was developed with funding from <b>the Academy of Finland, Center of Excellence in Disease Genetics</b><br/>
and the European Community's <b>Seventh Framework Programme (FP7/2007-2013)</b> under grant agreement number 200754 - <b>the GEN2PHEN project.</b></p>
</center>
<script>
$(function() {
$(".imgHover").hover(
function() {
$(this).children("img").fadeTo(200, 0.85).end().children(".hover").show();
},
function() {
$(this).children("img").fadeTo(200, 1).end().children(".hover").hide();
});
});
// Semicolon (;) to ensure closing of earlier scripting
// Encapsulation
// $ is assigned to jQuery
;(function($) {
// DOM Ready
$(function() {
// Binding a click event
// From jQuery v.1.7.0 use .on() instead of .bind()
$('#perheen_more').bind('click', function(e) {
// Prevents the default action to be triggered.
e.preventDefault();
// Triggering bPopup when click event is fired
$('#heritage_desc').bPopup();
});
});
})(jQuery);
</script>
<style>
img.dis {
height: 60px;
width: 60px;
}
.dna {
height: 60;
width: 60;
}
.pub {
height: 60;
width: 60;
}
</style>
</body>
</html>