Compare commits

..

10 Commits

1
.gitignore vendored

@ -0,0 +1 @@
.DS_Store

BIN
website/.DS_Store vendored

Binary file not shown.

@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Inexpensive IAP reduction system</title>
<link rel="stylesheet" href="CSS/stove.css">
<script>
function init() {
var loc = window.location.href;
var HTMLvalidLinkStr = 'http://validator.w3.org/check?uri=' + loc;
var CSSvalidLinkStr =
'http://jigsaw.w3.org/css-validator/validator?uri=' +
loc + '?profile=css3';
document.getElementById("vLink1").setAttribute("href",
HTMLvalidLinkStr);
document.getElementById("vLink2").setAttribute("href", CSSvalidLinkStr);
}
window.onload = init;
</script>
</head>
<body>
<ul class="nav">
<li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a href="results.html">Results</a></li>
<li class="news"><a href="conclusion.html">Conclusion</a></li>
<li class="news"><a class="active" href="about.html">About</a></li>
</ul>
<h1>About</h1>
<h2>Tanaka Chirara</h2>
<p>Future location of any important contact information or details about Tanaka</p>
<h2>Dr. Stephen Hubbard</h2>
<p>smhubbardpp@gmail.com</p>
<footer>
<a id="vLink1"><strong> HTML </strong> Valid! </a> |
<a id="vLink2"><strong> CSS </strong> Valid! </a>
</footer>
</body>
</html>

@ -22,12 +22,13 @@ window.onload = init;
</style>
</head>
<body>
<ul class="new">
<ul class="nav">
<li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a href="Results.html">Results</a></li>
<li class="news"><a class="active" href="Conclusion.html">Conclusion</a></li>
<li class="news"><a href="results.html">Results</a></li>
<li class="news"><a class="active" href="conclusion.html">Conclusion</a></li>
<li class="news"><a href="about.html">About</a></li>
</ul>
<h1>Conclusion</h1>
<p>
@ -52,8 +53,8 @@ improve their products, and the publicly maintained software UNIX operating syst
(Berkeley Standard Distribution - BSD), and its descendent, Linux, which is installed on over
32.8 million systems and on 1.6 billion Android phones worldwide (99 Firms 2022).
</p>
<section class="floatright">
<img src="Image4.png" class="floatright" height="300" alt="Stove Testing">
<section>
<img src="images/tanaka_experiment.png" class="floatright" height="300" alt="Stove Testing">
<h2 >BIBILIOGRAPHY OF REFERENCES</h2>
<ul class="test3">
<li class="sources">Air pollution data portal. (n.d.). Retrieved 13 February 2022, from

@ -1,7 +1,8 @@
.new {
.nav {
list-style-type: none;
margin: 0;
padding: 0;
border: 100px;
overflow: hidden;
background-color: #000000;
}
@ -31,12 +32,12 @@
float: none;
}
li {
.nav li {
float: left;
}
@font-face {
font-family: "Vollkron";
src: url(Vollkorn-VariableFont_wght.ttf);
src: url(fonts/Vollkorn-VariableFont_wght.ttf);
}
.sources {
@ -57,8 +58,9 @@ li {
}
li a:hover {
.nav li a:hover {
background-color: #276d9e;
color: white;
}
.active {
@ -104,9 +106,16 @@ h1 {
p{
margin: 10px;
font-size: 17px;
font-size: 18px;
}
.bigger {
font-size: 20px;
.test li, .test2 li{
margin: 5px;
margin-left: 30px;
font-size: 18px;
}
.test3 li {
font-size: 17px;
margin: 5px;
}

@ -20,19 +20,20 @@ window.onload = init;
</script>
</head>
<body>
<ul class="new">
<ul class="nav">
<li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a class="active" href="design.html">Design</a></li>
<li class="news"><a href="Results.html">Results</a></li>
<li class="news"><a href="Conclusion.html">Conclusion</a></li>
<li class="news"><a href="results.html">Results</a></li>
<li class="news"><a href="conclusion.html">Conclusion</a></li>
<li class="news"><a href="about.html">About</a></li>
</ul>
<h1>Design</h1>
<article>
<h2>Procedure followed to design and construct the cooking Stove</h2>
<h2 class="floatright">Thermal design assumption of the cooking stove</h2>
<img src="Image3.png" class="floatright" height="250" alt="Thermal Design Assumption Table">
<img src="images/thermal_design_table" class="floatright" height="250" alt="Thermal Design Assumption Table">
<ul class="test3">
<li class="sources">Test the performance of designs based on the experience of Zimbabwe
residents who cook inside of their dwellings without proper ventilation
@ -44,19 +45,21 @@ window.onload = init;
<li class="sources">The marked shapes were cut using sheet metal snips. The shapes were
joining by folding the edges of the two-dimensional shapes to form threedimensional shapes.</li>
</ul>
Note: Pop rivets were used for speed, but the shapes can all be assembled using folded tabs.
<p>Note: Pop rivets were used for speed, but the shapes can all be assembled using folded tabs.</p>
</article>
<article>
<h2> Design of Combustion Chamber: </h2>
The combustion chamber is designed in a
<p>
The combustion chamber is designed in a
rectangular prism shape. In the combustion chamber fuel (wood pieces) are
combusted. It was observed that inner chamber became red hot. To reduce
the heat losses from inner chamber, a jacket of coarse sand and heat
resistance refractory material was added (Fire Clay). As shown in the figure
below.
to the right.
</p>
</article>
<article>
<img src="Image5.png" height="300" class="floatright2" alt="Stove Design">
<img src="images/stove_design.png" height="300" class="floatright2" alt="Stove Design">
<h2>The Clean Cooking System has two components:</h2>
<ol class="test3">
<li>Stove “Cooker” to burn fuel more efficiently and
@ -67,8 +70,8 @@ below.
chimney pipe from the insulating pipe and the roof.</li>
</ol>
</article>
<img src="Image6.png" height="200" class="mar" alt="Example Patterns">
<img src="Image7.png" height="200" class="mar" alt="Stove Picture">
<img src="images/example_patterns.png" height="200" class="mar" alt="Example Patterns">
<img src="images/stove_prototypes.png" height="200" class="mar" alt="Stove Picture">
<footer>
<a id="vLink1"><strong> HTML </strong> Valid! </a> |
<a id="vLink2"><strong> CSS </strong> Valid! </a>

@ -22,12 +22,13 @@ window.onload = init;
</style>
</head>
<body>
<ul class="new">
<ul class="nav">
<li class="news"><a href="index.html">Home</a></li>
<li class="news"><a class="active" href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a href="Results.html">Results</a></li>
<li class="news"><a href="Conclusion.html">Conclusion</a></li>
<li class="news"><a href="about.html">About</a></li>
</ul>
@ -35,14 +36,15 @@ window.onload = init;
<section>
<h2>Procedure followed to design and construct the cooking Stove</h2>
<p>
Design a prototype unit, based on interviews with Zimbabwe residents who are affected by IAP. Test the:
Design a prototype unit, based on interviews with Zimbabwe residents who are affected by IAP.
</p>
<p>Test the:</p>
<ul class="test2">
<li>Alternative Hypothesis: A easy to construct, low-cost cooking system will significantly reduce IAP.</li>
<li class="sources">Test Null Hypothesis: A low-cost cooking system will not significantly reduce IAP.</li>
<li>Null Hypothesis: A low-cost cooking system will not significantly reduce IAP.</li>
</ul>
<article>
<h2>Key Variables:</h2>
<h2>Key Variables</h2>
<ul class="test">
<li>Independent: Cooking method- Traditional hearth, Clean cooking system, Amount of fuel burned</li>
<li>Dependent: Cooking particulate residue (weight), Carbon Monoxide concentration, Temperature of

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 177 KiB

@ -19,18 +19,19 @@ window.onload = init;
</script>
</head>
<body>
<ul class="new">
<ul class="nav">
<li class="news"><a class="active" href="index.html">Home</a></li>
<li class="news"><a href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a href="Results.html">Results</a></li>
<li class="news"><a href="Conclusion.html">Conclusion</a></li>
<li class="news"><a href="results.html">Results</a></li>
<li class="news"><a href="conclusion.html">Conclusion</a></li>
<li class="news"><a href="about.html">About</a></li>
</ul>
<h1>The Inexpensive IAP Reduction System</h1>
<p>
<img class="floatright" src="Image1.png"
height="200" alt="Open Fire">
<img class="floatright" src="images/woman_cooking.png"
height="220" alt="Woman Cooking">
According to the World Health Organization (WHO), around 2.6 billion people
cook and heat using polluting open fires or simple stoves fuelled by kerosene,
biomass (wood, animal dung and crop waste) and coal (Air Pollution Data Portal,
@ -54,8 +55,8 @@ expensive clean cooking stoves. Most of the existing solution focus only on redu
Pollution, but fall short on distribution the solution to billions of people who need it.
</p>
<p>
<img class="floatleft" src="Image2.png"
height="200" alt="Open Fire2">
<img class="floatleft" src="images/traditional_stove.png"
height="200" alt="traditional stove">
Because of the above issues, the engineering goal of this experiment is to create pattern designs of creating an
affordable, simple, and efficient cooking system whose design is based on origami. Origami is the Japanese
technique of creating complex 3-dimensional objects from flat sheets of paper. All that is needed to make a well

@ -20,24 +20,25 @@ window.onload = init;
</script>
</head>
<body>
<ul class="new">
<ul class="nav">
<li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a class="active" href="Results.html">Results</a></li>
<li class="news"><a href="Conclusion.html">Conclusion</a></li>
<li class="news"><a class="active" href="results.html">Results</a></li>
<li class="news"><a href="conclusion.html">Conclusion</a></li>
<li class="news"><a href="about.html">About</a></li>
</ul>
<h1>Results</h1>
<p class="bigger">For the experimental results the IAP reduction cook stove was compared to an open traditional fire in terms of
<p>For the experimental results the IAP reduction cook stove was compared to an open traditional fire in terms of
temperature carbon monoxide concentration and weight of particulates and tar released.</p>
<section>
<h2 class="floatright">Equipment Used</h2>
<img class="floatright" src="Image12.png" height="150" alt="Equipment">
<img class="floatright" src="images/equipment.png" height="150" alt="Equipment">
</section>
<img src="Image8.png" height="300" alt="Carbon Monoxide vs. Time">
<img src="Image9.png" height="300" alt="Temperature vs. Time">
<img src="Image10.png" height="320" alt="Time vs. Voltage">
<img src="Image11.png" height="320" alt="Particulates & Tar vs. Time">
<img src="images/co_graph.png" height="300" alt="Carbon Monoxide vs. Time">
<img src="images/temp_vs_time.png" height="300" alt="Temperature vs. Time">
<img src="images/time_vs_voltage.png" height="320" alt="Time vs. Voltage">
<img src="images/tar_vs_time.png" height="320" alt="Particulates & Tar vs. Time">
<footer>
<a id="vLink1"><strong> HTML </strong> Valid! </a> |
<a id="vLink2"><strong> CSS </strong> Valid! </a>

Loading…
Cancel
Save