File size: 2,036 Bytes
1b539bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
sdg_goals={'poverty':'End poverty in all its forms everywhere','hunger':'Zero Hunger',\
           'health':'Good Health and Well-Being','education':'Quality Education',\
            'gender-equality':'Gender Equality','water-and-sanitation':'Clean Water and Sanitation',\
             'energy':'Affordable and Clean Energy','economic-growth':'Decent Work and Economic Growth',\
             'infrastructure-industrialization': 'Industries,Innovation, and Infrastructure',\
             'inequality':'Reduced Inequalities','cities':'Sustainable Cities and Communities',\
             'sustainable-consumption-production':'Responsible Consumption and Production',\
             'climate-change':'Climate Action','oceans':'Life Below Water','biodiversity':'Life on Land',\
             'peace-justice':'Peace, Justice, and Strong Instiutions', 'globalpartnerships':'Partnerships for the Goals'
}
sdg_topics={'poverty':['poverty-eradication'],
            'hunger':['rural-development','food-security-and-nutrition-and-sustainable-agriculture'],\
            'health':['health-and-population'],\
            'education':['education'],\
            'gender-equality':['gender-equality-and-womens-empowerment'],\
            'water-and-sanitation':['water-and-sanitation'],\
            'energy':['energy'],\
            'economic-growth':['employment-decent-work-all-and-social-protection'],\
            'infrastructure-industrialization':['industry'],\
            'inequality':[],\
            'cities':['sustainable-cities-and-human-settlements'],\
            'sustainable-consumption-production':[],\
            'climate-change':['green-economy'],\
            'oceans':['oceans-and-seas','small-island-developing-states'],\
            'biodiversity':['biodiversity-and-ecosystems','forests','mountains','desertification-land-degradation-and-drought'],\
            'peace-justice':['institutional-frameworks-and-international-cooperation-sustainable-development','violence-against-children'],\
            'globalpartnerships':[]}