You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: populate_sdgs.py
+26-3Lines changed: 26 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,86 +9,103 @@
9
9
SDGS= [
10
10
{
11
11
"code": "SDG1",
12
+
"number": 1,
12
13
"name": "No Poverty",
13
14
"description": "End poverty in all its forms everywhere",
14
15
},
15
16
{
16
17
"code": "SDG2",
18
+
"number": 2,
17
19
"name": "Zero Hunger",
18
20
"description": "End hunger, achieve food security and improved nutrition and promote sustainable agriculture",
19
21
},
20
22
{
21
23
"code": "SDG3",
24
+
"number": 3,
22
25
"name": "Good Health and Well-being",
23
26
"description": "Ensure healthy lives and promote well-being for all at all ages",
24
27
},
25
28
{
26
29
"code": "SDG4",
30
+
"number": 4,
27
31
"name": "Quality Education",
28
32
"description": "Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all",
29
33
},
30
34
{
31
35
"code": "SDG5",
36
+
"number": 5,
32
37
"name": "Gender Equality",
33
38
"description": "Achieve gender equality and empower all women and girls",
34
39
},
35
40
{
36
41
"code": "SDG6",
42
+
"number": 6,
37
43
"name": "Clean Water and Sanitation",
38
44
"description": "Ensure availability and sustainable management of water and sanitation for all",
39
45
},
40
46
{
41
47
"code": "SDG7",
48
+
"number": 7,
42
49
"name": "Affordable and Clean Energy",
43
50
"description": "Ensure access to affordable, reliable, sustainable and modern energy for all",
44
51
},
45
52
{
46
53
"code": "SDG8",
54
+
"number": 8,
47
55
"name": "Decent Work and Economic Growth",
48
56
"description": "Promote sustained, inclusive and sustainable economic growth, full and productive employment and decent work for all",
49
57
},
50
58
{
51
59
"code": "SDG9",
60
+
"number": 9,
52
61
"name": "Industry, Innovation and Infrastructure",
53
62
"description": "Build resilient infrastructure, promote inclusive and sustainable industrialization and foster innovation",
54
63
},
55
64
{
56
65
"code": "SDG10",
66
+
"number": 10,
57
67
"name": "Reduced Inequality",
58
68
"description": "Reduce inequality within and among countries",
59
69
},
60
70
{
61
71
"code": "SDG11",
72
+
"number": 11,
62
73
"name": "Sustainable Cities and Communities",
63
74
"description": "Make cities and human settlements inclusive, safe, resilient and sustainable",
64
75
},
65
76
{
66
77
"code": "SDG12",
78
+
"number": 12,
67
79
"name": "Responsible Consumption and Production",
68
80
"description": "Ensure sustainable consumption and production patterns",
69
81
},
70
82
{
71
83
"code": "SDG13",
84
+
"number": 13,
72
85
"name": "Climate Action",
73
86
"description": "Take urgent action to combat climate change and its impacts",
74
87
},
75
88
{
76
89
"code": "SDG14",
90
+
"number": 14,
77
91
"name": "Life Below Water",
78
92
"description": "Conserve and sustainably use the oceans, seas and marine resources for sustainable development",
79
93
},
80
94
{
81
95
"code": "SDG15",
96
+
"number": 15,
82
97
"name": "Life on Land",
83
98
"description": "Protect, restore and promote sustainable use of terrestrial ecosystems, sustainably manage forests, combat desertification, and halt and reverse land degradation and halt biodiversity loss",
84
99
},
85
100
{
86
101
"code": "SDG16",
102
+
"number": 16,
87
103
"name": "Peace, Justice and Strong Institutions",
88
104
"description": "Promote peaceful and inclusive societies for sustainable development, provide access to justice for all and build effective, accountable and inclusive institutions at all levels",
89
105
},
90
106
{
91
107
"code": "SDG17",
108
+
"number": 17,
92
109
"name": "Partnerships for the Goals",
93
110
"description": "Strengthen the means of implementation and revitalize the global partnership for sustainable development",
0 commit comments