diff --git a/CHANGELOG.md b/CHANGELOG.md index 375e4aa02..9602c4935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.7.0] - 2020-10-08 + +### Added +- Added `scripts/migrate-v0.7.0.json` to adjust all existing JSON files to the change introduced in the `nominee-schema.json` described below. + +### Changed +- [Breaking changes] Modified the JSON schema to account for SDG evidence. Thus, `SDGs` is not longer an array of enums, but an array of objects, that contains a required `SDGNumber` and an optional `evidenceText` and `evidenceURL`, one of which should be required. This field is not made mandatory retroactively, but will be required in future nominations. ## [0.6.0] - 2020-09-23 @@ -92,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed language from `candidates` to `nominees` to match the recent changes in [digitalpublicgoods.net](https://digitalpublicgoods.net) - Renamed folder from `candidates/` to `nominees/`, as well as `candidate-schema.json` to `nominee-schema.json` +[0.7.0]: https://github.com/unicef/publicgoods-candidates/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/unicef/publicgoods-candidates/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/unicef/publicgoods-candidates/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/unicef/publicgoods-candidates/compare/v0.3.0...v0.4.0 diff --git a/nominee-schema.json b/nominee-schema.json index b7219dbb2..24d32af1e 100644 --- a/nominee-schema.json +++ b/nominee-schema.json @@ -194,83 +194,45 @@ "minItems": 1, "uniqueItems": true, "items": { - "type": "array", - "enum": [ - [ - 1, - "No Poverty" - ], - [ - 2, - "Zero Hunger" - ], - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ], - [ - 5, - "Gender Equality" - ], - [ - 6, - "Clean Water and Sanitation" - ], - [ - 7, - "Affordable and Clean Energy" - ], - [ - 8, - "Decent Work and Economic Growth" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 12, - "Responsible Consumption and Production" - ], - [ - 13, - "Climate Action" - ], - [ - 14, - "Life Below Water" - ], - [ - 15, - "Life On Land" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] - ] + "type": "object", + "required": [ + "SDGNumber" + ], + "properties": { + "SDGNumber": { + "type": "number", + "description": "Number of the Sustainable Development Goal", + "enum": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17 + ] + }, + "evidenceText": { + "type": "string", + "description": "Evidence of SDG relevance in text form." + }, + "evidenceURL": { + "type": "string", + "description": "Evidence of SDG relevance in the form of a link." + } + } } }, - "SDGevidence": { - "type": "string", - "description": "Relevant links or information to support the relevance to SDGs." - }, "sectors": { "type": "array", "description": "List of sectors that this Global Digital Public Good addresses.", diff --git a/nominees/2019-ncov-data-repository-by-johns-hopkins-csse.json b/nominees/2019-ncov-data-repository-by-johns-hopkins-csse.json index 835f1d8c3..434586f62 100644 --- a/nominees/2019-ncov-data-repository-by-johns-hopkins-csse.json +++ b/nominees/2019-ncov-data-repository-by-johns-hopkins-csse.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/5calls-frontend.json b/nominees/5calls-frontend.json index c0220971a..505a692be 100644 --- a/nominees/5calls-frontend.json +++ b/nominees/5calls-frontend.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/5calls-ios.json b/nominees/5calls-ios.json index e7a052fae..6a5f01267 100644 --- a/nominees/5calls-ios.json +++ b/nominees/5calls-ios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/@firma.json b/nominees/@firma.json index 97dbaf570..5e10700cc 100644 --- a/nominees/@firma.json +++ b/nominees/@firma.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/aarogya-setu.json b/nominees/aarogya-setu.json index e1f7af247..af8b97549 100644 --- a/nominees/aarogya-setu.json +++ b/nominees/aarogya-setu.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/accessibility-cloud.json b/nominees/accessibility-cloud.json index d2b286366..8bd0dc271 100644 --- a/nominees/accessibility-cloud.json +++ b/nominees/accessibility-cloud.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/adopt-a-drain.json b/nominees/adopt-a-drain.json index b32168588..98420c62e 100644 --- a/nominees/adopt-a-drain.json +++ b/nominees/adopt-a-drain.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/afinidata.json b/nominees/afinidata.json index 5c6fb62be..c72285ed6 100644 --- a/nominees/afinidata.json +++ b/nominees/afinidata.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/african-storybook.json b/nominees/african-storybook.json index 7aa503115..f2b95b646 100644 --- a/nominees/african-storybook.json +++ b/nominees/african-storybook.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/agrosense.json b/nominees/agrosense.json index 4270b0401..844788df0 100644 --- a/nominees/agrosense.json +++ b/nominees/agrosense.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/aid-transparency-tracker.json b/nominees/aid-transparency-tracker.json index 8ce54c617..a0daa9c82 100644 --- a/nominees/aid-transparency-tracker.json +++ b/nominees/aid-transparency-tracker.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/alaveteli.json b/nominees/alaveteli.json index 08d9a7798..e195464fa 100644 --- a/nominees/alaveteli.json +++ b/nominees/alaveteli.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/alex-atom-linter.json b/nominees/alex-atom-linter.json index 44865077b..670564b07 100644 --- a/nominees/alex-atom-linter.json +++ b/nominees/alex-atom-linter.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/alex-sublime-linter.json b/nominees/alex-sublime-linter.json index 0086ace81..827b03aea 100644 --- a/nominees/alex-sublime-linter.json +++ b/nominees/alex-sublime-linter.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/alex.json b/nominees/alex.json index 64ca5c3be..2ac6b9835 100644 --- a/nominees/alex.json +++ b/nominees/alex.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/all-ready.json b/nominees/all-ready.json index 0ad8d225f..512d6b389 100644 --- a/nominees/all-ready.json +++ b/nominees/all-ready.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/android-guides.json b/nominees/android-guides.json index 48dc20be0..61f66e816 100644 --- a/nominees/android-guides.json +++ b/nominees/android-guides.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/antura-and-the-letters.json b/nominees/antura-and-the-letters.json index 525bbe291..c469fde70 100644 --- a/nominees/antura-and-the-letters.json +++ b/nominees/antura-and-the-letters.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/apache-fineract.json b/nominees/apache-fineract.json index fde6d5c28..2b6924dd3 100644 --- a/nominees/apache-fineract.json +++ b/nominees/apache-fineract.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/api.gouv.fr.json b/nominees/api.gouv.fr.json index 9f7fd20e7..39d196829 100644 --- a/nominees/api.gouv.fr.json +++ b/nominees/api.gouv.fr.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/arkhn-fhir-pipe.json b/nominees/arkhn-fhir-pipe.json index ebc6056bc..ad945c096 100644 --- a/nominees/arkhn-fhir-pipe.json +++ b/nominees/arkhn-fhir-pipe.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/ask.json b/nominees/ask.json index 85d8a429e..7f03e5e68 100644 --- a/nominees/ask.json +++ b/nominees/ask.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 8, - "Decent Work and Economic Growth" - ] + { + "SDGNumber": 8 + } ], "sectors": [], "type": [ diff --git a/nominees/askdarcel-api.json b/nominees/askdarcel-api.json index b7c233767..5cb2bced9 100644 --- a/nominees/askdarcel-api.json +++ b/nominees/askdarcel-api.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ] + { + "SDGNumber": 1 + } ], "sectors": [], "type": [ diff --git a/nominees/askdarcel.json b/nominees/askdarcel.json index f4abb4802..07821c60e 100644 --- a/nominees/askdarcel.json +++ b/nominees/askdarcel.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ] + { + "SDGNumber": 1 + } ], "sectors": [], "type": [ diff --git a/nominees/aster-emergency-scoring.json b/nominees/aster-emergency-scoring.json index 869b30af6..fee14119b 100644 --- a/nominees/aster-emergency-scoring.json +++ b/nominees/aster-emergency-scoring.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/aster-platform.json b/nominees/aster-platform.json index a491ecdaf..5be082959 100644 --- a/nominees/aster-platform.json +++ b/nominees/aster-platform.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/aster-stream.json b/nominees/aster-stream.json index f3911431e..c2569899f 100644 --- a/nominees/aster-stream.json +++ b/nominees/aster-stream.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/asterisk.json b/nominees/asterisk.json index 4712f4524..75cc9c0c1 100644 --- a/nominees/asterisk.json +++ b/nominees/asterisk.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/asylumconnect-catalog.json b/nominees/asylumconnect-catalog.json index ce4907891..3a7013143 100644 --- a/nominees/asylumconnect-catalog.json +++ b/nominees/asylumconnect-catalog.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 5 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/atix-labs.json b/nominees/atix-labs.json index 60a1157e4..f81410586 100644 --- a/nominees/atix-labs.json +++ b/nominees/atix-labs.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/autofocus.json b/nominees/autofocus.json index 9677b1f82..479e121d8 100644 --- a/nominees/autofocus.json +++ b/nominees/autofocus.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ] + { + "SDGNumber": 15 + } ], "sectors": [], "type": [ diff --git a/nominees/autonomous-systems-research.json b/nominees/autonomous-systems-research.json index 8002a6a28..2d98100df 100644 --- a/nominees/autonomous-systems-research.json +++ b/nominees/autonomous-systems-research.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ] + { + "SDGNumber": 2 + } ], "sectors": [], "type": [ diff --git a/nominees/avni-client.json b/nominees/avni-client.json index 33cd51c46..e9b7d4297 100644 --- a/nominees/avni-client.json +++ b/nominees/avni-client.json @@ -12,14 +12,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/avni-server.json b/nominees/avni-server.json index b249b66bc..165a45b13 100644 --- a/nominees/avni-server.json +++ b/nominees/avni-server.json @@ -12,14 +12,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/avyantra-health-technologies.json b/nominees/avyantra-health-technologies.json index afda68af4..265782acc 100644 --- a/nominees/avyantra-health-technologies.json +++ b/nominees/avyantra-health-technologies.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/bahmni.json b/nominees/bahmni.json index 21a4b7998..ad0c449ee 100644 --- a/nominees/bahmni.json +++ b/nominees/bahmni.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [ "Health" diff --git a/nominees/bias-correct.json b/nominees/bias-correct.json index 752268cd3..cc7cc1f64 100644 --- a/nominees/bias-correct.json +++ b/nominees/bias-correct.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ] + { + "SDGNumber": 5 + } ], "sectors": [], "type": [ diff --git a/nominees/blockly.json b/nominees/blockly.json index d647ecfae..c6e822766 100644 --- a/nominees/blockly.json +++ b/nominees/blockly.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/blood-safety-information-system.json b/nominees/blood-safety-information-system.json index cfb1180c1..1ccef415c 100644 --- a/nominees/blood-safety-information-system.json +++ b/nominees/blood-safety-information-system.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/bob-emploi.json b/nominees/bob-emploi.json index 501ce2662..2f20131bf 100644 --- a/nominees/bob-emploi.json +++ b/nominees/bob-emploi.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 8, - "Decent Work and Economic Growth" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 8 + } ], "sectors": [], "type": [ diff --git a/nominees/book-dash.json b/nominees/book-dash.json index 2e42f82a8..d6bb9824f 100644 --- a/nominees/book-dash.json +++ b/nominees/book-dash.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/bothub.json b/nominees/bothub.json index a139c15e4..db2c1b37d 100644 --- a/nominees/bothub.json +++ b/nominees/bothub.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/british-columbia-open-textbook-collection.json b/nominees/british-columbia-open-textbook-collection.json index a107d5677..b438f3d2f 100644 --- a/nominees/british-columbia-open-textbook-collection.json +++ b/nominees/british-columbia-open-textbook-collection.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/callisto-core.json b/nominees/callisto-core.json index f4bacfe98..23b016a18 100644 --- a/nominees/callisto-core.json +++ b/nominees/callisto-core.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ] + { + "SDGNumber": 5 + } ], "sectors": [], "type": [ diff --git a/nominees/caltrack.json b/nominees/caltrack.json index 4100c815d..e551b3a68 100644 --- a/nominees/caltrack.json +++ b/nominees/caltrack.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/camicroscope.json b/nominees/camicroscope.json index f3b512c45..e8c81ea07 100644 --- a/nominees/camicroscope.json +++ b/nominees/camicroscope.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/carbon-inferno.json b/nominees/carbon-inferno.json index 5aed4b735..d055911ae 100644 --- a/nominees/carbon-inferno.json +++ b/nominees/carbon-inferno.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/care.json b/nominees/care.json index 9beaac035..ba6d61665 100644 --- a/nominees/care.json +++ b/nominees/care.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/cdc-covid-19-health-bot.json b/nominees/cdc-covid-19-health-bot.json index 91be03043..4b14a2bce 100644 --- a/nominees/cdc-covid-19-health-bot.json +++ b/nominees/cdc-covid-19-health-bot.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/census-api.json b/nominees/census-api.json index 67440ab3f..59d3532bf 100644 --- a/nominees/census-api.json +++ b/nominees/census-api.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/centre-for-open-science-share.json b/nominees/centre-for-open-science-share.json index 32fb8f4a2..939efb0c9 100644 --- a/nominees/centre-for-open-science-share.json +++ b/nominees/centre-for-open-science-share.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/cgmblekit.json b/nominees/cgmblekit.json index 1321ea7b1..86d0f1340 100644 --- a/nominees/cgmblekit.json +++ b/nominees/cgmblekit.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/child-growth-monitor-machine-learning.json b/nominees/child-growth-monitor-machine-learning.json index 90bb47057..b68eefadb 100644 --- a/nominees/child-growth-monitor-machine-learning.json +++ b/nominees/child-growth-monitor-machine-learning.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/child-growth-monitor.json b/nominees/child-growth-monitor.json index d9a4fd757..392723b01 100644 --- a/nominees/child-growth-monitor.json +++ b/nominees/child-growth-monitor.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/cireha.json b/nominees/cireha.json index af42a3fd5..f7361feaf 100644 --- a/nominees/cireha.json +++ b/nominees/cireha.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/civic-platform.json b/nominees/civic-platform.json index 696730207..a79b37c2f 100644 --- a/nominees/civic-platform.json +++ b/nominees/civic-platform.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/ck-12.json b/nominees/ck-12.json index 65a543a0c..64ce65e2e 100644 --- a/nominees/ck-12.json +++ b/nominees/ck-12.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/climatewatch.json b/nominees/climatewatch.json index 9f0bf8c15..e1baa029a 100644 --- a/nominees/climatewatch.json +++ b/nominees/climatewatch.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/code-for-america-api.json b/nominees/code-for-america-api.json index f68bc6a9d..a75ae477d 100644 --- a/nominees/code-for-america-api.json +++ b/nominees/code-for-america-api.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/code-for-america-brigade-website.json b/nominees/code-for-america-brigade-website.json index f7a9a2049..8e1f409b1 100644 --- a/nominees/code-for-america-brigade-website.json +++ b/nominees/code-for-america-brigade-website.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/code.etalab.gouv.fr.json b/nominees/code.etalab.gouv.fr.json index ef292a106..6413c7d5d 100644 --- a/nominees/code.etalab.gouv.fr.json +++ b/nominees/code.etalab.gouv.fr.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 9 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/code.org.json b/nominees/code.org.json index 72f1117b2..e63b59e76 100644 --- a/nominees/code.org.json +++ b/nominees/code.org.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/coinsence.json b/nominees/coinsence.json index 7bfbf65ff..d6bd74b1c 100644 --- a/nominees/coinsence.json +++ b/nominees/coinsence.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/commcare-android.json b/nominees/commcare-android.json index a1efd56e7..c2b8ca1c5 100644 --- a/nominees/commcare-android.json +++ b/nominees/commcare-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/commcare-cloud.json b/nominees/commcare-cloud.json index 90f7943e2..e52bcf6fd 100644 --- a/nominees/commcare-cloud.json +++ b/nominees/commcare-cloud.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/commcare.json b/nominees/commcare.json index 3cfc90230..7fa11f330 100644 --- a/nominees/commcare.json +++ b/nominees/commcare.json @@ -9,22 +9,18 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 6, - "Clean Water and Sanitation" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 6 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/common-forms-toolkit.json b/nominees/common-forms-toolkit.json index b1eab92d5..9d3b361e5 100644 --- a/nominees/common-forms-toolkit.json +++ b/nominees/common-forms-toolkit.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/conative-labs.json b/nominees/conative-labs.json index e391a3818..97476390c 100644 --- a/nominees/conative-labs.json +++ b/nominees/conative-labs.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 6, - "Clean Water and Sanitation" - ] + { + "SDGNumber": 6 + } ], "sectors": [], "type": [ diff --git a/nominees/consul.json b/nominees/consul.json index 84f51edf6..46b53448c 100644 --- a/nominees/consul.json +++ b/nominees/consul.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/corona-warn-app-android.json b/nominees/corona-warn-app-android.json index 6f8a670a8..1ce428b75 100644 --- a/nominees/corona-warn-app-android.json +++ b/nominees/corona-warn-app-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/corona-warn-app-ios.json b/nominees/corona-warn-app-ios.json index 118079675..543bec339 100644 --- a/nominees/corona-warn-app-ios.json +++ b/nominees/corona-warn-app-ios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/coronavirus-service-directory.json b/nominees/coronavirus-service-directory.json index 255e7ffe6..ef798c3ad 100644 --- a/nominees/coronavirus-service-directory.json +++ b/nominees/coronavirus-service-directory.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-algorithme-orientation.json b/nominees/covid-19-algorithme-orientation.json index a43c3444d..2c77a7456 100644 --- a/nominees/covid-19-algorithme-orientation.json +++ b/nominees/covid-19-algorithme-orientation.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-benefits.json b/nominees/covid-19-benefits.json index 27648133f..c74c450c0 100644 --- a/nominees/covid-19-benefits.json +++ b/nominees/covid-19-benefits.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-data-repository-for-south-africa.json b/nominees/covid-19-data-repository-for-south-africa.json index 56abed502..135aacdbc 100644 --- a/nominees/covid-19-data-repository-for-south-africa.json +++ b/nominees/covid-19-data-repository-for-south-africa.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software", diff --git a/nominees/covid-19-emergency-assistance-programs.json b/nominees/covid-19-emergency-assistance-programs.json index aa28a39ff..28b3a6a5c 100644 --- a/nominees/covid-19-emergency-assistance-programs.json +++ b/nominees/covid-19-emergency-assistance-programs.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-employee-screening-tool.json b/nominees/covid-19-employee-screening-tool.json index e68590c80..3133bef1c 100644 --- a/nominees/covid-19-employee-screening-tool.json +++ b/nominees/covid-19-employee-screening-tool.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-hospital-impact-model-for-epidemics.json b/nominees/covid-19-hospital-impact-model-for-epidemics.json index 6a0daac25..ab2762181 100644 --- a/nominees/covid-19-hospital-impact-model-for-epidemics.json +++ b/nominees/covid-19-hospital-impact-model-for-epidemics.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-incarceration-model.json b/nominees/covid-19-incarceration-model.json index 51dabe786..a066019f9 100644 --- a/nominees/covid-19-incarceration-model.json +++ b/nominees/covid-19-incarceration-model.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/covid-19-projections.json b/nominees/covid-19-projections.json index 11ae05120..f959273f3 100644 --- a/nominees/covid-19-projections.json +++ b/nominees/covid-19-projections.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/covid-19-remote-monitoring-platform.json b/nominees/covid-19-remote-monitoring-platform.json index ffc4d4005..e0eee443c 100644 --- a/nominees/covid-19-remote-monitoring-platform.json +++ b/nominees/covid-19-remote-monitoring-platform.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-scenarios.json b/nominees/covid-19-scenarios.json index 438107f76..b95b68fb3 100644 --- a/nominees/covid-19-scenarios.json +++ b/nominees/covid-19-scenarios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-19-self-assessment-tool.json b/nominees/covid-19-self-assessment-tool.json index 69b200948..025b130f7 100644 --- a/nominees/covid-19-self-assessment-tool.json +++ b/nominees/covid-19-self-assessment-tool.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-act-now.json b/nominees/covid-act-now.json index d0095f6a7..71f36076f 100644 --- a/nominees/covid-act-now.json +++ b/nominees/covid-act-now.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-alert-mobile-app.json b/nominees/covid-alert-mobile-app.json index aa3ac65a4..23cf99fb2 100644 --- a/nominees/covid-alert-mobile-app.json +++ b/nominees/covid-alert-mobile-app.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-caremap.json b/nominees/covid-caremap.json index b9b77f083..7ab1797e8 100644 --- a/nominees/covid-caremap.json +++ b/nominees/covid-caremap.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-safe-paths.json b/nominees/covid-safe-paths.json index 2b869e84b..48cb1b1a2 100644 --- a/nominees/covid-safe-paths.json +++ b/nominees/covid-safe-paths.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covid-tracking-data.json b/nominees/covid-tracking-data.json index c17548f54..6f7bc5511 100644 --- a/nominees/covid-tracking-data.json +++ b/nominees/covid-tracking-data.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/covid19canada.json b/nominees/covid19canada.json index 6e449f1ca..fb0d447b1 100644 --- a/nominees/covid19canada.json +++ b/nominees/covid19canada.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/covidbot.json b/nominees/covidbot.json index e355884f1..bf1372a7f 100644 --- a/nominees/covidbot.json +++ b/nominees/covidbot.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/covidsafe.json b/nominees/covidsafe.json index 6271e4e6e..0898a62f1 100644 --- a/nominees/covidsafe.json +++ b/nominees/covidsafe.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/crash-model.json b/nominees/crash-model.json index 60a60887c..0e0c9d744 100644 --- a/nominees/crash-model.json +++ b/nominees/crash-model.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/cropplanning.json b/nominees/cropplanning.json index 02be9871d..afd847f5a 100644 --- a/nominees/cropplanning.json +++ b/nominees/cropplanning.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/croquemort.json b/nominees/croquemort.json index b709f7e83..156d4e229 100644 --- a/nominees/croquemort.json +++ b/nominees/croquemort.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/curriki.json b/nominees/curriki.json index 21c7a17d3..3a505916b 100644 --- a/nominees/curriki.json +++ b/nominees/curriki.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/datascope.json b/nominees/datascope.json index e21a2fbe6..8a64c5e8a 100644 --- a/nominees/datascope.json +++ b/nominees/datascope.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/datasf.json b/nominees/datasf.json index 4d14928bb..7664a9a92 100644 --- a/nominees/datasf.json +++ b/nominees/datasf.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/datawheel-chile.json b/nominees/datawheel-chile.json index 41e6f6a3e..51b78c6a0 100644 --- a/nominees/datawheel-chile.json +++ b/nominees/datawheel-chile.json @@ -9,22 +9,18 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/dati-covid-19-italia.json b/nominees/dati-covid-19-italia.json index f4e668522..623bd0c6a 100644 --- a/nominees/dati-covid-19-italia.json +++ b/nominees/dati-covid-19-italia.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/decidim.json b/nominees/decidim.json index 84c656dca..592e271b7 100644 --- a/nominees/decidim.json +++ b/nominees/decidim.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/demarches-simplifiees.json b/nominees/demarches-simplifiees.json index e7a75280b..a762f48a0 100644 --- a/nominees/demarches-simplifiees.json +++ b/nominees/demarches-simplifiees.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/deon.json b/nominees/deon.json index 9b4a997b7..19489921e 100644 --- a/nominees/deon.json +++ b/nominees/deon.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/diaper.json b/nominees/diaper.json index 908abc090..c05597a39 100644 --- a/nominees/diaper.json +++ b/nominees/diaper.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/digital-assister-for-michigan.json b/nominees/digital-assister-for-michigan.json index 1b8e445c6..e86762c57 100644 --- a/nominees/digital-assister-for-michigan.json +++ b/nominees/digital-assister-for-michigan.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/digital-literacy-library.json b/nominees/digital-literacy-library.json index a5ee5c8f6..cc98c3051 100644 --- a/nominees/digital-literacy-library.json +++ b/nominees/digital-literacy-library.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/district-health-information-system-2.json b/nominees/district-health-information-system-2.json index 46c52ff0a..c5f4c6256 100644 --- a/nominees/district-health-information-system-2.json +++ b/nominees/district-health-information-system-2.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [ "Health" diff --git a/nominees/dollar-street-pages.json b/nominees/dollar-street-pages.json index c26debcf6..55fb93651 100644 --- a/nominees/dollar-street-pages.json +++ b/nominees/dollar-street-pages.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/driver.json b/nominees/driver.json index 80ff14cbd..ea7693688 100644 --- a/nominees/driver.json +++ b/nominees/driver.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/dspace.json b/nominees/dspace.json index 916bb0ff1..be5138f9a 100644 --- a/nominees/dspace.json +++ b/nominees/dspace.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/dymaxion-labs.json b/nominees/dymaxion-labs.json index 4b754c975..79597eb07 100644 --- a/nominees/dymaxion-labs.json +++ b/nominees/dymaxion-labs.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/e-tb-manager.json b/nominees/e-tb-manager.json index 5d33bbe8b..1551ee5a9 100644 --- a/nominees/e-tb-manager.json +++ b/nominees/e-tb-manager.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/ebola-response-platform.json b/nominees/ebola-response-platform.json index 550c996c5..ff7be6930 100644 --- a/nominees/ebola-response-platform.json +++ b/nominees/ebola-response-platform.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/eden.json b/nominees/eden.json index 66f480673..2a3f31776 100644 --- a/nominees/eden.json +++ b/nominees/eden.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 11 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/ekitabu.json b/nominees/ekitabu.json index cc0dec358..69931375f 100644 --- a/nominees/ekitabu.json +++ b/nominees/ekitabu.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/electricitymap.json b/nominees/electricitymap.json index 5e8babcf6..7f9446981 100644 --- a/nominees/electricitymap.json +++ b/nominees/electricitymap.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ], - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 13 + }, + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/encompass.json b/nominees/encompass.json index 1416fb180..88e57f4e1 100644 --- a/nominees/encompass.json +++ b/nominees/encompass.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 8, - "Decent Work and Economic Growth" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 8 + } ], "sectors": [], "type": [ diff --git a/nominees/energy-web-ui.json b/nominees/energy-web-ui.json index c67839f64..982c68e6d 100644 --- a/nominees/energy-web-ui.json +++ b/nominees/energy-web-ui.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/energydata.info.json b/nominees/energydata.info.json index 3505eba8a..648ba7d47 100644 --- a/nominees/energydata.info.json +++ b/nominees/energydata.info.json @@ -13,14 +13,12 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 7 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/enhanced-traveller-screening.json b/nominees/enhanced-traveller-screening.json index 75ec8ae17..d9f2e33a4 100644 --- a/nominees/enhanced-traveller-screening.json +++ b/nominees/enhanced-traveller-screening.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/enketo-core.json b/nominees/enketo-core.json index c2fa8b581..47f836b38 100644 --- a/nominees/enketo-core.json +++ b/nominees/enketo-core.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/enketo-express.json b/nominees/enketo-express.json index e3000d03e..03c5e5e39 100644 --- a/nominees/enketo-express.json +++ b/nominees/enketo-express.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/environmental-layers.json b/nominees/environmental-layers.json index f6adaa166..e19e57b54 100644 --- a/nominees/environmental-layers.json +++ b/nominees/environmental-layers.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 12, - "Responsible Consumption and Production" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 12 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/erouska.json b/nominees/erouska.json index 310d4040c..ac1f100a8 100644 --- a/nominees/erouska.json +++ b/nominees/erouska.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/eviction-free-nyc.json b/nominees/eviction-free-nyc.json index 3f6797444..e71d2f76d 100644 --- a/nominees/eviction-free-nyc.json +++ b/nominees/eviction-free-nyc.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/eviction-maps.json b/nominees/eviction-maps.json index e509d108e..33d1c08ed 100644 --- a/nominees/eviction-maps.json +++ b/nominees/eviction-maps.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ] + { + "SDGNumber": 1 + } ], "sectors": [], "type": [ diff --git a/nominees/facility-reconciliation-tool.json b/nominees/facility-reconciliation-tool.json index bb7b51816..e16b2506d 100644 --- a/nominees/facility-reconciliation-tool.json +++ b/nominees/facility-reconciliation-tool.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/farmdata.json b/nominees/farmdata.json index 2d2b5dd9c..1fb318c1b 100644 --- a/nominees/farmdata.json +++ b/nominees/farmdata.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/farmos.json b/nominees/farmos.json index 26da8783a..3f127d1cf 100644 --- a/nominees/farmos.json +++ b/nominees/farmos.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/feed-the-monster.json b/nominees/feed-the-monster.json index 1a3efd557..92e83a611 100644 --- a/nominees/feed-the-monster.json +++ b/nominees/feed-the-monster.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/find-training.json b/nominees/find-training.json index a3d866ad8..db24f954a 100644 --- a/nominees/find-training.json +++ b/nominees/find-training.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 8, - "Decent Work and Economic Growth" - ] + { + "SDGNumber": 8 + } ], "sectors": [], "type": [ diff --git a/nominees/findthemasks.json b/nominees/findthemasks.json index 7e3334cb4..de6d98196 100644 --- a/nominees/findthemasks.json +++ b/nominees/findthemasks.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/fix-my-street.json b/nominees/fix-my-street.json index 391adb757..99299f7ec 100644 --- a/nominees/fix-my-street.json +++ b/nominees/fix-my-street.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/flowkit.json b/nominees/flowkit.json index 8ae59db0b..222aa9a70 100644 --- a/nominees/flowkit.json +++ b/nominees/flowkit.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/foodcoops.json b/nominees/foodcoops.json index 26bc08af5..894785b9b 100644 --- a/nominees/foodcoops.json +++ b/nominees/foodcoops.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/formhub.json b/nominees/formhub.json index 6921a0f2b..dbe487025 100644 --- a/nominees/formhub.json +++ b/nominees/formhub.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/freedom-of-information-portal.json b/nominees/freedom-of-information-portal.json index fc7a4f763..b8386e241 100644 --- a/nominees/freedom-of-information-portal.json +++ b/nominees/freedom-of-information-portal.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/fundza-novels.json b/nominees/fundza-novels.json index 2a1a1e6ac..06fd1535d 100644 --- a/nominees/fundza-novels.json +++ b/nominees/fundza-novels.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/gapminder-offline.json b/nominees/gapminder-offline.json index c2ee1f54b..6d025cc93 100644 --- a/nominees/gapminder-offline.json +++ b/nominees/gapminder-offline.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/gdl-radio.json b/nominees/gdl-radio.json index cb3684a33..7dc8443d5 100644 --- a/nominees/gdl-radio.json +++ b/nominees/gdl-radio.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/geolambda.json b/nominees/geolambda.json index e76cf7061..202b943f1 100644 --- a/nominees/geolambda.json +++ b/nominees/geolambda.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 9 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/geonode.json b/nominees/geonode.json index 2d3503e90..ed0f72465 100644 --- a/nominees/geonode.json +++ b/nominees/geonode.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/global-carbon-budget.json b/nominees/global-carbon-budget.json index b6dad8c64..bb2295e39 100644 --- a/nominees/global-carbon-budget.json +++ b/nominees/global-carbon-budget.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/global-digital-library.json b/nominees/global-digital-library.json index b2297f17e..c9d1470bd 100644 --- a/nominees/global-digital-library.json +++ b/nominees/global-digital-library.json @@ -16,10 +16,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/global-forest-watch.json b/nominees/global-forest-watch.json index b8b13b452..af06d5f58 100644 --- a/nominees/global-forest-watch.json +++ b/nominees/global-forest-watch.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ], - [ - 15, - "Life On Land" - ] + { + "SDGNumber": 13 + }, + { + "SDGNumber": 15 + } ], "sectors": [], "type": [ diff --git a/nominees/global-human-settlement-layer.json b/nominees/global-human-settlement-layer.json index f44029489..d0f7197c5 100644 --- a/nominees/global-human-settlement-layer.json +++ b/nominees/global-human-settlement-layer.json @@ -12,14 +12,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/global-power-plant-data-base.json b/nominees/global-power-plant-data-base.json index 2f27938c3..38fc46acb 100644 --- a/nominees/global-power-plant-data-base.json +++ b/nominees/global-power-plant-data-base.json @@ -13,14 +13,12 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 12 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/gobierto.json b/nominees/gobierto.json index f0581a718..7a39f48e3 100644 --- a/nominees/gobierto.json +++ b/nominees/gobierto.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/gov.uk-notify.json b/nominees/gov.uk-notify.json index c41b274b1..112050f65 100644 --- a/nominees/gov.uk-notify.json +++ b/nominees/gov.uk-notify.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/green-button.json b/nominees/green-button.json index f1760eab0..76ae2df08 100644 --- a/nominees/green-button.json +++ b/nominees/green-button.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/growstuff.json b/nominees/growstuff.json index 63cc2e29f..940080f35 100644 --- a/nominees/growstuff.json +++ b/nominees/growstuff.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/h5p.json b/nominees/h5p.json index 70117026a..3431eb769 100644 --- a/nominees/h5p.json +++ b/nominees/h5p.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/hamagen-react-native.json b/nominees/hamagen-react-native.json index 6e6d4a2ff..b99ced287 100644 --- a/nominees/hamagen-react-native.json +++ b/nominees/hamagen-react-native.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/hapi-fhir.json b/nominees/hapi-fhir.json index 8c4c54d88..53d2acfbf 100644 --- a/nominees/hapi-fhir.json +++ b/nominees/hapi-fhir.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/healthcare-rollcall.json b/nominees/healthcare-rollcall.json index f63e71448..b177fa4f3 100644 --- a/nominees/healthcare-rollcall.json +++ b/nominees/healthcare-rollcall.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/healthsites.io.json b/nominees/healthsites.io.json index 9a179460c..49833dafa 100644 --- a/nominees/healthsites.io.json +++ b/nominees/healthsites.io.json @@ -13,18 +13,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/hearth.json b/nominees/hearth.json index 099e6c45d..502f51418 100644 --- a/nominees/hearth.json +++ b/nominees/hearth.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [ "Health" diff --git a/nominees/heat-seek-webapp.json b/nominees/heat-seek-webapp.json index 836f434a3..89f88f8e7 100644 --- a/nominees/heat-seek-webapp.json +++ b/nominees/heat-seek-webapp.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/high-resolution-mapping-of-food-security.json b/nominees/high-resolution-mapping-of-food-security.json index a4d697b7d..196a8c11d 100644 --- a/nominees/high-resolution-mapping-of-food-security.json +++ b/nominees/high-resolution-mapping-of-food-security.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ] + { + "SDGNumber": 2 + } ], "sectors": [], "type": [ diff --git a/nominees/hikmahealth.json b/nominees/hikmahealth.json index 46acd5526..8b234daf9 100644 --- a/nominees/hikmahealth.json +++ b/nominees/hikmahealth.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/hospitalrun-frontend.json b/nominees/hospitalrun-frontend.json index afa8aabd6..288163b7d 100644 --- a/nominees/hospitalrun-frontend.json +++ b/nominees/hospitalrun-frontend.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/hospitalrun-server-routes.json b/nominees/hospitalrun-server-routes.json index de2d56f8a..7eccb9271 100644 --- a/nominees/hospitalrun-server-routes.json +++ b/nominees/hospitalrun-server-routes.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/hospitalrun-server.json b/nominees/hospitalrun-server.json index cae49b606..6d08c5bf6 100644 --- a/nominees/hospitalrun-server.json +++ b/nominees/hospitalrun-server.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/hotosm-tasking-manager.json b/nominees/hotosm-tasking-manager.json index 3b9b7057c..ab7a5aa4f 100644 --- a/nominees/hotosm-tasking-manager.json +++ b/nominees/hotosm-tasking-manager.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/humansis.json b/nominees/humansis.json index 42264c1af..66f9d53aa 100644 --- a/nominees/humansis.json +++ b/nominees/humansis.json @@ -9,50 +9,39 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 2, - "Zero Hunger" - ], - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ], - [ - 5, - "Gender Equality" - ], - [ - 6, - "Clean Water and Sanitation" - ], - [ - 7, - "Affordable and Clean Energy" - ], - [ - 8, - "Decent Work and Economic Growth" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 2 + }, + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + }, + { + "SDGNumber": 5 + }, + { + "SDGNumber": 6 + }, + { + "SDGNumber": 7 + }, + { + "SDGNumber": 8 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/ideasis.json b/nominees/ideasis.json index 741be9d5f..55228573f 100644 --- a/nominees/ideasis.json +++ b/nominees/ideasis.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/if-me.json b/nominees/if-me.json index afcb36d69..38ddbb98e 100644 --- a/nominees/if-me.json +++ b/nominees/if-me.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/ihris.json b/nominees/ihris.json index 2c438ef2f..fd5f8a9bc 100644 --- a/nominees/ihris.json +++ b/nominees/ihris.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/imisi3d.json b/nominees/imisi3d.json index cfbc2d605..8fd4af410 100644 --- a/nominees/imisi3d.json +++ b/nominees/imisi3d.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/immuni-android.json b/nominees/immuni-android.json index 8c97081d0..aac9e55f3 100644 --- a/nominees/immuni-android.json +++ b/nominees/immuni-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/immuni-ios.json b/nominees/immuni-ios.json index 1b68576db..fece74fdc 100644 --- a/nominees/immuni-ios.json +++ b/nominees/immuni-ios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/inasafe.json b/nominees/inasafe.json index 309b77c6c..9a701cf7a 100644 --- a/nominees/inasafe.json +++ b/nominees/inasafe.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/inclusion-ukr.json b/nominees/inclusion-ukr.json index 9b5b8f8aa..80f71bbb7 100644 --- a/nominees/inclusion-ukr.json +++ b/nominees/inclusion-ukr.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/infagram.json b/nominees/infagram.json index c50659841..76520755d 100644 --- a/nominees/infagram.json +++ b/nominees/infagram.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 12, - "Responsible Consumption and Production" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 12 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/intake.json b/nominees/intake.json index 374990c58..ea664341f 100644 --- a/nominees/intake.json +++ b/nominees/intake.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/intelehealth-android.json b/nominees/intelehealth-android.json index d98b9b097..d82f9d000 100644 --- a/nominees/intelehealth-android.json +++ b/nominees/intelehealth-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/intelehealth-openmrs-ui.json b/nominees/intelehealth-openmrs-ui.json index 93e428e84..8a3495f79 100644 --- a/nominees/intelehealth-openmrs-ui.json +++ b/nominees/intelehealth-openmrs-ui.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/jhsph-opencourseware.json b/nominees/jhsph-opencourseware.json index e039cb0f1..129c7c5fd 100644 --- a/nominees/jhsph-opencourseware.json +++ b/nominees/jhsph-opencourseware.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/justfix-nyc-webapp.json b/nominees/justfix-nyc-webapp.json index 100d2a7a9..a55810484 100644 --- a/nominees/justfix-nyc-webapp.json +++ b/nominees/justfix-nyc-webapp.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/ka-lite.json b/nominees/ka-lite.json index d1e644ac5..dc233bed5 100644 --- a/nominees/ka-lite.json +++ b/nominees/ka-lite.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/khan-academy.json b/nominees/khan-academy.json index 3c99b2624..fb806e574 100644 --- a/nominees/khan-academy.json +++ b/nominees/khan-academy.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/kimetrica.json b/nominees/kimetrica.json index c26668ac8..9d4ad6287 100644 --- a/nominees/kimetrica.json +++ b/nominees/kimetrica.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/kiwix.json b/nominees/kiwix.json index b4ad64997..cd39bad84 100644 --- a/nominees/kiwix.json +++ b/nominees/kiwix.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/kobo-api.json b/nominees/kobo-api.json index 1a45462b4..c30e19ca0 100644 --- a/nominees/kobo-api.json +++ b/nominees/kobo-api.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/kobocat.json b/nominees/kobocat.json index 5b460b101..4a4eb5988 100644 --- a/nominees/kobocat.json +++ b/nominees/kobocat.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/kolibri.json b/nominees/kolibri.json index e6ec68034..df8325cdc 100644 --- a/nominees/kolibri.json +++ b/nominees/kolibri.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/label-maker.json b/nominees/label-maker.json index d4dca53e4..79d91bedd 100644 --- a/nominees/label-maker.json +++ b/nominees/label-maker.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 9 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/landgis.json b/nominees/landgis.json index f2593776f..b56a3bb7f 100644 --- a/nominees/landgis.json +++ b/nominees/landgis.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ] + { + "SDGNumber": 15 + } ], "sectors": [], "type": [ diff --git a/nominees/landsat-util.json b/nominees/landsat-util.json index 16dd7fa51..c4e943d7b 100644 --- a/nominees/landsat-util.json +++ b/nominees/landsat-util.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 9 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/learn-osm.json b/nominees/learn-osm.json index f5c243025..b53c867b7 100644 --- a/nominees/learn-osm.json +++ b/nominees/learn-osm.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/leximpact.json b/nominees/leximpact.json index 3196e18e6..164b0f65b 100644 --- a/nominees/leximpact.json +++ b/nominees/leximpact.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/liberapay.json b/nominees/liberapay.json index ff04f7ebf..b05a8ffd7 100644 --- a/nominees/liberapay.json +++ b/nominees/liberapay.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/librehealth-ehr.json b/nominees/librehealth-ehr.json index 43c6dcec9..b5a91c0cd 100644 --- a/nominees/librehealth-ehr.json +++ b/nominees/librehealth-ehr.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/librehealth-tolkit.json b/nominees/librehealth-tolkit.json index 5df5f6551..05ded2365 100644 --- a/nominees/librehealth-tolkit.json +++ b/nominees/librehealth-tolkit.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/littlesis-main.json b/nominees/littlesis-main.json index dd8d220c3..67bda1d23 100644 --- a/nominees/littlesis-main.json +++ b/nominees/littlesis-main.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/littlesis-rails.json b/nominees/littlesis-rails.json index f0ef80bc0..b95ca9e98 100644 --- a/nominees/littlesis-rails.json +++ b/nominees/littlesis-rails.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/lockdown-learning-repository.json b/nominees/lockdown-learning-repository.json index e5a085ae7..09f5df5dd 100644 --- a/nominees/lockdown-learning-repository.json +++ b/nominees/lockdown-learning-repository.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/logistimo.json b/nominees/logistimo.json index 361603d4c..918b9f79a 100644 --- a/nominees/logistimo.json +++ b/nominees/logistimo.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 8, - "Decent Work and Economic Growth" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 8 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/lookingglass.json b/nominees/lookingglass.json index 864218f68..6d0f6e66b 100644 --- a/nominees/lookingglass.json +++ b/nominees/lookingglass.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/loopkit.json b/nominees/loopkit.json index 2ebe718b0..3815b1f10 100644 --- a/nominees/loopkit.json +++ b/nominees/loopkit.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/madison.json b/nominees/madison.json index f7fb61f7d..11c2740ed 100644 --- a/nominees/madison.json +++ b/nominees/madison.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/magma.json b/nominees/magma.json index ed7d8dd39..79c4bea2d 100644 --- a/nominees/magma.json +++ b/nominees/magma.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/mapeo-desktop.json b/nominees/mapeo-desktop.json index a4f0d276b..5ffd71c6c 100644 --- a/nominees/mapeo-desktop.json +++ b/nominees/mapeo-desktop.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/mapswipe-backend.json b/nominees/mapswipe-backend.json index f7471681d..883f85ac7 100644 --- a/nominees/mapswipe-backend.json +++ b/nominees/mapswipe-backend.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/mapswipe.json b/nominees/mapswipe.json index 74e0717f9..6a8fd8e3c 100644 --- a/nominees/mapswipe.json +++ b/nominees/mapswipe.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/mapx.json b/nominees/mapx.json index d8b5899aa..cad7713f2 100644 --- a/nominees/mapx.json +++ b/nominees/mapx.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/marytts.json b/nominees/marytts.json index 95c560761..324b02dea 100644 --- a/nominees/marytts.json +++ b/nominees/marytts.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/mathshare.json b/nominees/mathshare.json index 372508797..f392217fb 100644 --- a/nominees/mathshare.json +++ b/nominees/mathshare.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/medic-mobile.json b/nominees/medic-mobile.json index f70fff0f1..d80619f29 100644 --- a/nominees/medic-mobile.json +++ b/nominees/medic-mobile.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/meilisearch.json b/nominees/meilisearch.json index ab5d1b1b7..56a8bef30 100644 --- a/nominees/meilisearch.json +++ b/nominees/meilisearch.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 8, - "Decent Work and Economic Growth" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 8 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/mes-aides-ui.json b/nominees/mes-aides-ui.json index 52131ec30..57962a007 100644 --- a/nominees/mes-aides-ui.json +++ b/nominees/mes-aides-ui.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/met-norway-weather.json b/nominees/met-norway-weather.json index 14eb2ab8e..2f2145a51 100644 --- a/nominees/met-norway-weather.json +++ b/nominees/met-norway-weather.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/mhero.json b/nominees/mhero.json index 737f730f4..999afde75 100644 --- a/nominees/mhero.json +++ b/nominees/mhero.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/michigan-benefits.json b/nominees/michigan-benefits.json index ca02d36d9..964d78b50 100644 --- a/nominees/michigan-benefits.json +++ b/nominees/michigan-benefits.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/mifos-android.json b/nominees/mifos-android.json index 9328a642f..0cc8d5473 100644 --- a/nominees/mifos-android.json +++ b/nominees/mifos-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ] + { + "SDGNumber": 1 + } ], "sectors": [], "type": [ diff --git a/nominees/mifos-community-app.json b/nominees/mifos-community-app.json index 055d19479..3b2c05ed7 100644 --- a/nominees/mifos-community-app.json +++ b/nominees/mifos-community-app.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/mifos-mobile.json b/nominees/mifos-mobile.json index c12ac817d..8c3804fba 100644 --- a/nominees/mifos-mobile.json +++ b/nominees/mifos-mobile.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ] + { + "SDGNumber": 1 + } ], "sectors": [], "type": [ diff --git a/nominees/mifos-web-app.json b/nominees/mifos-web-app.json index b5a85c768..a0757260c 100644 --- a/nominees/mifos-web-app.json +++ b/nominees/mifos-web-app.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ] + { + "SDGNumber": 1 + } ], "sectors": [], "type": [ diff --git a/nominees/migrant-service-app.json b/nominees/migrant-service-app.json index adc9942e3..4222f1ed8 100644 --- a/nominees/migrant-service-app.json +++ b/nominees/migrant-service-app.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/mit-climate-primer.json b/nominees/mit-climate-primer.json index f9aa7b838..b3fe0c2cf 100644 --- a/nominees/mit-climate-primer.json +++ b/nominees/mit-climate-primer.json @@ -9,22 +9,18 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ], - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 12, - "Responsible Consumption and Production" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 7 + }, + { + "SDGNumber": 11 + }, + { + "SDGNumber": 12 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/mit-opencourseware.json b/nominees/mit-opencourseware.json index dc9ac3537..ba5ca11dc 100644 --- a/nominees/mit-opencourseware.json +++ b/nominees/mit-opencourseware.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/mobile-kids-id-app.json b/nominees/mobile-kids-id-app.json index bab4fdedc..64b5d39c4 100644 --- a/nominees/mobile-kids-id-app.json +++ b/nominees/mobile-kids-id-app.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/mobile-technology-for-community-health.json b/nominees/mobile-technology-for-community-health.json index 3279251ea..b3ed14ec7 100644 --- a/nominees/mobile-technology-for-community-health.json +++ b/nominees/mobile-technology-for-community-health.json @@ -12,18 +12,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/modular-open-source-identity-plaform.json b/nominees/modular-open-source-identity-plaform.json index fcf56bc85..143f4295a 100644 --- a/nominees/modular-open-source-identity-plaform.json +++ b/nominees/modular-open-source-identity-plaform.json @@ -12,14 +12,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/mojaloop.json b/nominees/mojaloop.json index 1b4812997..79f775647 100644 --- a/nominees/mojaloop.json +++ b/nominees/mojaloop.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/moodle.json b/nominees/moodle.json index 674a56dd1..c7aa5836b 100644 --- a/nominees/moodle.json +++ b/nominees/moodle.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/mspray.json b/nominees/mspray.json index 139efbac0..6cd986e95 100644 --- a/nominees/mspray.json +++ b/nominees/mspray.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/muckrock.json b/nominees/muckrock.json index 732ad8f10..b112dfe95 100644 --- a/nominees/muckrock.json +++ b/nominees/muckrock.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/musicblocks.json b/nominees/musicblocks.json index a65058c1e..fdc18fa24 100644 --- a/nominees/musicblocks.json +++ b/nominees/musicblocks.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/muzima.json b/nominees/muzima.json index 1f8e5231d..c0564021c 100644 --- a/nominees/muzima.json +++ b/nominees/muzima.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 5, - "Gender Equality" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 5 + }, + { + "SDGNumber": 10 + } ], "sectors": [ "Health" diff --git a/nominees/neighbor-express.json b/nominees/neighbor-express.json index 440460d32..a4b5b1c44 100644 --- a/nominees/neighbor-express.json +++ b/nominees/neighbor-express.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/new-jersey-career-network.json b/nominees/new-jersey-career-network.json index d54c7fbec..2da770a75 100644 --- a/nominees/new-jersey-career-network.json +++ b/nominees/new-jersey-career-network.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ], - [ - 8, - "Decent Work and Economic Growth" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + }, + { + "SDGNumber": 8 + } ], "type": [ "software" diff --git a/nominees/nextstrain.json b/nominees/nextstrain.json index 44c98c825..3c3dea7f1 100644 --- a/nominees/nextstrain.json +++ b/nominees/nextstrain.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data", diff --git a/nominees/ninaad-digital-technology.json b/nominees/ninaad-digital-technology.json index 286397afe..cc0a2d1e4 100644 --- a/nominees/ninaad-digital-technology.json +++ b/nominees/ninaad-digital-technology.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/nominatim.json b/nominees/nominatim.json index 3bc00d827..056214317 100644 --- a/nominees/nominatim.json +++ b/nominees/nominatim.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/nosdeputes.fr.json b/nominees/nosdeputes.fr.json index f0a50d79d..daab7800d 100644 --- a/nominees/nosdeputes.fr.json +++ b/nominees/nosdeputes.fr.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/nova-scotia-self-assessment-tool.json b/nominees/nova-scotia-self-assessment-tool.json index 5f51d1cfe..272f8d447 100644 --- a/nominees/nova-scotia-self-assessment-tool.json +++ b/nominees/nova-scotia-self-assessment-tool.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/nubian.json b/nominees/nubian.json index deacd2db4..0dd8600a3 100644 --- a/nominees/nubian.json +++ b/nominees/nubian.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/nvda.json b/nominees/nvda.json index 275455bf1..3e0862713 100644 --- a/nominees/nvda.json +++ b/nominees/nvda.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/oada-service-docker.json b/nominees/oada-service-docker.json index 82dfbe09d..7329632dd 100644 --- a/nominees/oada-service-docker.json +++ b/nominees/oada-service-docker.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/obras-abiertas.json b/nominees/obras-abiertas.json index 31363dedf..4aeda8492 100644 --- a/nominees/obras-abiertas.json +++ b/nominees/obras-abiertas.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/occhiolino.json b/nominees/occhiolino.json index ae6d16252..11ed171b5 100644 --- a/nominees/occhiolino.json +++ b/nominees/occhiolino.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/octopus-microfinance.json b/nominees/octopus-microfinance.json index fe3f7861b..c68de0090 100644 --- a/nominees/octopus-microfinance.json +++ b/nominees/octopus-microfinance.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/odk-aggregate.json b/nominees/odk-aggregate.json index d50c2eb5d..e411d8683 100644 --- a/nominees/odk-aggregate.json +++ b/nominees/odk-aggregate.json @@ -9,38 +9,30 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 2, - "Zero Hunger" - ], - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ], - [ - 5, - "Gender Equality" - ], - [ - 6, - "Clean Water and Sanitation" - ], - [ - 7, - "Affordable and Clean Energy" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 2 + }, + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + }, + { + "SDGNumber": 5 + }, + { + "SDGNumber": 6 + }, + { + "SDGNumber": 7 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/odk-briefcase.json b/nominees/odk-briefcase.json index 2d5dc7564..bfbdac8b7 100644 --- a/nominees/odk-briefcase.json +++ b/nominees/odk-briefcase.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/odk-build.json b/nominees/odk-build.json index 4b40f0914..4d243d649 100644 --- a/nominees/odk-build.json +++ b/nominees/odk-build.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/odk-collect.json b/nominees/odk-collect.json index e547b34d1..df0c053f2 100644 --- a/nominees/odk-collect.json +++ b/nominees/odk-collect.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/odk-xls-form-offline.json b/nominees/odk-xls-form-offline.json index 7fbec6547..54ab38d8a 100644 --- a/nominees/odk-xls-form-offline.json +++ b/nominees/odk-xls-form-offline.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/odoo.json b/nominees/odoo.json index f46a102e9..b57ea752a 100644 --- a/nominees/odoo.json +++ b/nominees/odoo.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/oed.json b/nominees/oed.json index 1b0d0703d..580b4ef35 100644 --- a/nominees/oed.json +++ b/nominees/oed.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/oer-africa.json b/nominees/oer-africa.json index d48b8aa8b..01d175df1 100644 --- a/nominees/oer-africa.json +++ b/nominees/oer-africa.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/oer-commons.json b/nominees/oer-commons.json index 61f8ded6e..5c21d1d0a 100644 --- a/nominees/oer-commons.json +++ b/nominees/oer-commons.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/oer-plan-ceibal-uruguay.json b/nominees/oer-plan-ceibal-uruguay.json index 784fb7a9d..835c0388a 100644 --- a/nominees/oer-plan-ceibal-uruguay.json +++ b/nominees/oer-plan-ceibal-uruguay.json @@ -21,14 +21,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/offgrid-market-opportunities.json b/nominees/offgrid-market-opportunities.json index 254e84aff..be07f426f 100644 --- a/nominees/offgrid-market-opportunities.json +++ b/nominees/offgrid-market-opportunities.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 7 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/onadata.json b/nominees/onadata.json index 2f3f7e673..82fac88cc 100644 --- a/nominees/onadata.json +++ b/nominees/onadata.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/onebusaway.json b/nominees/onebusaway.json index 7718b8f74..a10b5c8d2 100644 --- a/nominees/onebusaway.json +++ b/nominees/onebusaway.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/onesmart.json b/nominees/onesmart.json index 44f1acb18..5bf909766 100644 --- a/nominees/onesmart.json +++ b/nominees/onesmart.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/open-ag-data-alliance.json b/nominees/open-ag-data-alliance.json index 199da0e95..7efdd4c69 100644 --- a/nominees/open-ag-data-alliance.json +++ b/nominees/open-ag-data-alliance.json @@ -17,14 +17,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/open-bank-project.json b/nominees/open-bank-project.json index b1cca13d9..09b31c8c2 100644 --- a/nominees/open-bank-project.json +++ b/nominees/open-bank-project.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/open-civil-registration-and-vital-statistics.json b/nominees/open-civil-registration-and-vital-statistics.json index 3f21d686e..f719423ef 100644 --- a/nominees/open-civil-registration-and-vital-statistics.json +++ b/nominees/open-civil-registration-and-vital-statistics.json @@ -12,14 +12,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/open-climate-workbench.json b/nominees/open-climate-workbench.json index 58d5c5d25..33b822498 100644 --- a/nominees/open-climate-workbench.json +++ b/nominees/open-climate-workbench.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/open-concept-lab.json b/nominees/open-concept-lab.json index 8ea6a10e1..d4a1713d6 100644 --- a/nominees/open-concept-lab.json +++ b/nominees/open-concept-lab.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/open-contract-data-standard.json b/nominees/open-contract-data-standard.json index e177913e6..577f7dd6a 100644 --- a/nominees/open-contract-data-standard.json +++ b/nominees/open-contract-data-standard.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/open-covid-19-dataset.json b/nominees/open-covid-19-dataset.json index 831745ff3..5f1994d29 100644 --- a/nominees/open-covid-19-dataset.json +++ b/nominees/open-covid-19-dataset.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software", diff --git a/nominees/open-data-cube-core.json b/nominees/open-data-cube-core.json index 5b6d10aa0..255680450 100644 --- a/nominees/open-data-cube-core.json +++ b/nominees/open-data-cube-core.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/open-demographics.json b/nominees/open-demographics.json index 9b1159bc9..731e0c315 100644 --- a/nominees/open-demographics.json +++ b/nominees/open-demographics.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ] + { + "SDGNumber": 5 + } ], "sectors": [], "type": [ diff --git a/nominees/open-edx.json b/nominees/open-edx.json index b0d44b97b..ee1402d1b 100644 --- a/nominees/open-edx.json +++ b/nominees/open-edx.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/open-electronic-laboratory-information-system.json b/nominees/open-electronic-laboratory-information-system.json index 49e8f0479..208bcc145 100644 --- a/nominees/open-electronic-laboratory-information-system.json +++ b/nominees/open-electronic-laboratory-information-system.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/open-food-facts-android.json b/nominees/open-food-facts-android.json index a00e40265..90cf5db37 100644 --- a/nominees/open-food-facts-android.json +++ b/nominees/open-food-facts-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/open-food-facts-ios.json b/nominees/open-food-facts-ios.json index b6cc73d33..2c7e0ed0a 100644 --- a/nominees/open-food-facts-ios.json +++ b/nominees/open-food-facts-ios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/open-food-facts-server.json b/nominees/open-food-facts-server.json index 329a87782..d75a40920 100644 --- a/nominees/open-food-facts-server.json +++ b/nominees/open-food-facts-server.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/open-food-network.json b/nominees/open-food-network.json index a2775ca95..7b21a2189 100644 --- a/nominees/open-food-network.json +++ b/nominees/open-food-network.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/open-food-source.json b/nominees/open-food-source.json index bff1c7b4d..ca4bbaf5d 100644 --- a/nominees/open-food-source.json +++ b/nominees/open-food-source.json @@ -9,22 +9,18 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 8, - "Decent Work and Economic Growth" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 8 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/open-government.json b/nominees/open-government.json index 0d8a9c33a..638dfacd8 100644 --- a/nominees/open-government.json +++ b/nominees/open-government.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/open-health-information-mediator.json b/nominees/open-health-information-mediator.json index d9a87df5e..af5936559 100644 --- a/nominees/open-health-information-mediator.json +++ b/nominees/open-health-information-mediator.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/open-insurance-management-information-system.json b/nominees/open-insurance-management-information-system.json index e4ff1f501..57664afc7 100644 --- a/nominees/open-insurance-management-information-system.json +++ b/nominees/open-insurance-management-information-system.json @@ -12,14 +12,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 9 + } ], "sectors": [ "Social Protection", diff --git a/nominees/open-machine-learning.json b/nominees/open-machine-learning.json index 03131b435..8fd5553b5 100644 --- a/nominees/open-machine-learning.json +++ b/nominees/open-machine-learning.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/open-ml-python.json b/nominees/open-ml-python.json index 4ac946187..0052d9398 100644 --- a/nominees/open-ml-python.json +++ b/nominees/open-ml-python.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/open-opportunities-platform.json b/nominees/open-opportunities-platform.json index 2b5008c19..cc692b540 100644 --- a/nominees/open-opportunities-platform.json +++ b/nominees/open-opportunities-platform.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + } ], "type": [ "software" diff --git a/nominees/open-pantry.json b/nominees/open-pantry.json index 6509f4246..9458bb3fd 100644 --- a/nominees/open-pantry.json +++ b/nominees/open-pantry.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/open-risk-dashboard.json b/nominees/open-risk-dashboard.json index 35b8231f5..b33a00a5d 100644 --- a/nominees/open-risk-dashboard.json +++ b/nominees/open-risk-dashboard.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/open-science-framework.json b/nominees/open-science-framework.json index 1acb9b31a..65e1dc092 100644 --- a/nominees/open-science-framework.json +++ b/nominees/open-science-framework.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/open-smart-register-program.json b/nominees/open-smart-register-program.json index c7f9a6631..676063273 100644 --- a/nominees/open-smart-register-program.json +++ b/nominees/open-smart-register-program.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [ "Health" diff --git a/nominees/open-stax.json b/nominees/open-stax.json index 3524d987f..628017135 100644 --- a/nominees/open-stax.json +++ b/nominees/open-stax.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/open-street-map-id.json b/nominees/open-street-map-id.json index c1d9c7d80..d1d43ee02 100644 --- a/nominees/open-street-map-id.json +++ b/nominees/open-street-map-id.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/open-street-map-website.json b/nominees/open-street-map-website.json index 8ddcfd287..c29beafdd 100644 --- a/nominees/open-street-map-website.json +++ b/nominees/open-street-map-website.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/open-textbook-library.json b/nominees/open-textbook-library.json index edd150999..8c3a46d6e 100644 --- a/nominees/open-textbook-library.json +++ b/nominees/open-textbook-library.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/open-up-resources.json b/nominees/open-up-resources.json index a7399e24e..511b91f0a 100644 --- a/nominees/open-up-resources.json +++ b/nominees/open-up-resources.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/openach.json b/nominees/openach.json index 5b9a2adda..afd4015be 100644 --- a/nominees/openach.json +++ b/nominees/openach.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/openaerialmap.json b/nominees/openaerialmap.json index 6d54661cb..4b9435dd6 100644 --- a/nominees/openaerialmap.json +++ b/nominees/openaerialmap.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 9 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/openafrica.json b/nominees/openafrica.json index cf7d8dd3a..ff933aba7 100644 --- a/nominees/openafrica.json +++ b/nominees/openafrica.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/openag-device-software.json b/nominees/openag-device-software.json index 546a7f43b..9924134a7 100644 --- a/nominees/openag-device-software.json +++ b/nominees/openag-device-software.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/openai-spinning-up.json b/nominees/openai-spinning-up.json index 09dfcaabe..1b51a34ea 100644 --- a/nominees/openai-spinning-up.json +++ b/nominees/openai-spinning-up.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/openaq-platform-api.json b/nominees/openaq-platform-api.json index 714cf282d..f347fbf09 100644 --- a/nominees/openaq-platform-api.json +++ b/nominees/openaq-platform-api.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/openbudgetoakland.json b/nominees/openbudgetoakland.json index 2e42ee439..daab1bf34 100644 --- a/nominees/openbudgetoakland.json +++ b/nominees/openbudgetoakland.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/opencbs.json b/nominees/opencbs.json index d2d3e1a39..31ee219b9 100644 --- a/nominees/opencbs.json +++ b/nominees/opencbs.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/openeemeter.json b/nominees/openeemeter.json index 1d3eba755..58a08225c 100644 --- a/nominees/openeemeter.json +++ b/nominees/openeemeter.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/openemis.json b/nominees/openemis.json index 46820ff8e..43984da3f 100644 --- a/nominees/openemis.json +++ b/nominees/openemis.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/openfarm.json b/nominees/openfarm.json index 00a9ebbcd..6876653ac 100644 --- a/nominees/openfarm.json +++ b/nominees/openfarm.json @@ -13,14 +13,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/openfisca-france.json b/nominees/openfisca-france.json index ff169a149..34bf672ec 100644 --- a/nominees/openfisca-france.json +++ b/nominees/openfisca-france.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/openhie.json b/nominees/openhie.json index 4ed37c170..2e4e99cb3 100644 --- a/nominees/openhie.json +++ b/nominees/openhie.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/openlearn.json b/nominees/openlearn.json index 64a98a864..310e38060 100644 --- a/nominees/openlearn.json +++ b/nominees/openlearn.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/openlmis.json b/nominees/openlmis.json index 2fb59ed3a..4ac72bbaa 100644 --- a/nominees/openlmis.json +++ b/nominees/openlmis.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/openmined.json b/nominees/openmined.json index cb7d0b1b6..7ec8d21ea 100644 --- a/nominees/openmined.json +++ b/nominees/openmined.json @@ -9,22 +9,18 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 9 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [ "Advocacy", diff --git a/nominees/openmrs-android-client.json b/nominees/openmrs-android-client.json index bcb993882..e4584a0a9 100644 --- a/nominees/openmrs-android-client.json +++ b/nominees/openmrs-android-client.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/openmrs-core.json b/nominees/openmrs-core.json index 3240571a2..2d6e14e3f 100644 --- a/nominees/openmrs-core.json +++ b/nominees/openmrs-core.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/openmrs.json b/nominees/openmrs.json index bd810e1d9..3a073dc3f 100644 --- a/nominees/openmrs.json +++ b/nominees/openmrs.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/openrefine.json b/nominees/openrefine.json index cfc5e9b5e..b06e0c49e 100644 --- a/nominees/openrefine.json +++ b/nominees/openrefine.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/openstates.json b/nominees/openstates.json index caef697d2..61d1d3d14 100644 --- a/nominees/openstates.json +++ b/nominees/openstates.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/openstreetmap.json b/nominees/openstreetmap.json index 498752412..7862ea1f5 100644 --- a/nominees/openstreetmap.json +++ b/nominees/openstreetmap.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/openstudio-server.json b/nominees/openstudio-server.json index 3522874da..4503ace09 100644 --- a/nominees/openstudio-server.json +++ b/nominees/openstudio-server.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/opentrace-android.json b/nominees/opentrace-android.json index 165b4a6dd..c5d64f1f6 100644 --- a/nominees/opentrace-android.json +++ b/nominees/opentrace-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/opentrace-ios.json b/nominees/opentrace-ios.json index 9a3087ece..22c99cca9 100644 --- a/nominees/opentrace-ios.json +++ b/nominees/opentrace-ios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/opentreemap.json b/nominees/opentreemap.json index b4880fcfa..1e018e2ad 100644 --- a/nominees/opentreemap.json +++ b/nominees/opentreemap.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ] + { + "SDGNumber": 15 + } ], "sectors": [], "type": [ diff --git a/nominees/operation-code-backend.json b/nominees/operation-code-backend.json index 67ebbd553..c98835aec 100644 --- a/nominees/operation-code-backend.json +++ b/nominees/operation-code-backend.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/operation-code-front-end.json b/nominees/operation-code-front-end.json index 4c30d18f4..7442c30e4 100644 --- a/nominees/operation-code-front-end.json +++ b/nominees/operation-code-front-end.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/operation-code-pybot-backend.json b/nominees/operation-code-pybot-backend.json index 826b02d85..59f831707 100644 --- a/nominees/operation-code-pybot-backend.json +++ b/nominees/operation-code-pybot-backend.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/operation-code-pybot.json b/nominees/operation-code-pybot.json index 8a6f7f6cc..500bc8c76 100644 --- a/nominees/operation-code-pybot.json +++ b/nominees/operation-code-pybot.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/operation-code-resources.json b/nominees/operation-code-resources.json index 4a8fd2dbd..6553f1b37 100644 --- a/nominees/operation-code-resources.json +++ b/nominees/operation-code-resources.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/oppia-machine-learning.json b/nominees/oppia-machine-learning.json index 03b6a7e86..132b445c9 100644 --- a/nominees/oppia-machine-learning.json +++ b/nominees/oppia-machine-learning.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/oppia.json b/nominees/oppia.json index ca3525af8..8a47e7640 100644 --- a/nominees/oppia.json +++ b/nominees/oppia.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/opt-out.json b/nominees/opt-out.json index 60d60731c..62cc1d074 100644 --- a/nominees/opt-out.json +++ b/nominees/opt-out.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ] + { + "SDGNumber": 5 + } ], "sectors": [], "type": [ diff --git a/nominees/optikey.json b/nominees/optikey.json index fcc730770..989ddf740 100644 --- a/nominees/optikey.json +++ b/nominees/optikey.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/orcanode.json b/nominees/orcanode.json index f76483383..c5c6e9957 100644 --- a/nominees/orcanode.json +++ b/nominees/orcanode.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 14, - "Life Below Water" - ] + { + "SDGNumber": 14 + } ], "sectors": [], "type": [ diff --git a/nominees/osm-analytics.json b/nominees/osm-analytics.json index b424faab2..a1d8e0d46 100644 --- a/nominees/osm-analytics.json +++ b/nominees/osm-analytics.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/osm2pgsql.json b/nominees/osm2pgsql.json index 663bf82cf..c5b0f95af 100644 --- a/nominees/osm2pgsql.json +++ b/nominees/osm2pgsql.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/otsimo-aac.json b/nominees/otsimo-aac.json index 797c4b563..459e22e11 100644 --- a/nominees/otsimo-aac.json +++ b/nominees/otsimo-aac.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/our-world-in-data-grapher.json b/nominees/our-world-in-data-grapher.json index 454b0320c..c30a0cfd4 100644 --- a/nominees/our-world-in-data-grapher.json +++ b/nominees/our-world-in-data-grapher.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/pandemic-ebt.json b/nominees/pandemic-ebt.json index b7245e4e6..9a2985fd8 100644 --- a/nominees/pandemic-ebt.json +++ b/nominees/pandemic-ebt.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/parliamentary-monitoring-group.json b/nominees/parliamentary-monitoring-group.json index 0ef8d83fd..aee5fad6b 100644 --- a/nominees/parliamentary-monitoring-group.json +++ b/nominees/parliamentary-monitoring-group.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/participatory-budgeting.json b/nominees/participatory-budgeting.json index e4ce310f8..05482df46 100644 --- a/nominees/participatory-budgeting.json +++ b/nominees/participatory-budgeting.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/pathways-backend.json b/nominees/pathways-backend.json index f18472c01..eca0648fb 100644 --- a/nominees/pathways-backend.json +++ b/nominees/pathways-backend.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/pecan.json b/nominees/pecan.json index 3e25f7dfa..07374631c 100644 --- a/nominees/pecan.json +++ b/nominees/pecan.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/pentext.json b/nominees/pentext.json index eb4078796..e3fa2a4f2 100644 --- a/nominees/pentext.json +++ b/nominees/pentext.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/pharmacovigilance-monitoring-system.json b/nominees/pharmacovigilance-monitoring-system.json index e9e747f6c..f9cf3450d 100644 --- a/nominees/pharmacovigilance-monitoring-system.json +++ b/nominees/pharmacovigilance-monitoring-system.json @@ -12,18 +12,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/pharmadex.json b/nominees/pharmadex.json index 540e47bdb..c4c7b7352 100644 --- a/nominees/pharmadex.json +++ b/nominees/pharmadex.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [ "Health" diff --git a/nominees/phet-interactive-simulations.json b/nominees/phet-interactive-simulations.json index bd89159f5..a168bbda5 100644 --- a/nominees/phet-interactive-simulations.json +++ b/nominees/phet-interactive-simulations.json @@ -20,10 +20,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/pixframe.json b/nominees/pixframe.json index c41ab672b..ca3f15e77 100644 --- a/nominees/pixframe.json +++ b/nominees/pixframe.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/planwise.json b/nominees/planwise.json index 93e7a036a..6f32c9e9d 100644 --- a/nominees/planwise.json +++ b/nominees/planwise.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/playtime.json b/nominees/playtime.json index ed68f9373..0bc817031 100644 --- a/nominees/playtime.json +++ b/nominees/playtime.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/pollit.json b/nominees/pollit.json index c153bc52c..b7fbaa113 100644 --- a/nominees/pollit.json +++ b/nominees/pollit.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/poly.json b/nominees/poly.json index 67c5b9f11..187539c37 100644 --- a/nominees/poly.json +++ b/nominees/poly.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/pombola.json b/nominees/pombola.json index d67c23580..f5d1801d2 100644 --- a/nominees/pombola.json +++ b/nominees/pombola.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/powerplant.json b/nominees/powerplant.json index 7c5db98c8..3273eddc9 100644 --- a/nominees/powerplant.json +++ b/nominees/powerplant.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ], - [ - 12, - "Responsible Consumption and Production" - ] + { + "SDGNumber": 15 + }, + { + "SDGNumber": 12 + } ], "sectors": [], "type": [ diff --git a/nominees/practical-plants.json b/nominees/practical-plants.json index 7f0be9e72..48fa8ea5a 100644 --- a/nominees/practical-plants.json +++ b/nominees/practical-plants.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ] + { + "SDGNumber": 15 + } ], "sectors": [], "type": [ diff --git a/nominees/prescrypto.json b/nominees/prescrypto.json index 3470e35cf..10978e88b 100644 --- a/nominees/prescrypto.json +++ b/nominees/prescrypto.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/primero.json b/nominees/primero.json index 30761cac0..53e6d32bb 100644 --- a/nominees/primero.json +++ b/nominees/primero.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 16 + } ], "sectors": [ "Gender and Minority Groups", diff --git a/nominees/privatetracer.json b/nominees/privatetracer.json index 8dc124806..e4999bc7d 100644 --- a/nominees/privatetracer.json +++ b/nominees/privatetracer.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/project-catalog-management-tool.json b/nominees/project-catalog-management-tool.json index cfbf0f6b8..6b76c2575 100644 --- a/nominees/project-catalog-management-tool.json +++ b/nominees/project-catalog-management-tool.json @@ -16,14 +16,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/project-papua.json b/nominees/project-papua.json index 2079a6b71..1c000baa0 100644 --- a/nominees/project-papua.json +++ b/nominees/project-papua.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/public-library-of-science.json b/nominees/public-library-of-science.json index 228bedb0d..45dc208fc 100644 --- a/nominees/public-library-of-science.json +++ b/nominees/public-library-of-science.json @@ -12,10 +12,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/publiclab-plots2.json b/nominees/publiclab-plots2.json index c2c3f856c..41300dfc6 100644 --- a/nominees/publiclab-plots2.json +++ b/nominees/publiclab-plots2.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 12, - "Responsible Consumption and Production" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 12 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/pudl.json b/nominees/pudl.json index 5b9c45735..8bbec244d 100644 --- a/nominees/pudl.json +++ b/nominees/pudl.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/pulse-data.json b/nominees/pulse-data.json index 787eae5da..825981161 100644 --- a/nominees/pulse-data.json +++ b/nominees/pulse-data.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/quantb.json b/nominees/quantb.json index 87177ce02..9460a5309 100644 --- a/nominees/quantb.json +++ b/nominees/quantb.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/quill-nlp-tools-and-datasets.json b/nominees/quill-nlp-tools-and-datasets.json index b5cc56a34..b1a438389 100644 --- a/nominees/quill-nlp-tools-and-datasets.json +++ b/nominees/quill-nlp-tools-and-datasets.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/rainforest-connection-guardian.json b/nominees/rainforest-connection-guardian.json index 43fadc5a2..0305ffb71 100644 --- a/nominees/rainforest-connection-guardian.json +++ b/nominees/rainforest-connection-guardian.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 15 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/rakning-c-19-app.json b/nominees/rakning-c-19-app.json index a03f18caf..afc5d2411 100644 --- a/nominees/rakning-c-19-app.json +++ b/nominees/rakning-c-19-app.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/rapidpro.json b/nominees/rapidpro.json index 2c07b00da..d13f6453f 100644 --- a/nominees/rapidpro.json +++ b/nominees/rapidpro.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/rasa.json b/nominees/rasa.json index f8435f81e..0da603f1e 100644 --- a/nominees/rasa.json +++ b/nominees/rasa.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/raster-vision.json b/nominees/raster-vision.json index a1db56e31..278ab1f61 100644 --- a/nominees/raster-vision.json +++ b/nominees/raster-vision.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/reconcile-cvs.json b/nominees/reconcile-cvs.json index 057f579a2..15dda239e 100644 --- a/nominees/reconcile-cvs.json +++ b/nominees/reconcile-cvs.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/recordtrac.json b/nominees/recordtrac.json index a457dcc6c..3dcf0fc8a 100644 --- a/nominees/recordtrac.json +++ b/nominees/recordtrac.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/redirect-2%-redirectioneaza.ro.json b/nominees/redirect-2%-redirectioneaza.ro.json index 5e7860f37..231f42d47 100644 --- a/nominees/redirect-2%-redirectioneaza.ro.json +++ b/nominees/redirect-2%-redirectioneaza.ro.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/refuge-restrooms-ios.json b/nominees/refuge-restrooms-ios.json index e06329703..279db0ec3 100644 --- a/nominees/refuge-restrooms-ios.json +++ b/nominees/refuge-restrooms-ios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ] + { + "SDGNumber": 5 + } ], "sectors": [], "type": [ diff --git a/nominees/refuge-restrooms.json b/nominees/refuge-restrooms.json index 91d7fb702..c577eea98 100644 --- a/nominees/refuge-restrooms.json +++ b/nominees/refuge-restrooms.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ] + { + "SDGNumber": 5 + } ], "sectors": [], "type": [ diff --git a/nominees/represent-canada.json b/nominees/represent-canada.json index 96918c247..a8e61d765 100644 --- a/nominees/represent-canada.json +++ b/nominees/represent-canada.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/resource-map.json b/nominees/resource-map.json index 56ab439aa..7951fce5f 100644 --- a/nominees/resource-map.json +++ b/nominees/resource-map.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/resourcewatch.json b/nominees/resourcewatch.json index c838ca962..eb8136e33 100644 --- a/nominees/resourcewatch.json +++ b/nominees/resourcewatch.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 12, - "Responsible Consumption and Production" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 12 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/righton-application.json b/nominees/righton-application.json index 3035e000e..f829a36d1 100644 --- a/nominees/righton-application.json +++ b/nominees/righton-application.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/ripple.json b/nominees/ripple.json index 8cf008c3e..df5e72720 100644 --- a/nominees/ripple.json +++ b/nominees/ripple.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/rxsolution.json b/nominees/rxsolution.json index 86d0ade45..82e6ea425 100644 --- a/nominees/rxsolution.json +++ b/nominees/rxsolution.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/safe-open-source-microfinance-suite.json b/nominees/safe-open-source-microfinance-suite.json index e2d68504a..62766fa04 100644 --- a/nominees/safe-open-source-microfinance-suite.json +++ b/nominees/safe-open-source-microfinance-suite.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/safe-water.json b/nominees/safe-water.json index 01a2914a4..f6537c12c 100644 --- a/nominees/safe-water.json +++ b/nominees/safe-water.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 6, - "Clean Water and Sanitation" - ] + { + "SDGNumber": 6 + } ], "sectors": [], "type": [ diff --git a/nominees/sante-publique-france-covid-19-dashboard.json b/nominees/sante-publique-france-covid-19-dashboard.json index 8d0a13144..ed6818f8c 100644 --- a/nominees/sante-publique-france-covid-19-dashboard.json +++ b/nominees/sante-publique-france-covid-19-dashboard.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/sars-cov-2-open-government-data-reported-by-the-swiss-cantons-and-the-principality-of-liechtenstein.json b/nominees/sars-cov-2-open-government-data-reported-by-the-swiss-cantons-and-the-principality-of-liechtenstein.json index ef820777c..926d3fde1 100644 --- a/nominees/sars-cov-2-open-government-data-reported-by-the-swiss-cantons-and-the-principality-of-liechtenstein.json +++ b/nominees/sars-cov-2-open-government-data-reported-by-the-swiss-cantons-and-the-principality-of-liechtenstein.json @@ -8,10 +8,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "data" diff --git a/nominees/sars-cov-2-sequencing-resources.json b/nominees/sars-cov-2-sequencing-resources.json index d610868ac..8244f53fe 100644 --- a/nominees/sars-cov-2-sequencing-resources.json +++ b/nominees/sars-cov-2-sequencing-resources.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "content" diff --git a/nominees/saycel.json b/nominees/saycel.json index 4b00c513f..8933b7c86 100644 --- a/nominees/saycel.json +++ b/nominees/saycel.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/saylor-academy.json b/nominees/saylor-academy.json index 9411be6c7..3a3dc549b 100644 --- a/nominees/saylor-academy.json +++ b/nominees/saylor-academy.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/scratch-blocks.json b/nominees/scratch-blocks.json index a98c9109c..5519f7b45 100644 --- a/nominees/scratch-blocks.json +++ b/nominees/scratch-blocks.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/scratch-gui.json b/nominees/scratch-gui.json index e7a245078..c13e91c2a 100644 --- a/nominees/scratch-gui.json +++ b/nominees/scratch-gui.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/scratch-junior.json b/nominees/scratch-junior.json index e984d87fc..8bf13a763 100644 --- a/nominees/scratch-junior.json +++ b/nominees/scratch-junior.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/scratch-vm.json b/nominees/scratch-vm.json index 6c88edec8..2a2b81cf5 100644 --- a/nominees/scratch-vm.json +++ b/nominees/scratch-vm.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/scratch-web.json b/nominees/scratch-web.json index 159562fa2..f8cc5d3b8 100644 --- a/nominees/scratch-web.json +++ b/nominees/scratch-web.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/seismic-risk.json b/nominees/seismic-risk.json index 61f0469fd..e57d27934 100644 --- a/nominees/seismic-risk.json +++ b/nominees/seismic-risk.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/sempo.json b/nominees/sempo.json index 72d0b27a5..0b682198c 100644 --- a/nominees/sempo.json +++ b/nominees/sempo.json @@ -9,22 +9,18 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 8, - "Decent Work and Economic Growth" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 8 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 10 + } ], "sectors": [ "Economics/Finance", diff --git a/nominees/sf-dahlia.json b/nominees/sf-dahlia.json index 776e7b478..474757776 100644 --- a/nominees/sf-dahlia.json +++ b/nominees/sf-dahlia.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/signdict.json b/nominees/signdict.json index d732d3631..f1f91ff80 100644 --- a/nominees/signdict.json +++ b/nominees/signdict.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/sigo-leyendo.json b/nominees/sigo-leyendo.json index 3b2a6d408..f07072630 100644 --- a/nominees/sigo-leyendo.json +++ b/nominees/sigo-leyendo.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/skillscommons.json b/nominees/skillscommons.json index afe3ccc3b..4d06e6caa 100644 --- a/nominees/skillscommons.json +++ b/nominees/skillscommons.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/sleepbus-website.json b/nominees/sleepbus-website.json index 1f6bb2925..243e6dcb0 100644 --- a/nominees/sleepbus-website.json +++ b/nominees/sleepbus-website.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ] + { + "SDGNumber": 1 + } ], "sectors": [], "type": [ diff --git a/nominees/smart-energy-foundation.json b/nominees/smart-energy-foundation.json index d37b0417d..1422db1d3 100644 --- a/nominees/smart-energy-foundation.json +++ b/nominees/smart-energy-foundation.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/smart-kyc.json b/nominees/smart-kyc.json index 75e700fd1..ba51402a8 100644 --- a/nominees/smart-kyc.json +++ b/nominees/smart-kyc.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/somleng.json b/nominees/somleng.json index 143c08bb0..72f38ce07 100644 --- a/nominees/somleng.json +++ b/nominees/somleng.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/soulmedecine.json b/nominees/soulmedecine.json index a66088489..4d48161a3 100644 --- a/nominees/soulmedecine.json +++ b/nominees/soulmedecine.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ] + { + "SDGNumber": 5 + } ], "sectors": [], "type": [ diff --git a/nominees/spatiotemporal-asset-catalog-browser.json b/nominees/spatiotemporal-asset-catalog-browser.json index 76426788d..356aa0b42 100644 --- a/nominees/spatiotemporal-asset-catalog-browser.json +++ b/nominees/spatiotemporal-asset-catalog-browser.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/spatiotemporal-asset-catalog-specifications.json b/nominees/spatiotemporal-asset-catalog-specifications.json index e4b3b9043..792b86c70 100644 --- a/nominees/spatiotemporal-asset-catalog-specifications.json +++ b/nominees/spatiotemporal-asset-catalog-specifications.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 9 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/starhealth.json b/nominees/starhealth.json index b71cd31bc..f5e230696 100644 --- a/nominees/starhealth.json +++ b/nominees/starhealth.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/statwig.json b/nominees/statwig.json index eb75ac628..7be07f07f 100644 --- a/nominees/statwig.json +++ b/nominees/statwig.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/stopcovid-android.json b/nominees/stopcovid-android.json index 0fc29458d..f146b5fde 100644 --- a/nominees/stopcovid-android.json +++ b/nominees/stopcovid-android.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/stopcovid-ios.json b/nominees/stopcovid-ios.json index 3787b20f3..4565c0165 100644 --- a/nominees/stopcovid-ios.json +++ b/nominees/stopcovid-ios.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/storyweaver.json b/nominees/storyweaver.json index 686fc5398..b29093152 100644 --- a/nominees/storyweaver.json +++ b/nominees/storyweaver.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/sugar-turtle-art.json b/nominees/sugar-turtle-art.json index 9fc2cf6ec..b66e105bc 100644 --- a/nominees/sugar-turtle-art.json +++ b/nominees/sugar-turtle-art.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/sugar.json b/nominees/sugar.json index 2216faa1a..07a9a618c 100644 --- a/nominees/sugar.json +++ b/nominees/sugar.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/sugarizer.json b/nominees/sugarizer.json index def6bc8a2..b38e0840c 100644 --- a/nominees/sugarizer.json +++ b/nominees/sugarizer.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/sunbird.json b/nominees/sunbird.json index 0d1e81659..7fd59085d 100644 --- a/nominees/sunbird.json +++ b/nominees/sunbird.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/super-abbu.json b/nominees/super-abbu.json index 9775138ce..496d2ff86 100644 --- a/nominees/super-abbu.json +++ b/nominees/super-abbu.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/surveda.json b/nominees/surveda.json index 835c01b57..d7385b4ad 100644 --- a/nominees/surveda.json +++ b/nominees/surveda.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/surveillance-outbreak-response-management-and-analysis-system.json b/nominees/surveillance-outbreak-response-management-and-analysis-system.json index 4315689e0..003e9a192 100644 --- a/nominees/surveillance-outbreak-response-management-and-analysis-system.json +++ b/nominees/surveillance-outbreak-response-management-and-analysis-system.json @@ -12,18 +12,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [ "Health" diff --git a/nominees/suzhou-crenator-labs.json b/nominees/suzhou-crenator-labs.json index b44155fc3..ba371fa1e 100644 --- a/nominees/suzhou-crenator-labs.json +++ b/nominees/suzhou-crenator-labs.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/sweet.json b/nominees/sweet.json index cadba1238..44bb73667 100644 --- a/nominees/sweet.json +++ b/nominees/sweet.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/swisscovid.json b/nominees/swisscovid.json index 588da23a1..33e146f18 100644 --- a/nominees/swisscovid.json +++ b/nominees/swisscovid.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/synthea.json b/nominees/synthea.json index 135204142..00625ff99 100644 --- a/nominees/synthea.json +++ b/nominees/synthea.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/tagcoding.json b/nominees/tagcoding.json index 7fe1b1c4c..71851cf8e 100644 --- a/nominees/tagcoding.json +++ b/nominees/tagcoding.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/talent-cloud.json b/nominees/talent-cloud.json index c93bb7bc2..5565d7291 100644 --- a/nominees/talent-cloud.json +++ b/nominees/talent-cloud.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + } ], "type": [ "software" diff --git a/nominees/talk.json b/nominees/talk.json index 5b7727337..1ddb4ad51 100644 --- a/nominees/talk.json +++ b/nominees/talk.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 8, - "Decent Work and Economic Growth" - ] + { + "SDGNumber": 8 + } ], "sectors": [], "type": [ diff --git a/nominees/tania.json b/nominees/tania.json index 75300bd86..02165fd71 100644 --- a/nominees/tania.json +++ b/nominees/tania.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/teliportme.json b/nominees/teliportme.json index 19f6284d3..a5106ef20 100644 --- a/nominees/teliportme.json +++ b/nominees/teliportme.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/tenants-2.0-nyc.json b/nominees/tenants-2.0-nyc.json index cbf8baa76..6169bc9ce 100644 --- a/nominees/tenants-2.0-nyc.json +++ b/nominees/tenants-2.0-nyc.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/tenfour.json b/nominees/tenfour.json index e99b1109e..5f25e4aeb 100644 --- a/nominees/tenfour.json +++ b/nominees/tenfour.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/terrastories.json b/nominees/terrastories.json index c2a6b4e5a..45e7197f3 100644 --- a/nominees/terrastories.json +++ b/nominees/terrastories.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/thalamus.json b/nominees/thalamus.json index 2e8973b43..c1c2231f6 100644 --- a/nominees/thalamus.json +++ b/nominees/thalamus.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/the-guardian-project-haven.json b/nominees/the-guardian-project-haven.json index c71b8ab41..e8f559d11 100644 --- a/nominees/the-guardian-project-haven.json +++ b/nominees/the-guardian-project-haven.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/the-tor-project.json b/nominees/the-tor-project.json index 48e6a814c..3e3f18d9f 100644 --- a/nominees/the-tor-project.json +++ b/nominees/the-tor-project.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 5, - "Gender Equality" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 5 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/thinkhazard.json b/nominees/thinkhazard.json index b843586b4..68e061faa 100644 --- a/nominees/thinkhazard.json +++ b/nominees/thinkhazard.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/thinking-machines.json b/nominees/thinking-machines.json index f7a9f4036..ae018c383 100644 --- a/nominees/thinking-machines.json +++ b/nominees/thinking-machines.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/tideline.json b/nominees/tideline.json index 19348a3de..0d3f28b83 100644 --- a/nominees/tideline.json +++ b/nominees/tideline.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/tidepool-blip.json b/nominees/tidepool-blip.json index 246141e12..2d81df2b9 100644 --- a/nominees/tidepool-blip.json +++ b/nominees/tidepool-blip.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/tidepool-chrome-uploader.json b/nominees/tidepool-chrome-uploader.json index 0c15e08a4..93f67345f 100644 --- a/nominees/tidepool-chrome-uploader.json +++ b/nominees/tidepool-chrome-uploader.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/tidepool-data-analytics.json b/nominees/tidepool-data-analytics.json index e760fea89..f7fe533c0 100644 --- a/nominees/tidepool-data-analytics.json +++ b/nominees/tidepool-data-analytics.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/tidepool-platform.json b/nominees/tidepool-platform.json index 4f67d87bd..5fa7f6644 100644 --- a/nominees/tidepool-platform.json +++ b/nominees/tidepool-platform.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/tidepool-viz.json b/nominees/tidepool-viz.json index 5c0bfccc6..f702dd8cb 100644 --- a/nominees/tidepool-viz.json +++ b/nominees/tidepool-viz.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/tokyo-metropolitan-government-covid-19-countermeasure-site.json b/nominees/tokyo-metropolitan-government-covid-19-countermeasure-site.json index a8de8137b..3c35d9075 100644 --- a/nominees/tokyo-metropolitan-government-covid-19-countermeasure-site.json +++ b/nominees/tokyo-metropolitan-government-covid-19-countermeasure-site.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 16 + } ], "type": [ "software" diff --git a/nominees/traction-thrive.json b/nominees/traction-thrive.json index 9eef13132..c98c02c27 100644 --- a/nominees/traction-thrive.json +++ b/nominees/traction-thrive.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "type": [ "software" diff --git a/nominees/trends.earth.json b/nominees/trends.earth.json index 5bb0f0101..e08e5a801 100644 --- a/nominees/trends.earth.json +++ b/nominees/trends.earth.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ], - [ - 14, - "Life Below Water" - ], - [ - 13, - "Climate Action" - ] + { + "SDGNumber": 15 + }, + { + "SDGNumber": 14 + }, + { + "SDGNumber": 13 + } ], "sectors": [], "type": [ diff --git a/nominees/trustlab.json b/nominees/trustlab.json index 6f37cfbc3..614d9f8e8 100644 --- a/nominees/trustlab.json +++ b/nominees/trustlab.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/turbo-votes.json b/nominees/turbo-votes.json index d476e3c91..5da04c6d6 100644 --- a/nominees/turbo-votes.json +++ b/nominees/turbo-votes.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/typescript.json b/nominees/typescript.json index 7e3412d3f..c4d8155e1 100644 --- a/nominees/typescript.json +++ b/nominees/typescript.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [ "Digital/Data/Tech" diff --git a/nominees/u-report.json b/nominees/u-report.json index d81c09955..7a4a150a6 100644 --- a/nominees/u-report.json +++ b/nominees/u-report.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 10 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/udata.json b/nominees/udata.json index b10763cd8..4c36ba45f 100644 --- a/nominees/udata.json +++ b/nominees/udata.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/unicef-etools.json b/nominees/unicef-etools.json index 3dba8ab70..1cc3148df 100644 --- a/nominees/unicef-etools.json +++ b/nominees/unicef-etools.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/unicef-magicbox.json b/nominees/unicef-magicbox.json index 56351b179..cb121e682 100644 --- a/nominees/unicef-magicbox.json +++ b/nominees/unicef-magicbox.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 4 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/unpaywall.json b/nominees/unpaywall.json index e63cf6cec..de35c5729 100644 --- a/nominees/unpaywall.json +++ b/nominees/unpaywall.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/ushaidi-platform-client.json b/nominees/ushaidi-platform-client.json index 9d2fd66da..c72c767c2 100644 --- a/nominees/ushaidi-platform-client.json +++ b/nominees/ushaidi-platform-client.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/ushaidi-platform.json b/nominees/ushaidi-platform.json index 08f3b0f44..ac056d28c 100644 --- a/nominees/ushaidi-platform.json +++ b/nominees/ushaidi-platform.json @@ -9,46 +9,36 @@ } ], "SDGs": [ - [ - 1, - "No Poverty" - ], - [ - 3, - "Good Health and Well-Being" - ], - [ - 4, - "Quality Education" - ], - [ - 5, - "Gender Equality" - ], - [ - 6, - "Clean Water and Sanitation" - ], - [ - 9, - "Industry, Innovation and Infrastructure" - ], - [ - 10, - "Reduced Inequalities" - ], - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 1 + }, + { + "SDGNumber": 3 + }, + { + "SDGNumber": 4 + }, + { + "SDGNumber": 5 + }, + { + "SDGNumber": 6 + }, + { + "SDGNumber": 9 + }, + { + "SDGNumber": 10 + }, + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/utopic-studio.json b/nominees/utopic-studio.json index c6c7f94c0..14eccde9a 100644 --- a/nominees/utopic-studio.json +++ b/nominees/utopic-studio.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/uwazi.json b/nominees/uwazi.json index 92dffe24d..9170e35e4 100644 --- a/nominees/uwazi.json +++ b/nominees/uwazi.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/veative-labs.json b/nominees/veative-labs.json index 03609e162..23371aa49 100644 --- a/nominees/veative-labs.json +++ b/nominees/veative-labs.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/verboice.json b/nominees/verboice.json index 888dc6bb4..23dcab76b 100644 --- a/nominees/verboice.json +++ b/nominees/verboice.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/vessel-classification.json b/nominees/vessel-classification.json index a7d4ddf34..26911871d 100644 --- a/nominees/vessel-classification.json +++ b/nominees/vessel-classification.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 14, - "Life Below Water" - ] + { + "SDGNumber": 14 + } ], "sectors": [], "type": [ diff --git a/nominees/vips.json b/nominees/vips.json index b7da67888..635572ed2 100644 --- a/nominees/vips.json +++ b/nominees/vips.json @@ -13,18 +13,15 @@ } ], "SDGs": [ - [ - 2, - "Zero Hunger" - ], - [ - 13, - "Climate Action" - ], - [ - 15, - "Life On Land" - ] + { + "SDGNumber": 2 + }, + { + "SDGNumber": 13 + }, + { + "SDGNumber": 15 + } ], "sectors": [], "type": [ diff --git a/nominees/voiceapp311.json b/nominees/voiceapp311.json index 6d65179a3..84ffb63aa 100644 --- a/nominees/voiceapp311.json +++ b/nominees/voiceapp311.json @@ -9,18 +9,15 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/volttron.json b/nominees/volttron.json index cf8b34227..cb998baab 100644 --- a/nominees/volttron.json +++ b/nominees/volttron.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [], "type": [ diff --git a/nominees/vota-inteligente.json b/nominees/vota-inteligente.json index 08a380309..786703809 100644 --- a/nominees/vota-inteligente.json +++ b/nominees/vota-inteligente.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 11, - "Sustainable Cities and Communities" - ], - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 11 + }, + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/w3-engineers.json b/nominees/w3-engineers.json index 49712bdeb..d0c6d05c9 100644 --- a/nominees/w3-engineers.json +++ b/nominees/w3-engineers.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/watttime-pysio.json b/nominees/watttime-pysio.json index 0e829f0f2..216754a2c 100644 --- a/nominees/watttime-pysio.json +++ b/nominees/watttime-pysio.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/watttime-python-api.json b/nominees/watttime-python-api.json index 17fd39d2d..a77f2a551 100644 --- a/nominees/watttime-python-api.json +++ b/nominees/watttime-python-api.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 7, - "Affordable and Clean Energy" - ] + { + "SDGNumber": 7 + } ], "sectors": [], "type": [ diff --git a/nominees/webpack.json b/nominees/webpack.json index b257aca5c..13ebf19dd 100644 --- a/nominees/webpack.json +++ b/nominees/webpack.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 9, - "Industry, Innovation and Infrastructure" - ] + { + "SDGNumber": 9 + } ], "sectors": [ "Digital/Data/Tech" diff --git a/nominees/wevote-server.json b/nominees/wevote-server.json index f4279fb0f..0186b6b54 100644 --- a/nominees/wevote-server.json +++ b/nominees/wevote-server.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ] + { + "SDGNumber": 16 + } ], "sectors": [], "type": [ diff --git a/nominees/wheel-map-frontend.json b/nominees/wheel-map-frontend.json index 867328577..fb8cadd74 100644 --- a/nominees/wheel-map-frontend.json +++ b/nominees/wheel-map-frontend.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/wheel-map.json b/nominees/wheel-map.json index da1742583..7c063c8f8 100644 --- a/nominees/wheel-map.json +++ b/nominees/wheel-map.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ], - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 3 + }, + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/who-owns-what-nyc.json b/nominees/who-owns-what-nyc.json index aa37ac1b3..28cef78c8 100644 --- a/nominees/who-owns-what-nyc.json +++ b/nominees/who-owns-what-nyc.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 10, - "Reduced Inequalities" - ] + { + "SDGNumber": 10 + } ], "sectors": [], "type": [ diff --git a/nominees/wikihow.json b/nominees/wikihow.json index e754a33fc..1f87f3ef2 100644 --- a/nominees/wikihow.json +++ b/nominees/wikihow.json @@ -13,10 +13,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/wikipedia.json b/nominees/wikipedia.json index db3a025bd..c04672ec1 100644 --- a/nominees/wikipedia.json +++ b/nominees/wikipedia.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/wildbook.json b/nominees/wildbook.json index 5d1b087c3..031b8958e 100644 --- a/nominees/wildbook.json +++ b/nominees/wildbook.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 15, - "Life On Land" - ] + { + "SDGNumber": 15 + } ], "sectors": [], "type": [ diff --git a/nominees/world-cleanup-day.json b/nominees/world-cleanup-day.json index 0077e1664..12b568644 100644 --- a/nominees/world-cleanup-day.json +++ b/nominees/world-cleanup-day.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 13, - "Climate Action" - ], - [ - 11, - "Sustainable Cities and Communities" - ] + { + "SDGNumber": 13 + }, + { + "SDGNumber": 11 + } ], "sectors": [], "type": [ diff --git a/nominees/world-health-organization-app.json b/nominees/world-health-organization-app.json index 89ad707af..ed26ebb6b 100644 --- a/nominees/world-health-organization-app.json +++ b/nominees/world-health-organization-app.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 3, - "Good Health and Well-Being" - ] + { + "SDGNumber": 3 + } ], "sectors": [], "type": [ diff --git a/nominees/x-road.json b/nominees/x-road.json index 7b6c630cf..85c3c33ee 100644 --- a/nominees/x-road.json +++ b/nominees/x-road.json @@ -9,14 +9,12 @@ } ], "SDGs": [ - [ - 16, - "Peace, Justice and Strong Institutions" - ], - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 16 + }, + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/nominees/yuudee.json b/nominees/yuudee.json index b4fed2a74..39850f1bf 100644 --- a/nominees/yuudee.json +++ b/nominees/yuudee.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 4, - "Quality Education" - ] + { + "SDGNumber": 4 + } ], "sectors": [], "type": [ diff --git a/nominees/zamba.json b/nominees/zamba.json index 358c49768..cdceecd97 100644 --- a/nominees/zamba.json +++ b/nominees/zamba.json @@ -9,10 +9,9 @@ } ], "SDGs": [ - [ - 17, - "Partnerships for the Goals" - ] + { + "SDGNumber": 17 + } ], "sectors": [], "type": [ diff --git a/scripts/migrate-v0.7.0.js b/scripts/migrate-v0.7.0.js new file mode 100644 index 000000000..9b99d7018 --- /dev/null +++ b/scripts/migrate-v0.7.0.js @@ -0,0 +1,60 @@ +/* + * This file was used on Jan 10, 2020 to convert most nominee files in bulk + * The 'license' field was migrated from a simple array to an array of objects + * where each object has the property 'spdx' and the 'link' for that license. + * + * This script was executed inside the nominees/ folder with the following command: + * node ../scripts/migrate-v0.1.0.js + * + * Files that had at the time more than one license were modified manually + */ + +const fs = require('fs'); +const glob = require('glob'); + +const path = './'; + +// scan for all json files in path +glob(path + '*.json', {}, async (err, files) => { + + // for each file in the set do as follows + for (let i=0; i