-
Notifications
You must be signed in to change notification settings - Fork 0
/
weathercube.html
167 lines (161 loc) · 7.45 KB
/
weathercube.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
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
<!-- Generic -->
<html>
<head>
<title>WeatherCube | Samrat Ambadekar</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.poptrox.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48754118-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<nav id="div1">
<div class="row">
<div class="6u name1">
<h3><a href="./index.html">Samrat Ambadekar</a></h3>
</div>
<div class="6u">
<ul>
<li><a id="folio_link" class="scrolly scrolly-centered" href="./index.html#portfolio">Portfolio</a></li>
<!-- <li><a id="folio_link" class="scrolly scrolly-centered" href="./index.html#sketches">Sketches</a></li> -->
<li><a id="resume_link" class="scrolly scrolly-centered" target="_blank" href="./resume.pdf">Resume</a></li>
<li><a id="about_link" class="scrolly scrolly-centered" href="./index.html#banner">About</a></li>
</ul>
</div>
</div>
</nav>
<article class="container box style3">
<h1 class="boldText">WeatherCube: Weather Simulator</h1>
<br/>
<p class="lightText"><a href="http://samratambadekar.wordpress.com/2014/02/15/intricacies-of-old-age/" target="_blank">Intricacies of old age</a> - A alternate view to the user study</p>
<hr/>
<h3 class="boldText">Description</h3>
<p>Natural disasters and extreme weather conditions pose a threat to property and life, can disrupt daily life or even force people to evacuate their homes. Safe and timely information on these phenomena can be the difference between life and death. Therefore, preparedness for such emergency situations is important for everyone.
</p>
<p>Data has shown that aging population is more susceptible to problems created by bad weather due to one or more of the following:
<ul>
<li>
• Impaired Physical Mobility
</li>
<li>
• Diminished sensory awareness
</li>
<li>
• Cognitive impairments
</li>
<li>
• Social Limitations
</li>
<li>
• Economic Limitations
</li>
<li>
• Special Needs
</li>
</ul>
</p>
<hr />
<h3 class="boldText">The Challenge</h3>
<p>Acceptance of technology is quite low among older adults and many do not use mobile phones beyond dialling and receiving calls.
</p>
<hr />
<h3 class="boldText">Objective</h3>
<p>We decided to understand the problems faced by older adults during natural calamities and proposed a weather monitoring system that alerts the residents during emergency and guides them with the steps they should take to ensure safety.
</p>
<hr />
<h3 class="boldText">Understanding the users</h3>
<p>The system is intended for a broad range of users. However, special care was taken in designing the system making it more accessible to older adults who might have limited or diminished capabilities as they are the ones who will be able to benefit most by our devices early warning and guidance abilities. We visited Wesley Wood Towers in Atlanta to understand the problems faced by older adults and the type of assistance required by them. Our user study revealed that:
<ul>
<li>
• Most of them found it difficult to use current technology such as phones and tablets and some did not use mobile phones at all.
</li>
<li>
• Few used computers, but the use was limited to emails and rarely for browsing or news updates.
</li>
<li>
• Tangible interactive objects were more accessible to them than onscreen interfaces
</li>
</ul>
</p>
<hr />
<h3 class="boldText">The Design</h3>
<p>Based on our research and user study we designed a system that had following properties:
<ul>
<li>
• It has to be a physical system and not a phone/tablet application.
</li>
<li>
• It will not require focussed attention and will notify in case of emergency.
</li>
<li>
• It should be easily noticeable from across the room (Wall clock metaphor).
</li>
<li>
• The notifications would be audio-visual (multi-sensory feedback).
</li>
</ul>
</p>
<p>
After researching upon ideas we decided to build a model that represented a house and simulated the weather based on forecast
</p>
<div class="row">
<div class="6u">
<img src="images/WeatherCube/sketch1.jpg" width="100%" alt="process"/>
</div>
<div class="6u">
<img src="images/WeatherCube/sketch2.jpg" width="100%" alt="process"/>
</div>
</div>
<hr />
<div class="row">
<div class="4u">
<h3 class="boldText">The Prototype</h3>
<p>
We built a system that stays connected to weather API’s and simulates the weather on a physical model of a house. As part of a weather simulation environment, our system aims at providing multi-sensory stimuli to perceive several aspects of weather - sunshine, wind, rain, lightning etc. The system is catered not just for emergency weather situations such as Thunderstorm, tornado etc. but also to provide day-to-day weather updates.
</p>
<p>
The system also has a display that shows time, temperature and weather warnings. During emergency steps for safety notifications are displayed on screen.
</p>
</div>
<div class="8u">
<img src="images/WeatherCube/1.jpg" width="100%" alt="process"/>
</div>
<div class="8u">
<br/>
</div>
<div class="4u">
<img src="images/WeatherCube/2.jpg" width="100%" alt="process"/>
</div>
<div class="4u">
<img src="images/WeatherCube/3.jpg" width="100%" alt="process"/>
</div>
</div>
<hr />
<h3 class="boldText">Evaluation</h3>
<p>We presented the prototype during demos and also conducted semi-structured interviews to receive feedback. Our participants were adults, older adults, industry experts and children. While adults perceived it more as an ambient display system our primary target users, older adults, liked the system. The most important features for them was the ability to check the weather without putting on glasses and the negligible learning curve.
</p>
<hr />
<h3 class="boldText">Video</h3>
<br/>
<iframe width="560" height="315" src="http://www.youtube.com/embed/6XUoPerpSuI" frameborder="0" allowfullscreen></iframe>
</article>
</body>
</html>