This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #564 from unicef/add-nominee-odk
Add nominee: ODK
- Loading branch information
Showing
6 changed files
with
51 additions
and
166 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"name": "ODK", | ||
"description": "ODK lets you build powerful offline forms to collect the data you need wherever it is. It is the global standard for offline data collection.", | ||
"website": "https://getodk.org", | ||
"license": [ | ||
{ | ||
"spdx": "Apache-2.0", | ||
"licenseURL": "https://github.com/getodk/central/blob/master/LICENSE" | ||
} | ||
], | ||
"SDGs": [ | ||
{ | ||
"SDGNumber": 2, | ||
"evidenceText": "Nigeria uses ODK to increase locally grown food supply and create jobs in the agriculture sector" | ||
}, | ||
{ | ||
"SDGNumber": 3, | ||
"evidenceText": "World Health Organization uses ODK for disease surveillance for COVID-19, Polio and Cholera", | ||
"evidenceURL": "http://www.emro.who.int/somalia/news/cases-of-covid-19-surge-in-somalia-as-do-response-efforts-for-contact-tracing.html" | ||
}, | ||
{ | ||
"SDGNumber": 4, | ||
"evidenceText": "Honduras uses ODK to ensure the educational progress of millions of students" | ||
}, | ||
{ | ||
"SDGNumber": 16, | ||
"evidenceText": "Carter Center uses ODK to assess the fairness of elections", | ||
"evidenceURL": "https://blog.cartercenter.org/2012/08/06/carter-center-on-leading-edge-of-technology-use-in-election-observation/" | ||
}, | ||
{ | ||
"SDGNumber": 17, | ||
"evidenceText": "Red Cross uses ODK to improve the efficiency and impact of humanitarian action", | ||
"evidenceURL": "https://americanredcross.github.io/2019/01/08/odk-collect-improvements/" | ||
} | ||
], | ||
"sectors": [], | ||
"type": [ | ||
"software" | ||
], | ||
"repositoryURL": "https://github.com/getodk/central", | ||
"organizations": [ | ||
{ | ||
"name": "Get ODK Inc", | ||
"website": "https://getodk.org", | ||
"org_type": "owner", | ||
"contact_name": "Yaw Anokwa", | ||
"contact_email": "yanokwa@getodk.org" | ||
} | ||
], | ||
"stage": "nominee" | ||
} |