From 4e459318a34fb36b655de72371144286e09aa520 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 14 May 2021 06:01:05 -0600 Subject: [PATCH 1/2] BLD: add file nominees/global-healthsites-mapping-project.json --- .../global-healthsites-mapping-project.json | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 products/global-healthsites-mapping-project.json diff --git a/products/global-healthsites-mapping-project.json b/products/global-healthsites-mapping-project.json new file mode 100644 index 0000000..fcba01d --- /dev/null +++ b/products/global-healthsites-mapping-project.json @@ -0,0 +1,38 @@ +{ + "name": "Global Healthsites Mapping Project", + "description": "Healthsites is an innovative Global initiative improving Global baseline health facility data by using OpenStreetMap as the data store.", + "website": "https://healthsites.io/", + "license": [ + { + "spdx": "BSD-3-Clause", + "licenseURL": "https://github.com/healthsites/healthsites/blob/master/LICENSE-CODE.txt" + }, + { + "spdx": "ODbL-1.0", + "licenseURL": "https://github.com/healthsites/healthsites/wiki/Data" + } + ], + "SDGs": [ + { + "SDGNumber": 3, + "evidenceText": "In a time of crisis, such as the COVID-19 disease outbreak, there is a rush to establish accurate health care location data that can be used to support people on the ground. This has been demonstrated by events such as the Haiti earthquake and the Ebola epidemic in West Africa. As a result valuable time is wasted establishing accurate and accessible baseline data. Healthsites.io establishes this data and the tools necessary to upload, manage and make the data easily accessible", + "evidenceURL": "https://covid19innovationhub.org/innovation/the-global-healthsites-mapping-project, \nhttps://wiki.openstreetmap.org/wiki/Global_Healthsites_Mapping_Project, \nhttps://www.data4sdgs.org/partner/global-healthsites-mapping-project" + } + ], + "sectors": [ + "Health" + ], + "type": [ + "software", + "data" + ], + "repositoryURL": "https://github.com/healthsites/healthsites", + "organizations": [ + { + "name": "OPEN HEALTHSITE CONSULTING LTD", + "website": "https://healthsites.io", + "org_type": "owner" + } + ], + "stage": "nominee" +} From ab54541c0bb8dc243edef369449dd77562636b6f Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 14 May 2021 06:01:06 -0600 Subject: [PATCH 2/2] BLD: Delete file nominees/healthsites.io.json --- products/healthsites.io.json | 40 ------------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 products/healthsites.io.json diff --git a/products/healthsites.io.json b/products/healthsites.io.json deleted file mode 100644 index 49833da..0000000 --- a/products/healthsites.io.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "HealthSites.io", - "description": "Healthsites is a framework for capturing, publishing and sharing critical health and sanitation related data to help make these facilities more accessible and relevant to the communities they serve.", - "website": "https://healthsites.io", - "license": [ - { - "spdx": "ODbL-1.0", - "licenseURL": "https://github.com/healthsites/healthsites/blob/master/LICENSE-DATA.txt" - }, - { - "spdx": "BSD-3-Clause", - "licenseURL": "https://github.com/healthsites/healthsites/blob/master/LICENSE-CODE.txt" - } - ], - "SDGs": [ - { - "SDGNumber": 3 - }, - { - "SDGNumber": 16 - }, - { - "SDGNumber": 17 - } - ], - "sectors": [], - "type": [ - "software", - "data" - ], - "repositoryURL": "https://github.com/healthsites/healthsites", - "organizations": [ - { - "name": "HealthSites.io", - "website": "https://healthsites.io", - "org_type": "owner" - } - ], - "stage": "nominee" -}