-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path20180815-VASTVung.html
executable file
·48 lines (44 loc) · 2.43 KB
/
20180815-VASTVung.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
<!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><b>Vung</b> got VAST Challenge Award</headline></h4><h5><date>Aug 15, 2018</date></h5><p><fullNews>
<div class="news">
<center><h2><b>Vung Pham</b> received Mini-Challenge 2 Award: Strong Support for Exploratory Analysis within his first 3 months at iDVL</h2></center>
<p/>
<a href="http://www.vacommunity.org/VAST+Challenge+2018"> The Visual Analytics Science and Technology (VAST) Challenge </a> is an annual contest with the goal of advancing the field of visual analytics through competition. The VAST Challenge is designed to help researchers understand how their software would be used in a novel analytic task and determine if their data transformations, visualizations, and interactions would be beneficial for particular analytic tasks. VAST Challenge problems provide researchers with realistic tasks and data sets for evaluating their software, as well as an opportunity to advance the field by solving more complex problems.
<p/>
<embed src="https://www.youtube.com/embed/pzf_Ar-Ejjg" width="100%" height="456px" allowfullscreen="true"/>
Vung's Mini-Challenge 2 report can be found <a href="https://idatavisualizationlab.github.io/VAST2018/mc2/index.htm"> here</a>, <a href="https://idatavisualizationlab.github.io/VAST2018/heatmap.html"> Web demo</a>,
<p/>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/Vung.jpg"/>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>