-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsummary.html
81 lines (61 loc) · 2.95 KB
/
summary.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
<!DOCTYPE html>
<html>
<!-- HEAD -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Summary</title>
<meta name="description" content="The Geocenter's analysis of factors influencing poverty in Rwanda">
<!-- base and accent fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400|Oswald:300|Oxygen:300,400|Lora">
<!-- CSS style sheets -->
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<!-- Font Awesome -->
<link rel="stylesheet" href="/css/font-awesome.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/main.min.css"/>
</head>
<!-- HEADER -->
<header class="navbar-fixed-top">
<div class="container">
<nav id="navbar-header" class="navbar-default">
</nav>
</div>
</header> <!-- end of HEADER -->
<!-- BODY -->
<body>
<div class="container">
<div class="big-text" id="first-section">
<div class="paragraph">
<div class="title"><strong>Family planning</strong></div>
<ul>
<li>Areas with some of the highest population density also showed some of the highest rates of modern contraception use for women aged 15-49.</li>
<li>Women in the Northwest Volcanic Irish Potato zone went from being less likely to report modern contraception use in 2010 to more likely to use modern contraception use relative to counterpart households in the Central Plateau Cassava and Coffee zone</li>
<li>Protestant women were less likely than similar Catholic women to report modern contraception use. </li>
</ul>
</div>
<div class="paragraph">
<div class="title"><strong>Child malnutrition</strong></div>
<ul><li>Malnutrition rates (stunting) have declined across the country, but the magnitude of change is not uniform – the Eastern half of the country appears to be improving faster than the Northwest.</li>
<li>Children in communities at higher altitudes have lower z-scores and are more likely to be stunted</li>
<li>Stunting is influenced by many cross-sectoral factors, including education, household size, and wealth.</li>
</ul>
</div>
<div class="paragraph">
<div class="title"><strong>Food consumption scores</strong></div>
<ul>
<li>Food consumption scores are higher in urban areas and the Southeast</li>
<li>Households with many individuals and few rooms (crowded) had lower scores</li>
<li>Households with more assets (wealth) and/or access to markets and health facilities had higher food consumption scores</li>
<li>Female headed households have lower food consumption scores than their counterpart male headed households</li>
</ul>
</div>
</div>
<!-- SCRIPTS -->
<script src="js/lib/d3.min.js"></script>
<script src="js/lib/jquery.js" type="text/javascript"></script>
<script src="js/incl-header.js"></script>
</body>
</html>