-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path2021-AVX3.html
58 lines (52 loc) · 2.4 KB
/
2021-AVX3.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
<!DOCTYPE HTML>
<head>
<title>iDVL News</title>
<link rel="shortcut icon" href="images/iDVLlogo/V2.png">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/video.css" />
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<!--<script src="https://d3js.org/d3.v4.min.js"></script>-->
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
$("#sidebar").load("newsSidebar.html");
});
</script>
</head>
<div id="main">
<div id="header"></div>
<div id="site_content">
<div id="sidebar"></div>
<!-- Content here -->
<div class="content newsBox">
<h4><headline>US Army project funded to develop FLEETSPACE UI</headline></h4><h5><date>Jan 10, 2021</date></h5><p><fullNews/>
<div class="news">
<center><h2>Solider Information Interface for Aviation Fleet Management Tool</h2></center>
The team is tasked to develop the GUI to support monitoring and managing aviation planning.
<p/>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/ArmyVisit_Feb15.jpeg"/>
</div>
<div style="clear:both;"/>
</div>
<p/>
<p>The work is in collaboration with:</p>
<ul>
<li><a target="_blank" href="http://www.avxaircraft.com/">AVX Aircraft Company</a>, AVX was founded to bring advanced vertical takeoff and landing aircraft to the mass market.</li>
<li><a target="_blank" href="https://www.eecs.psu.edu/">Pennsylvania State University</a></li> <div/>
</ul>
<div class="video-container">
<iframe class="video" src="https://www.youtube.com/embed/FDW3VazaYHw?autoplay=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<!-- <object width="1000" height="563" data="https://www.youtube.com/embed/FDW3VazaYHw"/>-->
</div>
</div>
</div>
<div id="footer"></div>
</div>