-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalbedosatellite.html
More file actions
110 lines (100 loc) · 3.76 KB
/
Copy pathalbedosatellite.html
File metadata and controls
110 lines (100 loc) · 3.76 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html>
<link rel="stylesheet" type="text/css" href="style.css">
<head>
<title>Albedo Satellite</title>
</head>
<body background="gradient.jpg">
<body>
<center>
<div class="white-text">
<br>
<font face="arial" size="9" color="white">PROJECT TITLE: Albedo Satellite</font>
<br>
<br>
<div class="column">
<h2></h2>
<p></p>
</div>
<div class="column">
<font face="arial" size="5">Hard/software integration</font>
<br>
<font face="arial" size="4">Nathan Lai</font>
</div>
<div class="column">
<font face="arial" size="5">Graphic Design</font>
<br>
<font face="arial" size="4">Nancy Ngo</font>
<br>
<font face="arial" size="4">Molly Kim</font>
</div>
<div class="column">
<font face="arial" size="5">Web Design</font>
<br>
<font face="arial" size="4">Amandeep Arora</font>
<br>
<font face="arial" size="4">Sunny Huang</font>
</div>
</div>
<br style="clear:both" />
<br>
<br>
<img src="sun1.png" border="0px" alt="Sun"
style="width:200px;height:200px;float: right;margin-left: 10px;margin-bottom:7px"/>
<img src="earth.png" border="0px" alt="Earth"
style="width:400px;height:400px;float: right;margin-left: 10px;margin-bottom:7px"/>
<br>
<br>
</center>
<div class="transbox">
<font face="arial" size="5" color="white">PROJECT DESCRIPTION: </font>
<br>
<font face="arial" size="4.5" color="white">
<p>
Nowadays, the issue of climate change has aroused more and more attention. In order to
better track this problem worldwide and figure out more feasible and targetted solutions,
we came up with the Albedo Satellite idea. Albedo effect is an expression of the ability of
surfaces to reflect sunlight. A little background knowledge on this, light-coloured surfaces
return a large part of the sunrays back to the atmosphere, while dark surfaces absorb the rays
from the sun.
</p>
<p>
To encourage better urban planning, we created a module that can be attached to a satellite to
measure the light being reflected off the Earth's surface. To combat heat buildup due to solar
radiation absorption, the satellite can be positioned over cities so that the data can
be measured and sent back to scientists and engineers.
</p>
<p>
To demonstrate the design on a smaller scale, our prototype contains a phone, a laptop, Arduino.
An Arduino is used to sense the luminosity of an area and outputs readings in lux, which is then
processed in MATLAB to accurately track the change in luminosity over time. On a larger scale, the
module would be measuring the luminosity of light being reflected off of the Earth's surface to
track albedo levels.
</p>
</font>
</div>
<br>
<img src="Graph.jpg" alt="Graph of Albedo Readings"/>
<br>
<font face="arial" size="3" color="white"/>
Resources:
<br>
<a href="http://www.npolar.no/en/facts/albedo-effect.html">http://www.npolar.no</a>
<br>
Earth:
<br>
<a href="https://commons.wikimedia.org/wiki/File:Earth_Western_Hemisphere_transparent_background.png">
https://commons.wikimedia.org</a>
<br>
Sun:
<br>
<a href="http://pngimg.com/imgs/nature/sun/">http://pngimg.com</a>
<br>
Gradient:
<br>
<a href="http://www.pptbackgrounds.org/show/stars-moon.html">http://www.pptbackgrounds.org</a>
<br>
<br>
<br>
</font>
</body>
</html>