Newer
Older
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
<!DOCTYPE html>
<html>
<title>QIM Data Repository</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
</style>
<link rel="shortcut icon" href="favicon.ico">
<body class="w3-light-grey w3-content" style="max-width:1600px">
<!-- Sidebar/menu and -->
<!-- Overlay effect when opening sidebar on small screens -->
<script src='sidebar.js'></script>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px">
<!-- Header -->
<script src='header.js'></script>
<!-- START OF INDIVIDUAL PAGE CONTENT -->
<!-- Images -->
<div class="w3-row-padding w3-padding-16">
<div class="w3-quarter w3-container w3-margin-bottom">
<img src="examples/placeholder_color.png" style="width:100%">
<div class="w3-container w3-white">
<p>Placeholder color</p>
</div>
</div>
<div class="w3-quarter w3-container w3-margin-bottom">
<img src="examples/placeholder_gray.png" style="width:100%">
<div class="w3-container w3-white">
<p>Placeholder gray</p>
</div>
</div>
<div class="w3-quarter w3-container w3-margin-bottom">
<img src="examples/placeholder_slice.png" style="width:100%">
<div class="w3-container w3-white">
<p>Placeholder slice</p>
</div>
</div>
<div class="w3-quarter w3-container w3-margin-bottom">
<img src="examples/placeholder_slice.png" style="width:100%">
<div class="w3-container w3-white">
<p>Placeholder slice</p>
</div>
</div>
</div>
<div class="w3-container w3-padding-large" style="margin-bottom:32px">
<h4><b>Description</b></h4>
<p>This is a data of something. Obtained somewhere. Using some settings. </p>
<hr>
<h4><b>Versions</b></h4>
<ul class="w3-ul w3-border">
<li><b>Full.</b> Just as we got it from the scanner.</li>
<li><b>Smaller.</b> Processing (from full): bit depth from 16 to 8-bit, cropping to keep only region of interest.</li>
<li><b>Tiny.</b> Smaller, but downscaled 4 times.</li>
</ul>
<p> </p>
<hr>
</div>
<!-- Footer -->
<script src='footer.js'></script>
<!-- End page content -->
</div>
</body>
</html>