From d6ad3b24161874108b84d7031cbfaa57ba7ad1f5 Mon Sep 17 00:00:00 2001 From: Oliver Davis Date: Fri, 7 Jun 2024 14:07:37 +0100 Subject: [PATCH 1/2] fixes link in line 14 of index to point to the labels page (was returning 404) --- site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.md b/site/index.md index 8d0ab6f..951e2e5 100644 --- a/site/index.md +++ b/site/index.md @@ -11,7 +11,7 @@ Data scientists are great at selling our work, for example communicating the gai The ethical implications go beyond most ethics Institutional Review Boards, to questions about the wider societal impact of data science and algorithms work. ```{admonition} Project Aims -1. Create a __community-driven open-source vocabulary__ of ethical hazards for data-intensive research and development, in the form of [Data Hazard labels](contents/data-hazards). +1. Create a __community-driven open-source vocabulary__ of ethical hazards for data-intensive research and development, in the form of [Data Hazard labels](contents/labels). 2. Make ethical and future-thinking __more accessible__ to data scientists, computer scientists and applied mathematicians to apply to their own work. 3. Enable bringing together and respecting __diverse and interdisciplinary viewpoints__ to this work, and produce resources to do this. 4. Find out in what circumstances, and for who, these resources work best. From c82f38a96c83a2241e21d0649dfe4f8e27b4d7de Mon Sep 17 00:00:00 2001 From: Oliver Davis Date: Fri, 7 Jun 2024 22:18:55 +0100 Subject: [PATCH 2/2] corrects content/labels link on line 14 of index to labels --- site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.md b/site/index.md index 951e2e5..eda96ef 100644 --- a/site/index.md +++ b/site/index.md @@ -11,7 +11,7 @@ Data scientists are great at selling our work, for example communicating the gai The ethical implications go beyond most ethics Institutional Review Boards, to questions about the wider societal impact of data science and algorithms work. ```{admonition} Project Aims -1. Create a __community-driven open-source vocabulary__ of ethical hazards for data-intensive research and development, in the form of [Data Hazard labels](contents/labels). +1. Create a __community-driven open-source vocabulary__ of ethical hazards for data-intensive research and development, in the form of [Data Hazard labels](labels). 2. Make ethical and future-thinking __more accessible__ to data scientists, computer scientists and applied mathematicians to apply to their own work. 3. Enable bringing together and respecting __diverse and interdisciplinary viewpoints__ to this work, and produce resources to do this. 4. Find out in what circumstances, and for who, these resources work best.