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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>CAiRS - Why CAiRS</title>
<meta name="description" content="We are CAiRS, the word leading and regional hub for research in Reliability and Safety Innovation based in Jong Kong. We have high level of world renowned expertise in Artificial intelligenee methodologies, industry based eluster data. and reliability & safety modelling and algorithms."> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/navbar.php';?> <!-- end of header-->
<!-- breadcrumb --> <div class="breadcrumb" style="background-image:url(../assets/images/breadcrumb_bg.jpg);"> <div class="breadcrumbWrapper align-items-end"> <p class="breadcrumbTitle m-0 pt-4 h3">Why CAiRS</p> <div class="breadcrumbLink ml-auto text-right"> <a href="index.php" class=""> Home</a> / <span class="blueFont">Why CAiRS</span> </div> </div> </div>
<section class="mainWrapper"> <div class="cmsContent">
<h1 class="mt-4"><span class="blueFont bigFont">Why</span> CAiRS? </h1> <p>There are many reliability and safety issues that affect Hong Kong citizens. For example:</p>
<div class="row p-4"> <div class="col-md-4"> <div class="card text-center"> <div class="cardImg"> <img class="card-img-top img-fluid" src="../assets/images/aboutImg01icon.png" alt="Aircraft failure" title="Aircraft failure"> </div> <div class="card-body">
<p class="card-textAll">Aircraft failure</p> </div> </div>
</div> <div class="col-md-4"> <div class="card text-center"> <div class="cardImg"> <img class="card-img-top img-fluid" src="../assets/images/aboutImg02icon.png" alt="Escalator failure" title="Escalator failure"> </div> <div class="card-body">
<p class="card-textAll">Escalator failure</p> </div> </div> </div> <div class="col-md-4"> <div class="card text-center"> <div class="cardImg"> <img class="card-img-top img-fluid" src="../assets/images/aboutImg03icon.png" alt="Elevator failure" title="Elevator failure"> </div> <div class="card-body">
<p class="card-textAll">Elevator failure</p> </div> </div> </div>
</div> <div class="boxText d-flex orangeBgColor align-items-center flexSmColumn mb-2"> <img src="../assets/images/icon01.jpg"> <p class="whiteFont h1 p-4 text-justify">WHY ARE THERE STILL SO MANY REALIBAILITY AND SAFETY PROBLEMS </p>
</div> <div class="boxText d-flex grayDeepBgColor align-items-center flexSmColumn mb-2"> <img src="../assets/images/icon02.jpg"> <div class="p-4"> <p class="whiteFont text-justify">Electronics degrade due to complex electronics ageing, latent software faults, and the interactions between the two. </p> <p class="whiteFont text-justify">IEEE reported electronic system failures are inevitable because of the current methods to assess reliability and safety.</p> </div> </div> <div class="boxText d-flex yellowBgColor align-items-center flexSmColumn mb-2"> <img src="../assets/images/icon03.jpg"> <div class="p-4"> <p class="whiteFont text-justify">Understanding reliability and safety is necessary but not sufficient to manage these systems. </p> <p class="whiteFont text-justify">Current best practices in industry, even the design and test effort, could NOT enable 100% operational reliability and safety due to variability in</p> <ul class="whiteFont"> <li>Environment </li> <li>Usage </li> <li>Failure mechanisms (hardware-software) </li> </ul> </div> </div> <p class="h5 mt-4">CAiRS approach:</p>
<ul> <li class="text-justify">A system that is able to avoid in-service failure and approach 100% reliability and availability </li> <li class="text-justify">Coupling of reliability physics with real-time system health assessment using Artificial Intelligence (AI) methods to predict future stresses and continuously updated Remaining Useful Life (RUL). </li> <li> <p class="text-justify">Similar to placing a doctor on all electronic components and systems, in applications such</p> <ul> <li>Robotics </li> <li>Medical devices </li> <li>Public utilities </li> <li>Vehicles </li> <li>Aviation </li> <li>Consumer products </li> <li>And Many More </li> </ul>
</li>
</ul>
<p class="h5 mt-4">Safety and Reliability Risks of Complex Electronics-rich Engineered Systems</p> <div class="mt-4"> <img src="../assets/images/systems.jpg" class="img-fluid"> </div>
</div>
</section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php';?>
</body>
</html>
|