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
/
Copy pathkobotoolbox.json
59 lines (59 loc) · 1.93 KB
/
kobotoolbox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "KoBoToolbox",
"description": "KoBoToolbox is a suite of tools for field data collection for use in challenging environments",
"website": "https://www.kobotoolbox.org",
"license": [
{
"spdx": "AGPL-3.0",
"licenseURL": "https://github.com/kobotoolbox/kpi/blob/master/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 3,
"evidenceText": "In Uganda, KoBoToolbox has been used to monitor deworming activities that are crucial to the health of school children",
"evidenceURL": "https://blogs.cisco.com/csr/a-digital-data-collection-tool-for-humanitarians"
},
{
"SDGNumber": 10,
"evidenceText": "In South Sudan, KoBoToolbox has been used to map remote health facilities and track available services and medicine",
"evidenceURL": "https://blogs.cisco.com/csr/a-digital-data-collection-tool-for-humanitarians"
},
{
"SDGNumber": 11,
"evidenceText": "In Niger, KoBoToolbox helps to plan and supervise infrastructure investments for refugees",
"evidenceURL": "https://blogs.cisco.com/csr/a-digital-data-collection-tool-for-humanitarians"
},
{
"SDGNumber": 16,
"evidenceText": "KoBoToolbox was selected as the official data collection and coordination tool for the Recovery and Peacebuilding Process in the Central African Republic",
"evidenceURL": "https://blogs.cisco.com/csr/a-digital-data-collection-tool-for-humanitarians"
}
],
"sectors": [
"Health"
],
"type": [
"software"
],
"repositories": [
{
"name": "main",
"url": "https://github.com/kobotoolbox/kpi"
},
{
"name": "KoboCat",
"url": "https://github.com/kobotoolbox/kobocat"
}
],
"organizations": [
{
"name": "KoBo, Inc",
"website": "https://www.kobotoolbox.org",
"org_type": "owner",
"contact_name": "Tino Kreutzer",
"contact_email": "[email protected]"
}
],
"stage": "DPG"
}