From b9a0f3a33f1828f249a030f1eeb61524f49513ee Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 4 May 2022 15:12:51 +0300 Subject: [PATCH 1/2] Add DPG: elimu.ai --- digitalpublicgoods/elimu.ai.json | 92 ++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 digitalpublicgoods/elimu.ai.json diff --git a/digitalpublicgoods/elimu.ai.json b/digitalpublicgoods/elimu.ai.json new file mode 100644 index 000000000..3d2cc3355 --- /dev/null +++ b/digitalpublicgoods/elimu.ai.json @@ -0,0 +1,92 @@ +{ + "name": "elimu.ai", + "clearOwnership": { + "isOwnershipExplicit": "Yes", + "copyrightURL": "https://github.com/elimu-ai/wiki" + }, + "platformIndependence": { + "mandatoryDepsCreateMoreRestrictions": "No", + "isSoftwarePltIndependent": "", + "pltIndependenceDesc": "" + }, + "documentation": { + "isDocumentationAvailable": "Yes", + "documentationURL": [ + "https://github.com/elimu-ai/wiki" + ] + }, + "NonPII": { + "collectsNonPII": "Yes", + "checkNonPIIAccessMechanism": "Yes", + "nonPIIAccessMechanism": "CSV files" + }, + "privacy": { + "isPrivacyCompliant": "No", + "privacyComplianceList": [ + "" + ], + "adherenceSteps": [ + "" + ] + }, + "standards": { + "supportStandards": "Yes", + "standardsList": [ + "ePUB" + ], + "evidenceStandardSupport": [ + "https://github.com/elimu-ai/webapp/issues/714" + ], + "implementBestPractices": "Unknown", + "bestPracticesList": [ + "" + ] + }, + "doNoHarm": { + "preventHarm": { + "stepsToPreventHarm": "Yes", + "additionalInfoMechanismProcessesPolicies": "" + }, + "dataPrivacySecurity": { + "collectsPII": "No", + "typesOfDataCollected": [ + "" + ], + "thirdPartyDataSharing": "No", + "dataSharingCircumstances": [ + "" + ], + "ensurePrivacySecurity": "Yes", + "privacySecurityDescription": "" + }, + "inappropriateIllegalContent": { + "collectStoreDistribute": "Yes", + "type": "", + "contentFilter": "", + "policyGuidelinesDocumentationLink": "", + "illegalContentDetection": "", + "illegalContentDetectionMechanism": "" + }, + "protectionFromHarassment": { + "userInteraction": "Yes", + "addressSafetySecurityUnderageUsers": "", + "stepsAddressRiskPreventSafetyUnderageUsers": [ + "" + ], + "griefAbuseHarassmentProtection": "", + "harassmentProtectionSteps": [ + "" + ] + } + }, + "locations": { + "developmentCountries": [ + "India", + "South Africa", + "Philippines" + ], + "deploymentCountries": [ + "India" + ] + } +} From 2fb95a0a577bff29505b47d169b63d70de635b61 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Sun, 8 May 2022 21:48:30 +0300 Subject: [PATCH 2/2] Update documentation indicator --- digitalpublicgoods/elimu.ai.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/digitalpublicgoods/elimu.ai.json b/digitalpublicgoods/elimu.ai.json index 3d2cc3355..3fe6d3489 100644 --- a/digitalpublicgoods/elimu.ai.json +++ b/digitalpublicgoods/elimu.ai.json @@ -2,7 +2,7 @@ "name": "elimu.ai", "clearOwnership": { "isOwnershipExplicit": "Yes", - "copyrightURL": "https://github.com/elimu-ai/wiki" + "copyrightURL": "https://github.com/elimu-ai/wiki/blob/main/LICENSE" }, "platformIndependence": { "mandatoryDepsCreateMoreRestrictions": "No", @@ -12,13 +12,15 @@ "documentation": { "isDocumentationAvailable": "Yes", "documentationURL": [ - "https://github.com/elimu-ai/wiki" + "https://github.com/elimu-ai/wiki", + "Installation guide (webapp)- https://github.com/elimu-ai/webapp/blob/main/INSTALL.md", + "Installation guide (mobile) - https://github.com/elimu-ai/wiki/blob/main/SOFTWARE_INSTALLATION.md" ] }, "NonPII": { "collectsNonPII": "Yes", "checkNonPIIAccessMechanism": "Yes", - "nonPIIAccessMechanism": "CSV files" + "nonPIIAccessMechanism": "Data can be accessed using CSV files" }, "privacy": { "isPrivacyCompliant": "No",