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 pathkolibri.json
55 lines (55 loc) · 1.6 KB
/
kolibri.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
{
"name": "Kolibri",
"aliases": [
"Kolibri Learning Platform"
],
"description": "The offline-first platform for teaching and learning with technology without requiring the Internet.",
"website": "https://learningequality.org/kolibri/",
"license": [
{
"spdx": "MIT",
"licenseURL": "https://github.com/learningequality/kolibri/blob/develop/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 4,
"evidenceText": "By being designed for the needs of learners in low-resource environments first, Kolibri addresses SDG4 because it is focused on equitable quality education to ensure that all learners have the potential to access quality learning experiences.",
"evidenceURL": "https://learningequality.org/kolibri/"
}
],
"sectors": [
"Education"
],
"type": [
"software"
],
"repositories": [
{
"name": "Kolibri (Learning Platform)",
"url": "https://github.com/learningequality/kolibri"
},
{
"name": "Kolibri Studio",
"url": "https://github.com/learningequality/studio"
},
{
"name": "Kolibri Learning Platform User Documentation",
"url": "https://github.com/learningequality/kolibri-docs"
},
{
"name": "Ricecooker - library for automated import of learning resources",
"url": "https://github.com/learningequality/ricecooker"
}
],
"organizations": [
{
"name": "Learning Equality",
"website": "https://learningequality.org/",
"org_type": "owner",
"contact_name": "Richard Tibbles",
"contact_email": "[email protected]"
}
],
"stage": "DPG"
}