-
Notifications
You must be signed in to change notification settings - Fork 0
/
aims.html
65 lines (65 loc) · 3.77 KB
/
aims.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Aims of the SUNRISE enhancing freshwater resources in India project</title>
<meta name="Keywords" content="SUNSHINE, research, natural, resources, health, economy, development, aims, objectives" />
<meta name="Description" content="To examine the effectiveness of low-cost, low-energy wastewater treatment systems for improving water quality in urban and rural India, and evaluating associated socio-economic benefits." />
<link href="https://fonts.googleapis.com/css?family=Kavivanar|Open+Sans" rel="stylesheet">
<link href="css/multiColumnTemplate.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="sunrise.js"></script>
</head>
<body id="aims">
<div class="container" id="pageTop">
<header>
<div class="primary_header">
<h1 class="title">SUNRISE — enhancing freshwater resources in India</h1>
</div>
<div id="mobileMenuBtn"><i class="fa fa-2x fa-bars"></i></div>
<nav class="secondary_header" id="menu">
<ul>
<li><a href="home.html" class="home">Home</a></li>
<li><a href="background.html" class="background">Background</a></li>
<li><a href="study-sites.html" class="sites">Study sites</a></li>
<li><a href="measures.html" class="measures">Measures</a></li>
<li><a href="outputs.html" class="outputs">Outputs</a></li>
<li><a href="contact.html" class="contact">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h1>Aims</h1>
<article class="left_article">
<h2>Over-arching project aim</h2>
<p>To examine the effectiveness of low-cost, low-energy wastewater treatment systems for improving water quality in urban and rural India, and evaluating associated socio-economic benefits.</p>
<h2>Specific objectives</h2>
<ol>
<li>Evaluate the effectiveness of wastewater treatment systems for enhancing water quality, in particular the performance of constructed wetlands (CW) and ponds as a low-cost, low-energy, nature-based solution.</li>
<li>Examine the socio-economic benefits of enhanced treatment in relation to delivery of a range of ecosystem services (fisheries, recreation, climate regulation (greenhouse gases)) and reduction of hazards to human health (pathogens, mosquitoes and methane).</li>
<li>Support development of participatory community management through rapid and improved communication of water quality information.</li>
</ol>
</article>
<aside class="right_article bg">
<figure><img src="images/Masahi-Village-Pond.jpg" alt="Masahi Village Pond, Haridwar District, Uttarakhand" class="placeholder"/>
<figcaption>Masahi Village Pond, Haridwar District, Uttarakhand</figcaption>
</figure>
</aside>
</section>
</section>
<footer class="secondary_header footer">
<div class="copyright">©2018 - <strong>SUNRISE</strong>
<span id="pageTopBtn"><a href="#pageTop" title="Jump to top of page"><i class="fa fa-2x fa-arrow-alt-circle-up"></i></a></span></div>
</footer>
</div>
</body>
</html>