You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
5.8 KiB
HTML

1 year ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Inexpensive IAP Reduction</title>
<link href="styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container px-4">
<a class="navbar-brand">IAP Reduction System</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="hypo.html">Hypothesis</a></li>
<li class="nav-item"><a class="nav-link" href="design.html">Design</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Result</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Conclusion</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">About</a></li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar section -->
<!-- main section about Hypothesis and Test Method -->
<section id="about">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-12">
<h2 class="fw-bolder py-4"></h2>
<p class=".fw-bold lead">
<!-- Procedure followed to design and construct the cooking Stove
Design a prototype unit, based on interviews with Zimbabwe residents who are affected by IAP.
Test the:
Alternative Hypothesis:
A easy to construct, low-cost cooking system will significantly reduce IAP.
Null Hypothesis: A low-cost cooking system will not significantly reduce IAP.
Key Variables:
Independent: Cooking method- Traditional hearth, Clean cooking system, Amount of fuel burned
Dependent: Cooking particulate residue (weight), Carbon Monoxide concentration, Temperature of stove
-->
</p>
</div>
<!-- another col-lg-12 section -->
<div class="col-lg-12">
<h2 class="fw-bolder py-4">Hyopthesis and Testing Method</h2>
<p class=".fw-bold lead">
Procedure followed to design and construct the cooking Stove
Design a prototype unit, based on interviews with Zimbabwe residents who are affected by IAP.
Test the:
Alternative Hypothesis:
A easy to construct, low-cost cooking system will significantly reduce IAP.
Null Hypothesis: A low-cost cooking system will not significantly reduce IAP.
Key Variables:
Independent: Cooking method- Traditional hearth, Clean cooking system, Amount of fuel burned
Dependent: Cooking particulate residue (weight), Carbon Monoxide concentration, Temperature of sto
</p><!--first information end-->
<p class=".fw-bold lead">
<h2 class="fw-bolder py-4">Experimental Procedure</h2>
Experimental Procedure
Burn constant amount of fuel using both cooking methods (Open fire vs IAP Reduction Unit)
Measure weight of particulate residue from the smoke collected by HEPA filter
Measure concentration of Carbon Monoxide (CO) and heat at set time intervals.
Compare weight of fuel residue, CO concentrations and heat generated..
An infrared temperature thermometer at the different parts of the unit with respect to time
A simple chimney with filter paper is designed to measure the weight of carbon and particulates per unit time.
A CO meter is used to measure the concentrations of CO present throughout the burning process
Determine if there a significant difference in IAP and combustion efficiency between the traditional and IAP Reduction cooking system
</p><!--seond information end-->
</div><!--end of main col-12 py-section -->
</div>
</div>
</section>
<!-- ======footer section============= -->
<footer class="py-5 bg-dark">
<div class="container px-4"><p class="m-0 text-center text-white">Copyright &copy; IAP Reduction System Website 2023</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>