-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path20190110-AVX2.html
executable file
·60 lines (52 loc) · 2.53 KB
/
20190110-AVX2.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
<!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" />
<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: Maintenance Remaining Useful Life Validator Application for Rotorcraft-Automated Component Tracking</headline></h4><h5><date>Oct 10, 2020</date></h5><p><fullNews>
<div class="news">
<center><h2>AVX RACT program</h2></center>
The team is tasked to develop a dashboard for validating the aircraft the health/RUL data. <a target="_blank" href="https://www.geaviation.com/press-release/systems/ge-aviation-selected-avx-aircraft-company-airborne-and-ground-systems">Link</a>
<p/>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/idvRact3.png"/>
</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.geaviation.com/military/engines/b-52?gclid=Cj0KCQiA2af-BRDzARIsAIVQUOc5NI72lQjFLYn6QEpbE-HuqKW1cw8TQwfog6kGzg8ZeSpCW27wALYaArngEALw_wcB">GE Aviation</a>, GE is the only company to have been involved in re-engining U.S. Air Force aircraft three times over</li> <div/>
</ul>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/idvRact4.png"/>
</div>
<div style="clear:both;"/>
</div>
</div>
</div>
</div>
<div id="footer"></div>