-
Notifications
You must be signed in to change notification settings - Fork 1
/
proj_page.html
66 lines (52 loc) · 2.83 KB
/
proj_page.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CSE512: Data Visualization</title>
<meta name="robots" content="index,follow" />
<link rel="stylesheet" type="text/css" href="https://courses.cs.washington.edu/courses/cse512/16sp/style.css"/>
</head>
<body>
<div class='content wider'>
<div class='title'>
<a href="https://courses.cs.washington.edu/courses/cse512/15sp/"><strong>CSE512</strong></a>
Projects
<small>(Spring 2016)</small>
</div>
<br/>
<div class='pub' data-spy="scroll" data-target=".navbar">
<h1 class="title">Visualizing Climate Change</h1>
<div class="authors">
<a href="https://www.ocean.washington.edu/home/Shirley+Leung">Shirley Leung</a>,
<a href="https://urbaneco.washington.edu/wp/team-2/philippe-vaillant/">Philippe Vaillant</a>,
<a href="https://armbrustlab.ocean.washington.edu/helena">Helena van Tol</a>,
<a href="https://www.ocean.washington.edu/home/Michelle+Weirathmueller">Michelle Weirathmueller</a>
</div>
<div class="figure">
<img src="img_proj_page/summary2.png" width="100%"/>
<div class="caption">Screenshot of Global Environmental Change visualization.</div>
</div>
<p>
One of the greatest challenges in visualizing climate change is how to accurately display multiple sources of variable data in a way that is convincing to the general public. Most audiences have difficulty interpreting the difference between variability and uncertainty and may not grasp what constitutes major change on a global scale. One solution to this problem would be to show data from the past and present accompanied by photographic images of landscapes that represent these changes. This visualization strategy necessarily requires curation by experts and could be supported by embedding links to the raw data or relevant publications into the graphic.
</p>
<h2>Software</h2>
<p>
Try it online <a href="https://cse512-16s.github.io/fp-shirleyswirley-michellejw-hmvantol-phvaillant/index.html">here</a>.
</p>
<h2>Materials</h2>
<div class="links">
<a href="final/paper-shirleyswirley-michellejw-hmvantol-phvaillant.pdf" >PDF</a>
|
<a href="final/poster-shirleyswirley-michellejw-hmvantol-phvaillant.pdf" >Poster</a>
|
<a href="https://github.com/CSE512-16S/fp-shirleyswirley-michellejw-hmvantol-phvaillant">Code</a>
</div>
<div class='footer'>
<a href='https://cs.washington.edu'>Computer Science & Engineering</a> -
<a href='https://www.washington.edu'>University of Washington</a>
</div>
</div>
<br/>
<br/>
</div>
</body>
</html>