Skip to content

Commit cb76d0c

Browse files
committed
deploy: 7092339
1 parent a309aa9 commit cb76d0c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+161
-117
lines changed

.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 36e6e861293d1ba58caa04777c9a423d
3+
config: f89db55b51e15ec488c136981bf72e04
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

-779 KB
Binary file not shown.

.doctrees/materials/examples.doctree

8.01 KB
Binary file not shown.

_sources/materials/examples.md.txt

+22-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,23 @@ All examples here are shared with permission.
1313
>
1414
>The students worked in small groups (about 5 per group) which worked well, I think even pairs would have been fine too though.
1515

16-
17-
[Nina Di Cara](https://github.com/ninadicara) used the Data Hazards to teach MSc students in Medical Statistics and Health Data Science at the University of Bristol about data ethics.
16+
[Nina Di Cara](https://github.com/ninadicara) used the Data Hazards to teach MSc students in Medical Statistics and Health Data Science at the University of Bristol about data ethics.
1817

1918
>Using the Data Hazards cards students really quickly started talking about what they thought. We had a good group discussion for 20 minutes in groups of 4-5 and afterwards the groups fed back about what they thought.
2019
>
2120
>One really interesting observation made by one of the students was that the Hazards naturally split into those which apply in the development of a project, and those which apply in the way that information about the project is shared.
2221
>
23-
>I'm planning to use this again next year as it went really well, especially for a topic which can be tricky for people to get started on.
22+
>I'm planning to use this again next year as it went really well, especially for a topic which can be tricky for people to get started on.
23+
24+
## ALSPAC Data Protection Impact Assessment (DPIA) forms
25+
26+
The [Avon Longitudinal Study of Parents And Children (ALSPAC)](https://www.bristol.ac.uk/alspac/), also known as the Children of the 90s project, is a longitudinal cohort study that follows children who are born in the South West of England between 1991-1992. Pioneered by Professor Jean Golding (OBE), the data for ALSPAC which is hosted at the University of Bristol is a resource of health, social and lifestyle data that has generated more than 3000 peer-reviewed research papers and is used by researchers all over the world.
2427

25-
## Self Assessment
28+
Due to the sensitive nature of the data, stringent ethics checks are in place for researchers hoping to access the data. Alongside these formal ethics requirements, the data hazard warning labels are used as part of any Data Protection Impact Assessments required for data access.
29+
30+
> We have included the Data Hazards as a part of our DPIA - Data Processing Impact Assessment (which is required by GDPR) - we use the Data Hazards as a way to prompt ourselves when considering what risks could be associated with a new data project, and then to consider ways to mitigate those risks.
31+
32+
## Self Assessment
2633

2734
Natalie Zelenka used the Data Hazards in her thesis as part of the discussion of the ethical aspects of her work.
2835
[See this example on Natalie's website](https://nataliezelenka.github.io/phenotype_from_genotype/c04-snowflake/7-discussion.html#ethics-self-assessment)
@@ -31,12 +38,22 @@ You can also see [another analysis by Natalie here](misc/geno_to_pheno_example.m
3138

3239
[Susana Román García](https://susana465.github.io/) has integrated the Data Hazards analysis into her PhD work, including it as part of roadmap to ethical and reproducible research. See [Susana's beautiful poster about her work is available here](https://github.com/Susana465/Bias-and-Reproducibility-Poster/blob/main/20221006_poster_phd_journey.jpg), presented at [COMBINE 2022](http://www.co.mbine.org/#about).
3340

34-
3541
## Delivering Workshops
3642

43+
### COMBINE 2022
44+
3745
[Susana Román García](https://susana465.github.io/) delivered a Data Hazards Workshop at [COMBINE 2022](http://www.co.mbine.org/#about) after attending our facilitator training in Summer 2022.
3846
[You can see Susana's workshop materials here](https://github.com/Susana465/Data_Hazards_workshop_COMBINE).
3947
As a result we also recieved some new Data Hazard suggestions from the attendees!
4048

4149
<!--- Susana TBC adding her views on how the workshop went, and linking to the issue she will create with the feedback from attendees. --->
4250

51+
### JGI Seedcorn Projects 2023
52+
53+
As part of the [Jean Golding Institute for data science and data intensive research's](https://www.bristol.ac.uk/golding/) (JGI) annual Seedcorn funding call, sucessful applicants had the opportunity to present their project at a data hazards workshop, run by Huw Day and Nina Di Cara. Members of the University of Bristol's research community were invited to attend, learn about the data hazards labels and how they work and then apply the labels to these exciting interdisiplinairy data science projects. This included discussing where certain hazards might apply and how you might go about mitigating these hazards. The project owners were then given the chance to feedback to the group on what they could take away from the session.
54+
55+
<!--- Emailed Miranda Armstrong about potentially putting their self assessment form on the website, stay tuned. --->
56+
57+
### JGI Data Week 2024 Data Hazards Creative Workshop
58+
59+
As part of the JGI's annual Data Week conference, Huw Day and Nina Di Cara ran a creative data hazards workshop. The workshop involved educating participants on the necesity of ethical practise in data science projects, then they were shown a series of reports from the [AI Incident Database](https://incidentdatabase.ai/) and invited to discuss what sort of harms or hazards might occur. Then, without seeing the original data hazard labels, participants were encouraged to come up with their own idea of data hazard labels and create them by drawing or using arts and craft to make the label. Some of these hazards have been added as suggested new hazards on [our GitHub issues page](https://github.com/very-good-science/data-hazards/issues).

_sphinx_design_static/sphinx-design.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/searchtools.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const Search = {
178178

179179
htmlToText: (htmlString, anchor) => {
180180
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
181-
for (const removalQuery of [".headerlinks", "script", "style"]) {
181+
for (const removalQuery of [".headerlink", "script", "style"]) {
182182
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
183183
}
184184
if (anchor) {
@@ -328,13 +328,14 @@ const Search = {
328328
for (const [title, foundTitles] of Object.entries(allTitles)) {
329329
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
330330
for (const [file, id] of foundTitles) {
331-
let score = Math.round(100 * queryLower.length / title.length)
331+
const score = Math.round(Scorer.title * queryLower.length / title.length);
332+
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
332333
normalResults.push([
333334
docNames[file],
334335
titles[file] !== title ? `${titles[file]} > ${title}` : title,
335336
id !== null ? "#" + id : "",
336337
null,
337-
score,
338+
score + boost,
338339
filenames[file],
339340
]);
340341
}

_static/sphinx-design.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

about.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -723,7 +723,7 @@ <h2>Contact<a class="headerlink" href="#contact" title="Link to this heading">#<
723723
<div class="footer-item">
724724

725725
<p class="sphinx-version">
726-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
726+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
727727
<br/>
728728
</p>
729729
</div>

code-of-conduct.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -602,7 +602,7 @@ <h2>Response process<a class="headerlink" href="#response-process" title="Link t
602602
<div class="footer-item">
603603

604604
<p class="sphinx-version">
605-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
605+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
606606
<br/>
607607
</p>
608608
</div>

contents/data-hazards.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -500,7 +500,7 @@
500500
<div class="footer-item">
501501

502502
<p class="sphinx-version">
503-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
503+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
504504
<br/>
505505
</p>
506506
</div>

contribute.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -579,7 +579,7 @@ <h2>4. Get credit<a class="headerlink" href="#get-credit" title="Link to this he
579579
<div class="footer-item">
580580

581581
<p class="sphinx-version">
582-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
582+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
583583
<br/>
584584
</p>
585585
</div>

contribute/contributors.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -665,7 +665,7 @@ <h3>Susana Roman Garcia<a class="headerlink" href="#susana-roman-garcia" title="
665665
<div class="footer-item">
666666

667667
<p class="sphinx-version">
668-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
668+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
669669
<br/>
670670
</p>
671671
</div>

contribute/credit-for-contributions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -566,7 +566,7 @@ <h2>2. Add yourself to our <a class="reference internal" href="contributors.html
566566
<div class="footer-item">
567567

568568
<p class="sphinx-version">
569-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
569+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
570570
<br/>
571571
</p>
572572
</div>

contribute/how-to-contribute.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -570,7 +570,7 @@ <h3>Build the site locally<a class="headerlink" href="#build-the-site-locally" t
570570
<div class="footer-item">
571571

572572
<p class="sphinx-version">
573-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
573+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
574574
<br/>
575575
</p>
576576
</div>

contribute/style-guide.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -559,7 +559,7 @@ <h2>Data Hazards format<a class="headerlink" href="#data-hazards-format" title="
559559
<div class="footer-item">
560560

561561
<p class="sphinx-version">
562-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
562+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
563563
<br/>
564564
</p>
565565
</div>

events.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -536,7 +536,7 @@ <h2>Previous events<a class="headerlink" href="#previous-events" title="Link to
536536
<div class="footer-item">
537537

538538
<p class="sphinx-version">
539-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
539+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
540540
<br/>
541541
</p>
542542
</div>

events/2021-09-21_workshop.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -506,7 +506,7 @@ <h1>Data Hazards Workshop: Tuesday 21st September 2021 1-3pm<a class="headerlink
506506
<div class="footer-item">
507507

508508
<p class="sphinx-version">
509-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
509+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
510510
<br/>
511511
</p>
512512
</div>

events/bristol-tech-fest.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -491,7 +491,7 @@ <h1>Bristol Tech Fest slides<a class="headerlink" href="#bristol-tech-fest-slide
491491
<div class="footer-item">
492492

493493
<p class="sphinx-version">
494-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
494+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
495495
<br/>
496496
</p>
497497
</div>

events/coworking.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -528,7 +528,7 @@ <h2>Upcoming meetings<a class="headerlink" href="#upcoming-meetings" title="Link
528528
<div class="footer-item">
529529

530530
<p class="sphinx-version">
531-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
531+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
532532
<br/>
533533
</p>
534534
</div>

events/jgi-showcase-events.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -496,7 +496,7 @@ <h1>JGI Showcase events<a class="headerlink" href="#jgi-showcase-events" title="
496496
<div class="footer-item">
497497

498498
<p class="sphinx-version">
499-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
499+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
500500
<br/>
501501
</p>
502502
</div>

events/mozfest2022.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
3232
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=104d11ec" />
33-
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=87e54e7c" />
33+
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
3434

3535
<!-- Pre-loaded scripts that we'll load fully later -->
3636
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -512,7 +512,7 @@ <h2>Slides<a class="headerlink" href="#slides" title="Link to this heading">#</a
512512
<div class="footer-item">
513513

514514
<p class="sphinx-version">
515-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
515+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.
516516
<br/>
517517
</p>
518518
</div>

0 commit comments

Comments
 (0)