Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DPG: The Atrium (Issue #555) #649

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions digitalpublicgoods/the-atrium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"name": "The Atrium",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://atrium.network/"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://github.com/unicef/atrium"
]
},
"NonPII": {
"collectsNonPII": "Yes",
"checkNonPIIAccessMechanism": "Unknown",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Unknown",
"privacyComplianceList": [
""
],
"adherenceSteps": [
""
]
},
"standards": {
"supportStandards": "No",
"standardsList": [
"New version being released in 2021 that will ensure WCAG"
],
"evidenceStandardSupport": [
""
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"The Principles of Digital Development"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "The platform is only available to UN staff members."
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Name",
"Email"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "The data is secured on UN servers and follows the recommendations from UNICEF ICTD in regards to security best practices. We do not share this information with anyone ever."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"Users that are engaging with one-another are UN staff (requires a UN email address to sign up and contribute)."
],
"griefAbuseHarassmentProtection": "No",
"harassmentProtectionSteps": [
"A mechanism for flagging content is currently in development and will be introduced in 2021."
]
}
},
"locations": {
"developmentCountries": [
"USA",
"UK",
"Portugal",
"Germany",
"Canada"
],
"deploymentCountries": [
""
]
}
}
5 changes: 5 additions & 0 deletions nominees/the-atrium.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"SDGNumber": 9,
"evidenceText": "The Atrium is a blockchain-based collaboration tool where the UN community can plant and grow ideas",
"evidenceURL": "https://www.unicef.org/innovation/stories/meet-atrium"
},
{
"SDGNumber": 17,
"evidenceText": "The Atrium is a blockchain-based collaboration tool where the UN community can plant and grow ideas",
"evidenceURL": "https://www.unicef.org/innovation/stories/meet-atrium"
}
],
"sectors": [],
Expand Down