-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path20190420-Dell.html
More file actions
executable file
·89 lines (81 loc) · 4.16 KB
/
20190420-Dell.html
File metadata and controls
executable file
·89 lines (81 loc) · 4.16 KB
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
<!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>Support from Dell Inc. for supercomputing visual analytics</headline></h4><h5><date>April 20, 2019</date></h5><p><fullNews>
<div class="news">
<center><h2>Visualizing, monitoring, and predicting health status of HPC centers</h2></center>
<p>This project proposes visual approaches for situational awareness and health monitoring of HPC systems:</p>
<ul>
<li>Multidimensional analytics: allows us to detect visual patterns and correlations of various health services</li>
<li>Predictive analytics: Extract historical health services and provide main clusters/trends of the HPC system </li>
<li>User analytics: balance between automation and control </li>
</ul>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/tSNE_26Sep2018.gif"/>
</div>
<div style="clear:both;"/>
</div>
<p>The work was developed in collaboration with both industrial and acadamic domain experts:</p>
<ul>
<li><a target="_blank" href="http://www.myweb.ttu.edu/yonchen/">Dr. Yong Chen</a>, Department of Computer Science, Texas Tech University.</li>
<li><a target="_blank" href="https://members.educause.edu/alan-sill">Dr. Alan Sill</a>, Managing Director of HPCC; Co-Director, NSF CAC.</li>
<li><a target="_blank" href="https://www.linkedin.com/in/jon-hass-b0b3a9">Jon Hass</a>, SW Architect at Dell Inc.; Chairman of the board, DMTF.</li>
</ul>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/tSNE_21Mar2019.gif"/>
</div>
</div>
<p>Students:</p>
<ul>
<li><a target="_blank" href="https://myweb.ttu.edu/tnhondan/iDVL/people.php">Ngan Nguyen</a>, PhD student, Department of Computer Science, Texas Tech University.</li>
<li><a target="_blank" href="https://www.linkedin.com/in/ghazanfar-ali-sanpal-387ba0a/">Ghazanfar Ali</a>, PhD student. Department of Computer Science, Texas Tech University.</li>
</ul>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/tparrallelcoordinate.gif"/>
</div>
</div>
<br>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/HPCCtemp.gif"/>
</div>
<div style="clear:both;"/>
</div>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/HPCCfandspeed.gif"/>
</div>
</div>
The collaboration is highlighted on the Dell EMC Customer Interview and posted on the Opinion blog: <br>
<a target="_blank" href="https://www.cio.com/article/3452478/putting-hpc-to-work-and-solving-hard-problems-at-texas-tech.html">Putting HPC to Work and Solving Hard Problems at Texas Tech</a> <br>
<object width="1000" height="563" data="https://www.youtube.com/embed/r7k-kEFQZMU"/>
</div>
</div>
</div>
</div>
<div id="footer"></div>