-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject1.html
162 lines (137 loc) · 6.88 KB
/
project1.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="project1.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<nav id="nav">
<a href="./index.html"><img class="logo" src="./images/logo-removebg-preview (1).png" alt=""></a>
<ul class="list">
<li><a href="#about">About</a></li>
<li><a href="#Project">Projects</a></li>
<li><a href="#Mission">Our Mission</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
<button class="search">Search</button>
<button class="menu">Menu</button>
</nav>
<div id="particles-js"></div>
<div class="count-particles">PROJECT 1</div>
<!-- ............................... -->
<div class="afterDiv">
<div class="responsive-container-block bigContainer" id="about" data-aos="fade-down-right">
<div class="responsive-container-block Container bottomContainer">
<div class="ultimateImg">
<img class="mainImg" src="./images/project1Bg.png">
</div>
<div class="allText bottomText">
<p class="text-blk headingText">
Requirement
</p>
<p class="text-blk description">
Bhopal is also known as “The City of Lakes”, which indicates
that Bhopal has a significant quantity of Lakes. People who
live in the area are constantly in contact with chemicals
assimilated in the water bodies during Gas Tragedy. Surveys
done by the Bhopal campaign groups have shown that their
environment contains six of the persistent organic
pollutants banned by the United Nations for their highly
poisonous impacts on the environment and human health,
which has now reached 42 areas in Bhopal and continues to
spread. According to the Surveyors, the situation is getting
worse, and second and third-generation children are being
born with disabilities. <br>
The approach is divided into 5 main
tasks: Planning and Analysis of
Concerned Area, Data acquisition, Data
Analysis, and Dashboard Building and
Validating.
</p>
</div>
</div>
</div>
<div class="responsive-container-block bigContainer" id="about" data-aos="fade-down-right">
<div class="responsive-container-block Container bottomContainer">
<div class="ultimateImg">
<img class="mainImg" src="./images/project1.png">
</div>
<div class="allText bottomText">
<p class="text-blk headingText">
Approach </p>
<p class="text-blk description">
Firstly, We analyzed all the significant
lakes present in Bhopal, which is utilized
highly by the public, then we distributed
all these lakes between our teams and
then the task of collecting data using
satellite Landstat and Sentinal which can
be accessed using Google Earth Engine
was in progress. This Collection of data
was done from 2014-2023. After the
collection of data, Analysis of every single
parameter that was obtained was
performed, which make us understand
what is the quality of Water inside
Bhopal, after the Gas Tragedy.
</p>
</div>
</div>
<div class="technologiesUsed" data-aos="fade-down-right">
<h1>Technology and
resources used</h1>
<p>
Our water quality monitoring project utilizes
cutting-edge technology to assess and track
water quality parameters. By harnessing the
power of Google Earth Engine (GEE), a cloudbased platform, we can analyze vast amounts
of geospatial data, including satellite imagery
and geospatial datasets. GEE enables us to
detect changes in water quality by analyzing
spectral signatures, allowing for the
identification of areas experiencing pollution
or other environmental stresses. Additionally,
we employ Geographic Information System
(GIS) techniques to collect and analyze in-situ
sensor data, creating maps of water quality
parameters and developing predictive
models. This integration of GEE and GIS
technology provides us with a comprehensive
understanding of water quality dynamics,
enabling us to guide effective environmental
management strategies. Our project brochure
showcases the results and insights gained
from monitoring various lakes, demonstrating
the power of these technologies in
safeguarding water resources.
</p>
</div>
</div>
<footer id="footer" id="Contact" data-aos="zoom-in-up" data-aos="fade-down-right">
<div class="footer">
<div class="row">
<ul>
<li><a href="#">Contact us</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Career</a></li>
</ul>
</div>
<div class="text-center">
Copyright © 2023 - All rights reserved || Designed By: Ayush
</div>
</div>
</footer>
</div>
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <!-- stats.js lib -->
<script src="http://threejs.org/examples/js/libs/stats.min.js"></script>
<script src="./omdena.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>