-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data ethics guidance finder config
- Loading branch information
1 parent
92b110d
commit 4c3a040
Showing
7 changed files
with
143 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 108 additions & 0 deletions
108
config/schema/elasticsearch_types/data_ethics_guidance_document.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"fields": [ | ||
"data_ethics_guidance_document_key_reference", | ||
"data_ethics_guidance_document_ethical_theme", | ||
"data_ethics_guidance_document_organisation", | ||
"data_ethics_guidance_document_function", | ||
"data_ethics_guidance_document_project_phase", | ||
"data_ethics_guidance_document_technology_area" | ||
], | ||
"expanded_search_result_fields": { | ||
"data_ethics_guidance_document_key_reference": [ | ||
{ | ||
"label": "Yes", | ||
"value": "yes" | ||
}, | ||
{ | ||
"label": "No", | ||
"value": "no" | ||
} | ||
], | ||
"data_ethics_guidance_document_ethical_theme": [ | ||
{ | ||
"label": "Safety, Security and Robustness", | ||
"value": "safety-security-and-robustness" | ||
}, | ||
{ | ||
"label": "Appropriate Transparency and Explainability", | ||
"value": "appropriate-transparency-and-explainability" | ||
}, | ||
{ | ||
"label": "Fairness", | ||
"value": "fairness" | ||
}, | ||
{ | ||
"label": "Accountability and Governance", | ||
"value": "accountability-and-governance" | ||
}, | ||
{ | ||
"label": "Contestability and Redress", | ||
"value": "contestability-and-redress" | ||
}, | ||
{ | ||
"label": "Privacy", | ||
"value": "privacy" | ||
}, | ||
{ | ||
"label": "Societal Wellbeing", | ||
"value": "societal-wellbeing" | ||
} | ||
], | ||
"data_ethics_guidance_document_project_phase": [ | ||
{ | ||
"label": "Across Lifecycle", | ||
"value": "across-lifecycle" | ||
}, | ||
{ | ||
"label": "Planning", | ||
"value": "planning" | ||
}, | ||
{ | ||
"label": "Initiation", | ||
"value": "initiation" | ||
}, | ||
{ | ||
"label": "Procurement", | ||
"value": "procurement" | ||
}, | ||
{ | ||
"label": "Implementation", | ||
"value": "implementation" | ||
}, | ||
{ | ||
"label": "Monitoring/Review", | ||
"value": "monitoring-review" | ||
} | ||
], | ||
"data_ethics_guidance_document_technology_area": [ | ||
{ | ||
"label": "AI", | ||
"value": "ai" | ||
}, | ||
{ | ||
"label": "Generative AI", | ||
"value": "generative-ai" | ||
}, | ||
{ | ||
"label": "Analytical Models", | ||
"value": "analytical-models" | ||
}, | ||
{ | ||
"label": "Research and Statistics", | ||
"value": "research-and-statistics" | ||
}, | ||
{ | ||
"label": "Data", | ||
"value": "data" | ||
}, | ||
{ | ||
"label": "Responsible Innovation", | ||
"value": "responsible-innovation" | ||
}, | ||
{ | ||
"label": "Automated Decision Making", | ||
"value": "automated-decision-making" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters