-
Notifications
You must be signed in to change notification settings - Fork 3
/
index_I.html
509 lines (463 loc) · 13.4 KB
/
index_I.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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>OpenModal - A Fresh Approach to Modal Analysis</title>
<meta name="author" content="Alvaro Trigo Lopez" />
<meta name="description=" content="OpenModal is a measurement, analysis and visualisation software for structural dynamics
analysis. It is an open source software made with Python.">
<meta name="keywords" content="structural dynamics, experimental modal analysis,open,python,science,research,automotive,space,industry,operational modal analysis,source">
<meta name="Resource-type" content="Document" />
<meta name="google-site-verification" content="BzEAW3l_yWDe3r8fGMy6ZrDPe0_b8EqyWpDCwX-Z7PE" />
<script src="https://apis.google.com/js/platform.js" async defer></script>
<!--Fonts-->
<link href='http://fonts.googleapis.com/css?family=Alegreya Sans SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/fullPage.css" />
<link rel="stylesheet" type="text/css" href="css/examples_.css" />
<link rel="stylesheet" type="text/css" href="css/animate.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<style>
/* Style for our header texts
* --------------------------------------- */
h1{
font-size: 3em;
font-family: 'Alegreya Sans SC'; sans-serif;
color: #d35400;
margin:0;
padding:0;
}
.intro {
width: 50%;
margin: auto;
display:block;
background-color: none;
heigth: 30%;
padding-top: 5%;
}
.intro1 {
width: 100%;
margin: auto;
display:block;
background-color: none;
padding-top: 3%;
}
.intro1 p {
margin: auto;
color: black;
font-size: 1.2em;
}
.intro1 h1 {
font-size: 3em;
font-family: 'Alegreya Sans SC'; sans-serif;
color: #d35400;
margin:0;
padding-bottom: 4%;
}
.intro p {
width: 100%;
font-size:1.2em;
margin:auto;
}
.videos_c {
width: 80%;
margin: auto;
display:block;
background-color: none;
heigth: 80%;
padding-top: 3%;
}
.feature h1 {
font-size: 3em;
font-family: 'Alegreya Sans SC'; sans-serif;
color: #d35400;
margin:0;
padding-top:80px;
}
.feature p {
width: 50%;
margin: auto;
color: black;
font-size: 1.2em;
}
#contact {
display: block;
color: white;
margin: auto;
background-color: #e67e22;
width: 30%;
padding: 20px;
border-radius: 10px;
}
.contact h1 {
font-size: 3em;
font-family: 'Alegreya Sans SC'; sans-serif;
color: white;
margin:0;
padding:0;
}
.contact p {
margin: auto;
color: white;
font-size: 1.2em;
}
#subtitle {
font-size: 0.35em;
}
/* Fixed header and footer.
* --------------------------------------- */
#header{
position:fixed;
display:block;
width: 100%;
z-index: 90;
height: 82px;
background: none;
}
#subheader{
position:fixed;
height: 80px;
width: 80%;
left: 50%;
margin-left: -40%;
z-index:90;
font-family: 'Alegreya Sans SC'; sans-serif;
border-bottom: 2px solid #d35400;
font-size: 2em;
line-height: 1;
background: none;
}
#footer{
position:fixed;
height: 50px;
display:block;
width: 99%;
z-index:9;
font-family: 'Alegreya Sans SC'; sans-serif;
text-align: right;
bottom: 0px;
}
#section0{
background-color: #f2f2f2;
overflow-x: hidden;
position: relative;
}
#section0_{
background: url(img/conf_3.jpg);
background-size: auto 80%;
background-repeat: no-repeat;
background-position: center;
background-color: black;
}
#section1{
background: white;
padding: 1% 0 0 0;
}
#section2{
background: #f2f2f2;
padding: 1% 0 0 0;
}
#section3{
background: white;
padding: 1% 0 0 0;
}
#section4{
background: #f2f2f2;
padding: 1% 0 0 0;
}
#section5{
background: white;
padding: 1% 0 0 0;
}
#section6{
background: #f2f2f2;
padding: 1% 0 0 0;
}
#section5_{
background: white;
padding: 1% 0 0 0;
}
#section7{
background: url(img/conf_3.jpg);
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center 82px;
background-color: white;
}
.imgshadow {
height: 50%;
width: auto;
box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
}
#menu li.active{
color: black;
border: 0;
border-radius: 0;
border-bottom: 6px solid #d35400;
}
#menu li:hover{
text-decoration: underline;
}
#menu li a,
#menu li.active a{
border-radius: 0px;
color: black;
text-decoration: none;
}
#menu li.active a{
color: #d35400;
padding-bottom: 18px;
}
#menu{
font-size: 0.7em;
right: 10%;
top: 17px;
/*
float: right;
margin: auto;
width: 45%;
right: 50%;
margin-right: -40%;
border-radius: 0px;*/
}
#scroll_cue {
z-index: 70;
width: 100%;
}
.chevron {
color: #d35400;
padding-top: 5%;
}
.social {
color: #d35400;
padding: 10px;
}
#title {
color: black;
padding-left: 30px;
padding-top: 20px;
font-size: 1.2em;
}
#subtitle {
color: black;
padding-left: 30px;
}
.video_container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; height: 0; overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/fullPage.js"></script>
<script type="text/javascript">
$(function(){
$('#title').data('size','big');
});
var pageprogress = 0;
$(document).ready(function() {
$('#fullpage').fullpage({
anchors: ['Home', 'Geometry', 'Measurement', 'Analysis', 'Visualisation', 'Code', 'Videos', 'More'],
navigationPosition: 'right',
navigationTooltips: ['Home', 'Geometry', 'Measurement', 'Analysis', 'Visualisation', 'Code', 'Videos', 'More'],
menu: '#menu',
//autoScrolling: false,
onLeave: function(index, nextIndex, direction){
var kk = document.querySelector("#varmenu");
if (nextIndex == 2) {
kk.setAttribute("data-menuanchor", "Geometry");
} else if (nextIndex == 3) {
kk.setAttribute("data-menuanchor", "Measurement");
} else if (nextIndex == 4) {
kk.setAttribute("data-menuanchor", "Analysis");
} else if (nextIndex == 5) {
kk.setAttribute("data-menuanchor", "Visualisation");
} else if (nextIndex == 6) {
kk.setAttribute("data-menuanchor", "Code");
};
if ((index > pageprogress) & (nextIndex > index)) {
pageprogress = index;
var anc = ['Home', 'Geometry', 'Measurement', 'Analysis', 'Visualisation', 'Code', 'Videos', 'More'];
var element = document.querySelector("#scroll_cue\\:" + anc[index-1]);
element.parentNode.removeChild(element);
}
},
afterLoad: function(anchorLink, index){
if (index > pageprogress) {
var myElement = document.querySelector("#header");
var d = document.querySelector("#scroll_cue\\:" + anchorLink);
d.classList.add("animated");
d.classList.add("bounce");
setTimeout (function(){
d.classList.remove("animated")
d.classList.remove("bounce")
},1000)
}
}
});
});
</script>
</head>
<body>
<div id="header">
<div id="subheader">
<div style="padding-top:0.1%;">
<div id="title">OpenModal</div>
<div id="subtitle">A Fresh Approach to Modal Analysis</div>
</div>
<ul id="menu">
<li data-menuanchor="Home"><a href="#Home">Home</a></li>
<li id="varmenu" data-menuanchor="Geometry"><a href="#Geometry">Features</a></li>
<li data-menuanchor="Videos"><a href="#Videos">Videos</a></li>
<li data-menuanchor="More"><a href="#More">More</a></li>
</ul>
</div>
</div>
<div id="footer">
<a href="mailto:[email protected]" target="_blank" class="social"><i class="fa fa-envelope-square fa-2x"></i></a>
<a href="https://github.com/openmodal" target="_blank" class="social"><i class="fa fa-github-square fa-2x"></i></a>
<a href="https://twitter.com/openmodal" target="_blank" class="social"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="https://plus.google.com/+Openmodalapp" target="_blank" class="social"><i class="fa fa-google-plus-square fa-2x"></i></a>
</div>
<div id="fullpage">
<div class="section " id="section0">
<div class="intro">
<h1 style="font-size: 1.5em; padding-bottom: 1%;">Accelerating the implementation of your ideas.</h1>
<div class="video_container">
<iframe width="1024" height="576" src="https://www.youtube.com/embed/ojr8PoRobmI" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div id="scroll_cue:Home"><i class="fa fa-chevron-down fa-2x chevron"></i></div>
</div>
<div class="section" id="section1">
<div class="feature">
<h1>Geometry Builder</h1>
<img class="imgshadow" src="img/geometry.gif" vspace="20" />
<p>
Assemble the geometry of the measured object using primitives such as nodes, lines and triangles. Alternatively, import geometry from excel or uff.
</p>
<div id="scroll_cue:Geometry" class="scroll_cue">
<i class="fa fa-chevron-down fa-2x chevron"></i>
</div>
</div>
</div>
<div class="section" id="section2">
<div class="feature">
<h1>Data Acquisition</h1>
<img class="imgshadow" src="img/measurement.gif" vspace="20" />
<p>
Acquire data directly or import it from uff. National Instruments hardware is supported, more to come.
</p>
<div id="scroll_cue:Measurement" class="scroll_cue">
<i class="fa fa-chevron-down fa-2x chevron"></i>
</div>
</div>
</div>
<div class="section" id="section3">
<div class="feature">
<h1>Modal Analysis</h1>
<img class="imgshadow" src="img/identification.gif" vspace="20" />
<p>
Perform modal analysis using state-of-the-art methods.
</p>
<div id="scroll_cue:Analysis" class="scroll_cue">
<i class="fa fa-chevron-down fa-2x chevron"></i>
</div>
</div>
</div>
<div class="section" id="section4">
<div class="feature">
<h1>Visualization</h1>
<img class="imgshadow" src="img/modal_anim.gif" vspace="20" />
<p>
Visualize and animate results.
</p>
<div id="scroll_cue:Visualisation">
<i class="fa fa-chevron-down fa-2x chevron"></i>
</div>
</div>
</div>
<div class="section" id="section5">
<div class="feature">
<h1>Code</h1>
<img src="img/libs.png" vspace="20" width="40%" style="padding-top: 2%; padding-bottom: 2%;margin: auto;" />
<p>
OpenModal is written in Python and developed on GitHub.
</p>
</div>
<div id="scroll_cue:Code" style="padding-bottom:3%;">
<i class="fa fa-chevron-down fa-2x chevron"></i>
</div>
</div>
<div class="section" id="section6">
<div class="intro1" style="padding-bottom: 15%;">
<h1>More Videos</h1>
<div style="width: 80%; padding-left: 18%; padding-bottom: 5%;">
<div style="width:40%; heigth: 100%; float: left; padding-left: 1%; padding-right: 1%;">
<div class="video_container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/fM6nw9xl-sU" frameborder="0" allowfullscreen></iframe>
</div>
<p style="margin-left: 1%;">
Experimental modal analysis of a beam structure.
</p>
</div>
<div style="width:40%; heigth: 100%;float:left; padding-left: 1%; padding-right: 1%;">
<div class="video_container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/e8z9dB_raXE" frameborder="0" allowfullscreen></iframe>
</div>
<p style="margin-left: 1%;">
Full video from the ICoEV conference in Ljubljana, Slovenia.
</p>
</div>
</div>
</div>
<div id="scroll_cue:Videos" style="padding-bottom:3%; width: 100%; margin:auto;">
<i class="fa fa-chevron-down fa-2x chevron" style="width: 100%;"></i>
</div>
</div>
<div class="section" id="section7">
<div id="contact">
<h1 style="color:white;">Available In 2016!</h1>
<p style="padding: 40px;">
<a href="http://goo.gl/forms/tcH9ZjtfFq" style="color: white;">
<i class="fa fa-external-link"></i> Send me news</a>
<br />
<a href="http://goo.gl/forms/XZwOSvRjWO" style="color: white;">
<i class="fa fa-external-link"></i> Join the Team</a>
</p>
<div id="scroll_cue:More" class="scroll_cue"></div>
</div>
</div>
</div>
<script src="js/script.js"></script>
<script src="js/validation.js"></script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64441850-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>