Sinar / tumpangtanya

A platform to track and make Freedom of Information requests available online
GNU General Public License v3.0
0 stars 2 forks source link

SGD Goals #26

Closed kaerumy closed 1 year ago

kaerumy commented 1 year ago

Add vocabulary entries for SDG Goals

Checkout sinar.miscbehaviour https://github.com/Sinar/sinar.miscbehavior/

Update sinar.miscbehavior/blob/main/src/sinar/miscbehavior/vocabularies/s_d_g_goals.py Vocab Items as SDG Goals

kaerumy commented 1 year ago

Just the 17 should be enough for this one https://sdgs.un.org/goals

kaerumy commented 1 year ago

On hindsight, we probably should have the additional sub goals to be detailed.

https://unstats.un.org/sdgs/indicators/indicators-list/

SDG 1.1 - By 2030, eradicate extreme poverty for all people everywhere, currently measured as people living on less than $1.25 a day

SDG 1.2 - By 2030, reduce at least by half the proportion of men, women and children of all ages living in poverty in all its dimensions according to national definitions

The id code can bd sdg1.1 sdg1.2 and so on.

            VocabItem(u'sdg1.1', _(u'''
            SDG 1.1 - By 2030, eradicate extreme poverty for all people everywhere, currently measured as people living on less than     
            $1.25 a day
            ''')),
            VocabItem(u'sdg02', _(u''''
            SDG 1.2 - By 2030, reduce at least by half the proportion of men, women and children of all ages living in poverty in all its  
            dimensions according to national definitions'''
)),