-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (197 loc) · 9.39 KB
/
index.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
<!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">
<title>IMAGE-IN 3D Visualizer - Home</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<style>
html,body,h1,h2,h3,h4 {font-family:"Lato", sans-serif}
.mySlides {display:none}
.w3-tag, .fa {cursor:pointer}
.w3-tag {height:15px;width:15px;padding:0;margin-top:6px}
</style>
</head>
<body>
<div class="container">
<br>
<center>
<h1><b><span id="title">IMAGE-IN 3D Visualizer</span></b></h1>
<p id="description">
An open-source 3D rendering web app to render confocal and focus-ion beam electron microscope images.
</p>
<p>
<a href="https://yuvi.pythonanywhere.com/" target="_blank" class="btn btn-success btn-lg" id="start">Launch Viewer</a>
<a href="https://github.com/Yuvi-416/3D_Visualizer" target="_blank" class="btn btn-primary btn-lg" id="github_link">View on GitHub</a>
<a href="https://github.com/Yuvi-416/3D_Visualizer/tree/master/sample/" target="_blank" class="btn btn-secondary btn-lg" id="Sample">Sample</a>
<a href="https://figshare.com/articles/media/3D-Visualizer_Demo/20408103" target="_blank" class="btn btn-info btn-lg" id="Demo">Demo</a>
</p>
</center>
<br>
</div>
<!-- Content -->
<div class="w3-content" style="max-width:1100px;margin-top:2px;margin-bottom:8px">
<!-- Slideshow -->
<div class="w3-container">
<div class="w3-display-container mySlides">
<img src="imgg/1.png" style="width:100%;">
<div class="w3-display-topleft w3-container ">
<span class="w3-white w3-animate-bottom" style="font-size:large; font-weight: bold;">Conversion Process</span>
</div>
</div>
<div class="w3-display-container mySlides">
<img src="imgg/2.png" style="width:100%;">
<div class="w3-display-topright w3-container ">
<span class="w3-white w3-animate-bottom" style=" font-size:large; font-weight: bold;" >Visualization Window</span>
</div>
</div>
<div class="w3-display-container mySlides">
<img src="imgg/3.png" style="width:100%">
<div class="w3-display-topright w3-container ">
<span class="w3-white w3-animate-bottom" style=" font-size:large; font-weight: bold;">Three-channel CLSM rendered into Volume</span>
</div>
</div>
<div class="w3-display-container mySlides">
<img src="imgg/4.png" style="width:100%">
<div class="w3-display-topright w3-container ">
<span class="w3-white w3-animate-bottom" style=" font-size:large; font-weight: bold;">Three-channel CLSM rendered into Surface</span>
</div>
</div>
<div class="w3-display-container mySlides">
<img src="imgg/5.png" style="width:100%">
<div class="w3-display-topright w3-container ">
<span class="w3-white w3-animate-bottom" style=" font-size:large; font-weight: bold;">Four-channel CLSM rendered into Volume</span>
</div>
</div>
<div class="w3-display-container mySlides">
<img src="imgg/6.png" style="width:100%">
<div class="w3-display-topright w3-container ">
<span class="w3-white w3-animate-bottom" style=" font-size:large; font-weight: bold;">Four-channel CLSM rendered into Surface</span>
</div>
</div>
<!-- Slideshow next/previous buttons -->
<div class="w3-container w3-dark-grey w3-padding w3-xlarge">
<div class="w3-left" onclick="plusDivs(-1)"><i class="fa fa-arrow-circle-left w3-hover-text-teal"></i></div>
<div class="w3-right" onclick="plusDivs(1)"><i class="fa fa-arrow-circle-right w3-hover-text-teal"></i></div>
<div class="w3-center">
<span class="w3-tag demodots w3-border w3-transparent w3-hover-white" onclick="currentDiv(1)"></span>
<span class="w3-tag demodots w3-border w3-transparent w3-hover-white" onclick="currentDiv(2)"></span>
<span class="w3-tag demodots w3-border w3-transparent w3-hover-white" onclick="currentDiv(3)"></span>
<span class="w3-tag demodots w3-border w3-transparent w3-hover-white" onclick="currentDiv(4)"></span>
<span class="w3-tag demodots w3-border w3-transparent w3-hover-white" onclick="currentDiv(5)"></span>
<span class="w3-tag demodots w3-border w3-transparent w3-hover-white" onclick="currentDiv(6)"></span>
</div>
</div>
</div>
</div>
<!-- First Grid -->
<div class="w3-row w3-container">
<div class="w3-center" style="padding-top: 10px; padding-bottom:60px;">
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">What our visualizer offers?</span>
</div>
<div class="w3-col l3 m6 w3-light-grey w3-container w3-padding-16">
<h3>Volume Viewer</h3>
<p>Volume rendering methods can be used when the interior of a 3D object
needs to be displayed.</p>
<img src="imgg/5.png" style="width:100%;">
</div>
<div class="w3-col l3 m6 w3-grey w3-container w3-padding-16">
<h3>Surface Viewer</h3>
<p>Surface rendering methods can be used when just the outer contour of a 3D object
has to be properly depicted. </p>
<img src="imgg/6.png" style="width:100%;">
</div>
<div class="w3-col l3 m6 w3-dark-grey w3-container w3-padding-16">
<h3>Tri-Planar Viewer</h3>
<p>Tri-planar rendering methods can be used when user wants to visualize 3D data in three cross-sectional planes.</p>
<img src="imgg/7.png" style="width:100%;">
</div>
<div class="w3-col l3 m6 w3-black w3-container w3-padding-16">
<h3>Multi-Planar Viewer</h3>
<p>The 3D MPR tool is capable of reconstructing images in any plane (oblique).</p>
<img src="imgg/8.png" style="width:100%;">
</div>
</div>
<!-- Second Grid -->
<div class="w3-row w3-container">
<div class="w3-center" style="padding-top: 20px; padding-bottom:30px;">
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">How to use it?</span>
</div>
<div>
<img src="imgg/Pipeline.png" style="width:100%; padding-left:250px; padding-right:250px;">
</div>
</div>
<!-- Third Grid -->
<div class="w3-row-padding" id="about">
<div class="w3-center" style="padding-top: 20px; padding-bottom:30px;">
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">Behind the visualizer</span>
</div>
<div class="w3-third w3-margin-bottom">
<div class="w3-card-4">
<div class="w3-container">
<a href="https://github.com/Yuvi-416"> <h3>Yubraj Gupta</h3> </a>
<p class="w3-opacity">PhD Student (Researcher)</p>
<p>University of Aveiro</p>
</div>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<div class="w3-card-4">
<div class="w3-container">
<a href="http://sweet.ua.pt/carlos.costa/"> <h3>Carlos Costa</h3> </a>
<p class="w3-opacity">Supervisor (Full Professor)</p>
<p>DETI/IEETA, University of Aveiro, Portugal</p>
</div>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<div class="w3-card-4">
<div class="w3-container">
<a href="https://github.com/Enet4"> <h3>Eduardo Pinho</h3> </a>
<p class="w3-opacity">Supervisor (Software Engineer)</p>
<p>BMD Software</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-light-grey w3-center">
<a href="#" class="w3-button w3-black w3-margin"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<i class="fa fa-github w3-hover-opacity" href="https://github.com/"> </i>
</div>
</footer>
<script>
// Slideshow
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function currentDiv(n) {
showDivs(slideIndex = n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demodots");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length} ;
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" w3-white", "");
}
x[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " w3-white";
}
</script>
</body>
</html>