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 patheco-index-biodiversity-dashboards.json
96 lines (96 loc) · 3.31 KB
/
eco-index-biodiversity-dashboards.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "Eco-Index Biodiversity Dashboards",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://eco-index.nz/"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://github.com/eco-index/ecoindex-stack#readme"
]
},
"NonPII": {
"collectsNonPII": "Yes",
"checkNonPIIAccessMechanism": "Yes",
"nonPIIAccessMechanism": "The project stack has a built in API that allows extraction from the database without direct access to it. If deployed in a public server (currently the main deployment is still within the University of Waikato server but it will be moved to Cloud), a prospective user can register for an account and once approved, retrieve data through the API. The API uses an injection proof filtered SQL query to bring back results from the database. You are also able to currently retrieve all occurrence-based data held in the database in one go."
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"GDPR",
"The Privacy Act 2020 (NZ)"
],
"adherenceSteps": [
"We largely comply with both laws by virtue of not holding any PII data."
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"Security - HTTPS, SSH",
"Authentication and Authorisation - OAuth 2, JWT",
"Internationalization - UTF-8",
"APIs - OpenAPI",
"Data Exchange formats - JSON, CSV"
],
"evidenceStandardSupport": [
"https://github.com/eco-index/ecoindex-stack"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Developed in accordance with the Digital Development Principles.",
"PEP-8"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "Two notable risk mitigation strategies include: close consultation with experts on the interface of indigenous data sovereignty in the environmental context and close coordination with thought leaders at the Stockholm Resilience Center who consider how using AI on environmental monitoring can encode harmful biases. "
},
"dataPrivacySecurity": {
"collectsPII": "No",
"typesOfDataCollected": [
""
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "All data privacy considerations carefully discussed and negotiated in advance."
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": " ",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": " "
},
"protectionFromHarassment": {
"userInteraction": "No",
"addressSafetySecurityUnderageUsers": "",
"stepsAddressRiskPreventSafetyUnderageUsers": [
""
],
"griefAbuseHarassmentProtection": "",
"harassmentProtectionSteps": [
""
]
}
},
"locations": {
"developmentCountries": [
"New Zealand"
],
"deploymentCountries": [
"New Zealand"
]
}
}