-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
89 lines (82 loc) · 4.89 KB
/
home.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Disrupt project</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bootstrap-table.min.css">
<!-- <style type="text/css">
table {
top: 10%;
left: 10%;
right: 10%;
}
</style> -->
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<ul class="nav">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="overall.html">Overall scores</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ethiopia.html">Ethiopia scores</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mozambique.html">Mozambique scores</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bangladesh.html">Bangladesh scores</a>
</li>
<li class="nav-item">
<a class="nav-link" href="planetdiet.html">Enhancing diets and planet scores</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="frequency.html">Frequency graph</a>
</li> -->
</ul>
</div>
</div>
<div id="logo" class="row mt-2">
<div class="col" align="center">
<a href="home.html">
<img border="0" src="images/ProjectDisrupt_logos.png" width="400px" height="auto">
</a>
</div>
</div>
<div class="row mt-4">
<div class="col-md-12">
<h3 align="center">
Welcome to Project Disrupt innovation scoring results!
</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h6 align="center">
Use the menu above to go to the section of your choice
</h6>
</div>
</div>
<div class="row mt-3 justify-content-md-center" >
<div class="col col-lg-2 col-md-auto"/>
</div>
<div class="col">
<p>GAIN, the Alliance of Bioversity and CIAT, and EAT joined forces to conduct a three-stage Delphi study, Project Disrupt: Healthy Diets on a Healthy Planet (March - June of 2020). The goal was to identify and investigate game-changing innovations that will help to enable resilient, affordable, safe, and nutritious diets for the current and growing global population while restoring and safeguarding our environment by 2030.</p>
<p>An adapted Delphi methodology was used and 52 expert panellists - representing 3 real-world settings in Ethiopia, Mozambique and Bangladesh - engaged in 3 rounds of virtual discussion sessions, each followed by an online anonymized survey to capture input and insights. In round one 85 unique innovations surfaced with the potential to reduce both malnutrition and environmental degradation. These represent a combination of complementary types of technological and nature-based solutions as well as policy/social approaches. A broad range of targets are covered, involving various stakeholders and benefitting a diverse range of users. The innovations span the entire supply chain and range in maturity from the conceptual/design phase through those moving to scale (but not necessarily in one of these 3 settings). In round two the panellists ranked these 85 innovations - clustered into 6 categories - according to their potential for impact for positive change in each setting and scored against 4 types of criteria for dietary health, planet health, equity, and leapfrogging potential.</p>
<p>In this database we invite you to explore the innovation scores from the second round of the Delphi study for Project Disrupt. Use the menu links above to see the innovations ranked relative to their overall score or for each specific setting. As this project aimed at identifying “win-win” innovations, the last menu link - <a href="planetdiet.html">Enhancing diets and planet scores</a> - how the innovations mapped according to their potential to enhance both dietary and planet health.</p>
</div>
<div class="col col-lg-2 col-md-auto">
</div>
</div>
</div>
</body>
</html>