-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path20190604-SOAViz.html
executable file
·115 lines (104 loc) · 6.27 KB
/
20190604-SOAViz.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
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
<!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> is awarded the best paper at EnvirVis 2019</headline></h4><h5><date>June 4, 2019</date></h5><p><fullNews>
<div class="news">
<center><h2>Visualizing water/soil chemical measurements via portable X-ray fluorescence (PXRF) spectrometry</h2></center>
<p>In this project, we work closely with the water and soil scientists to develop a visualization solution to the rapidly gaining favor approach to soil horizon analysis using <a href="https://www.olympus-ims.com/en/xrf-xrd/xrf-handheld/#!" target="_blank">Portable X-ray Fluorescence (pXRF) devices</a>. Our visualization aims to provide water/soil scientists with rapid valuable insights into chemical properties both visually perceptible with graphs and imperceptible quantification features with statistical calculations from the data collected from pXRF equipment. </p>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/SoilWater.png"/>
</div>
<div style="clear:both;"/>
</div>
<p>The work was developed in collaboration with:</p>
<ul>
<li><a target="_blank" href="https://www.depts.ttu.edu/pss/faculty_pages/dweindorf.php">Dr. David Weindorf</a>, Department of Plant and Soil Science, Texas Tech University.</li>
</ul>
<p>Students:</p>
<ul>
<li><a target="_blank" href="https://www.researchgate.net/profile/Pham_Vung">Vung Pham</a>, PhD student, Department of Computer Science, Texas Tech University.</li>
</ul>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/VungEnvirVis2019.jpg"/>
</div>
</div>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/VungAward.png"/>
</div>
</div>
<p>Publications:</p>
<ul>
<div class="publicationArea">
<table style="width:100%; margin-left: 20px;">
<tr>
<th class="paperThumb" width="15%">
<img src="images/papers/geodermaSoil.png" width="200" height="100">
</th>
<th width="85%" style="padding-left: 25px;">
<font color="#000000">[J3]</font>
<i>Enhanced soil profile visualization using portable X-ray fluorescence (PXRF) spectrometry</i><br/>
Fujun Sun, Noura Bakr, Tommy Dang, Vung Pham, David C. Weindorf, Zhuodong Jiang, Hualei
Li, Qiu-Bing Wang<br/>
<a href="https://www.sciencedirect.com/journal/geoderma">Geoderma</a> <br/>
<a href="https://www.sciencedirect.com/science/article/pii/S0016706119308419"> <img src="images/icons/pdf.png" height="18"></a>
<a href="#"> <img src="images/icons/movie.png" height="19"></a>
<a href="#"> <img src="images/icons/github.png" height="18"></a>
<a href="https://doi.org/10.1016/j.geoderma.2019.113997" class="button">DOI</a>
<a href="#"> <img src="images/icons/bibtex.png" height="13"></a>
</th>
</tr>
</table>
</div>
<div class="publicationArea">
<table style="width:100%; margin-left: 20px;">
<tr>
<th class="paperThumb" width="15%">
<img src="images/papers/SOAViz.png" width="200" height="100">
</th>
<th width="85%" style="padding-left: 25px;">
<font color="#000000">[W13]</font>
<i>SOAViz: Visualization for Portable X-ray Fluorescence soil profiles</i><br/>
Vung Pham and Tommy Dang <font color="#080"> (Best paper award) </font> <br/>
The Visualization in Environmental Sciences<br/>
<a href="https://www.informatik.uni-leipzig.de/bsv/envirvis2019/">EnvirVis 2019 @ EuroVis</a> <br/>
<a href=""> <img src="images/icons/pdf.png" height="18"></a>
<a href="https://idatavisualizationlab.github.io/Soil/"> <img src="images/icons/movie.png" height="19"></a>
<a href="https://github.com/iDataVisualizationLab/Soil"> <img src="images/icons/github.png" height="18"></a>
<a href="https://github.com/iDataVisualizationLab/Soil/blob/master/SOAViz.pdf"> <img src="../img/ppt.png" height="16" padding="0" alt="Short version"/></a>
<a href="https://diglib.eg.org/handle/10.2312/envirvis20191102" class="button">DOI</a>
<a href="https://diglib.eg.org/handle/10.2312/envirvis20191102"> <img src="images/icons/bibtex.png" height="13"></a>
</th>
</tr>
</table>
</div>
</ul>
</div>
</div>
</div>
</div>
<div id="footer"></div>