main 73a7b88e56f0 cached
575 files
4.4 MB
1.2M tokens
28 symbols
1 requests
Download .txt
Showing preview only (4,780K chars total). Download the full file or copy to clipboard to get everything.
Repository: the-turing-way/the-turing-way
Branch: main
Commit: 73a7b88e56f0
Files: 575
Total size: 4.4 MB

Directory structure:
gitextract_nsbykdd0/

├── .all-contributorsrc
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── 01_bug_report.yml
│   │   ├── 02_edit_a_chapter.yml
│   │   ├── 03_new_chapter.yml
│   │   ├── 04_request_translation.yml
│   │   ├── 05_general.yml
│   │   └── config.yml
│   ├── PULL_REQUEST_TEMPLATE.md
│   ├── config.yml
│   ├── dependabot.yaml
│   ├── in-solidarity.yml
│   ├── release-drafter.yml
│   └── workflows/
│       ├── accessibility-alt-text-bot.yml
│       ├── ci.yml
│       ├── crowdin-contributors.yml
│       ├── external_link_check.yml
│       ├── lorem-ipsums.yml
│       ├── no-bad-latin.yml
│       ├── release-drafter.yml
│       ├── release-workflow.yml
│       ├── resources/
│       │   └── external_link_check_header.md
│       ├── test-file-size.yml
│       ├── validate-all-contributorsrc.yml
│       ├── validate-dependabot.yml
│       ├── validate_citation.yml
│       ├── validate_issue_templates.yml
│       └── yamllint.yaml
├── .gitignore
├── .yamllint
├── .zenodo.json
├── ACCESSIBILITY.md
├── CITATION.cff
├── CODEOWNERS
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── GOVERNANCE_ROLES.md
├── LICENSE.md
├── README-translated/
│   ├── README-Chinese.md
│   ├── README-Dutch.md
│   ├── README-French.md
│   ├── README-German.md
│   ├── README-Indonesian.md
│   ├── README-Italian.md
│   ├── README-Korean.md
│   ├── README-Papiamento.md
│   ├── README-Portuguese.md
│   └── README-Spanish.md
├── README.md
├── Vagrantfile
├── book/
│   ├── .gitignore
│   ├── .words.lst
│   ├── Makefile
│   ├── README.md
│   ├── figures/
│   │   ├── logo/
│   │   │   ├── .picasa.ini
│   │   │   └── site.webmanifest
│   │   ├── main-branch.kra
│   │   ├── one-branch.kra
│   │   ├── sub-branch.kra
│   │   └── two-branches.kra
│   ├── requirements.in
│   ├── requirements.txt
│   ├── templates/
│   │   ├── book-stats.csv
│   │   ├── case-study-template/
│   │   │   ├── README.md
│   │   │   ├── case-study-template.md
│   │   │   └── reflection-questions.md
│   │   ├── chapter-template/
│   │   │   ├── README.md
│   │   │   ├── chapter-content/
│   │   │   │   ├── chapter-checklist.md
│   │   │   │   ├── chapter-content.md
│   │   │   │   ├── chapter-personal-stories.md
│   │   │   │   └── chapter-resources.md
│   │   │   └── chapter-landing-page.md
│   │   └── count-chapters.sh
│   └── website/
│       ├── LICENSE.md
│       ├── afterword/
│       │   ├── afterword.md
│       │   ├── bibliography.md
│       │   ├── collaborators.md
│       │   ├── contributors/
│       │   │   ├── all-contributors.md
│       │   │   ├── profiles.md
│       │   │   └── translators.md
│       │   ├── contributors-record.md
│       │   ├── data-usage-statement.md
│       │   ├── glossary.md
│       │   ├── legal-disclaimer.md
│       │   └── subprojects.md
│       ├── analytics/
│       │   └── web-analytics.js
│       ├── collaboration/
│       │   ├── academic-industry/
│       │   │   ├── academic-industry-community.md
│       │   │   ├── academic-industry-establish.md
│       │   │   ├── case-studies/
│       │   │   │   ├── BridgeAI_IndependentScientificAdvice.md
│       │   │   │   ├── practitioners-hub-case-study.md
│       │   │   │   └── turing-roche-case-study.md
│       │   │   ├── case-study-library.md
│       │   │   ├── intro-case-studies-and-best-practices-in-academic-industry-collaboration.md
│       │   │   └── online-resources-best-practices.md
│       │   ├── academic-industry.md
│       │   ├── ambassador-schemes/
│       │   │   ├── ambassador-schemes-establish.md
│       │   │   └── ambassador-schemes-personal-story.md
│       │   ├── ambassador-schemes.md
│       │   ├── collaboration.md
│       │   ├── github-novice/
│       │   │   ├── github-novice-advanced.md
│       │   │   ├── github-novice-features.md
│       │   │   ├── github-novice-firststeps.md
│       │   │   └── github-novice-motivation.md
│       │   ├── github-novice.md
│       │   ├── leadership/
│       │   │   ├── leadership-building.md
│       │   │   ├── leadership-features.md
│       │   │   ├── leadership-opportunities.md
│       │   │   ├── leadership-story-data-librarian.md
│       │   │   └── leadership-story-hackathon.md
│       │   ├── leadership.md
│       │   ├── maintain-review/
│       │   │   ├── maintain-review-maintenance.md
│       │   │   ├── maintain-review-merge.md
│       │   │   ├── maintain-review-permissions.md
│       │   │   ├── maintain-review-resources.md
│       │   │   └── maintain-review-review.md
│       │   ├── maintain-review.md
│       │   ├── meetings-events-co-working/
│       │   │   ├── chairing.md
│       │   │   ├── event-tools.md
│       │   │   ├── hybrid-collab/
│       │   │   │   ├── hybrid-collab-challenges.md
│       │   │   │   ├── hybrid-collab-guidelines.md
│       │   │   │   └── hybrid-collab-resources.md
│       │   │   ├── hybrid-collab.md
│       │   │   ├── organising-coding-cafe.md
│       │   │   ├── organising-conference/
│       │   │   │   ├── reg-form-template.md
│       │   │   │   └── reg-forms.md
│       │   │   ├── organising-conference.md
│       │   │   ├── ppie-events/
│       │   │   │   ├── ppie-events-comms.md
│       │   │   │   ├── ppie-events-location.md
│       │   │   │   ├── ppie-events-planning.md
│       │   │   │   ├── ppie-events-resources.md
│       │   │   │   ├── ppie-events-schedules.md
│       │   │   │   ├── ppie-events-socials.md
│       │   │   │   └── ppie-events-tech.md
│       │   │   ├── ppie-events.md
│       │   │   ├── remote-collab/
│       │   │   │   ├── coworking.md
│       │   │   │   ├── event-participation.md
│       │   │   │   ├── informal-chats.md
│       │   │   │   ├── organising-remote-meetings.md
│       │   │   │   ├── remote-collab-guidelines.md
│       │   │   │   ├── remote-collab-prosandcons.md
│       │   │   │   ├── remote-collab-team.md
│       │   │   │   └── remote-collab-useful-resources.md
│       │   │   └── remote-collab.md
│       │   ├── meetings-events-co-working.md
│       │   ├── new-community/
│       │   │   ├── new-community-differences.md
│       │   │   ├── new-community-guide.md
│       │   │   ├── new-community-teamwork.md
│       │   │   └── new-community-techissues.md
│       │   ├── new-community.md
│       │   ├── oss-sustainability/
│       │   │   ├── oss-sustainability-challenges.md
│       │   │   └── oss-sustainability-examples.md
│       │   ├── research-infrastructure-roles/
│       │   │   ├── community-manager.md
│       │   │   ├── data-steward-personal-story.md
│       │   │   ├── data-steward.md
│       │   │   ├── data-wrangler.md
│       │   │   ├── ram.md
│       │   │   ├── research-community-manager-personal-story-1.md
│       │   │   ├── research-infrastructure-developer.md
│       │   │   ├── rse-personal-story.md
│       │   │   └── rse.md
│       │   ├── research-infrastructure-roles.md
│       │   ├── shared-ownership/
│       │   │   ├── shared-ownership-challenges.md
│       │   │   ├── shared-ownership-defaults.md
│       │   │   ├── shared-ownership-models.md
│       │   │   └── shared-ownership-projects.md
│       │   ├── shared-ownership.md
│       │   ├── stakeholder-engagement.md
│       │   ├── team-manual/
│       │   │   └── team-manual-on-off-boarding.md
│       │   └── team-manual.md
│       ├── communication/
│       │   ├── aa/
│       │   │   ├── aa-equitable.md
│       │   │   ├── aa-misconduct.md
│       │   │   ├── aa-overview.md
│       │   │   ├── aa-resources.md
│       │   │   ├── aa-stories-community.md
│       │   │   ├── aa-stories-interdisciplinary.md
│       │   │   ├── aa-tips.md
│       │   │   └── aa-traditions.md
│       │   ├── aa.md
│       │   ├── binder/
│       │   │   └── zero-to-binder.md
│       │   ├── binder.md
│       │   ├── blogs/
│       │   │   ├── blogs-personal-stories.md
│       │   │   └── blogs-webpage.md
│       │   ├── blogs.md
│       │   ├── citable/
│       │   │   ├── citable-cff.md
│       │   │   ├── citable-cffinit.md
│       │   │   ├── citable-cite.md
│       │   │   ├── citable-linking.md
│       │   │   ├── citable-metadata.md
│       │   │   ├── citable-orcid.md
│       │   │   ├── citable-otherscite.md
│       │   │   ├── citable-resources.md
│       │   │   ├── citable-steps.md
│       │   │   └── citable-versioning.md
│       │   ├── citable.md
│       │   ├── comms-overview/
│       │   │   ├── comms-overview-accessibly.md
│       │   │   ├── comms-overview-principles.md
│       │   │   └── comms-overview-resources.md
│       │   ├── comms-overview.md
│       │   ├── communication.md
│       │   ├── dif-articles/
│       │   │   ├── data.md
│       │   │   ├── methods.md
│       │   │   ├── micro.md
│       │   │   ├── reg.md
│       │   │   └── software.md
│       │   ├── dif-articles.md
│       │   ├── lay-summaries/
│       │   │   └── lay-summaries-personal-stories.md
│       │   ├── lay-summaries.md
│       │   ├── open/
│       │   │   ├── curriculum-development.md
│       │   │   ├── education.md
│       │   │   └── embedding-ds.md
│       │   ├── open.md
│       │   ├── os-comms/
│       │   │   ├── os-comms-channels.md
│       │   │   └── os-comms-issue-tracking.md
│       │   ├── os-comms.md
│       │   ├── peer-review/
│       │   │   ├── peer-review-code.md
│       │   │   ├── peer-review-guidance.md
│       │   │   ├── peer-review-open.md
│       │   │   ├── peer-review-overview.md
│       │   │   └── peer-review-resources.md
│       │   ├── peer-review.md
│       │   ├── personal/
│       │   │   ├── personal-cv.md
│       │   │   └── personal-website.md
│       │   ├── personal.md
│       │   ├── podcasts/
│       │   │   └── podcasts-personal-stories.md
│       │   ├── podcasts.md
│       │   ├── presentations/
│       │   │   ├── presentations-personal-stories.md
│       │   │   └── presentations-remote.md
│       │   ├── presentations.md
│       │   ├── research-objects/
│       │   │   ├── ro-concepts.md
│       │   │   └── ro-implementation.md
│       │   ├── research-objects.md
│       │   ├── social-media/
│       │   │   ├── social-media-twitter-multiple.md
│       │   │   └── social-media-twitter-tips.md
│       │   └── social-media.md
│       ├── community-handbook/
│       │   ├── accessibility/
│       │   │   ├── accessibility-alt-text.md
│       │   │   ├── accessibility-comms-platforms.md
│       │   │   ├── accessibility-event-organising.md
│       │   │   └── accessibility-policy.md
│       │   ├── accessibility.md
│       │   ├── acknowledgement/
│       │   │   ├── acknowledgement-examples.md
│       │   │   ├── acknowledgement-members.md
│       │   │   └── acknowledgement-record.md
│       │   ├── acknowledgement.md
│       │   ├── bookdash/
│       │   │   ├── bookdash-after.md
│       │   │   ├── bookdash-application.md
│       │   │   ├── bookdash-events.md
│       │   │   ├── bookdash-illustrator.md
│       │   │   ├── bookdash-logistics.md
│       │   │   └── bookdash-selection.md
│       │   ├── bookdash.md
│       │   ├── coc/
│       │   │   ├── coc-acknowledgement.md
│       │   │   ├── coc-details.md
│       │   │   ├── coc-enforcement.md
│       │   │   └── coc-reporting.md
│       │   ├── coc.md
│       │   ├── communication-channels/
│       │   │   ├── slack-start-guide.md
│       │   │   └── slack-welcome-guide.md
│       │   ├── communication-channels.md
│       │   ├── community-calls/
│       │   │   ├── calendar.md
│       │   │   ├── community-calls-collabcafe.md
│       │   │   ├── community-calls-forums.md
│       │   │   ├── community-calls-motivation.md
│       │   │   └── community-calls-working-groups.md
│       │   ├── community-calls.md
│       │   ├── community-handbook.md
│       │   ├── contributing-chapters/
│       │   │   ├── contributing-templates.md
│       │   │   └── contributing-workflow.md
│       │   ├── contributing-chapters.md
│       │   ├── contributing.md
│       │   ├── fireside-chat/
│       │   │   ├── fireside-chat-checklist.md
│       │   │   └── fireside-chat-roles.md
│       │   ├── fireside-chat.md
│       │   ├── github-gardening.md
│       │   ├── infrastructure/
│       │   │   ├── infrastructure-contributors.md
│       │   │   ├── infrastructure-dns.md
│       │   │   ├── infrastructure-external-link-check.md
│       │   │   ├── infrastructure-pathways.md
│       │   │   ├── infrastructure-plugins.md
│       │   │   ├── infrastructure-redirects.md
│       │   │   └── infrastructure-teams-as-code.md
│       │   ├── infrastructure.md
│       │   ├── local-build.md
│       │   ├── newsletters/
│       │   │   ├── newsletters-process.md
│       │   │   ├── newsletters-style.md
│       │   │   └── newsletters-template.md
│       │   ├── newsletters.md
│       │   ├── onboarding-offboarding/
│       │   │   ├── offboarding-core-team.md
│       │   │   ├── onboarding-core-team.md
│       │   │   └── onboarding-general-calls.md
│       │   ├── onboarding-offboarding.md
│       │   ├── pathways/
│       │   │   ├── pathways-creation.md
│       │   │   └── pathways-example.md
│       │   ├── pathways.md
│       │   ├── presenting.md
│       │   ├── style/
│       │   │   ├── consistency/
│       │   │   │   ├── consistency-formatting.md
│       │   │   │   ├── consistency-language.md
│       │   │   │   └── consistency-structure.md
│       │   │   ├── style-blocks.md
│       │   │   ├── style-citing.md
│       │   │   ├── style-consistency.md
│       │   │   ├── style-crossref.md
│       │   │   ├── style-custom-roles-and-directives.md
│       │   │   ├── style-figures.md
│       │   │   ├── style-glossary.md
│       │   │   ├── style-videos.md
│       │   │   └── style-writing-markdown.md
│       │   ├── style.md
│       │   ├── templates/
│       │   │   ├── template-bookdash-feedback.md
│       │   │   ├── template-bookdash-github.md
│       │   │   ├── template-bookdash-index.md
│       │   │   ├── template-bookdash-notes.md
│       │   │   ├── template-bookdash-precall.md
│       │   │   ├── template-coworking-collabcafe.md
│       │   │   ├── template-fireside-chat.md
│       │   │   ├── template-new-chapter-announcement
│       │   │   └── template-newsletter-draft.md
│       │   ├── templates.md
│       │   ├── translation/
│       │   │   ├── translation-getting-started.md
│       │   │   ├── translation-hello-crowdin.md
│       │   │   ├── translation-localisation.md
│       │   │   └── translation-workflow.md
│       │   └── translation.md
│       ├── ethical-research/
│       │   ├── activism/
│       │   │   ├── activism-case-study-google.md
│       │   │   ├── activism-env-impact.md
│       │   │   ├── activism-robodebt.md
│       │   │   ├── activism-unionisation.md
│       │   │   └── activism-whistleblowing.md
│       │   ├── activism.md
│       │   ├── cultural-change/
│       │   │   ├── alt-models-discussion.md
│       │   │   └── cc-examples.md
│       │   ├── cultural-change.md
│       │   ├── data-feminism/
│       │   │   └── data-feminism-power.md
│       │   ├── data-feminism.md
│       │   ├── data-hazards/
│       │   │   ├── dh-case-study.md
│       │   │   ├── dh-how-to-use.md
│       │   │   └── dh-intro.md
│       │   ├── data-hazards.md
│       │   ├── ethical-research.md
│       │   ├── ethics-committees.md
│       │   ├── ethics-intro.md
│       │   ├── ethics-open-source-governance.md
│       │   ├── internal-policy.md
│       │   ├── law-policy/
│       │   │   ├── law-policy-ethics.md
│       │   │   ├── law-policy-resources.md
│       │   │   └── law-policy-rights.md
│       │   ├── law-policy.md
│       │   ├── preclinical-research.md
│       │   ├── self-reflection/
│       │   │   ├── sr-positionality.md
│       │   │   ├── sr-power.md
│       │   │   ├── sr-prompts.md
│       │   │   └── sr-resources.md
│       │   ├── self-reflection.md
│       │   └── social-data.md
│       ├── foreword/
│       │   ├── background.md
│       │   ├── cite.md
│       │   ├── community.md
│       │   ├── embracing-digital-commons.md
│       │   ├── emergent-strategy.md
│       │   ├── faqs.md
│       │   ├── foreword.md
│       │   ├── governance/
│       │   │   ├── governance-roles.md
│       │   │   └── ways-of-working.md
│       │   ├── governance.md
│       │   ├── guiding-principles.md
│       │   └── navigate.md
│       ├── index.md
│       ├── myst.yml
│       ├── pathways/
│       │   ├── pathways-community-management-concepts.md
│       │   ├── pathways-community-management-operations.md
│       │   ├── pathways-data-science-without-borders.md
│       │   ├── pathways-data-stewards.md
│       │   ├── pathways-early-career-researchers.md
│       │   ├── pathways-project-leaders.md
│       │   ├── pathways-research-software-engineers.md
│       │   ├── pathways-software-citation.md
│       │   └── pathways.md
│       ├── plugins/
│       │   └── profile.mjs
│       ├── project-design/
│       │   ├── data-security/
│       │   │   ├── data-governance/
│       │   │   │   ├── bigcode_casestudy.md
│       │   │   │   └── data-gov-ml.md
│       │   │   ├── data-governance.md
│       │   │   ├── sdp/
│       │   │   │   ├── biological.md
│       │   │   │   ├── combined.md
│       │   │   │   ├── confidential.md
│       │   │   │   ├── metadata.md
│       │   │   │   ├── personal.md
│       │   │   │   └── types.md
│       │   │   ├── sdp.md
│       │   │   ├── sdpm/
│       │   │   │   ├── data-privacy-strategies.md
│       │   │   │   ├── informed.md
│       │   │   │   ├── resources.md
│       │   │   │   └── sharing-sensitive-data.md
│       │   │   ├── sdpm.md
│       │   │   └── sdpw.md
│       │   ├── data-security.md
│       │   ├── info-management/
│       │   │   ├── code-styling.md
│       │   │   └── filenaming.md
│       │   ├── info-management.md
│       │   ├── missing-data/
│       │   │   ├── missing-data-checklist-resources.md
│       │   │   ├── missing-data-methods.md
│       │   │   ├── missing-data-structured-missingness.md
│       │   │   ├── missing-data-structures.md
│       │   │   └── missing-data-visualising-missingness.md
│       │   ├── missing-data.md
│       │   ├── pd-overview/
│       │   │   ├── pd-checklist.md
│       │   │   ├── pd-overview-methods.md
│       │   │   ├── pd-overview-planning.md
│       │   │   ├── pd-overview-repro.md
│       │   │   ├── pd-overview-sharing.md
│       │   │   ├── pd-overview-version.md
│       │   │   ├── project-repo/
│       │   │   │   ├── project-repo-advanced.md
│       │   │   │   ├── project-repo-contributors.md
│       │   │   │   ├── project-repo-participation.md
│       │   │   │   ├── project-repo-readme.md
│       │   │   │   ├── project-repo-resources.md
│       │   │   │   └── project-repo-roadmapping.md
│       │   │   └── project-repo.md
│       │   ├── pd-overview.md
│       │   ├── project-design.md
│       │   ├── project-management-methodologies/
│       │   │   └── overview.md
│       │   ├── risks-of-bias/
│       │   │   ├── confounding-variables.md
│       │   │   ├── discrimination-bias.md
│       │   │   ├── identifying-risks-of-bias.md
│       │   │   └── validation-generalisability.md
│       │   ├── risks-of-bias.md
│       │   ├── sdpw/
│       │   │   ├── pd-sdp-private-learning.md
│       │   │   ├── pd-sdp-sensitive-code.md
│       │   │   ├── pd-sdp-sensitive-files.md
│       │   │   └── pd-sdp-trew.md
│       │   ├── stakeholders/
│       │   │   ├── persona/
│       │   │   │   ├── persona-contributors.md
│       │   │   │   └── persona-creation.md
│       │   │   └── persona.md
│       │   └── stakeholders.md
│       ├── references.bib
│       └── reproducible-research/
│           ├── binderhub/
│           │   ├── binderhub-build.md
│           │   ├── binderhub-compute.md
│           │   ├── binderhub-introduction.md
│           │   └── binderhub-resources.md
│           ├── binderhub.md
│           ├── case-studies/
│           │   └── case-study-statistical.md
│           ├── case-studies.md
│           ├── ci/
│           │   ├── ci-building-gh-actions.md
│           │   ├── ci-github-actions.md
│           │   ├── ci-options.md
│           │   ├── ci-practices.md
│           │   └── ci-resources.md
│           ├── ci.md
│           ├── code-documentation/
│           │   ├── code-documentation-code.md
│           │   ├── code-documentation-project.md
│           │   └── code-documentation-resources.md
│           ├── code-documentation.md
│           ├── code-quality/
│           │   ├── code-quality-naming.md
│           │   ├── code-quality-readability.md
│           │   ├── code-quality-resources.md
│           │   ├── code-quality-robust.md
│           │   ├── code-quality-style-formatting.md
│           │   └── code-quality-style.md
│           ├── code-quality.md
│           ├── code-reuse/
│           │   ├── code-reuse-details.md
│           │   ├── code-reuse-overview.md
│           │   └── code-reuse-packages.md
│           ├── code-reuse.md
│           ├── compendia.md
│           ├── licensing/
│           │   ├── licensing-checklist.md
│           │   ├── licensing-compatibility.md
│           │   ├── licensing-data.md
│           │   ├── licensing-documentation.md
│           │   ├── licensing-ethical-source.md
│           │   ├── licensing-floss.md
│           │   ├── licensing-hardware.md
│           │   ├── licensing-ip.md
│           │   ├── licensing-ml-case-studies.md
│           │   └── licensing-ml.md
│           ├── licensing.md
│           ├── make/
│           │   ├── make-appendix.md
│           │   ├── make-casestudy.md
│           │   ├── make-debugging.md
│           │   ├── make-examples.md
│           │   ├── make-resources.md
│           │   └── make-results.md
│           ├── make.md
│           ├── open/
│           │   ├── open-access.md
│           │   ├── open-checklist.md
│           │   ├── open-data.md
│           │   ├── open-hardware.md
│           │   ├── open-notebooks.md
│           │   ├── open-resources.md
│           │   ├── open-scholarship.md
│           │   └── open-source.md
│           ├── open.md
│           ├── overview/
│           │   ├── overview-barriers.md
│           │   ├── overview-benefit.md
│           │   ├── overview-definitions.md
│           │   └── overview-resources.md
│           ├── overview.md
│           ├── rdm/
│           │   ├── rdm-article.md
│           │   ├── rdm-care.md
│           │   ├── rdm-checklist.md
│           │   ├── rdm-cleaning.md
│           │   ├── rdm-data-curation.md
│           │   ├── rdm-data.md
│           │   ├── rdm-dmp.md
│           │   ├── rdm-elns.md
│           │   ├── rdm-fair.md
│           │   ├── rdm-find.md
│           │   ├── rdm-metadata.md
│           │   ├── rdm-methods.md
│           │   ├── rdm-personal.md
│           │   ├── rdm-pid.md
│           │   ├── rdm-repository.md
│           │   ├── rdm-resources.md
│           │   ├── rdm-sharing.md
│           │   ├── rdm-smp.md
│           │   ├── rdm-spreadsheets.md
│           │   ├── rdm-storage.md
│           │   ├── rdm-stories.md
│           │   └── rdm-visualisation.md
│           ├── rdm.md
│           ├── renv/
│           │   ├── renv-containers.md
│           │   ├── renv-options.md
│           │   ├── renv-package.md
│           │   ├── renv-resources.md
│           │   ├── renv-virtualmachine.md
│           │   └── renv-yaml.md
│           ├── renv.md
│           ├── reproducible-research.md
│           ├── reviewing/
│           │   ├── reviewing-checklist.md
│           │   ├── reviewing-motivation.md
│           │   ├── reviewing-recommend.md
│           │   ├── reviewing-resources.md
│           │   └── reviewing-workflow.md
│           ├── reviewing.md
│           ├── risk-assess/
│           │   ├── risk-assess-impact.md
│           │   └── risk-assess-resources.md
│           ├── risk-assess.md
│           ├── testing/
│           │   ├── testing-acceptance-regression.md
│           │   ├── testing-checklist.md
│           │   ├── testing-driven-development.md
│           │   ├── testing-exceptions.md
│           │   ├── testing-guidance.md
│           │   ├── testing-integrationtest.md
│           │   ├── testing-overview.md
│           │   ├── testing-resources.md
│           │   ├── testing-runtime.md
│           │   ├── testing-smoketest.md
│           │   ├── testing-systemtest.md
│           │   └── testing-unittest.md
│           ├── testing.md
│           ├── vcs/
│           │   ├── vcs-checklist.md
│           │   ├── vcs-data.md
│           │   ├── vcs-git-branches.md
│           │   ├── vcs-git-commit.md
│           │   ├── vcs-git-compare.md
│           │   ├── vcs-git-general.md
│           │   ├── vcs-git-in-research.md
│           │   ├── vcs-git-interactive.md
│           │   ├── vcs-git-merge.md
│           │   ├── vcs-git-summary.md
│           │   ├── vcs-git.md
│           │   ├── vcs-github.md
│           │   ├── vcs-personal-stories.md
│           │   ├── vcs-resources.md
│           │   ├── vcs-workflow-branches.md
│           │   └── vcs-workflow.md
│           └── vcs.md
├── lychee.toml
├── netlify.toml
├── release-workflow.md
├── tests/
│   ├── lorem-ipsums.py
│   ├── no-bad-latin.py
│   ├── pull_files.py
│   ├── release_workflow.py
│   ├── requirements.txt
│   ├── test-file-size.sh
│   ├── validate-all-contributorsrc.py
│   └── validate-dependabot.py
└── ways_of_working.md

================================================
FILE CONTENTS
================================================

================================================
FILE: .all-contributorsrc
================================================
{
  "_comment": "This JSON file controls the behaviour of the all contributors bot. A description of the keys can be found here: https://allcontributors.org/docs/en/bot/configuration",
  "files": [
    "README.md",
    "book/website/afterword/contributors/all-contributors.md"
  ],
  "imageSize": 100,
  "contributorsPerLine": 6,
  "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
  "skipCi": false,
  "contributorsSortAlphabetically": true,
  "projectName": "the-turing-way",
  "projectOwner": "the-turing-way",
  "repoType": "github",
  "repoHost": "https://github.com",
  "commitConvention": "none",
  "commitType": "docs",
  "types": {
    "a11y": {
      "symbol": "♿️",
      "description": "Accessibility",
      "link": "https://book.the-turing-way.org/afterword/subprojects.html#accessibility-working-group"
    },
    "content": {
      "symbol": "🖋",
      "description": "Content",
      "link": "https://book.the-turing-way.org"
    },
    "ideas": {
      "symbol": "🤔",
      "description": "Ideas, Planning, & Feedback",
      "link": "https://github.com/the-turing-way/the-turing-way/issues?q=is%3Aissue%20state%3Aopen%20label%3Aidea-for-discussion"
    },
    "eventOrganizing": {
      "symbol": "📋",
      "description": "Event Organizing",
      "link": "https://docs.google.com/spreadsheets/d/1WsIAUKgdIRRfd3h09ee2gc7sVmV2u1gEEh3L6u6L1MQ/edit?gid=577525947#gid=577525947,"
    },
    "infra": {
      "symbol": "🚇",
      "description": "Infrastructure (Hosting, Build-Tools, etc)",
      "link": "https://book.the-turing-way.org/afterword/subprojects.html#subprojects-infra-wg"
    },
    "tool": {
      "symbol": "🔧",
      "description": "Tools",
      "link": "https://book.the-turing-way.org/afterword/subprojects.html#subprojects-infra-wg"
    },
    "video": {
      "symbol": "📹",
      "description": "Videos",
      "link": "https://book.the-turing-way.org/afterword/subprojects.html#subprojects-infra-wg"
    },
    "maintenance": {
      "symbol": "🚧",
      "description": "Maintenance",
      "link": "https://book.the-turing-way.org/afterword/subprojects.html#subprojects-infra-wg"
    },
    "question": {
      "symbol": "💬",
      "description": "Answering Questions",
      "link": "https://github.com/orgs/the-turing-way/discussions"
    },
    "talk": {
      "symbol": "📢",
      "description": "Talks",
      "link": "https://github.com/the-turing-way/conferences"
    },
    "promotion": {
      "symbol": "📣",
      "description": "Promotion",
      "link": "https://github.com/the-turing-way/conferences"
    },
    "translation": {
      "symbol": "🌍",
      "description": "Translation",
      "link": "https://book.the-turing-way.org/afterword/subprojects.html#translation-and-localisation-working-group"
    },
    "platform": {
      "symbol": "📦",
      "description": "Packaging/porting to new platform",
      "link": "https://jupyterbook.org"
    },
    "design": {
      "symbol": "🎨",
      "description": "Design",
      "link": "https://book.the-turing-way.org"
    },
    "example": {
      "symbol": "💡",
      "description": "Examples",
      "link": "https://book.the-turing-way.org"
    },
    "blog": {
      "symbol": "📝",
      "description": "Blogposts",
      "link": "https://github.com/the-turing-way/newsletter"
    },
    "userTesting": {
      "symbol": "📓",
      "description": "User Testing",
      "link": "https://book.the-turing-way.org"
    },
    "fundingFinding": {
      "symbol": "🔍",
      "description": "Funding Finding",
      "link": "https://book.the-turing-way.org"
    },
    "projectManagement": {
      "symbol": "📆",
      "description": "Project Management",
      "link": "https://book.the-turing-way.org"
    },
    "tutorial": {
      "symbol": "✅",
      "description": "Tutorials",
      "link": "https://book.the-turing-way.org"
    }
  },
  "contributors": [
    {
      "login": "rainsworth",
      "name": "Rachael Ainsworth",
      "avatar_url": "https://avatars3.githubusercontent.com/u/10600877?v=4",
      "profile": "https://rainsworth.github.io",
      "contributions": [
        "doc",
        "eventOrganizing",
        "ideas",
        "question",
        "review",
        "talk"
      ]
    },
    {
      "login": "tallamjr",
      "name": "Tarek Allam",
      "avatar_url": "https://avatars1.githubusercontent.com/u/8843728?v=4",
      "profile": "http://www.tarekallamjr.com",
      "contributions": [
        "infra",
        "doc"
      ]
    },
    {
      "login": "trallard",
      "name": "Tania Allard",
      "avatar_url": "https://avatars3.githubusercontent.com/u/23552331?v=4",
      "profile": "http://www.bitsandchips.me",
      "contributions": [
        "ideas",
        "question",
        "review",
        "a11y"
      ]
    },
    {
      "login": "dalonsoa",
      "name": "Diego Alonso Alvarez",
      "avatar_url": "https://avatars1.githubusercontent.com/u/6095790?v=4",
      "profile": "http://www.imperial.ac.uk/quantum-photovoltaics",
      "contributions": [
        "ideas",
        "review"
      ]
    },
    {
      "login": "bouweandela",
      "name": "Bouwe Andela",
      "avatar_url": "https://avatars3.githubusercontent.com/u/5430937?v=4",
      "profile": "https://github.com/bouweandela",
      "contributions": [
        "content",
        "review"
      ]
    },
    {
      "login": "KristijanArmeni",
      "name": "Kristijan Armeni",
      "avatar_url": "https://avatars3.githubusercontent.com/u/14061041?v=4",
      "profile": "https://github.com/KristijanArmeni",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "r-j-arnold",
      "name": "Becky Arnold",
      "avatar_url": "https://avatars1.githubusercontent.com/u/20441134?v=4",
      "profile": "https://github.com/r-j-arnold",
      "contributions": [
        "question",
        "code",
        "doc",
        "ideas",
        "review"
      ]
    },
    {
      "login": "dblana",
      "name": "Dimitra Blana",
      "avatar_url": "https://avatars0.githubusercontent.com/u/13907429?v=4",
      "profile": "https://dblana.github.io/",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "LouiseABowler",
      "name": "Louise Bowler",
      "avatar_url": "https://avatars1.githubusercontent.com/u/25640708?v=4",
      "profile": "https://github.com/LouiseABowler",
      "contributions": [
        "question",
        "code",
        "doc",
        "example",
        "ideas",
        "eventOrganizing",
        "review"
      ]
    },
    {
      "login": "informationcake",
      "name": "Alex Clarke",
      "avatar_url": "https://avatars3.githubusercontent.com/u/16001543?v=4",
      "profile": "http://informationcake.com",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "jezcope",
      "name": "Jez Cope",
      "avatar_url": "https://avatars3.githubusercontent.com/u/457628?v=4",
      "profile": "http://erambler.co.uk/",
      "contributions": [
        "doc",
        "bug",
        "infra"
      ]
    },
    {
      "login": "edaub",
      "name": "Eric Daub",
      "avatar_url": "https://avatars0.githubusercontent.com/u/45598892?v=4",
      "profile": "https://github.com/edaub",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "sdruskat",
      "name": "Stephan Druskat",
      "avatar_url": "https://avatars0.githubusercontent.com/u/3007126?v=4",
      "profile": "http://sdruskat.net",
      "contributions": [
        "doc",
        "content",
        "ideas"
      ]
    },
    {
      "login": "emdupre",
      "name": "Elizabeth DuPre",
      "avatar_url": "https://avatars3.githubusercontent.com/u/15017191?v=4",
      "profile": "http://emdupre.me",
      "contributions": [
        "infra",
        "question",
        "review"
      ]
    },
    {
      "login": "sje30",
      "name": "Stephen Eglen",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1095067?v=4",
      "profile": "http://damtp.cam.ac.uk/user/eglen",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "joe-fennell",
      "name": "Joe Fennell",
      "avatar_url": "https://avatars3.githubusercontent.com/u/25105262?v=4",
      "profile": "https://github.com/joe-fennell",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "oforrest",
      "name": "Oliver Forrest",
      "avatar_url": "https://avatars2.githubusercontent.com/u/49275282?v=4",
      "profile": "https://github.com/oforrest",
      "contributions": [
        "doc",
        "ideas",
        "content",
        "review"
      ]
    },
    {
      "login": "pgadige",
      "name": "Pooja Gadige",
      "avatar_url": "https://avatars2.githubusercontent.com/u/8632025?v=4",
      "profile": "https://github.com/pgadige",
      "contributions": [
        "doc",
        "review"
      ]
    },
    {
      "login": "jmgate",
      "name": "Jason Gates",
      "avatar_url": "https://avatars3.githubusercontent.com/u/20327215?v=4",
      "profile": "https://github.com/jmgate",
      "contributions": [
        "doc",
        "review"
      ]
    },
    {
      "login": "sgibson91",
      "name": "Sarah Gibson",
      "avatar_url": "https://avatars2.githubusercontent.com/u/44771837?v=4",
      "profile": "https://github.com/sgibson91",
      "contributions": [
        "question",
        "code",
        "doc",
        "tool",
        "review",
        "talk",
        "ideas",
        "tutorial",
        "video"
      ]
    },
    {
      "login": "OscartGiles",
      "name": "Oscar Giles",
      "avatar_url": "https://avatars0.githubusercontent.com/u/12784013?v=4",
      "profile": "https://github.com/OscartGiles",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "rjjgilham",
      "name": "Richard Gilham",
      "avatar_url": "https://avatars0.githubusercontent.com/u/18323072?v=4",
      "profile": "https://github.com/rjjgilham",
      "contributions": [
        "doc",
        "ideas"
      ]
    },
    {
      "login": "cassgvp",
      "name": "Cassandra Gould van Praag",
      "avatar_url": "https://avatars2.githubusercontent.com/u/43407869?v=4",
      "profile": "https://github.com/cassgvp",
      "contributions": [
        "ideas",
        "doc",
        "review",
        "eventOrganizing",
        "content"
      ]
    },
    {
      "login": "mjg211",
      "name": "Michael Grayling",
      "avatar_url": "https://avatars2.githubusercontent.com/u/4548867?v=4",
      "profile": "https://www.mrc-bsu.cam.ac.uk/people/in-alphabetical-order/a-to-g/michael-grayling/",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "nlharris",
      "name": "Nomi Harris",
      "avatar_url": "https://avatars3.githubusercontent.com/u/348704?v=4",
      "profile": "https://github.com/nlharris",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "libertyh",
      "name": "Liberty Hamilton",
      "avatar_url": "https://avatars2.githubusercontent.com/u/3268583?v=4",
      "profile": "http://csd.utexas.edu/research/hamilton-lab",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "betatim",
      "name": "Tim Head",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1448859?v=4",
      "profile": "https://github.com/betatim",
      "contributions": [
        "question",
        "ideas"
      ]
    },
    {
      "login": "pherterich",
      "name": "Patricia Herterich",
      "avatar_url": "https://avatars0.githubusercontent.com/u/8457675?v=4",
      "profile": "https://github.com/pherterich",
      "contributions": [
        "question",
        "doc",
        "review",
        "ideas",
        "content",
        "eventOrganizing"
      ]
    },
    {
      "login": "rosiehigman",
      "name": "Rosie Higman",
      "avatar_url": "https://avatars2.githubusercontent.com/u/15738325?v=4",
      "profile": "https://github.com/rosiehigman",
      "contributions": [
        "question",
        "eventOrganizing",
        "review",
        "ideas"
      ]
    },
    {
      "login": "ianhinder",
      "name": "Ian Hinder",
      "avatar_url": "https://avatars3.githubusercontent.com/u/213274?v=4",
      "profile": "https://ianhinder.net",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "hieuhoang",
      "name": "Hieu Hoang",
      "avatar_url": "https://avatars1.githubusercontent.com/u/691732?v=4",
      "profile": "http://www.hoang.co.uk/hieu",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "SiccarPoint",
      "name": "Dan Hobley",
      "avatar_url": "https://avatars3.githubusercontent.com/u/6867260?v=4",
      "profile": "http://spot.colorado.edu/~daho1668/",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "choldgraf",
      "name": "Chris Holdgraf",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1839645?v=4",
      "profile": "http://chrisholdgraf.com",
      "contributions": [
        "question",
        "ideas",
        "talk"
      ]
    },
    {
      "login": "wjchulme",
      "name": "Will Hulme",
      "avatar_url": "https://avatars1.githubusercontent.com/u/25637345?v=4",
      "profile": "https://github.com/wjchulme",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "jdkent",
      "name": "James Kent",
      "avatar_url": "https://avatars0.githubusercontent.com/u/12564882?v=4",
      "profile": "https://www.linkedin.com/in/james-kent-24666468/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "gkiar",
      "name": "Greg Kiar",
      "avatar_url": "https://avatars3.githubusercontent.com/u/4883288?v=4",
      "profile": "http://gkiar.github.io",
      "contributions": [
        "doc",
        "review"
      ]
    },
    {
      "login": "taunsquared",
      "name": "Danbee Kim",
      "avatar_url": "https://avatars1.githubusercontent.com/u/27739141?v=4",
      "profile": "https://github.com/taunsquared",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "annakrystalli",
      "name": "Anna Krystalli",
      "avatar_url": "https://avatars1.githubusercontent.com/u/5583057?v=4",
      "profile": "https://www.annakrystalli.me/",
      "contributions": [
        "question",
        "example",
        "review",
        "ideas",
        "tutorial"
      ]
    },
    {
      "login": "kkmann",
      "name": "Kevin Kunzmann",
      "avatar_url": "https://avatars2.githubusercontent.com/u/2482236?v=4",
      "profile": "https://kkmann.github.io/",
      "contributions": [
        "doc",
        "ideas",
        "bug"
      ]
    },
    {
      "login": "mkuzak",
      "name": "Mateusz Kuzak",
      "avatar_url": "https://avatars2.githubusercontent.com/u/208443?v=4",
      "profile": "https://github.com/mkuzak",
      "contributions": [
        "bug",
        "eventOrganizing",
        "ideas",
        "review",
        "content"
      ]
    },
    {
      "login": "erictleung",
      "name": "Eric Leung",
      "avatar_url": "https://avatars2.githubusercontent.com/u/2754821?v=4",
      "profile": "https://erictleung.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "ClareLiggins",
      "name": "Clare Liggins",
      "avatar_url": "https://avatars3.githubusercontent.com/u/47981871?v=4",
      "profile": "https://github.com/ClareLiggins",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "longr",
      "name": "Robin Long",
      "avatar_url": "https://avatars0.githubusercontent.com/u/3597743?v=4",
      "profile": "https://github.com/longr",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "christopherlovell",
      "name": "Christopher Lovell",
      "avatar_url": "https://avatars3.githubusercontent.com/u/4648092?v=4",
      "profile": "http://christopherlovell.co.uk",
      "contributions": [
        "infra"
      ]
    },
    {
      "login": "FrancesMadden",
      "name": "Frances Madden",
      "avatar_url": "https://avatars3.githubusercontent.com/u/52208466?v=4",
      "profile": "https://github.com/FrancesMadden",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "rockita",
      "name": "Eirini Malliaraki",
      "avatar_url": "https://avatars3.githubusercontent.com/u/36627260?v=4",
      "profile": "http://emalliaraki.com",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "effigies",
      "name": "Chris Markiewicz",
      "avatar_url": "https://avatars0.githubusercontent.com/u/83442?v=4",
      "profile": "https://github.com/effigies",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "c-martinez",
      "name": "Carlos Martinez",
      "avatar_url": "https://avatars3.githubusercontent.com/u/7782231?v=4",
      "profile": "https://github.com/c-martinez",
      "contributions": [
        "bug",
        "review",
        "content"
      ]
    },
    {
      "login": "orchid00",
      "name": "Paula Andrea Martinez",
      "avatar_url": "https://avatars3.githubusercontent.com/u/9795785?v=4",
      "profile": "https://github.com/orchid00",
      "contributions": [
        "ideas",
        "review"
      ]
    },
    {
      "login": "masonlr",
      "name": "Lachlan Mason",
      "avatar_url": "https://avatars2.githubusercontent.com/u/5828176?v=4",
      "profile": "https://github.com/masonlr",
      "contributions": [
        "ideas",
        "doc",
        "code"
      ]
    },
    {
      "login": "RohitMidha23",
      "name": "Rohit Midha",
      "avatar_url": "https://avatars1.githubusercontent.com/u/38888530?v=4",
      "profile": "http://rohitmidha23.github.io",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "jmoldon",
      "name": "Javier Moldon",
      "avatar_url": "https://avatars2.githubusercontent.com/u/1053066?v=4",
      "profile": "https://github.com/jmoldon",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "AlfAWolf140",
      "name": "Beth Montague-Hellen",
      "avatar_url": "https://avatars2.githubusercontent.com/u/29063219?v=4",
      "profile": "https://github.com/AlfAWolf140",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "alexmorley",
      "name": "Alexander Morley",
      "avatar_url": "https://avatars2.githubusercontent.com/u/13655521?v=4",
      "profile": "http://alexmorley.me",
      "contributions": [
        "question",
        "review",
        "ideas",
        "test",
        "infra",
        "maintenance"
      ]
    },
    {
      "login": "jamesmyatt",
      "name": "James Myatt",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1047337?v=4",
      "profile": "http://www.jamesmyatt.co.uk/",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "OliJimbo",
      "name": "Oliver Clark",
      "avatar_url": "https://avatars2.githubusercontent.com/u/16899600?v=4",
      "profile": "https://github.com/OliJimbo",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "martintoreilly",
      "name": "Martin O'Reilly",
      "avatar_url": "https://avatars3.githubusercontent.com/u/21147592?v=4",
      "profile": "https://github.com/martintoreilly",
      "contributions": [
        "question",
        "tool",
        "ideas"
      ]
    },
    {
      "login": "jspickering",
      "name": "Jade Pickering",
      "avatar_url": "https://avatars3.githubusercontent.com/u/28339195?v=4",
      "profile": "https://github.com/jspickering",
      "contributions": [
        "doc",
        "bug"
      ]
    },
    {
      "login": "crangelsmith",
      "name": "Camila Rangel Smith",
      "avatar_url": "https://avatars2.githubusercontent.com/u/11162074?v=4",
      "profile": "https://github.com/crangelsmith",
      "contributions": [
        "doc",
        "translation",
        "maintenance"
      ]
    },
    {
      "login": "RostiReadioff",
      "name": "Rosti Readioff",
      "avatar_url": "https://avatars1.githubusercontent.com/u/45424690?v=4",
      "profile": "https://github.com/RostiReadioff",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "jemrobinson",
      "name": "James Robinson",
      "avatar_url": "https://avatars2.githubusercontent.com/u/3502751?v=4",
      "profile": "https://github.com/jemrobinson",
      "contributions": [
        "ideas",
        "code"
      ]
    },
    {
      "login": "PabRod",
      "name": "Pablo Rodríguez-Sánchez",
      "avatar_url": "https://avatars0.githubusercontent.com/u/7677614?v=4",
      "profile": "https://pabrod.github.io/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "SusannaSansone",
      "name": "Susanna-Assunta Sansone",
      "avatar_url": "https://avatars3.githubusercontent.com/u/525719?v=4",
      "profile": "https://sansonegroup.eng.ox.ac.uk/",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "seyhunsaral",
      "name": "Ali Seyhun Saral",
      "avatar_url": "https://avatars1.githubusercontent.com/u/11707417?v=4",
      "profile": "http://www.saral.it",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "illushka",
      "name": "Chanuki Illushka Seresinhe",
      "avatar_url": "https://avatars1.githubusercontent.com/u/8143964?v=4",
      "profile": "https://github.com/illushka",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "nadiasoliman",
      "name": "Nadia Soliman",
      "avatar_url": "https://avatars0.githubusercontent.com/u/41086364?v=4",
      "profile": "https://github.com/nadiasoliman",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "ajstewartlang",
      "name": "Andrew Stewart",
      "avatar_url": "https://avatars3.githubusercontent.com/u/26226804?v=4",
      "profile": "https://scholar.google.co.uk/citations?user=o0cD2JgAAAAJ&hl=en",
      "contributions": [
        "tutorial"
      ]
    },
    {
      "login": "BioStew",
      "name": "Sarah Stewart",
      "avatar_url": "https://avatars3.githubusercontent.com/u/17767752?v=4",
      "profile": "https://github.com/Biostew",
      "contributions": [
        "doc",
        "ideas"
      ]
    },
    {
      "login": "ots22",
      "name": "Oliver Strickson",
      "avatar_url": "https://avatars1.githubusercontent.com/u/5434836?v=4",
      "profile": "https://github.com/ots22",
      "contributions": [
        "question",
        "doc",
        "tutorial"
      ]
    },
    {
      "login": "NatalieThurlby",
      "name": "Natalie Thurlby",
      "avatar_url": "https://avatars1.githubusercontent.com/u/17617308?v=4",
      "profile": "https://github.com/NatalieThurlby",
      "contributions": [
        "code",
        "test"
      ]
    },
    {
      "login": "GjjvdBurg",
      "name": "Gertjan van den Burg",
      "avatar_url": "https://avatars2.githubusercontent.com/u/3286696?v=4",
      "profile": "http://gertjan.dev",
      "contributions": [
        "doc",
        "ideas",
        "question"
      ]
    },
    {
      "login": "sverhoeven",
      "name": "Stefan Verhoeven",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1713488?v=4",
      "profile": "https://github.com/sverhoeven",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "KirstieJane",
      "name": "Kirstie Whitaker",
      "avatar_url": "https://avatars1.githubusercontent.com/u/3626306?v=4",
      "profile": "https://whitakerlab.github.io",
      "contributions": [
        "question",
        "doc",
        "design",
        "eventOrganizing",
        "fundingFinding",
        "ideas",
        "review",
        "talk"
      ]
    },
    {
      "login": "tonyyzy",
      "name": "Tony Yang",
      "avatar_url": "https://avatars3.githubusercontent.com/u/38984697?v=4",
      "profile": "https://github.com/tonyyzy",
      "contributions": [
        "doc",
        "translation",
        "infra"
      ]
    },
    {
      "login": "yochannah",
      "name": "Yo Yehudi",
      "avatar_url": "https://avatars0.githubusercontent.com/u/9271438?v=4",
      "profile": "http://yo-yehudi.com",
      "contributions": [
        "doc",
        "review",
        "ideas"
      ]
    },
    {
      "login": "eirini-zormpa",
      "name": "Eirini Zormpa",
      "avatar_url": "https://avatars3.githubusercontent.com/u/30151074?v=4",
      "profile": "https://github.com/eirini-zormpa",
      "contributions": [
        "bug",
        "review",
        "ideas",
        "eventOrganizing"
      ]
    },
    {
      "login": "malvikasharan",
      "name": "Malvika Sharan",
      "avatar_url": "https://avatars0.githubusercontent.com/u/5370471?v=4",
      "profile": "https://github.com/malvikasharan",
      "contributions": [
        "doc",
        "eventOrganizing",
        "ideas",
        "projectManagement",
        "review",
        "talk",
        "maintenance",
        "video",
        "a11y"
      ]
    },
    {
      "login": "JimMadge",
      "name": "Jim Madge",
      "avatar_url": "https://avatars2.githubusercontent.com/u/23616154?v=4",
      "profile": "https://github.com/JimMadge",
      "contributions": [
        "content",
        "doc",
        "review",
        "code",
        "infra",
        "bug",
        "a11y",
        "talk",
        "maintenance"
      ]
    },
    {
      "login": "fedenanni",
      "name": "Federico Nanni",
      "avatar_url": "https://avatars2.githubusercontent.com/u/8415204?v=4",
      "profile": "https://federiconanni.com/",
      "contributions": [
        "bug",
        "content",
        "review"
      ]
    },
    {
      "login": "evelinag",
      "name": "Evelina Gabasova",
      "avatar_url": "https://avatars2.githubusercontent.com/u/5541162?v=4",
      "profile": "http://evelinag.com",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "nbarlowATI",
      "name": "Nick Barlow",
      "avatar_url": "https://avatars3.githubusercontent.com/u/33832774?v=4",
      "profile": "https://github.com/nbarlowATI",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "radka-j",
      "name": "Radka Jersakova",
      "avatar_url": "https://avatars2.githubusercontent.com/u/29207091?v=4",
      "profile": "https://github.com/radka-j",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "nathanbegbie",
      "name": "Nathan Begbie",
      "avatar_url": "https://avatars0.githubusercontent.com/u/7100966?v=4",
      "profile": "https://github.com/nathanbegbie",
      "contributions": [
        "bug",
        "ideas"
      ]
    },
    {
      "login": "EstherPlomp",
      "name": "Esther Plomp",
      "avatar_url": "https://avatars1.githubusercontent.com/u/46314469?v=4",
      "profile": "https://github.com/EstherPlomp",
      "contributions": [
        "bug",
        "ideas",
        "content",
        "review",
        "talk",
        "blog",
        "translation",
        "eventOrganizing"
      ]
    },
    {
      "login": "annahadji",
      "name": "Anna Hadjitofi",
      "avatar_url": "https://avatars0.githubusercontent.com/u/14828356?v=4",
      "profile": "https://github.com/annahadji",
      "contributions": [
        "content",
        "translation",
        "tutorial"
      ]
    },
    {
      "login": "m-rivera",
      "name": "Miguel Rivera",
      "avatar_url": "https://avatars1.githubusercontent.com/u/22956181?v=4",
      "profile": "https://github.com/m-rivera",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "bvreede",
      "name": "Barbara Vreede",
      "avatar_url": "https://avatars2.githubusercontent.com/u/5747405?v=4",
      "profile": "http://barbaravreede.com",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "HeidiSeibold",
      "name": "Heidi Seibold",
      "avatar_url": "https://avatars1.githubusercontent.com/u/14146757?v=4",
      "profile": "https://twitter.com/HeidiBaya",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "mbjoseph",
      "name": "Max Joseph",
      "avatar_url": "https://avatars3.githubusercontent.com/u/2664564?v=4",
      "profile": "https://mbjoseph.github.io",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "martinagvilas",
      "name": "Martina G. Vilas",
      "avatar_url": "https://avatars2.githubusercontent.com/u/37339384?v=4",
      "profile": "http://martinagvilas.github.io",
      "contributions": [
        "infra",
        "test",
        "talk",
        "video",
        "tutorial"
      ]
    },
    {
      "login": "LauraCarter",
      "name": "Laura Carter",
      "avatar_url": "https://avatars3.githubusercontent.com/u/16853500?v=4",
      "profile": "https://github.com/LauraCarter",
      "contributions": [
        "review",
        "bug",
        "ideas",
        "content"
      ]
    },
    {
      "login": "vdda",
      "name": "Victoria Dominguez del Angel",
      "avatar_url": "https://avatars1.githubusercontent.com/u/642451?v=4",
      "profile": "https://github.com/vdda",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "kir0ul",
      "name": "Andrea Pierré",
      "avatar_url": "https://avatars3.githubusercontent.com/u/6053592?v=4",
      "profile": "https://github.com/kir0ul",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "iamleeg",
      "name": "Graham Lee",
      "avatar_url": "https://avatars0.githubusercontent.com/u/237254?v=4",
      "profile": "https://labrary.online",
      "contributions": [
        "bug",
        "review"
      ]
    },
    {
      "login": "anilbey",
      "name": "Mustafa Anil Tuncel",
      "avatar_url": "https://avatars2.githubusercontent.com/u/7026020?v=4",
      "profile": "https://www.linkedin.com/in/aniltuncel/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "mwoodbri",
      "name": "Mark Woodbridge",
      "avatar_url": "https://avatars3.githubusercontent.com/u/1724545?v=4",
      "profile": "https://www.imperial.ac.uk/ict/rcs",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "chadsgilbert",
      "name": "Chad Gilbert",
      "avatar_url": "https://avatars1.githubusercontent.com/u/524598?v=4",
      "profile": "https://github.com/chadsgilbert",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "fmcooper",
      "name": "Frances Cooper",
      "avatar_url": "https://avatars3.githubusercontent.com/u/14854230?v=4",
      "profile": "http://francescooper.net",
      "contributions": [
        "content",
        "ideas"
      ]
    },
    {
      "login": "JoannaLeng",
      "name": "Joanna Leng",
      "avatar_url": "https://avatars1.githubusercontent.com/u/23033397?v=4",
      "profile": "https://github.com/JoannaLeng",
      "contributions": [
        "content",
        "ideas"
      ]
    },
    {
      "login": "colinsauze",
      "name": "Colin Sauze",
      "avatar_url": "https://avatars3.githubusercontent.com/u/1053628?v=4",
      "profile": "http://users.aber.ac.uk/cos",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "Chrisisour",
      "name": "Christina Hitrova",
      "avatar_url": "https://avatars2.githubusercontent.com/u/49248075?v=4",
      "profile": "https://github.com/Chrisisour",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "kessonovitch",
      "name": "Kesson Magid",
      "avatar_url": "https://avatars0.githubusercontent.com/u/23242159?v=4",
      "profile": "https://github.com/kessonovitch",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "kdixey",
      "name": "Katherine Dixey",
      "avatar_url": "https://avatars2.githubusercontent.com/u/59925972?v=4",
      "profile": "https://github.com/kdixey",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "nalessandroni",
      "name": "Nicolás Alessandroni",
      "avatar_url": "https://avatars0.githubusercontent.com/u/43151303?v=4",
      "profile": "https://orcid.org/0000-0002-6595-0969",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "alexwlchan",
      "name": "Alex Chan",
      "avatar_url": "https://avatars0.githubusercontent.com/u/301220?v=4",
      "profile": "https://alexwlchan.net",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "npch",
      "name": "Neil Chue Hong",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1507151?v=4",
      "profile": "http://www.software.ac.uk",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "Trotts",
      "name": "Cameron Trotter",
      "avatar_url": "https://avatars3.githubusercontent.com/u/9531671?v=4",
      "profile": "http://trotts.io",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "vladoxNCL",
      "name": "Carlos Vladimiro González Zelaya",
      "avatar_url": "https://avatars0.githubusercontent.com/u/33488410?v=4",
      "profile": "https://github.com/vladoxNCL",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "ppintosilva",
      "name": "Pedro Pinto da Silva",
      "avatar_url": "https://avatars1.githubusercontent.com/u/11331882?v=4",
      "profile": "https://ppintosilva.com",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "SedarOlmez94",
      "name": "Sedar Olmez",
      "avatar_url": "https://avatars3.githubusercontent.com/u/10035934?v=4",
      "profile": "https://www.turing.ac.uk/people/doctoral-students/sedar-olmez",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "rosesisk",
      "name": "Rose Sisk",
      "avatar_url": "https://avatars2.githubusercontent.com/u/52324551?v=4",
      "profile": "https://github.com/rosesisk",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "mednche",
      "name": "Natacha Chenevoy",
      "avatar_url": "https://avatars0.githubusercontent.com/u/24226111?v=4",
      "profile": "https://mednche.github.io",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "paulbaniqued",
      "name": "Paul Dominick Baniqued",
      "avatar_url": "https://avatars2.githubusercontent.com/u/47854500?v=4",
      "profile": "https://github.com/paulbaniqued",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "GeorgiaA",
      "name": "Georgia Atkinson",
      "avatar_url": "https://avatars2.githubusercontent.com/u/33513781?v=4",
      "profile": "https://github.com/GeorgiaA",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "davehedgehog",
      "name": "Tess Gough",
      "avatar_url": "https://avatars0.githubusercontent.com/u/57715289?v=4",
      "profile": "https://github.com/davehedgehog",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "annabelelizabethwhipp",
      "name": "Annabel Elizabeth Whipp",
      "avatar_url": "https://avatars0.githubusercontent.com/u/32568227?v=4",
      "profile": "https://annabelelizabethwhipp.github.io/homepage",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "sianbladon",
      "name": "Sian Bladon",
      "avatar_url": "https://avatars0.githubusercontent.com/u/60200458?v=4",
      "profile": "https://github.com/sianbladon",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "watson-c",
      "name": "Charlotte Watson",
      "avatar_url": "https://avatars3.githubusercontent.com/u/48691807?v=4",
      "profile": "https://github.com/watson-c",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "philipdarke",
      "name": "Philip Darke",
      "avatar_url": "https://avatars2.githubusercontent.com/u/43066442?v=4",
      "profile": "http://philipdarke.com",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "sparkler0323",
      "name": "Sparkler",
      "avatar_url": "https://avatars2.githubusercontent.com/u/18514015?v=4",
      "profile": "https://github.com/sparkler0323",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "minnieho1115",
      "name": "Yini",
      "avatar_url": "https://avatars1.githubusercontent.com/u/35134464?v=4",
      "profile": "https://github.com/minnieho1115",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "adswa",
      "name": "Adina Wagner",
      "avatar_url": "https://avatars1.githubusercontent.com/u/29738718?v=4",
      "profile": "http://www.adina-wagner.com",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "GeorgianaElena",
      "name": "Georgiana Elena",
      "avatar_url": "https://avatars0.githubusercontent.com/u/7579677?v=4",
      "profile": "https://github.com/GeorgianaElena",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "eglerean",
      "name": "Enrico Glerean",
      "avatar_url": "https://avatars1.githubusercontent.com/u/8993301?v=4",
      "profile": "http://www.glerean.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "wiebket",
      "name": "Wiebke Toussaint",
      "avatar_url": "https://avatars3.githubusercontent.com/u/11086407?v=4",
      "profile": "https://wiebketoussaint.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "da5nsy",
      "name": "Danny Garside",
      "avatar_url": "https://avatars3.githubusercontent.com/u/3739866?v=4",
      "profile": "http://dannygarside.co.uk",
      "contributions": [
        "bug",
        "content",
        "review",
        "infra",
        "tool",
        "maintenance"
      ]
    },
    {
      "login": "growupboron",
      "name": "Shankho Boron Ghosh",
      "avatar_url": "https://avatars3.githubusercontent.com/u/41593068?v=4",
      "profile": "http://growupboron.github.io",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Yash-Varshney",
      "name": "Yash Varshney",
      "avatar_url": "https://avatars0.githubusercontent.com/u/44135465?v=4",
      "profile": "http://www.twinreality.blog",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "IIITM-Jay",
      "name": "Jay Dev Jha",
      "avatar_url": "https://avatars2.githubusercontent.com/u/65283880?v=4",
      "profile": "https://github.com/IIITM-Jay",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "leipzig",
      "name": "Jeremy Leipzig",
      "avatar_url": "https://avatars3.githubusercontent.com/u/147991?v=4",
      "profile": "https://twitter.com/jermdemo",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "PranavMahajan25",
      "name": "Pranav Mahajan",
      "avatar_url": "https://avatars0.githubusercontent.com/u/33349653?v=4",
      "profile": "https://pranavmahajan25.github.io/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "augustinas1",
      "name": "Augustinas Sukys",
      "avatar_url": "https://avatars1.githubusercontent.com/u/10000223?v=4",
      "profile": "https://github.com/augustinas1",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "DerienFe",
      "name": "DerienFe",
      "avatar_url": "https://avatars3.githubusercontent.com/u/55786232?v=4",
      "profile": "https://github.com/DerienFe",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "xc308",
      "name": "Xiaoqing Chen",
      "avatar_url": "https://avatars1.githubusercontent.com/u/55785985?v=4",
      "profile": "https://github.com/xc308",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "takuover",
      "name": "takuover",
      "avatar_url": "https://avatars2.githubusercontent.com/u/52206060?v=4",
      "profile": "https://github.com/takuover",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "srishti-nema",
      "name": "Srishti Nema",
      "avatar_url": "https://avatars1.githubusercontent.com/u/42498900?v=4",
      "profile": "https://srishti-nema.github.io/",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "blue-moon22",
      "name": "Victoria",
      "avatar_url": "https://avatars1.githubusercontent.com/u/15203325?v=4",
      "profile": "https://github.com/blue-moon22",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "mjcasy",
      "name": "mjcasy",
      "avatar_url": "https://avatars1.githubusercontent.com/u/44202821?v=4",
      "profile": "https://github.com/mjcasy",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "ashenvi10",
      "name": "Aditi Shenvi",
      "avatar_url": "https://avatars2.githubusercontent.com/u/39489147?v=4",
      "profile": "http://warwick.ac.uk/aditishenvi",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "ceciledebezenac",
      "name": "ceciledebezenac",
      "avatar_url": "https://avatars2.githubusercontent.com/u/49871974?v=4",
      "profile": "https://github.com/ceciledebezenac",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "tugceoruc",
      "name": "tugceoruc",
      "avatar_url": "https://avatars0.githubusercontent.com/u/20405276?v=4",
      "profile": "https://github.com/tugceoruc",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "vasilisstav",
      "name": "vasilisstav",
      "avatar_url": "https://avatars0.githubusercontent.com/u/55793023?v=4",
      "profile": "https://github.com/vasilisstav",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "acork25",
      "name": "acork25",
      "avatar_url": "https://avatars0.githubusercontent.com/u/55786005?v=4",
      "profile": "https://github.com/acork25",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "JAEarly",
      "name": "Joe Early",
      "avatar_url": "https://avatars2.githubusercontent.com/u/7620667?v=4",
      "profile": "http://www.jearly.co.uk",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "georgiatomova",
      "name": "Georgia Tomova",
      "avatar_url": "https://avatars3.githubusercontent.com/u/17258191?v=4",
      "profile": "https://github.com/georgiatomova",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "swalkoAI",
      "name": "swalkoAI",
      "avatar_url": "https://avatars2.githubusercontent.com/u/55786131?v=4",
      "profile": "https://github.com/swalkoAI",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "giuliaok",
      "name": "giuliaok",
      "avatar_url": "https://avatars1.githubusercontent.com/u/33548935?v=4",
      "profile": "https://github.com/giuliaok",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "sethsh7",
      "name": "sethsh7",
      "avatar_url": "https://avatars0.githubusercontent.com/u/53264282?v=4",
      "profile": "https://github.com/sethsh7",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "fgh95",
      "name": "Ferran Gonzalez Hernandez",
      "avatar_url": "https://avatars0.githubusercontent.com/u/43019129?v=4",
      "profile": "https://www.turing.ac.uk/people/doctoral-students/ferran-gonzalez-hernandez",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "alessandroragano",
      "name": "alessandroragano",
      "avatar_url": "https://avatars3.githubusercontent.com/u/44505487?v=4",
      "profile": "https://github.com/alessandroragano",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "daniguariso",
      "name": "daniguariso",
      "avatar_url": "https://avatars3.githubusercontent.com/u/40636435?v=4",
      "profile": "https://github.com/daniguariso",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "kgrieman",
      "name": "kgrieman",
      "avatar_url": "https://avatars0.githubusercontent.com/u/55785990?v=4",
      "profile": "https://github.com/kgrieman",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "sibasmarak",
      "name": "Siba Smarak Panigrahi",
      "avatar_url": "https://avatars0.githubusercontent.com/u/49467053?v=4",
      "profile": "http://sibasmarak.blogspot.com ",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "pgrimaud",
      "name": "Pierre Grimaud",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1866496?v=4",
      "profile": "https://p.ier.re",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Sylfrena",
      "name": "Sumera Priyadarsini",
      "avatar_url": "https://avatars2.githubusercontent.com/u/35404119?v=4",
      "profile": "https://github.com/Sylfrena",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "sallyob123",
      "name": "sallyob123",
      "avatar_url": "https://avatars2.githubusercontent.com/u/55785959?v=4",
      "profile": "https://github.com/sallyob123",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "akira-endo",
      "name": "akira-endo",
      "avatar_url": "https://avatars3.githubusercontent.com/u/26547770?v=4",
      "profile": "https://github.com/akira-endo",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "solonkarapa",
      "name": "Solon",
      "avatar_url": "https://avatars2.githubusercontent.com/u/7536922?v=4",
      "profile": "https://www.solon-karapanagiotis.com/",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "saramasa22",
      "name": "smasarone",
      "avatar_url": "https://avatars3.githubusercontent.com/u/55786246?v=4",
      "profile": "https://github.com/saramasa22",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "risaueno",
      "name": "Risa Ueno",
      "avatar_url": "https://avatars0.githubusercontent.com/u/22602921?v=4",
      "profile": "https://github.com/risaueno",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "l-gorman",
      "name": "l-gorman",
      "avatar_url": "https://avatars2.githubusercontent.com/u/55786252?v=4",
      "profile": "https://github.com/l-gorman",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "obisargoni",
      "name": "Obi Thompson Sargoni",
      "avatar_url": "https://avatars0.githubusercontent.com/u/33906525?v=4",
      "profile": "https://github.com/obisargoni",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "PeterC-ATI",
      "name": "PeterC-ATI",
      "avatar_url": "https://avatars1.githubusercontent.com/u/55786296?v=4",
      "profile": "https://github.com/PeterC-ATI",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "defaultobject",
      "name": "Oliver Hamelijnck",
      "avatar_url": "https://avatars2.githubusercontent.com/u/1484941?v=4",
      "profile": "https://github.com/defaultobject",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "Ismael-KG",
      "name": "Ismael-KG",
      "avatar_url": "https://avatars0.githubusercontent.com/u/64027166?v=4",
      "profile": "https://github.com/Ismael-KG",
      "contributions": [
        "content",
        "review",
        "blog",
        "ideas"
      ]
    },
    {
      "login": "CapTen101",
      "name": "Tushar Rohilla",
      "avatar_url": "https://avatars0.githubusercontent.com/u/45699327?v=4",
      "profile": "https://github.com/CapTen101",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "ornithos",
      "name": "Alex Bird",
      "avatar_url": "https://avatars3.githubusercontent.com/u/8834882?v=4",
      "profile": "https://ornithos.github.io/",
      "contributions": [
        "tutorial",
        "review"
      ]
    },
    {
      "login": "Aariq",
      "name": "Eric R Scott",
      "avatar_url": "https://avatars2.githubusercontent.com/u/25404783?v=4",
      "profile": "http://www.ericrscott.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "foster999",
      "name": "David Foster",
      "avatar_url": "https://avatars0.githubusercontent.com/u/31405412?v=4",
      "profile": "https://github.com/foster999",
      "contributions": [
        "review",
        "bug"
      ]
    },
    {
      "login": "mloning",
      "name": "Markus Löning",
      "avatar_url": "https://avatars3.githubusercontent.com/u/21020482?v=4",
      "profile": "https://www.linkedin.com/in/mloning/",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "jcolomb",
      "name": "Julien Colomb",
      "avatar_url": "https://avatars2.githubusercontent.com/u/1876667?v=4",
      "profile": "https://orcid.org/0000-0002-3127-5520",
      "contributions": [
        "content",
        "review"
      ]
    },
    {
      "login": "snastase",
      "name": "Samuel Nastase",
      "avatar_url": "https://avatars2.githubusercontent.com/u/3496566?v=4",
      "profile": "https://snastase.github.io/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "rgaiacs",
      "name": "Raniere Silva",
      "avatar_url": "https://avatars0.githubusercontent.com/u/1506457?v=4",
      "profile": "http://rgaiacs.com",
      "contributions": [
        "content",
        "bug"
      ]
    },
    {
      "login": "npscience",
      "name": "Naomi Penfold",
      "avatar_url": "https://avatars2.githubusercontent.com/u/9406530?v=4",
      "profile": "http://npscience.github.io",
      "contributions": [
        "review",
        "ideas"
      ]
    },
    {
      "login": "Daniel-Mietchen",
      "name": "Daniel Mietchen",
      "avatar_url": "https://avatars3.githubusercontent.com/u/465923?v=4",
      "profile": "https://orcid.org/0000-0001-9488-1870",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "BrainonSilicon",
      "name": "Sophia Batchelor",
      "avatar_url": "https://avatars1.githubusercontent.com/u/42813259?v=4",
      "profile": "https://github.com/BrainonSilicon",
      "contributions": [
        "review",
        "ideas",
        "maintenance",
        "talk",
        "test",
        "eventOrganizing",
        "bug",
        "content",
        "a11y"
      ]
    },
    {
      "login": "giannidsp",
      "name": "Gianni Scolaro",
      "avatar_url": "https://avatars1.githubusercontent.com/u/40976911?v=4",
      "profile": "https://github.com/giannidsp",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "paulowoicho",
      "name": "Paul Owoicho",
      "avatar_url": "https://avatars3.githubusercontent.com/u/28223751?v=4",
      "profile": "https://www.linkedin.com/in/paulowoicho/",
      "contributions": [
        "ideas",
        "review",
        "bug",
        "doc"
      ]
    },
    {
      "login": "SamGuay",
      "name": "Samuel Guay",
      "avatar_url": "https://avatars1.githubusercontent.com/u/30598330?v=4",
      "profile": "https://github.com/SamGuay",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "jessyprovencher",
      "name": "Jessy Provencher",
      "avatar_url": "https://avatars2.githubusercontent.com/u/70674444?v=4",
      "profile": "https://github.com/jessyprovencher",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "camachoreina",
      "name": "Reina Camacho Toro",
      "avatar_url": "https://avatars0.githubusercontent.com/u/12454015?v=4",
      "profile": "https://github.com/camachoreina",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "Remi-Gau",
      "name": "Remi Gau",
      "avatar_url": "https://avatars3.githubusercontent.com/u/6961185?v=4",
      "profile": "https://remi-gau.github.io/",
      "contributions": [
        "bug",
        "content",
        "infra"
      ]
    },
    {
      "login": "skade",
      "name": "Florian Gilcher",
      "avatar_url": "https://avatars2.githubusercontent.com/u/47542?v=4",
      "profile": "https://asquera.de",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "StefanJanssen95",
      "name": "Stefan Janssen",
      "avatar_url": "https://avatars1.githubusercontent.com/u/6250246?v=4",
      "profile": "https://stefanjanssen.nl",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "andriannobella",
      "name": "Andrian Nobella",
      "avatar_url": "https://avatars0.githubusercontent.com/u/57834926?v=4",
      "profile": "http://www.linkedin.com/in/andriannobella",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "romeroclaudino",
      "name": "Romero Silva",
      "avatar_url": "https://avatars1.githubusercontent.com/u/6520331?v=4",
      "profile": "https://github.com/romeroclaudino",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "gustavobecelli",
      "name": "Gustavo Becelli do Nacimento",
      "avatar_url": "https://avatars3.githubusercontent.com/u/39573195?v=4",
      "profile": "https://github.com/gustavobecelli",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "cemulus",
      "name": "Cem Ulus",
      "avatar_url": "https://avatars3.githubusercontent.com/u/55829938?v=4",
      "profile": "https://github.com/cemulus",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "varlottaang",
      "name": "Angelo Varlotta",
      "avatar_url": "https://avatars3.githubusercontent.com/u/5478922?v=4",
      "profile": "http://varlotta.xyz",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "bertinetto",
      "name": "Luca Bertinetto",
      "avatar_url": "https://avatars3.githubusercontent.com/u/3330489?v=4",
      "profile": "http://www.robots.ox.ac.uk/~luca",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "lauracion",
      "name": "Laura Acion",
      "avatar_url": "https://avatars3.githubusercontent.com/u/17729900?v=4",
      "profile": "http://lacion.rbind.io",
      "contributions": [
        "a11y",
        "translation",
        "content"
      ]
    },
    {
      "login": "beccawilson",
      "name": "beccawilson",
      "avatar_url": "https://avatars0.githubusercontent.com/u/5114032?v=4",
      "profile": "http://www.drrebeccawilson.co.uk",
      "contributions": [
        "a11y"
      ]
    },
    {
      "login": "yaseminturkyilmaz",
      "name": "yaseminturkyilmaz",
      "avatar_url": "https://avatars3.githubusercontent.com/u/45484225?v=4",
      "profile": "https://github.com/yaseminturkyilmaz",
      "contributions": [
        "blog",
        "ideas"
      ]
    },
    {
      "login": "Karvovskaya",
      "name": "Lenka",
      "avatar_url": "https://avatars3.githubusercontent.com/u/44666630?v=4",
      "profile": "https://github.com/Karvovskaya",
      "contributions": [
        "blog",
        "content"
      ]
    },
    {
      "login": "MariaEriksson",
      "name": "Maria Eriksson",
      "avatar_url": "https://avatars1.githubusercontent.com/u/43676485?v=4",
      "profile": "https://github.com/MariaEriksson",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "ChandlerKlein",
      "name": "Chandler Klein",
      "avatar_url": "https://avatars3.githubusercontent.com/u/18371945?v=4",
      "profile": "http://chandlerklein.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "KRHero03",
      "name": "Krunal Rank",
      "avatar_url": "https://avatars0.githubusercontent.com/u/44499991?v=4",
      "profile": "https://krrank.live",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "dlintott",
      "name": "Daniel Lintott",
      "avatar_url": "https://avatars2.githubusercontent.com/u/4700562?v=4",
      "profile": "https://github.com/dlintott",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "GeorgiaHCA",
      "name": "Georgia",
      "avatar_url": "https://avatars1.githubusercontent.com/u/46889966?v=4",
      "profile": "https://github.com/GeorgiaHCA",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "oxpeter",
      "name": "oxpeter",
      "avatar_url": "https://avatars3.githubusercontent.com/u/6393360?v=4",
      "profile": "https://github.com/oxpeter",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "vcheplygina",
      "name": "Veronika Cheplygina",
      "avatar_url": "https://avatars2.githubusercontent.com/u/10584818?v=4",
      "profile": "http://www.veronikach.com",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "NZR",
      "name": "Nico",
      "avatar_url": "https://avatars3.githubusercontent.com/u/2925086?v=4",
      "profile": "https://github.com/NZR",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "reshamas",
      "name": "Reshama Shaikh",
      "avatar_url": "https://avatars0.githubusercontent.com/u/2507232?v=4",
      "profile": "https://reshamas.github.io",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "Mariam-ke",
      "name": "Mariam-ke",
      "avatar_url": "https://avatars3.githubusercontent.com/u/39956740?v=4",
      "profile": "https://github.com/Mariam-ke",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "blee1710",
      "name": "Brandon Lee",
      "avatar_url": "https://avatars3.githubusercontent.com/u/39078797?v=4",
      "profile": "https://brndnlee.me/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "ashatitus",
      "name": "ashatitus",
      "avatar_url": "https://avatars3.githubusercontent.com/u/32542663?v=4",
      "profile": "https://www.lse.ac.uk/media-and-communications/people/research-staff/asha-titus",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "KimDeRuyck",
      "name": "Kim De Ruyck",
      "avatar_url": "https://avatars1.githubusercontent.com/u/26715049?v=4",
      "profile": "https://github.com/KimDeRuyck",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Marta-MM",
      "name": "Marta-MM",
      "avatar_url": "https://avatars2.githubusercontent.com/u/67780317?v=4",
      "profile": "https://github.com/Marta-MM",
      "contributions": [
        "bug",
        "content",
        "review"
      ]
    },
    {
      "login": "ahornos",
      "name": "Albert Hornos Vidal",
      "avatar_url": "https://avatars0.githubusercontent.com/u/9551786?v=4",
      "profile": "https://github.com/ahornos",
      "contributions": [
        "review",
        "bug"
      ]
    },
    {
      "login": "jmfernandez",
      "name": "José María Fernández",
      "avatar_url": "https://avatars1.githubusercontent.com/u/2072150?v=4",
      "profile": "http://www.madrimasd.org/blogs/bioinformatica",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "SarahAlidoost",
      "name": "SarahAlidoost",
      "avatar_url": "https://avatars3.githubusercontent.com/u/55081872?v=4",
      "profile": "https://nl.linkedin.com/in/fakhereh-sarah-alidoost-11a24a89",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "kderuyck",
      "name": "Kim De Ruyck",
      "avatar_url": "https://avatars3.githubusercontent.com/u/74196557?v=4",
      "profile": "https://github.com/kderuyck",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "glumand",
      "name": "glumand",
      "avatar_url": "https://avatars3.githubusercontent.com/u/55833875?v=4",
      "profile": "https://github.com/glumand",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "tomsing1",
      "name": "Thomas Sandmann",
      "avatar_url": "https://avatars0.githubusercontent.com/u/10490984?v=4",
      "profile": "http://www.linkedin.com/pub/thomas-sandmann/21/61b/410/",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "EKaroune",
      "name": "Em K",
      "avatar_url": "https://avatars2.githubusercontent.com/u/58147174?v=4",
      "profile": "https://github.com/EKaroune",
      "contributions": [
        "content",
        "bug",
        "blog",
        "review",
        "talk"
      ]
    },
    {
      "login": "wna-se",
      "name": "Wolmar Nyberg Åkerström",
      "avatar_url": "https://avatars3.githubusercontent.com/u/1221165?v=4",
      "profile": "https://github.com/wna-se",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "BatoolMM",
      "name": "Batool",
      "avatar_url": "https://avatars1.githubusercontent.com/u/53487593?v=4",
      "profile": "http://medium.com/@batool664",
      "contributions": [
        "ideas",
        "content",
        "translation",
        "infra",
        "review",
        "maintenance",
        "doc",
        "eventOrganizing"
      ]
    },
    {
      "login": "irenekp",
      "name": "irenekp",
      "avatar_url": "https://avatars2.githubusercontent.com/u/53008913?v=4",
      "profile": "https://github.com/irenekp",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "nehamoopen",
      "name": "Neha Moopen",
      "avatar_url": "https://avatars3.githubusercontent.com/u/37183829?v=4",
      "profile": "https://github.com/nehamoopen",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "complexbrains",
      "name": "Isil Bilgin",
      "avatar_url": "https://avatars1.githubusercontent.com/u/45263281?v=4",
      "profile": "https://twitter.com/complexbrains",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "nuest",
      "name": "Daniel Nüst",
      "avatar_url": "https://avatars1.githubusercontent.com/u/1325054?v=4",
      "profile": "https://nordholmen.net",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "leavanh",
      "name": "leavanh",
      "avatar_url": "https://avatars2.githubusercontent.com/u/50297755?v=4",
      "profile": "https://github.com/leavanh",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "ml-evs",
      "name": "Matthew Evans",
      "avatar_url": "https://avatars2.githubusercontent.com/u/7916000?v=4",
      "profile": "http://ml-evs.science",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "bsipocz",
      "name": "Brigitta Sipőcz",
      "avatar_url": "https://avatars1.githubusercontent.com/u/6788290?v=4",
      "profile": "https://bsipocz.github.io/",
      "contributions": [
        "content",
        "bug",
        "infra",
        "tool",
        "eventOrganizing",
        "maintenance",
        "review",
        "talk"
      ]
    },
    {
      "login": "sliaqat3",
      "name": "sliaqat3",
      "avatar_url": "https://avatars2.githubusercontent.com/u/56300607?v=4",
      "profile": "https://github.com/sliaqat3",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "rabbits99",
      "name": "rabbits99",
      "avatar_url": "https://avatars1.githubusercontent.com/u/72690233?v=4",
      "profile": "https://github.com/rabbits99",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "msanter01",
      "name": "msanter01",
      "avatar_url": "https://avatars0.githubusercontent.com/u/39199660?v=4",
      "profile": "https://github.com/msanter01",
      "contributions": [
        "translation",
        "talk"
      ]
    },
    {
      "login": "luucamay",
      "name": "Lupe CaMay",
      "avatar_url": "https://avatars0.githubusercontent.com/u/15850514?v=4",
      "profile": "http://laboratoria.la",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "sk-sahu",
      "name": "Sangram K Sahu",
      "avatar_url": "https://avatars1.githubusercontent.com/u/23085664?v=4",
      "profile": "https://sksahu.net",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "jbteves",
      "name": "Joshua Teves",
      "avatar_url": "https://avatars3.githubusercontent.com/u/26722533?v=4",
      "profile": "https://github.com/jbteves",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "callummole",
      "name": "Callum Mole",
      "avatar_url": "https://avatars1.githubusercontent.com/u/22677759?v=4",
      "profile": "https://github.com/callummole",
      "contributions": [
        "ideas",
        "infra",
        "maintenance"
      ]
    },
    {
      "login": "przemekdolata96",
      "name": "Przemek Dolata",
      "avatar_url": "https://avatars3.githubusercontent.com/u/26312462?v=4",
      "profile": "https://github.com/przemekdolata96",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "Kelly-dot",
      "name": "Kelly-dot",
      "avatar_url": "https://avatars0.githubusercontent.com/u/59481756?v=4",
      "profile": "https://github.com/Kelly-dot",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "fuadreza",
      "name": "Fuad Reza Pahlevi",
      "avatar_url": "https://avatars1.githubusercontent.com/u/25898509?v=4",
      "profile": "https://www.linkedin.com/in/fuad-reza-pahlevi-531283160/",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "JKasmire",
      "name": "JKasmire",
      "avatar_url": "https://avatars2.githubusercontent.com/u/1334163?v=4",
      "profile": "https://sites.google.com/view/drjkasmireresearch/home",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "ufangYang",
      "name": "Yu-Fang Yang",
      "avatar_url": "https://avatars3.githubusercontent.com/u/33165978?v=4",
      "profile": "https://github.com/ufangYang",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "dstansby",
      "name": "David Stansby",
      "avatar_url": "https://avatars0.githubusercontent.com/u/6197628?v=4",
      "profile": "https://www.davidstansby.com",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "teapowell",
      "name": "Tim Powell",
      "avatar_url": "https://avatars1.githubusercontent.com/u/35264355?v=4",
      "profile": "https://github.com/teapowell",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "BenjaminMummery",
      "name": "Benjamin Mummery",
      "avatar_url": "https://avatars3.githubusercontent.com/u/46931690?v=4",
      "profile": "https://github.com/BenjaminMummery",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "inwaves",
      "name": "Andrei Alexandru",
      "avatar_url": "https://avatars.githubusercontent.com/u/8530685?v=4",
      "profile": "http://inwaves.io",
      "contributions": [
        "bug",
        "review"
      ]
    },
    {
      "login": "Hanaffi",
      "name": "Ahmed Essam",
      "avatar_url": "https://avatars.githubusercontent.com/u/35642947?v=4",
      "profile": "https://github.com/Hanaffi",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Lovkush-A",
      "name": "Lovkush",
      "avatar_url": "https://avatars.githubusercontent.com/u/25344832?v=4",
      "profile": "https://github.com/Lovkush-A",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Arielle-Bennett",
      "name": "Arielle-Bennett",
      "avatar_url": "https://avatars.githubusercontent.com/u/74651964?v=4",
      "profile": "https://github.com/Arielle-Bennett",
      "contributions": [
        "ideas",
        "review",
        "content",
        "bug",
        "a11y",
        "talk"
      ]
    },
    {
      "login": "Ago3",
      "name": "Ago3",
      "avatar_url": "https://avatars.githubusercontent.com/u/30800478?v=4",
      "profile": "https://github.com/Ago3",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "andreabecsek",
      "name": "andreabecsek",
      "avatar_url": "https://avatars.githubusercontent.com/u/50207436?v=4",
      "profile": "https://github.com/andreabecsek",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "SYU-NING",
      "name": "SYU-NING",
      "avatar_url": "https://avatars.githubusercontent.com/u/71600183?v=4",
      "profile": "https://github.com/SYU-NING",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "peterrhysstrong",
      "name": "peterrhysstrong",
      "avatar_url": "https://avatars.githubusercontent.com/u/43751009?v=4",
      "profile": "https://github.com/peterrhysstrong",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "tomlincr",
      "name": "Chris Tomlinson",
      "avatar_url": "https://avatars.githubusercontent.com/u/46465574?v=4",
      "profile": "https://ctomlinson.net",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "andrealuppi",
      "name": "andrealuppi",
      "avatar_url": "https://avatars.githubusercontent.com/u/50251039?v=4",
      "profile": "https://github.com/andrealuppi",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "NotActuallyACat",
      "name": "NotActuallyACat",
      "avatar_url": "https://avatars.githubusercontent.com/u/69468081?v=4",
      "profile": "https://github.com/NotActuallyACat",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "IsabelBirds",
      "name": "IsabelBirds",
      "avatar_url": "https://avatars.githubusercontent.com/u/44876111?v=4",
      "profile": "https://aspdenlab.weebly.com/isabel-birds.html",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "beckigreen",
      "name": "Becki Green",
      "avatar_url": "https://avatars.githubusercontent.com/u/77735779?v=4",
      "profile": "http://beckigreen.netlify.app",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "AidaMehonic",
      "name": "Aida Mehonic",
      "avatar_url": "https://avatars.githubusercontent.com/u/45169136?v=4",
      "profile": "https://github.com/AidaMehonic",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "RobPrecious",
      "name": "Robert Precious",
      "avatar_url": "https://avatars.githubusercontent.com/u/9133187?v=4",
      "profile": "https://github.com/RobPrecious",
      "contributions": [
        "a11y"
      ]
    },
    {
      "login": "afzal442",
      "name": "Afzal Ansari",
      "avatar_url": "https://avatars.githubusercontent.com/u/11625672?v=4",
      "profile": "https://github.com/afzal442",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "JiaruiWang-Jill",
      "name": "Jill Wang",
      "avatar_url": "https://avatars.githubusercontent.com/u/41178872?v=4",
      "profile": "https://github.com/JiaruiWang-Jill",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "benkrikler",
      "name": "benkrikler",
      "avatar_url": "https://avatars.githubusercontent.com/u/4083697?v=4",
      "profile": "http://benkrikler.github.io",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "warrickball",
      "name": "Warrick Ball",
      "avatar_url": "https://avatars.githubusercontent.com/u/20858744?v=4",
      "profile": "http://warrickball.github.io",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "abrown41",
      "name": "abrown41",
      "avatar_url": "https://avatars.githubusercontent.com/u/10060170?v=4",
      "profile": "https://github.com/abrown41",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "lottycoupat",
      "name": "lottycoupat",
      "avatar_url": "https://avatars.githubusercontent.com/u/82104604?v=4",
      "profile": "https://github.com/lottycoupat",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "mcnanton",
      "name": "mcnanton",
      "avatar_url": "https://avatars.githubusercontent.com/u/42379883?v=4",
      "profile": "https://github.com/mcnanton",
      "contributions": [
        "bug",
        "content",
        "ideas",
        "translation"
      ]
    },
    {
      "login": "marianaiv",
      "name": "Mariana V.",
      "avatar_url": "https://avatars.githubusercontent.com/u/53548707?v=4",
      "profile": "https://github.com/marianaiv",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "griff-rees",
      "name": "griff-rees",
      "avatar_url": "https://avatars.githubusercontent.com/u/60181741?v=4",
      "profile": "https://github.com/griff-rees",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "JessicaS11",
      "name": "Jessica",
      "avatar_url": "https://avatars.githubusercontent.com/u/11756442?v=4",
      "profile": "https://github.com/JessicaS11",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "bcamino",
      "name": "Bruno Camino",
      "avatar_url": "https://avatars.githubusercontent.com/u/39554331?v=4",
      "profile": "https://github.com/bcamino",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "alihumayun",
      "name": "alihumayun",
      "avatar_url": "https://avatars.githubusercontent.com/u/78482064?v=4",
      "profile": "https://github.com/alihumayun",
      "contributions": [
        "bug",
        "review"
      ]
    },
    {
      "login": "jatonline",
      "name": "James Thomas",
      "avatar_url": "https://avatars.githubusercontent.com/u/48878399?v=4",
      "profile": "https://linkedin.com/in/jatonline",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "andreea-avramescu",
      "name": "Andreea Avramescu",
      "avatar_url": "https://avatars.githubusercontent.com/u/33720256?v=4",
      "profile": "https://github.com/andreea-avramescu",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "hlnicholls",
      "name": "hlnicholls",
      "avatar_url": "https://avatars.githubusercontent.com/u/53306752?v=4",
      "profile": "https://github.com/hlnicholls",
      "contributions": [
        "content",
        "review"
      ]
    },
    {
      "login": "yabellini",
      "name": "Yanina Bellini Saibene",
      "avatar_url": "https://avatars.githubusercontent.com/u/2473676?v=4",
      "profile": "https://yabellini.netlify.com/",
      "contributions": [
        "content",
        "translation",
        "review",
        "ideas",
        "eventOrganizing"
      ]
    },
    {
      "login": "dineshkumar12004",
      "name": "Dinesh kumar",
      "avatar_url": "https://avatars.githubusercontent.com/u/67814205?v=4",
      "profile": "https://github.com/dineshkumar12004",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "ninadicara",
      "name": "Nina",
      "avatar_url": "https://avatars.githubusercontent.com/u/44364127?v=4",
      "profile": "https://github.com/ninadicara",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "vcpope",
      "name": "vcpope",
      "avatar_url": "https://avatars.githubusercontent.com/u/62377353?v=4",
      "profile": "https://github.com/vcpope",
      "contributions": [
        "talk"
      ]
    },
    {
      "login": "ThyavdBerg",
      "name": "Thya van den Berg",
      "avatar_url": "https://avatars.githubusercontent.com/u/77287134?v=4",
      "profile": "https://github.com/ThyavdBerg",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "mishkanemes",
      "name": "Mishka Nemes",
      "avatar_url": "https://avatars.githubusercontent.com/u/39628884?v=4",
      "profile": "https://twitter.com/mishkanemes",
      "contributions": [
        "eventOrganizing",
        "content",
        "review"
      ]
    },
    {
      "login": "Iain-S",
      "name": "Iain",
      "avatar_url": "https://avatars.githubusercontent.com/u/25081046?v=4",
      "profile": "https://github.com/Iain-S",
      "contributions": [
        "review",
        "code",
        "infra"
      ]
    },
    {
      "login": "RaoOfPhysics",
      "name": "Achintya Rao",
      "avatar_url": "https://avatars.githubusercontent.com/u/7623019?v=4",
      "profile": "https://achintyarao.in",
      "contributions": [
        "bug",
        "review"
      ]
    },
    {
      "login": "DaisyParry",
      "name": "DaisyParry",
      "avatar_url": "https://avatars.githubusercontent.com/u/56261324?v=4",
      "profile": "https://github.com/DaisyParry",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "ZoeIngr",
      "name": "ZoeIngr",
      "avatar_url": "https://avatars.githubusercontent.com/u/80701413?v=4",
      "profile": "https://github.com/ZoeIngr",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "mcollardanuy",
      "name": "Mariona",
      "avatar_url": "https://avatars.githubusercontent.com/u/46483603?v=4",
      "profile": "https://www.turing.ac.uk/people/researchers/mariona-coll-ardanuy",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Sergih28",
      "name": "Sergi",
      "avatar_url": "https://avatars.githubusercontent.com/u/16263046?v=4",
      "profile": "https://github.com/Sergih28",
      "contributions": [
        "translation",
        "review"
      ]
    },
    {
      "login": "perluna",
      "name": "Luna",
      "avatar_url": "https://avatars.githubusercontent.com/u/47083632?v=4",
      "profile": "https://github.com/perluna",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "acocac",
      "name": "Alejandro ©",
      "avatar_url": "https://avatars.githubusercontent.com/u/13321552?v=4",
      "profile": "https://github.com/acocac",
      "contributions": [
        "content",
        "ideas",
        "maintenance",
        "doc",
        "review"
      ]
    },
    {
      "login": "BeastyBlacksmith",
      "name": "Simon Christ",
      "avatar_url": "https://avatars.githubusercontent.com/u/18145188?v=4",
      "profile": "https://github.com/BeastyBlacksmith",
      "contributions": [
        "bug",
        "ideas",
        "content"
      ]
    },
    {
      "login": "timyers",
      "name": "Tim Myers",
      "avatar_url": "https://avatars.githubusercontent.com/u/48717893?v=4",
      "profile": "https://github.com/timyers",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Aakash-Raj-2001",
      "name": "Aakash Raj",
      "avatar_url": "https://avatars.githubusercontent.com/u/79682170?v=4",
      "profile": "https://github.com/Aakash-Raj-2001",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "guiomar",
      "name": "Julia Guiomar Niso Galán",
      "avatar_url": "https://avatars.githubusercontent.com/u/4451818?v=4",
      "profile": "http://guiomarniso.com",
      "contributions": [
        "translation",
        "review"
      ]
    },
    {
      "login": "Lion-admin",
      "name": "Lion-admin",
      "avatar_url": "https://avatars.githubusercontent.com/u/72327875?v=4",
      "profile": "https://github.com/Lion-admin",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "raptorchief",
      "name": "raptorchief",
      "avatar_url": "https://avatars.githubusercontent.com/u/55805992?v=4",
      "profile": "https://github.com/raptorchief",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Aryannath",
      "name": "Aryan nath",
      "avatar_url": "https://avatars.githubusercontent.com/u/26514224?v=4",
      "profile": "https://aryanuwu.myportfolio.com/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "collinschwantes",
      "name": "Collin Schwantes",
      "avatar_url": "https://avatars.githubusercontent.com/u/6107885?v=4",
      "profile": "http://collinschwantes.github.io",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "aniketh-varma",
      "name": "Aniketh Varma",
      "avatar_url": "https://avatars.githubusercontent.com/u/55805574?v=4",
      "profile": "https://github.com/aniketh-varma",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "GGn0",
      "name": "Luigi Scalzone",
      "avatar_url": "https://avatars.githubusercontent.com/u/44038661?v=4",
      "profile": "https://github.com/GGn0",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "claudia-belardi",
      "name": "claudia-belardi",
      "avatar_url": "https://avatars.githubusercontent.com/u/62244233?v=4",
      "profile": "https://github.com/claudia-belardi",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "dingaaling",
      "name": "Jennifer Ding",
      "avatar_url": "https://avatars.githubusercontent.com/u/5104098?v=4",
      "profile": "http://jending.com",
      "contributions": [
        "bug",
        "translation",
        "review"
      ]
    },
    {
      "login": "pc494",
      "name": "Phillip Crout",
      "avatar_url": "https://avatars.githubusercontent.com/u/32455330?v=4",
      "profile": "https://github.com/pc494",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "aldenc",
      "name": "Alden Conner",
      "avatar_url": "https://avatars.githubusercontent.com/u/20688591?v=4",
      "profile": "https://github.com/aldenc",
      "contributions": [
        "bug",
        "tool"
      ]
    },
    {
      "login": "aseyq",
      "name": "Ali Seyhun Saral",
      "avatar_url": "https://avatars.githubusercontent.com/u/82848414?v=4",
      "profile": "http://www.saral.it",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "vhellon",
      "name": "vhellon",
      "avatar_url": "https://avatars.githubusercontent.com/u/93144591?v=4",
      "profile": "https://github.com/vhellon",
      "contributions": [
        "review",
        "content",
        "question",
        "example",
        "bug"
      ]
    },
    {
      "login": "fdiblen",
      "name": "Faruk D.",
      "avatar_url": "https://avatars.githubusercontent.com/u/144492?v=4",
      "profile": "https://github.com/fdiblen",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "bantya",
      "name": "Rahul Thakare",
      "avatar_url": "https://avatars.githubusercontent.com/u/16685565?v=4",
      "profile": "https://github.com/bantya",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "melibleq",
      "name": "Melissa Black",
      "avatar_url": "https://avatars.githubusercontent.com/u/16723182?v=4",
      "profile": "https://github.com/melibleq",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "MarcosEllys",
      "name": "Marcos Ellys Rocha Honorato",
      "avatar_url": "https://avatars.githubusercontent.com/u/6751242?v=4",
      "profile": "https://marcosellys.com",
      "contributions": [
        "translation",
        "review"
      ]
    },
    {
      "login": "rafaelaqueirozg",
      "name": "Rafaela Queiroz",
      "avatar_url": "https://avatars.githubusercontent.com/u/42815135?v=4",
      "profile": "https://www.linkedin.com/in/rafaelaqueirozg/",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "AndreaSanchezTapia",
      "name": "Andrea Sánchez-Tapia (she/her)",
      "avatar_url": "https://avatars.githubusercontent.com/u/4183062?v=4",
      "profile": "https://andreasancheztapia.netlify.app/",
      "contributions": [
        "content",
        "ideas",
        "bug",
        "a11y",
        "review"
      ]
    },
    {
      "login": "ubikcan",
      "name": "Jeremy Crampton",
      "avatar_url": "https://avatars.githubusercontent.com/u/23242626?v=4",
      "profile": "https://github.com/ubikcan",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "kerchner",
      "name": "Dan Kerchner",
      "avatar_url": "https://avatars.githubusercontent.com/u/3451175?v=4",
      "profile": "https://github.com/kerchner",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "arronlacey",
      "name": "Arron Lacey",
      "avatar_url": "https://avatars.githubusercontent.com/u/4941299?v=4",
      "profile": "http://www.getmarkup.com",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "bast",
      "name": "Radovan Bast",
      "avatar_url": "https://avatars.githubusercontent.com/u/5120679?v=4",
      "profile": "https://bast.fr",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "lukeconibear",
      "name": "Luke Conibear",
      "avatar_url": "https://avatars.githubusercontent.com/u/19871268?v=4",
      "profile": "https://www.lukeconibear.com/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "svenvanderburg",
      "name": "Sven van der Burg",
      "avatar_url": "https://avatars.githubusercontent.com/u/9945255?v=4",
      "profile": "https://github.com/svenvanderburg",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Phome95",
      "name": "Phome95",
      "avatar_url": "https://avatars.githubusercontent.com/u/100789966?v=4",
      "profile": "https://github.com/Phome95",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "alekszaf",
      "name": "Aleksandra Zaforemska",
      "avatar_url": "https://avatars.githubusercontent.com/u/15204615?v=4",
      "profile": "https://github.com/alekszaf",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "Froguin99",
      "name": "Froguin99",
      "avatar_url": "https://avatars.githubusercontent.com/u/93538632?v=4",
      "profile": "https://github.com/Froguin99",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "DACNC",
      "name": "DACNC",
      "avatar_url": "https://avatars.githubusercontent.com/u/57093439?v=4",
      "profile": "https://github.com/DACNC",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "davidegregg",
      "name": "David Gregg",
      "avatar_url": "https://avatars.githubusercontent.com/u/45788793?v=4",
      "profile": "https://research.ncl.ac.uk/geospatial-systems/phdresearchers/profiles/davidgregg.html",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "mingyuzhuu",
      "name": "mingyuzhuu",
      "avatar_url": "https://avatars.githubusercontent.com/u/57093217?v=4",
      "profile": "https://github.com/mingyuzhuu",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "rachelzwalker",
      "name": "rachelzwalker",
      "avatar_url": "https://avatars.githubusercontent.com/u/100789985?v=4",
      "profile": "https://github.com/rachelzwalker",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "amasud08",
      "name": "Ambreen Masud",
      "avatar_url": "https://avatars.githubusercontent.com/u/93528449?v=4",
      "profile": "https://github.com/amasud08",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "keneuoe",
      "name": "keneuoe",
      "avatar_url": "https://avatars.githubusercontent.com/u/32788068?v=4",
      "profile": "https://github.com/keneuoe",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "sophiejean",
      "name": "Sophie J Mann",
      "avatar_url": "https://avatars.githubusercontent.com/u/100791169?v=4",
      "profile": "https://github.com/sophiejean",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "eddybruv",
      "name": "Edwin Ajong",
      "avatar_url": "https://avatars.githubusercontent.com/u/80322163?v=4",
      "profile": "https://www.linkedin.com/in/edwin-ajong-51601a217/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "aleesteele",
      "name": "Anne Lee Steele",
      "avatar_url": "https://avatars.githubusercontent.com/u/18509789?v=4",
      "profile": "http://www.aleesteele.com",
      "contributions": [
        "review",
        "bug",
        "eventOrganizing",
        "a11y",
        "ideas",
        "content",
        "doc",
        "talk",
        "tutorial",
        "maintenance",
        "video"
      ]
    },
    {
      "login": "abelsiqueira",
      "name": "Abel Siqueira",
      "avatar_url": "https://avatars.githubusercontent.com/u/1068752?v=4",
      "profile": "http://abelsiqueira.github.io",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "lukehare",
      "name": "lukehare",
      "avatar_url": "https://avatars.githubusercontent.com/u/44277986?v=4",
      "profile": "https://github.com/lukehare",
      "contributions": [
        "infra",
        "maintenance"
      ]
    },
    {
      "login": "Elisa-on-GitHub",
      "name": "Elisa-on-GitHub",
      "avatar_url": "https://avatars.githubusercontent.com/u/78543806?v=4",
      "profile": "https://github.com/Elisa-on-GitHub",
      "contributions": [
        "bug",
        "ideas",
        "content"
      ]
    },
    {
      "login": "harisood",
      "name": "harisood",
      "avatar_url": "https://avatars.githubusercontent.com/u/67151373?v=4",
      "profile": "https://github.com/harisood",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "patrickmineault",
      "name": "Patrick Mineault",
      "avatar_url": "https://avatars.githubusercontent.com/u/3516539?v=4",
      "profile": "http://xcorr.net",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "annefou",
      "name": "Anne Fouilloux",
      "avatar_url": "https://avatars.githubusercontent.com/u/8168508?v=4",
      "profile": "http://www.mn.uio.no/geo/english/people/adm/annefou/",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "richplant",
      "name": "Richard Plant",
      "avatar_url": "https://avatars.githubusercontent.com/u/11060480?v=4",
      "profile": "http://rplant.netlify.app",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "likeajumprope",
      "name": "Johanna Bayer",
      "avatar_url": "https://avatars.githubusercontent.com/u/23728822?v=4",
      "profile": "https://github.com/likeajumprope",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "timothy22000",
      "name": "timothy22000",
      "avatar_url": "https://avatars.githubusercontent.com/u/9934371?v=4",
      "profile": "https://github.com/timothy22000",
      "contributions": [
        "translation",
        "content",
        "infra"
      ]
    },
    {
      "login": "SaranjeetKaur",
      "name": "Saranjeet Kaur",
      "avatar_url": "https://avatars.githubusercontent.com/u/28556616?v=4",
      "profile": "https://saranjeetkaur.github.io/About-Me/",
      "contributions": [
        "ideas",
        "content",
        "review",
        "a11y"
      ]
    },
    {
      "login": "K-C-Martin",
      "name": "K-C-Martin",
      "avatar_url": "https://avatars.githubusercontent.com/u/57388565?v=4",
      "profile": "https://github.com/K-C-Martin",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "JamieJQuinn",
      "name": "Jamie J Quinn",
      "avatar_url": "https://avatars.githubusercontent.com/u/8229296?v=4",
      "profile": "http://jamiejquinn.com",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "rapw3k",
      "name": "Raul Palma",
      "avatar_url": "https://avatars.githubusercontent.com/u/557493?v=4",
      "profile": "https://github.com/rapw3k",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "loleg",
      "name": "Oleg Lavrovsky",
      "avatar_url": "https://avatars.githubusercontent.com/u/31819?v=4",
      "profile": "https://datalets.ch",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "JimCircadian",
      "name": "Jim Circadian",
      "avatar_url": "https://avatars.githubusercontent.com/u/731727?v=4",
      "profile": "http://inconsistentrecords.co.uk",
      "contributions": [
        "content",
        "ideas"
      ]
    },
    {
      "login": "duerrsimon",
      "name": "Simon Duerr",
      "avatar_url": "https://avatars.githubusercontent.com/u/16979577?v=4",
      "profile": "http://simonduerr.eu",
      "contributions": [
        "bug",
        "review"
      ]
    },
    {
      "login": "sjvrijn",
      "name": "Sander",
      "avatar_url": "https://avatars.githubusercontent.com/u/8833517?v=4",
      "profile": "http://www.svrijn.nl",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "eltociear",
      "name": "Ikko Ashimine",
      "avatar_url": "https://avatars.githubusercontent.com/u/22633385?v=4",
      "profile": "https://bandism.net/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "mariadelmarq",
      "name": "Maria del Mar Quiroga",
      "avatar_url": "https://avatars.githubusercontent.com/u/12743476?v=4",
      "profile": "https://github.com/mariadelmarq",
      "contributions": [
        "content",
        "bug"
      ]
    },
    {
      "login": "AsmaKacem1",
      "name": "Asma Kacem",
      "avatar_url": "https://avatars.githubusercontent.com/u/73066984?v=4",
      "profile": "https://asmakacem.me/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "edwardchalstrey1",
      "name": "Ed Chalstrey",
      "avatar_url": "https://avatars.githubusercontent.com/u/5486164?v=4",
      "profile": "http://edchalstrey.com/",
      "contributions": [
        "content",
        "review"
      ]
    },
    {
      "login": "ClauFischer",
      "name": "ClauFischer",
      "avatar_url": "https://avatars.githubusercontent.com/u/104078689?v=4",
      "profile": "https://github.com/ClauFischer",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "ocorcho",
      "name": "Oscar Corcho",
      "avatar_url": "https://avatars.githubusercontent.com/u/1067341?v=4",
      "profile": "http://www.oeg-upm.net/index.php/en/teachers/11-ocorcho/index.html",
      "contributions": [
        "content",
        "review"
      ]
    },
    {
      "login": "sgichuki",
      "name": "sgichuki",
      "avatar_url": "https://avatars.githubusercontent.com/u/53834942?v=4",
      "profile": "https://www.linkedin.com/in/susanwg/",
      "contributions": [
        "content",
        "bug"
      ]
    },
    {
      "login": "TueloNtlotlang",
      "name": "TueloNtlotlang",
      "avatar_url": "https://avatars.githubusercontent.com/u/72657722?v=4",
      "profile": "https://github.com/TueloNtlotlang",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "shashank-k-y",
      "name": "Shashank",
      "avatar_url": "https://avatars.githubusercontent.com/u/74789167?v=4",
      "profile": "https://github.com/shashank-k-y",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "dpdong19",
      "name": "Danping",
      "avatar_url": "https://avatars.githubusercontent.com/u/54056456?v=4",
      "profile": "https://github.com/dpdong19",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "JadeHotchkiss",
      "name": "JadeHotchkiss",
      "avatar_url": "https://avatars.githubusercontent.com/u/25898078?v=4",
      "profile": "https://github.com/JadeHotchkiss",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "sarasrking",
      "name": "Sara King",
      "avatar_url": "https://avatars.githubusercontent.com/u/48195568?v=4",
      "profile": "https://github.com/sarasrking",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "gcroci2",
      "name": "Giulia Crocioni",
      "avatar_url": "https://avatars.githubusercontent.com/u/55382553?v=4",
      "profile": "https://www.linkedin.com/in/giulia-crocioni/",
      "contributions": [
        "translation",
        "review"
      ]
    },
    {
      "login": "snehashish-ghosh98",
      "name": "snehashish-ghosh98",
      "avatar_url": "https://avatars.githubusercontent.com/u/106345869?v=4",
      "profile": "https://github.com/snehashish-ghosh98",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "FrozenLines",
      "name": "FrozenLines",
      "avatar_url": "https://avatars.githubusercontent.com/u/103727912?v=4",
      "profile": "https://github.com/FrozenLines",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "brynnelliott",
      "name": "brynnelliott",
      "avatar_url": "https://avatars.githubusercontent.com/u/104380698?v=4",
      "profile": "https://github.com/brynnelliott",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "pascalflohr",
      "name": "pascalflohr",
      "avatar_url": "https://avatars.githubusercontent.com/u/43570914?v=4",
      "profile": "https://github.com/pascalflohr",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "peranti",
      "name": "Pradeep Eranti",
      "avatar_url": "https://avatars.githubusercontent.com/u/9472741?v=4",
      "profile": "https://github.com/peranti",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "acrall",
      "name": "acrall",
      "avatar_url": "https://avatars.githubusercontent.com/u/17599316?v=4",
      "profile": "https://github.com/acrall",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "ubdbra001",
      "name": "Dan Brady",
      "avatar_url": "https://avatars.githubusercontent.com/u/18421270?v=4",
      "profile": "https://github.com/ubdbra001",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "RabeaMue",
      "name": "Rabea Müller",
      "avatar_url": "https://avatars.githubusercontent.com/u/42644523?v=4",
      "profile": "https://github.com/RabeaMue",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "rootsandberries",
      "name": "Sarah Young",
      "avatar_url": "https://avatars.githubusercontent.com/u/11933741?v=4",
      "profile": "https://github.com/rootsandberries",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "iramosp",
      "name": "iramosp",
      "avatar_url": "https://avatars.githubusercontent.com/u/8619939?v=4",
      "profile": "https://github.com/iramosp",
      "contributions": [
        "bug",
        "content"
      ]
    },
    {
      "login": "merlijn-de-smit",
      "name": "merlijn-de-smit",
      "avatar_url": "https://avatars.githubusercontent.com/u/110983126?v=4",
      "profile": "https://github.com/merlijn-de-smit",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "jsteyn",
      "name": "Jannetta Steyn",
      "avatar_url": "https://avatars.githubusercontent.com/u/6432530?v=4",
      "profile": "http://www.jannetta.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "martinjeanphd",
      "name": "Martin Jean",
      "avatar_url": "https://avatars.githubusercontent.com/u/44728169?v=4",
      "profile": "https://github.com/martinjeanphd",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "radersma",
      "name": "Reinder Radersma",
      "avatar_url": "https://avatars.githubusercontent.com/u/28388211?v=4",
      "profile": "https://github.com/radersma",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "rickdkk",
      "name": "rickdkk",
      "avatar_url": "https://avatars.githubusercontent.com/u/33315062?v=4",
      "profile": "https://orcid.org/0000-0003-2745-1963",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "CarlosMFerr",
      "name": "CarlosMFerr",
      "avatar_url": "https://avatars.githubusercontent.com/u/111580443?v=4",
      "profile": "https://github.com/CarlosMFerr",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "ghuangcazza",
      "name": "ghuangcazza",
      "avatar_url": "https://avatars.githubusercontent.com/u/72579332?v=4",
      "profile": "https://github.com/ghuangcazza",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "CariHV",
      "name": "Cari Hyde-Vaamonde",
      "avatar_url": "https://avatars.githubusercontent.com/u/82444709?v=4",
      "profile": "https://github.com/CariHV",
      "contributions": [
        "ideas",
        "content",
        "bug"
      ]
    },
    {
      "login": "MLeston2022",
      "name": "MLeston2022",
      "avatar_url": "https://avatars.githubusercontent.com/u/114400532?v=4",
      "profile": "https://github.com/MLeston2022",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "lakillo",
      "name": "lakillo",
      "avatar_url": "https://avatars.githubusercontent.com/u/81825476?v=4",
      "profile": "https://github.com/lakillo",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "Trish-hub",
      "name": "Trish",
      "avatar_url": "https://avatars.githubusercontent.com/u/78088054?v=4",
      "profile": "https://github.com/Trish-hub",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "scjjb",
      "name": "Jack Breen",
      "avatar_url": "https://avatars.githubusercontent.com/u/77981425?v=4",
      "profile": "https://github.com/scjjb",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "rdnfn",
      "name": "Arduin",
      "avatar_url": "https://avatars.githubusercontent.com/u/75615911?v=4",
      "profile": "http://arduin.io",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "SarahMiller137",
      "name": "Sarah Miller",
      "avatar_url": "https://avatars.githubusercontent.com/u/9994261?v=4",
      "profile": "https://github.com/SarahMiller137",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "kkaryono",
      "name": "kkaryono",
      "avatar_url": "https://avatars.githubusercontent.com/u/68295052?v=4",
      "profile": "https://github.com/kkaryono",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "srtmohan",
      "name": "srtmohan",
      "avatar_url": "https://avatars.githubusercontent.com/u/114400355?v=4",
      "profile": "https://github.com/srtmohan",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "dumei00",
      "name": "dumei00",
      "avatar_url": "https://avatars.githubusercontent.com/u/94013453?v=4",
      "profile": "https://github.com/dumei00",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "aasiyahrashan",
      "name": "Aasiyah Rashan",
      "avatar_url": "https://avatars.githubusercontent.com/u/9165437?v=4",
      "profile": "https://github.com/aasiyahrashan",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "LizHareDogs",
      "name": "LizHareDogs",
      "avatar_url": "https://avatars.githubusercontent.com/u/53099600?v=4",
      "profile": "https://github.com/LizHareDogs",
      "contributions": [
        "ideas",
        "content",
        "a11y",
        "review"
      ]
    },
    {
      "login": "BrianAndrewOneil",
      "name": "Brian O'Neil",
      "avatar_url": "https://avatars.githubusercontent.com/u/102704305?v=4",
      "profile": "https://brianoneil.netlify.app/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "selvi-aras",
      "name": "Aras Selvi",
      "avatar_url": "https://avatars.githubusercontent.com/u/55166614?v=4",
      "profile": "http://linkedin.com/in/arasselvi",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "AnkitaGarg95",
      "name": "AnkitaGarg95",
      "avatar_url": "https://avatars.githubusercontent.com/u/70006784?v=4",
      "profile": "https://github.com/AnkitaGarg95",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "v-smith",
      "name": "Vicky Smith",
      "avatar_url": "https://avatars.githubusercontent.com/u/72864814?v=4",
      "profile": "https://www.linkedin.com/in/victoria-smith-754602104/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Elisarau",
      "name": "Elisa Rauseo",
      "avatar_url": "https://avatars.githubusercontent.com/u/88763664?v=4",
      "profile": "https://github.com/Elisarau",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "anicusan",
      "name": "Andrei Leonard Nicusan",
      "avatar_url": "https://avatars.githubusercontent.com/u/20279119?v=4",
      "profile": "http://anicusan.github.io",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "annarae13",
      "name": "annarae13",
      "avatar_url": "https://avatars.githubusercontent.com/u/53874820?v=4",
      "profile": "https://github.com/annarae13",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Zeena-Shawa",
      "name": "Zeena-Shawa",
      "avatar_url": "https://avatars.githubusercontent.com/u/72321461?v=4",
      "profile": "https://github.com/Zeena-Shawa",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "VatsalNagelia",
      "name": "VatsalNagelia",
      "avatar_url": "https://avatars.githubusercontent.com/u/52467754?v=4",
      "profile": "https://github.com/VatsalNagelia",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "grczh",
      "name": "grczh",
      "avatar_url": "https://avatars.githubusercontent.com/u/92826273?v=4",
      "profile": "https://github.com/grczh",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "mahmoud-elsherif",
      "name": "mahmoud-elsherif",
      "avatar_url": "https://avatars.githubusercontent.com/u/44072961?v=4",
      "profile": "https://github.com/mahmoud-elsherif",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "owainkenwayucl",
      "name": "Dr Owain Kenway",
      "avatar_url": "https://avatars.githubusercontent.com/u/4256093?v=4",
      "profile": "https://owainkenwayucl.github.io/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "ha0ye",
      "name": "Hao Ye",
      "avatar_url": "https://avatars.githubusercontent.com/u/5835366?v=4",
      "profile": "http://haoye.us",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "AngelikaKerlin",
      "name": "AngelikaKerlin",
      "avatar_url": "https://avatars.githubusercontent.com/u/115996571?v=4",
      "profile": "https://github.com/AngelikaKerlin",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "s-shivanand",
      "name": "Sharana Shivanand",
      "avatar_url": "https://avatars.githubusercontent.com/u/107891112?v=4",
      "profile": "https://github.com/s-shivanand",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "ClaudiaCAU",
      "name": "ClaudiaCAU",
      "avatar_url": "https://avatars.githubusercontent.com/u/32701238?v=4",
      "profile": "https://github.com/ClaudiaCAU",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Girl-in-Geo",
      "name": "Laura Mugeha",
      "avatar_url": "https://avatars.githubusercontent.com/u/47306402?v=4",
      "profile": "https://github.com/Girl-in-Geo",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "TheAbstract",
      "name": "Siphiwe",
      "avatar_url": "https://avatars.githubusercontent.com/u/56311555?v=4",
      "profile": "https://theabstract.github.io/",
      "contributions": [
        "bug",
        "review",
        "content"
      ]
    },
    {
      "login": "booktrackerGirl",
      "name": "Aditi Dutta",
      "avatar_url": "https://avatars.githubusercontent.com/u/45264620?v=4",
      "profile": "https://www.linkedin.com/in/aditi-dutta-22a299135/",
      "contributions": [
        "bug",
        "content",
        "ideas"
      ]
    },
    {
      "login": "gregcaporaso",
      "name": "Greg Caporaso",
      "avatar_url": "https://avatars.githubusercontent.com/u/192372?v=4",
      "profile": "http://www.caporasolab.us",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "SianC",
      "name": "SianC",
      "avatar_url": "https://avatars.githubusercontent.com/u/52662865?v=4",
      "profile": "https://github.com/SianC",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "russellmartin321",
      "name": "russellmartin321",
      "avatar_url": "https://avatars.githubusercontent.com/u/104580892?v=4",
      "profile": "https://github.com/russellmartin321",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "sradicwebster",
      "name": "Stefan Radic Webster",
      "avatar_url": "https://avatars.githubusercontent.com/u/56719930?v=4",
      "profile": "https://sradicwebster.me/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "KatrionaGoldmann",
      "name": "Katriona Goldmann",
      "avatar_url": "https://avatars.githubusercontent.com/u/25952322?v=4",
      "profile": "https://katrionagoldmann.github.io",
      "contributions": [
        "content",
        "review"
      ]
    },
    {
      "login": "egpbos",
      "name": "Patrick Bos",
      "avatar_url": "https://avatars.githubusercontent.com/u/6146598?v=4",
      "profile": "http://egpbos.nl",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "radifar",
      "name": "Muhammad Radifar",
      "avatar_url": "https://avatars.githubusercontent.com/u/11450417?v=4",
      "profile": "http://radifar.github.io",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "klbarnes20",
      "name": "Kelly Barnes",
      "avatar_url": "https://avatars.githubusercontent.com/u/64787509?v=4",
      "profile": "https://github.com/klbarnes20",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Varachkina",
      "name": "Varachkina",
      "avatar_url": "https://avatars.githubusercontent.com/u/22443239?v=4",
      "profile": "https://gitlab.gwdg.de/users/hanna.varachkina/contributed",
      "contributions": [
        "content",
        "bug"
      ]
    },
    {
      "login": "WinnyNekesa",
      "name": "WNekesa",
      "avatar_url": "https://avatars.githubusercontent.com/u/110591866?v=4",
      "profile": "https://github.com/WinnyNekesa",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "DorienHuijser",
      "name": "Dorien Huijser",
      "avatar_url": "https://avatars.githubusercontent.com/u/58177697?v=4",
      "profile": "http://www.dorienhuijser.com",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "RayStick",
      "name": "Rachael Stickland",
      "avatar_url": "https://avatars.githubusercontent.com/u/50215726?v=4",
      "profile": "http://linkedin.com/in/rstickland-phd",
      "contributions": [
        "content",
        "ideas",
        "review"
      ]
    },
    {
      "login": "Rainiefantasy",
      "name": "Mahwish M",
      "avatar_url": "https://avatars.githubusercontent.com/u/43926907?v=4",
      "profile": "https://github.com/Rainiefantasy",
      "contributions": [
        "content",
        "ideas"
      ]
    },
    {
      "login": "la-sts",
      "name": "Luis Santos",
      "avatar_url": "https://avatars.githubusercontent.com/u/34314067?v=4",
      "profile": "https://github.com/la-sts",
      "contributions": [
        "ideas",
        "review"
      ]
    },
    {
      "login": "DDelbarre",
      "name": "DDelbarre",
      "avatar_url": "https://avatars.githubusercontent.com/u/108824056?v=4",
      "profile": "https://github.com/DDelbarre",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "amallon",
      "name": "Ann-Marie Mallon",
      "avatar_url": "https://avatars.githubusercontent.com/u/35258603?v=4",
      "profile": "https://github.com/amallon",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "H-Mateus",
      "name": "Mateus Harrington",
      "avatar_url": "https://avatars.githubusercontent.com/u/26403410?v=4",
      "profile": "https://gmbernardoharrington.netlify.app/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "gllmflndn",
      "name": "Guillaume Flandin",
      "avatar_url": "https://avatars.githubusercontent.com/u/5950855?v=4",
      "profile": "https://www.fil.ion.ucl.ac.uk/team/spm-team/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "priyanshuone6",
      "name": "Priyanshu Agarwal",
      "avatar_url": "https://avatars.githubusercontent.com/u/64051212?v=4",
      "profile": "http://git.io/priyanshu",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "pdurbin",
      "name": "Philip Durbin",
      "avatar_url": "https://avatars.githubusercontent.com/u/21006?v=4",
      "profile": "http://greptilian.com",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "sjDCC",
      "name": "Sarah Jones",
      "avatar_url": "https://avatars.githubusercontent.com/u/6169940?v=4",
      "profile": "https://dmponline.dcc.ac.uk",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "flavio2018",
      "name": "Flavio Petruzzellis",
      "avatar_url": "https://avatars.githubusercontent.com/u/39437769?v=4",
      "profile": "http://flavio2018.github.io",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "jonnyhorsley",
      "name": "jonnyhorsley",
      "avatar_url": "https://avatars.githubusercontent.com/u/57093278?v=4",
      "profile": "https://github.com/JonnyHorsley",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "KarolineLeiberg",
      "name": "KarolineLeiberg",
      "avatar_url": "https://avatars.githubusercontent.com/u/57093276?v=4",
      "profile": "https://github.com/KarolineLeiberg",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "PaulWatson9994",
      "name": "Paul Watson",
      "avatar_url": "https://avatars.githubusercontent.com/u/7299312?v=4",
      "profile": "https://www.ncl.ac.uk/computing/people/profile/paulwatson.html#background",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "mengyucui123",
      "name": "mengyucui123",
      "avatar_url": "https://avatars.githubusercontent.com/u/124688773?v=4",
      "profile": "https://github.com/mengyucui123",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "dsmukilan",
      "name": "Mukilan",
      "avatar_url": "https://avatars.githubusercontent.com/u/11191375?v=4",
      "profile": "https://github.com/dsmukilan",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "caroldutra3",
      "name": "caroldutra3",
      "avatar_url": "https://avatars.githubusercontent.com/u/86290575?v=4",
      "profile": "https://github.com/caroldutra3",
      "contributions": [
        "ideas",
        "bug"
      ]
    },
    {
      "login": "sandygudie",
      "name": "Goodnews Sandy",
      "avatar_url": "https://avatars.githubusercontent.com/u/54219127?v=4",
      "profile": "https://goodnewssandy.netlify.app/",
      "contributions": [
        "bug",
        "content",
        "review",
        "eventOrganizing",
        "translation"
      ]
    },
    {
      "login": "tpronk",
      "name": "tpronk",
      "avatar_url": "https://avatars.githubusercontent.com/u/8987504?v=4",
      "profile": "https://github.com/tpronk",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "chartgerink",
      "name": "Chris Hartgerink",
      "avatar_url": "https://avatars.githubusercontent.com/u/2946344?v=4",
      "profile": "https://chjh.nl",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "msundukova",
      "name": "Mayya Sundukova",
      "avatar_url": "https://avatars.githubusercontent.com/u/34685833?v=4",
      "profile": "https://github.com/msundukova",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "shreyadimri",
      "name": "Shreya Dimri",
      "avatar_url": "https://avatars.githubusercontent.com/u/58469708?v=4",
      "profile": "https://github.com/shreyadimri",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "RealRichi3",
      "name": "Richie",
      "avatar_url": "https://avatars.githubusercontent.com/u/76791916?v=4",
      "profile": "https://realrichi3.github.io",
      "contributions": [
        "ideas",
        "content",
        "infra"
      ]
    },
    {
      "login": "meliimming",
      "name": "meliimming",
      "avatar_url": "https://avatars.githubusercontent.com/u/129850001?v=4",
      "profile": "https://github.com/meliimming",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "RichardJActon",
      "name": "Richard James Acton",
      "avatar_url": "https://avatars.githubusercontent.com/u/6893043?v=4",
      "profile": "https://richardjacton.github.io/",
      "contributions": [
        "ideas",
        "content",
        "review",
        "a11y"
      ]
    },
    {
      "login": "mkhslaa",
      "name": "mkhslaa",
      "avatar_url": "https://avatars.githubusercontent.com/u/4571759?v=4",
      "profile": "https://github.com/mkhslaa",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "robbykha",
      "name": "robbykha",
      "avatar_url": "https://avatars.githubusercontent.com/u/131724231?v=4",
      "profile": "https://github.com/robbykha",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "TanyaYankelevich",
      "name": "Tanya Yankelevich",
      "avatar_url": "https://avatars.githubusercontent.com/u/107634879?v=4",
      "profile": "https://www.tudelft.nl/open-science",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "luisaforozco",
      "name": "Luisa Orozco",
      "avatar_url": "https://avatars.githubusercontent.com/u/99738896?v=4",
      "profile": "https://github.com/luisaforozco",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "jurra",
      "name": "Jose Urra ",
      "avatar_url": "https://avatars.githubusercontent.com/u/18581201?v=4",
      "profile": "https://github.com/jurra",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "GabinWK",
      "name": "GabinWK",
      "avatar_url": "https://avatars.githubusercontent.com/u/104582708?v=4",
      "profile": "https://github.com/GabinWK",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "hughesthe1st",
      "name": "Sean Hughes",
      "avatar_url": "https://avatars.githubusercontent.com/u/6203251?v=4",
      "profile": "https://github.com/hughesthe1st",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "SaraVilla",
      "name": "Sara Villa",
      "avatar_url": "https://avatars.githubusercontent.com/u/43204602?v=4",
      "profile": "https://github.com/SaraVilla",
      "contributions": [
        "content",
        "review",
        "a11y"
      ]
    },
    {
      "login": "ciupava",
      "name": "Anna Zanchetta",
      "avatar_url": "https://avatars.githubusercontent.com/u/3450313?v=4",
      "profile": "https://github.com/ciupava",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "spier",
      "name": "Sebastian Spier",
      "avatar_url": "https://avatars.githubusercontent.com/u/163029?v=4",
      "profile": "https://spier.hu",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "srtee",
      "name": "Shern Tee",
      "avatar_url": "https://avatars.githubusercontent.com/u/60586092?v=4",
      "profile": "https://github.com/srtee",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Susana465",
      "name": "Susana Roman Garcia",
      "avatar_url": "https://avatars.githubusercontent.com/u/73224467?v=4",
      "profile": "https://susana465.github.io/",
      "contributions": [
        "question",
        "content"
      ]
    },
    {
      "login": "mosoriob",
      "name": "Maximiliano Osorio",
      "avatar_url": "https://avatars.githubusercontent.com/u/2365990?v=4",
      "profile": "https://mosorio.dev",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Nolski",
      "name": "Mike Nolan",
      "avatar_url": "https://avatars.githubusercontent.com/u/2600677?v=4",
      "profile": "http://nolski.rocks",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "benvanwerkhoven",
      "name": "Ben van Werkhoven",
      "avatar_url": "https://avatars.githubusercontent.com/u/2337546?v=4",
      "profile": "https://github.com/benvanwerkhoven",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "drjwbaker",
      "name": "James Baker",
      "avatar_url": "https://avatars.githubusercontent.com/u/4965300?v=4",
      "profile": "http://cradledincaricature.com/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "arya1302",
      "name": "Arya A",
      "avatar_url": "https://avatars.githubusercontent.com/u/73542599?v=4",
      "profile": "https://github.com/arya1302",
      "contributions": [
        "code",
        "review",
        "doc",
        "bug",
        "content",
        "ideas",
        "infra",
        "userTesting",
        "test"
      ]
    },
    {
      "login": "JaroCamphuijsen",
      "name": "Jaro Camphuijsen",
      "avatar_url": "https://avatars.githubusercontent.com/u/12695232?v=4",
      "profile": "https://github.com/JaroCamphuijsen",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "penyuan",
      "name": "penyuan",
      "avatar_url": "https://avatars.githubusercontent.com/u/13352427?v=4",
      "profile": "https://www.penonek.com/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "ljcolling",
      "name": "Lincoln Colling",
      "avatar_url": "https://avatars.githubusercontent.com/u/21215217?v=4",
      "profile": "http://research.colling.net.nz",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "sadielbartholomew",
      "name": "Sadie L. Bartholomew",
      "avatar_url": "https://avatars.githubusercontent.com/u/30274190?v=4",
      "profile": "http://sadielbartholomew.github.io",
      "contributions": [
        "content",
        "review"
      ]
    },
    {
      "login": "ereynaud",
      "name": "Emmanuel G. REYNAUD",
      "avatar_url": "https://avatars.githubusercontent.com/u/12295393?v=4",
      "profile": "https://github.com/ereynaud",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "kallewesterling",
      "name": "Kalle Westerling",
      "avatar_url": "https://avatars.githubusercontent.com/u/7298727?v=4",
      "profile": "http://www.westerling.nu",
      "contributions": [
        "content",
        "review",
        "bug"
      ]
    },
    {
      "login": "CeilidhWelsh",
      "name": "CeilidhWelsh",
      "avatar_url": "https://avatars.githubusercontent.com/u/71887891?v=4",
      "profile": "https://github.com/CeilidhWelsh",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "llewelld",
      "name": "David Llewellyn-Jones",
      "avatar_url": "https://avatars.githubusercontent.com/u/1446122?v=4",
      "profile": "https://www.flypig.co.uk",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "MoritzMaxeiner",
      "name": "Moritz Maxeiner",
      "avatar_url": "https://avatars.githubusercontent.com/u/497073?v=4",
      "profile": "https://github.com/MoritzMaxeiner",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "MayaAndersonGonzalez",
      "name": "Maya Anderson-González",
      "avatar_url": "https://avatars.githubusercontent.com/u/56874297?v=4",
      "profile": "https://mayaandersongonzalez.hcommons.org",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "gigikenneth",
      "name": "Gigi Kenneth",
      "avatar_url": "https://avatars.githubusercontent.com/u/52600214?v=4",
      "profile": "https://bit.ly/gigi-kenneth",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "myyong",
      "name": "myyong",
      "avatar_url": "https://avatars.githubusercontent.com/u/5417696?v=4",
      "profile": "https://github.com/myyong",
      "contributions": [
        "code",
        "infra"
      ]
    },
    {
      "login": "LydiaFrance",
      "name": "Lydia France",
      "avatar_url": "https://avatars.githubusercontent.com/u/85945427?v=4",
      "profile": "https://github.com/LydiaFrance",
      "contributions": [
        "code",
        "infra"
      ]
    },
    {
      "login": "thessaly",
      "name": "juli arancio",
      "avatar_url": "https://avatars.githubusercontent.com/u/33497609?v=4",
      "profile": "http://julieta.aranc.io",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "mhauru",
      "name": "Markus Hauru",
      "avatar_url": "https://avatars.githubusercontent.com/u/5229876?v=4",
      "profile": "http://mhauru.org",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "Jerzeek",
      "name": "Jerry de Vos",
      "avatar_url": "https://avatars.githubusercontent.com/u/22919620?v=4",
      "profile": "http://jerrydevos.com",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "SachaHq",
      "name": "Sacha Hodencq",
      "avatar_url": "https://avatars.githubusercontent.com/u/58265506?v=4",
      "profile": "https://github.com/SachaHq",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "zimolzak",
      "name": "Andy Zimolzak",
      "avatar_url": "https://avatars.githubusercontent.com/u/2705315?v=4",
      "profile": "https://github.com/zimolzak",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Cghlewis",
      "name": "Cghlewis",
      "avatar_url": "https://avatars.githubusercontent.com/u/33465957?v=4",
      "profile": "http://cghlewis.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "richarddushime",
      "name": "Richard Dushime",
      "avatar_url": "https://avatars.githubusercontent.com/u/45734838?v=4",
      "profile": "http://richarddushime.netlify.app/",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "gedankenstuecke",
      "name": "Bastian Greshake Tzovaras",
      "avatar_url": "https://avatars.githubusercontent.com/u/674899?v=4",
      "profile": "https://tzovar.as",
      "contributions": [
        "eventOrganizing",
        "review"
      ]
    },
    {
      "login": "k8hertweck",
      "name": "Kate Hertweck",
      "avatar_url": "https://avatars.githubusercontent.com/u/1678233?v=4",
      "profile": "http://katehertweck.com",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "emmyft",
      "name": "Emmy Tsang",
      "avatar_url": "https://avatars.githubusercontent.com/u/24935760?v=4",
      "profile": "https://emmyft.github.io",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "lubianat",
      "name": "Tiago Lubiana",
      "avatar_url": "https://avatars.githubusercontent.com/u/7917951?v=4",
      "profile": "https://github.com/lubianat",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "humbertodebat",
      "name": "Humberto Debat",
      "avatar_url": "https://avatars.githubusercontent.com/u/55153399?v=4",
      "profile": "https://github.com/humbertodebat",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "melissawm",
      "name": "Melissa Weber Mendonça",
      "avatar_url": "https://avatars.githubusercontent.com/u/3949932?v=4",
      "profile": "http://melissawm.github.io",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "dpshelio",
      "name": "David Pérez-Suárez",
      "avatar_url": "https://avatars.githubusercontent.com/u/963242?v=4",
      "profile": "http://dpshelio.github.io",
      "contributions": [
        "eventOrganizing"
      ]
    },
    {
      "login": "IshanG97",
      "name": "IshanG97",
      "avatar_url": "https://avatars.githubusercontent.com/u/32465586?v=4",
      "profile": "https://github.com/IshanG97",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "AoifeHughes",
      "name": "Aoife",
      "avatar_url": "https://avatars.githubusercontent.com/u/10923695?v=4",
      "profile": "https://github.com/AoifeHughes",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "jessieontherun",
      "name": "jessieontherun",
      "avatar_url": "https://avatars.githubusercontent.com/u/56831617?v=4",
      "profile": "https://github.com/jessieontherun",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "AbcSxyZ",
      "name": "AbcSxyZ",
      "avatar_url": "https://avatars.githubusercontent.com/u/34010605?v=4",
      "profile": "https://github.com/AbcSxyZ",
      "contributions": [
        "ideas"
      ]
    },
    {
      "login": "AlexandraAAJ",
      "name": "Alexandra Araujo Alvarez",
      "avatar_url": "https://avatars.githubusercontent.com/u/124181438?v=4",
      "profile": "https://github.com/AlexandraAAJ",
      "contributions": [
        "content",
        "example",
        "doc",
        "review",
        "a11y"
      ]
    },
    {
      "login": "f-rower",
      "name": "f-rower",
      "avatar_url": "https://avatars.githubusercontent.com/u/29379394?v=4",
      "profile": "https://github.com/f-rower",
      "contributions": [
        "code",
        "content",
        "doc",
        "design",
        "ideas",
        "maintenance",
        "promotion",
        "question",
        "test"
      ]
    },
    {
      "login": "lucyjstephenson",
      "name": "Lucy Stephenson",
      "avatar_url": "https://avatars.githubusercontent.com/u/112892956?v=4",
      "profile": "https://github.com/lucyjstephenson",
      "contributions": [
        "example",
        "content",
        "bug",
        "maintenance",
        "ideas",
        "review"
      ]
    },
    {
      "login": "CDonesCU",
      "name": "CDonesCU",
      "avatar_url": "https://avatars.githubusercontent.com/u/169474876?v=4",
      "profile": "https://github.com/CDonesCU",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "aranas",
      "name": "Sophie Arana",
      "avatar_url": "https://avatars.githubusercontent.com/u/6906140?v=4",
      "profile": "https://github.com/aranas",
      "contributions": [
        "bug",
        "content",
        "ideas",
        "review"
      ]
    },
    {
      "login": "gandrewgabriel",
      "name": "George Gabriel",
      "avatar_url": "https://avatars.githubusercontent.com/u/52380254?v=4",
      "profile": "https://github.com/gandrewgabriel",
      "contributions": [
        "infra",
        "code",
        "test"
      ]
    },
    {
      "login": "amefonaffia",
      "name": "Abasi-amefon Affia",
      "avatar_url": "https://avatars.githubusercontent.com/u/20369026?v=4",
      "profile": "https://github.com/amefonaffia",
      "contributions": [
        "content",
        "ideas"
      ]
    },
    {
      "login": "luisacutillo78",
      "name": "Luisa",
      "avatar_url": "https://avatars.githubusercontent.com/u/13733038?v=4",
      "profile": "https://github.com/luisacutillo78",
      "contributions": [
        "content",
        "ideas"
      ]
    },
    {
      "login": "lwalma",
      "name": "lwalma",
      "avatar_url": "https://avatars.githubusercontent.com/u/100857620?v=4",
      "profile": "https://github.com/lwalma",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "asoaresca",
      "name": "asoaresca",
      "avatar_url": "https://avatars.githubusercontent.com/u/143703780?v=4",
      "profile": "https://github.com/asoaresca",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "NoorhanAbbas",
      "name": "NoorhanAbbas",
      "avatar_url": "https://avatars.githubusercontent.com/u/84336434?v=4",
      "profile": "https://github.com/NoorhanAbbas",
      "contributions": [
        "content",
        "ideas"
      ]
    },
    {
      "login": "harrietrs",
      "name": "Harriet Sands",
      "avatar_url": "https://avatars.githubusercontent.com/u/28767009?v=4",
      "profile": "https://github.com/harrietrs",
      "contributions": [
        "review",
        "a11y"
      ]
    },
    {
      "login": "manuGil",
      "name": "Manuel Garcia",
      "avatar_url": "https://avatars.githubusercontent.com/u/8195424?v=4",
      "profile": "https://github.com/manuGil",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "danshearer",
      "name": "Dan Shearer",
      "avatar_url": "https://avatars.githubusercontent.com/u/3944577?v=4",
      "profile": "https://cv.shearer.org",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "ccoulombe",
      "name": "Charles Coulombe",
      "avatar_url": "https://avatars.githubusercontent.com/u/22602168?v=4",
      "profile": "https://github.com/ccoulombe",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "denisebianco",
      "name": "denisebianco",
      "avatar_url": "https://avatars.githubusercontent.com/u/151555588?v=4",
      "profile": "https://github.com/denisebianco",
      "contributions": [
        "eventOrganizing",
        "content"
      ]
    },
    {
      "login": "anjackson",
      "name": "Andy Jackson",
      "avatar_url": "https://avatars.githubusercontent.com/u/87843?v=4",
      "profile": "http://anjackson.net",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Preshh0",
      "name": "Precious Onyewuchi",
      "avatar_url": "https://avatars.githubusercontent.com/u/42142405?v=4",
      "profile": "https://github.com/Preshh0",
      "contributions": [
        "content",
        "a11y",
        "review",
        "bug"
      ]
    },
    {
      "login": "fhreidsma",
      "name": "fhreidsma",
      "avatar_url": "https://avatars.githubusercontent.com/u/80468267?v=4",
      "profile": "https://github.com/fhreidsma",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "sreenithyaa",
      "name": "sreenithyaa",
      "avatar_url": "https://avatars.githubusercontent.com/u/64282208?v=4",
      "profile": "https://github.com/sreenithyaa",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "RVFlowers",
      "name": "Sophie T",
      "avatar_url": "https://avatars.githubusercontent.com/u/44363442?v=4",
      "profile": "https://github.com/RVFlowers",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "aframosp",
      "name": "Andrés Ramos",
      "avatar_url": "https://avatars.githubusercontent.com/u/13357890?v=4",
      "profile": "http://www.astro.rug.nl/~ramos",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "bbartholdy",
      "name": "Bjørn Peare Bartholdy",
      "avatar_url": "https://avatars.githubusercontent.com/u/47455812?v=4",
      "profile": "https://github.com/bbartholdy",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "LelleDi",
      "name": "LélléD",
      "avatar_url": "https://avatars.githubusercontent.com/u/108274982?v=4",
      "profile": "https://github.com/LelleDi",
      "contributions": [
        "content",
        "review",
        "a11y",
        "eventOrganizing"
      ]
    },
    {
      "login": "StatsRhian",
      "name": "Rhian Davies",
      "avatar_url": "https://avatars.githubusercontent.com/u/7017740?v=4",
      "profile": "https://rhian.rbind.io",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "andreaczhang",
      "name": "Chi Zhang",
      "avatar_url": "https://avatars.githubusercontent.com/u/32897643?v=4",
      "profile": "https://andreaczhang.github.io",
      "contributions": [
        "review",
        "a11y"
      ]
    },
    {
      "login": "JFormoso",
      "name": "Jesica Formoso",
      "avatar_url": "https://avatars.githubusercontent.com/u/32418102?v=4",
      "profile": "https://github.com/JFormoso",
      "contributions": [
        "review",
        "a11y"
      ]
    },
    {
      "login": "PatriLoto",
      "name": "Patricia A. Loto",
      "avatar_url": "https://avatars.githubusercontent.com/u/39300655?v=4",
      "profile": "https://patricia-loto.netlify.app/",
      "contributions": [
        "content",
        "a11y",
        "review"
      ]
    },
    {
      "login": "chrisdburr",
      "name": "Christopher Burr",
      "avatar_url": "https://avatars.githubusercontent.com/u/63010234?v=4",
      "profile": "https://chrisdburr.github.io",
      "contributions": [
        "ideas",
        "content"
      ]
    },
    {
      "login": "giuliatomba",
      "name": "giuliatomba",
      "avatar_url": "https://avatars.githubusercontent.com/u/56237678?v=4",
      "profile": "https://github.com/giuliatomba",
      "contributions": [
        "ideas",
        "content",
        "review"
      ]
    },
    {
      "login": "nghuixin",
      "name": "Renee (Hui Xin) Ng",
      "avatar_url": "https://avatars.githubusercontent.com/u/16829271?v=4",
      "profile": "http://huixinng.com",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "DiegoOLopez",
      "name": "Diego O Lopez",
      "avatar_url": "https://avatars.githubusercontent.com/u/92211663?v=4",
      "profile": "https://github.com/DiegoOLopez",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "agoose77",
      "name": "Angus Hollands",
      "avatar_url": "https://avatars.githubusercontent.com/u/1248413?v=4",
      "profile": "https://oieltd.com",
      "contributions": [
        "content",
        "bug",
        "talk"
      ]
    },
    {
      "login": "rowanc1",
      "name": "Rowan Cockett",
      "avatar_url": "https://avatars.githubusercontent.com/u/913249?v=4",
      "profile": "http://row1.ca",
      "contributions": [
        "bug",
        "infra",
        "platform",
        "talk"
      ]
    },
    {
      "login": "MarionBWeinzierl",
      "name": "Marion",
      "avatar_url": "https://avatars.githubusercontent.com/u/56403724?v=4",
      "profile": "https://github.com/MarionBWeinzierl",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "ahkrook",
      "name": "ahkrook",
      "avatar_url": "https://avatars.githubusercontent.com/u/167080825?v=4",
      "profile": "https://github.com/ahkrook",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "afuetterer",
      "name": "Heinz-Alexander Fuetterer",
      "avatar_url": "https://avatars.githubusercontent.com/u/35225576?v=4",
      "profile": "https://github.com/afuetterer",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "vrajesh-daga",
      "name": "vrajesh-daga",
      "avatar_url": "https://avatars.githubusercontent.com/u/201659831?v=4",
      "profile": "https://github.com/vrajesh-daga",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "SydneyAmbrose",
      "name": "SydneyAmbrose",
      "avatar_url": "https://avatars.githubusercontent.com/u/144704015?v=4",
      "profile": "https://github.com/SydneyAmbrose",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Avaga123",
      "name": "Avaga123",
      "avatar_url": "https://avatars.githubusercontent.com/u/112536906?v=4",
      "profile": "https://github.com/Avaga123",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "Nagabharan1",
      "name": "Nagabharan1",
      "avatar_url": "https://avatars.githubusercontent.com/u/72192695?v=4",
      "profile": "https://github.com/Nagabharan1",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "Cedeli",
      "name": "Ced",
      "avatar_url": "https://avatars.githubusercontent.com/u/96904745?v=4",
      "profile": "https://github.com/Cedeli",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "tongyu0924",
      "name": "tongyu",
      "avatar_url": "https://avatars.githubusercontent.com/u/119610311?v=4",
      "profile": "https://github.com/tongyu0924",
      "contributions": [
        "maintenance",
        "content"
      ]
    },
    {
      "login": "bakhshir",
      "name": "Rena Bakhshi",
      "avatar_url": "https://avatars.githubusercontent.com/u/16703268?v=4",
      "profile": "https://github.com/bakhshir",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "cecibaldoni",
      "name": "Cecilia Baldoni",
      "avatar_url": "https://avatars.githubusercontent.com/u/111133332?v=4",
      "profile": "https://github.com/cecibaldoni",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "gulesaman",
      "name": "gulesaman",
      "avatar_url": "https://avatars.githubusercontent.com/u/60602896?v=4",
      "profile": "https://github.com/gulesaman",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "DSrinivasKarthik",
      "name": "D Srinivas Karthik",
      "avatar_url": "https://avatars.githubusercontent.com/u/139240749?v=4",
      "profile": "https://github.com/DSrinivasKarthik",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "nkosaku",
      "name": "Kosaku Nakano",
      "avatar_url": "https://avatars.githubusercontent.com/u/64463851?v=4",
      "profile": "https://github.com/nkosaku",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "stefanv",
      "name": "Stefan van der Walt",
      "avatar_url": "https://avatars.githubusercontent.com/u/45071?v=4",
      "profile": "https://mentat.za.net",
      "contributions": [
        "bug",
        "review"
      ]
    },
    {
      "login": "Kj263",
      "name": "Kjirsten Fastabend",
      "avatar_url": "https://avatars.githubusercontent.com/u/114452573?v=4",
      "profile": "https://github.com/Kj263",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "stweil",
      "name": "Stefan Weil",
      "avatar_url": "https://avatars.githubusercontent.com/u/6734573?v=4",
      "profile": "https://github.com/stweil",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "kafitzgerald",
      "name": "Katelyn FitzGerald",
      "avatar_url": "https://avatars.githubusercontent.com/u/7872563?v=4",
      "profile": "https://github.com/kafitzgerald",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "JZhou-ScottLogic",
      "name": "JZhou-ScottLogic",
      "avatar_url": "https://avatars.githubusercontent.com/u/205162886?v=4",
      "profile": "https://github.com/JZhou-ScottLogic",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "JohnnyRobs19",
      "name": "Jonathan Siew",
      "avatar_url": "https://avatars.githubusercontent.com/u/145652841?v=4",
      "profile": "https://github.com/JohnnyRobs19",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "TylerGHawthorne",
      "name": "TylerGHawthorne",
      "avatar_url": "https://avatars.githubusercontent.com/u/218156932?v=4",
      "profile": "https://github.com/TylerGHawthorne",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "FreekPols",
      "name": "Freek Pols",
      "avatar_url": "https://avatars.githubusercontent.com/u/55780866?v=4",
      "profile": "https://github.com/FreekPols",
      "contributions": [
        "bug",
        "talk"
      ]
    },
    {
      "login": "jewelyk",
      "name": "jewelyk",
      "avatar_url": "https://avatars.githubusercontent.com/u/66874197?v=4",
      "profile": "https://github.com/jewelyk",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "AnneliesPieterman-Bos",
      "name": "AnneliesPieterman-Bos",
      "avatar_url": "https://avatars.githubusercontent.com/u/213759116?v=4",
      "profile": "https://github.com/AnneliesPieterman-Bos",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "Annetrude",
      "name": "Annetrude de Mooij",
      "avatar_url": "https://avatars.githubusercontent.com/u/195094341?v=4",
      "profile": "https://github.com/Annetrude",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "TiernanOSullivan",
      "name": "Tiernan O'Sullivan",
      "avatar_url": "https://avatars.githubusercontent.com/u/172599503?v=4",
      "profile": "https://github.com/TiernanOSullivan",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "juliancervos",
      "name": "Julian Lopez Gordillo",
      "avatar_url": "https://avatars.githubusercontent.com/u/25617825?v=4",
      "profile": "https://github.com/juliancervos",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "nnorouzi913",
      "name": "nnorouzi913",
      "avatar_url": "https://avatars.githubusercontent.com/u/239992651?v=4",
      "profile": "https://github.com/nnorouzi913",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "StefanW0",
      "name": "Stefan Wouters",
      "avatar_url": "https://avatars.githubusercontent.com/u/183834624?v=4",
      "profile": "https://github.com/StefanW0",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "jabezsamsondev-prog",
      "name": "Jabez Samson",
      "avatar_url": "https://avatars.githubusercontent.com/u/233149054?v=4",
      "profile": "https://www.jabezsamson.in/",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "nikhil26vaddadi",
      "name": "Sai Nikhil Vaddadi",
      "avatar_url": "https://avatars.githubusercontent.com/u/29629242?v=4",
      "profile": "https://github.com/nikhil26vaddadi",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "Vamsiindugu",
      "name": "Vamsi Indugu",
      "avatar_url": "https://avatars.githubusercontent.com/u/150576424?v=4",
      "profile": "https://vamsiindugu.vercel.app/",
      "contributions": [
        "content",
        "design"
      ]
    },
    {
      "login": "HyunKN",
      "name": "Sugu",
      "avatar_url": "https://avatars.githubusercontent.com/u/152015418?v=4",
      "profile": "https://github.com/HyunKN",
      "contributions": [
        "infra"
      ]
    },
    {
      "login": "mikey247",
      "name": "Michael Umeokoli",
      "avatar_url": "https://avatars.githubusercontent.com/u/93191705?v=4",
      "profile": "https://mikey24-7.xyz",
      "contributions": [
        "review",
        "content"
      ]
    },
    {
      "login": "veerasai06",
      "name": "veerasai06",
      "avatar_url": "https://avatars.githubusercontent.com/u/229084338?v=4",
      "profile": "https://github.com/veerasai06",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "brechtjehuiskes",
      "name": "Brechtje",
      "avatar_url": "https://avatars.githubusercontent.com/u/243357208?v=4",
      "profile": "https://github.com/brechtjehuiskes",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "fwkoch",
      "name": "Franklin Koch",
      "avatar_url": "https://avatars.githubusercontent.com/u/9453731?v=4",
      "profile": "https://github.com/fwkoch",
      "contributions": [
        "talk"
      ]
    },
    {
      "login": "rlanzafame",
      "name": "Robert Lanzafame",
      "avatar_url": "https://avatars.githubusercontent.com/u/22560680?v=4",
      "profile": "https://github.com/rlanzafame",
      "contributions": [
        "talk"
      ]
    },
    {
      "login": "luukfroling",
      "name": "Luuk Fröling",
      "avatar_url": "https://avatars.githubusercontent.com/u/31106485?v=4",
      "profile": "https://github.com/luukfroling",
      "contributions": [
        "talk"
      ]
    },
    {
      "login": "rendell",
      "name": "Rendell de Kort",
      "avatar_url": "https://avatars.githubusercontent.com/u/10668732?v=4",
      "profile": "http://www.c-economics.com",
      "contributions": [
        "translation"
      ]
    },
    {
      "login": "alwil",
      "name": "Aleksandra Ewa Wilczynska",
      "avatar_url": "https://avatars.githubusercontent.com/u/7210572?v=4",
      "profile": "https://github.com/alwil",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "campioru",
      "name": "Ruaidhrí Campion",
      "avatar_url": "https://avatars.githubusercontent.com/u/79585079?v=4",
      "profile": "https://www.maths.tcd.ie/~rcampion/",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "yaochengchen",
      "name": "yaochengchen",
      "avatar_url": "https://avatars.githubusercontent.com/u/51320658?v=4",
      "profile": "https://github.com/yaochengchen",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "BuildingTech24",
      "name": "BuildingTech24",
      "avatar_url": "https://avatars.githubusercontent.com/u/257283328?v=4",
      "profile": "https://github.com/BuildingTech24",
      "contributions": [
        "review"
      ]
    },
    {
      "login": "xchen101",
      "name": "Xiaoli Chen",
      "avatar_url": "https://avatars.githubusercontent.com/u/3393596?v=4",
      "profile": "https://github.com/xchen101",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "mitre88",
      "name": "Dr Alex Mitre",
      "avatar_url": "https://avatars.githubusercontent.com/u/30060514?v=4",
      "profile": "https://github.com/mitre88",
      "contributions": [
        "bug"
      ]
    },
    {
      "login": "priya-gitTest",
      "name": "Priyanka O",
      "avatar_url": "https://avatars.githubusercontent.com/u/21082240?v=4",
      "profile": "https://github.com/priya-gitTest",
      "contributions": [
        "content"
      ]
    },
    {
      "login": "perashanid",
      "name": "Shanid Sajjatuz Islam",
      "avatar_url": "https://avatars.githubusercontent.com/u/155494150?v=4",
      "profile": "http://shanidsajjatuz.is-a.dev",
      "contributions": [
        "content"
      ]
    }
  ]
}


================================================
FILE: .github/ISSUE_TEMPLATE/01_bug_report.yml
================================================
name: "\U0001F41B Bug report"
description: Create a report to help us repair something that is currently broken
title: "[BUG]:"
labels: ["bug"]
body:
  - type: markdown
    attributes:
      value: |
        Use this template to raise issues about viewing or building _The Turing Way_.
        If you would like to raise an issue about fixing typos, or formatting issues in chapters, please use the [Editor's Issue template](https://github.com/alan-turing-institute/the-turing-way/issues/new?assignees=&labels=&template=EDITOR_ISSUE_TEMPLATE.yml).
  - type: textarea
    attributes:
      label: Description
      description: Use this section to clearly and concisely describe the bug.
    validations:
      required: true
  - type: textarea
    attributes:
      label: Expected behavior
      description: Tell us what you thought would happen.
  - type: textarea
    attributes:
      label: Actual behaviour
      description: Tell us what actually happens.
  - type: textarea
    attributes:
      label: How to reproduce
      description: Use this section to describe the steps that a user would take to experience this bug.
      placeholder: |
        1. Go to '...'
        2. Click on '....'
        3. Scroll down to '....'
        4. See error -->
  - type: textarea
    attributes:
      label: Your personal set up
      description: Tell us a little about the system you're using or tested this bug in.
      value: |
        - **Operating System**:
        - **Browser**:
  - type: textarea
    attributes:
      label: Dependencies
      description:
        If you have found a bug when building the book, please give a list of the dependencies you are using.
        You can generate a list of this using `pip freeze`.
  - type: textarea
    attributes:
      label: Log messages
      description:
        Please include any relevant log or error messages here.
        You may also include screenshots.


================================================
FILE: .github/ISSUE_TEMPLATE/02_edit_a_chapter.yml
================================================
name: "\U0001F50D Edit a chapter"
description: An existing chapter needs to be updated
title: "[TO EDIT]: chapter/subchapter"
body:
  - type: markdown
    attributes:
      value: |
        This template will guide you through the steps necessary for you to propose a chapter/subchapter to edit, review or restructure.
        Please fill in the title above but do not remove the text "[TO EDIT]".
  - type: textarea
    id: summary
    attributes:
      label: Summary
      description: |
        Please provide a detailed description of the chapter/subchapter you propose to edit, review or restructure.
        Please provide as much context as possible and link to related issues and/or pull requests.
        Providing links to sections you're referencing for clarity is highly encouraged.
    validations:
      required: true
  - type: textarea
    id: todo
    attributes:
      label: What needs to be done?
      description: |
        Please comment on the overall structure of the file.
        Your response can cover the questions such as,
        "Do sections need clearer headings? Are there any technical terms that might not be understood? Is something missing that is worth discussing before adding?"
      placeholder: Please use bullets (* or -) and filled checkboxes ([x]) as necessary.
    validations:
      required: true
  - type: textarea
    id: helpers
    attributes:
      label: Who can help?
      description: |
        If you know the original author the chapter/section, it may be useful to tag them here for their input.
      placeholder: |
        - …
        - …
  - type: checkboxes
    id: updates
    attributes:
      label: Updates
      description: |
        Please update the initial issue with important updates (for example, actions or decisions taken) regularly so that all the important information is available at one glance.
        You may use the checklist here to get started, feel free to modify this list.
      options:
        - label: "First set of edits to chapter/subchapter"
        - label: "Proofread"
        - label: "Request reviews"
        - label: "Address reviews"
        - label: "Merge to main branch"


================================================
FILE: .github/ISSUE_TEMPLATE/03_new_chapter.yml
================================================
name: "\U0001F4D6 New chapter"
description: Propose a new chapter
title: "[CHAPTER]: chapter"
labels: [book]
body:
- type: markdown
  attributes:
    value: |
      Please complete the following sections to propose a new chapter.
- type: input
  id: title
  attributes:
    label: Title
    description: |
      Your proposed chapter's title.
  validations:
    required: true
- type: input
  id: guide
  attributes:
    label: Guide
    description: |
      Which Guide will your chapter be a part of? Please reference the [book](https://the-turing-way.netlify.app/welcome.html)'s table of contents to see which Guides make up the book.
  validations:
    required: true
- type: input
  id: branch
  attributes:
    label: Draft
    description: |
      Please provide a link to your draft.
      This might be in a document such as a hackmd or a new file on your GitHub branch.
      If you already have a PR you can update the PR with a keyword to link directly to this issue - see instructions [here](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
      You can provide this later if you haven't started yet!
- type: textarea
  id: summary
  attributes:
    label: Summary of proposed chapter
    description: |
      Please provide a detailed description of the chapter you are proposing.

      - What is the purpose of your chapter?
      - Why are you proposing it?
  validations:
    required: true
- type: textarea
  id: resources
  attributes:
    label: Resources
    description: List and describe any external resources that may be helpful when writing the chapter.
    placeholder: |
      - …
      - …
- type: textarea
  id: who_can_help
  attributes:
    label: Who can help?
    description: Suggest people who can help.
    placeholder: |
      - …
      - …
- type: checkboxes
  id: updates
  attributes:
    label: Updates
    description: Please comment on this issue with updates so that all the important information is available at a glance. You may use the checklist here to get started or create a new checklist in the comments.
    options:
    - label: Write chapter outline
    - label: Add material to the chapter
    - label: Combine materials into a readable chapter
    - label: Proofread
    - label: Create PR and link in the comments
    - label: Request reviews
    - label: Address reviews
    - label: Merge to main branch
- type: markdown
  attributes:
    value: "**When you are ready to create a pull request for your chapter please don't forget to add a link in the comments on this issue.**"


================================================
FILE: .github/ISSUE_TEMPLATE/04_request_translation.yml
================================================
name: "\U0001F4D1 Request Translation"
description: Propose a translation
title: "[TRANSLATION]:"
body:
  - type: markdown
    attributes:
      value: |
        Use this template to propose a tnraslation.
  - type: textarea
    attributes:
      label: Summary
      description: |
        Please provide a detailed description of the language/languages that you want to translate to and the chapters that you would like to translate.
        Please provide as much context as possible and link to related issues and/or pull requests.
        Providing links to sections you're referencing for clarity is highly encouraged.
    validations:
      required: true
  - type: input
    attributes:
      label: Target language
      description: What is/are the target language/languages?
    validations:
      required: true
  - type: checkboxes
    attributes:
      label: Translation options
      options:
        - label: I wish to be manager in Crowdin for entries in this language.
        - label: I will only proofread translation for this language.
        - label: I have a local translation to be uploaded to the Translation Memory?
  - type: textarea
    attributes:
      label: Chapters to translation
      description: Which chapters do you want to translate?
      placeholder: |
        - …
        - …
  - type: textarea
    id: who_can_help
    attributes:
      label: Who can help?
      description: Suggest people who can help.
      placeholder: |
        - …
        - …


================================================
FILE: .github/ISSUE_TEMPLATE/05_general.yml
================================================
name: "\u2728 General"
description: Have a different idea?
body:
  - type: markdown
    attributes:
      value: |
        Please complete the following sections when you open an issue.
  - type: textarea
    attributes:
      label: Summary
      description: |
        Please provide a detailed description of the change or addition you are proposing, or the question you're asking.
        Please provide as much context as possible and link to related issues and/or pull requests.
    validations:
      required: true
  - type: textarea
    attributes:
      label: What needs to be done?
      description:
        We suggest using bullets (indicated by * or -) and filled checkboxes [x] here.
      placeholder: |
        - [ ] …
        - [ ] …
  - type: textarea
    attributes:
      label: Who can help?
      description: |
        Suggest people who can help.
      placeholder: |
        - …
        - …


================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
contact_links:
  - name: "\U0001F525 Suggest a Fireside Chat"
    url: https://github.com/the-turing-way/fireside-chats/issues/new?template=12_fireside_chat_checklist.md
    about: Resources and checklist for giving a talk about the Turing Way
  - name: "\U0001F4E3 Give a talk"
    url: https://github.com/the-turing-way/conferences/issues/new?assignees=&labels=talks-and-workshops%2Cnewsletter&projects=&template=give_a_talk.yml&title=%5BTALK%5D+%3Ctitle%3E
    about: Resources and checklist for giving a talk about the Turing Way
  - name: "\u2615 Collaboration cafe"
    url: https://book.the-turing-way.org/community-handbook/community-calls/community-calls-collabcafe/
    about: Sign up for mentored sprints and co-working sessions with Turing Way community members
  - name: "\U0001F5E3 All other questions and general chat"
    url: https://slack.the-turing-way.org
    about: Chat with the Turing Way community on Slack


================================================
FILE: .github/PULL_REQUEST_TEMPLATE.md
================================================
<!--
Please complete the following sections when you submit your pull request. You are encouraged to keep this top level comment box updated as you develop and respond to reviews. Note that text within html comment tags will not be rendered.
-->
### Checklist

- [ ] I agree to follow _The Turing Way_'s [code of conduct](https://book.the-turing-way.org/community-handbook/coc/)
- [ ] I have read the [contribution guide](https://book.the-turing-way.org/community-handbook/contributing/)
- [ ] I have read the [style guide](https://book.the-turing-way.org/community-handbook/style/)

### Summary

<!-- Describe the problem you're trying to fix in this pull request. Please reference any related issue and use fixes/close to automatically close them, if pertinent. For example: "Fixes #58", or "Addresses (but does not close) #238". -->

Fixes #<NUM>

*Lorem ipsum dolor sit amet, consectetur adipiscing.*

### List of changes proposed in this PR (pull-request)

<!-- We suggest using bullets (indicated by * or -) and filled checkboxes [x] here -->

* *Lorem ipsum dolor sit amet, consectetur adipiscing.*
* *Lorem ipsum dolor sit amet, consectetur adipiscing.*


### What should a reviewer concentrate their feedback on?

<!-- This section is particularly useful if you have a pull request that is still in development. You can guide the reviews to focus on the parts that are ready for their comments. We suggest using bullets (indicated by * or -) and filled checkboxes [x] here -->

- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.*
- [ ] Everything looks ok?


### Acknowledging contributors

<!-- Please select the correct box -->

- [ ] All contributors to this pull request are already named in the [table of contributors](https://github.com/the-turing-way/the-turing-way/blob/main/README.md#contributors) in the README file.
- [ ] The following people should be added to the [table of contributors](https://github.com/the-turing-way/the-turing-way/blob/main/README.md#contributors) in the README file: <!-- replace this text with the GitHub IDs of any new contributors -->


================================================
FILE: .github/config.yml
================================================
# Configuration for welcome - https://github.com/behaviorbot/welcome

# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
  [![Welcome Banner](https://zenodo.org/api/iiif/record:3695300:BannerWelcome.jpg/full/!750,750/0/default.jpg)](https://zenodo.org/record/3695300)

  🎉 Welcome to _The Turing Way_! 🎉
  We're really excited to have your input into the project! 💖

  <br>If you haven't done so already, please make sure you check out our [Contributing Guidelines](https://github.com/the-turing-way/the-turing-way/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/the-turing-way/the-turing-way/blob/main/CODE_OF_CONDUCT.md).
  If you need to connect more synchronously with members of _The Turing Way_ community, please feel free to chat with us in our [Slack workspace](https://join.slack.com/t/theturingway/shared_invite/zt-fn608gvb-h_ZSpoA29cCdUwR~TIqpBw), or you can join our [Collaboration Cafe](https://the-turing-way.netlify.app/community-handbook/coworking/coworking-collabcafe.html) for mentored contribution or co-working.

# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
  [![Thank You Banner](https://zenodo.org/api/iiif/record:3695300:BannerThanks.jpg/full/!750,750/0/default.jpg)](https://zenodo.org/record/3695300)

  💖 Thanks for opening this pull request! 💖
  _The Turing Way_ community really appreciates your time and effort to contribute to the project.
  Please make sure you have read our [Contributing Guidelines](https://github.com/the-turing-way/the-turing-way/blob/main/CONTRIBUTING.md) and filled in our pull request template to the best of your ability.

  If you are submitting a new chapter, here are some things that will help get your pull request across the finish line! 🏁

  - Check you have removed all _lorem ipsums_ from the chapter template (if you used it)

  - Check for any abbreviations or latin phrases (such as "e.g." or "i.e.") in your writing. See our [style guide](https://github.com/the-turing-way/the-turing-way/blob/main/CONTRIBUTING.md#writing-style) for more information on this topic.

  - Make sure you have added your new chapter to the [Table of Contents](https://github.com/the-turing-way/the-turing-way/blob/main/book/website/myst.yml)

  <br>We have Continuous Integration tests that check the writing style and will help you track down any slip-ups ♻
  The Netlify bot will also comment with a preview of the book with your additions so you can see how it will look once it's merged! 🎉

  <br>We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.
  If we don't acknowledge this pull request after 7 days, feel free to chat to us about it in our [Slack workspace](https://join.slack.com/t/theturingway/shared_invite/zt-fn608gvb-h_ZSpoA29cCdUwR~TIqpBw).

# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
  [![Congratulations Banner](https://zenodo.org/api/iiif/record:3695300:BannerCongratulations.jpg/full/!750,750/0/default.jpg)](https://zenodo.org/record/3695300)

  Congrats on merging your first pull request! 🎉
  We here at _The Turing Way_ are proud of you! 💖
  Thank you so much for your contribution 🎁


================================================
FILE: .github/dependabot.yaml
================================================
version: 2
updates:
  # Maintain dependencies for GitHub Actions in workflow files
  # By default, the directory to be checked is .github/workflows for the github-actions
  # package ecosystem
  # ref: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    groups:
      # Group all GHA updates together into single PR (to avoid desync in related actions e.g. upload-artifact, download-artifact)
      # ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
      actions:
        patterns:
          - "*"
  # "pip" is the package ecosystem value for pip-compile
  # https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem-
  - package-ecosystem: "pip"
    directory: "/book/"
    schedule:
      interval: "monthly"
    groups:
      # Group all dependencies into a single PR
      dependencies:
        patterns:
          - '*'
    # Ignore patch updates
    ignore:
      - dependency-name: "*"
        update-types: ["version-update:semver-patch"]


================================================
FILE: .github/in-solidarity.yml
================================================
rules:
  master:
    level: warning
  slave:
    level: failure
  whitelist:
    level: failure
  blacklist:
    level: failure


================================================
FILE: .github/release-drafter.yml
================================================
template: |
  ## The Turing Way: A handbook for reproducible, ethical and collaborative research

  [The Turing Way March 2022](https://github.com/the-turing-way/the-turing-way/releases/tag/v1.0.2) [Latest](https://github.com/the-turing-way/the-turing-way/releases/latest)

  The Turing Way is an open source community-driven guide to reproducible, ethical, inclusive and collaborative data science. The Turing Way book is collaboratively developed by its diverse community of researchers, learners, educators, and other stakeholders.

  The Turing Way project is openly developed and any and all questions, comments and recommendations are welcome at our github repository: https://github.com/the-turing-way/the-turing-way. In 2020, the project underwent a major overhaul categorising chapters into 5 guides on reproducible research, project design, collaboration, communication and ethical research. Additionally, we added a community handbook to document all the practices designed and implemented towards the development of the project and community.

  This release in 2021 includes additional chapters developed by our contributors across five guides and the community handbook. In addition, all the project documents from the project are provided as they appear on The Turing Way GitHub repository including the Zenodo metadata: https://github.com/the-turing-way/the-turing-way.

  Release log

  v1.0.3: Zenodo metadata information and additional chapters from Book Dash May 2022
  v1.0.2: Zenodo metadata information and additional chapters since Book Dash November 2021
  v1.0.1: Zenodo metadata information and additional chapters.
  v1.0.0: Five guide expansion of The Turing Way with a community handbook
  v0.0.4: Continuous integration chapter merged to main.
  v0.0.3: Reproducible environments chapter merged to main.
  v0.0.2: Version control chapter merged to main.
  v0.0.1: Reproducibility chapter merged to main.

  Full Changelog: https://github.com/the-turing-way/the-turing-way/compare/v1.0.1...v1.0.2 (Previous release: https://github.com/the-turing-way/the-turing-way/compare/v0.0.3...v1.0.1)

  $PREVIOUS_TAG


================================================
FILE: .github/workflows/accessibility-alt-text-bot.yml
================================================
name: Accessibility-alt-text-bot
on:
  issues:
    types: [opened, edited]
  pull_request:
    types: [opened, edited]
  issue_comment:
    types: [created, edited]
  discussion:
    types: [created, edited]
  discussion_comment:
    types: [created, edited]

permissions:
  issues: write
  pull-requests: write
  discussions: write

jobs:
  accessibility_alt_text_bot:
    name: Check alt text is set on issue or pull requests
    runs-on: ubuntu-latest
    if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
    steps:
      - name: Get action 'github/accessibility-alt-text-bot'
        uses: github/accessibility-alt-text-bot@v1.7.3


================================================
FILE: .github/workflows/ci.yml
================================================
name: CI

# run on pull requests to main
on:
  pull_request:
    branches:
      - main

# set the default shell to bash for all jobs
# this is important for the windows OS!
defaults:
  run:
    shell: bash

jobs:
  build-jb:
    name: Build
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest, windows-latest]
        python_version: ["3.13"]
      fail-fast: false # Don't cancel all jobs if one fails

    runs-on: ${{ matrix.os }}
    permissions:
      issues: write
      pull-requests: write

    steps:
      - name: Extract the PR number from the ref
        # only for pull requests from the all-contributors bot
        if: ${{ contains(github.head_ref, 'all-contributors') && contains(matrix.os, 'ubuntu') }}
        id: pr_number
        run: |
          if [[ ${{ github.ref }} =~ [0-9]+ ]]; then
            echo "pr_num=${BASH_REMATCH[0]}" >> "$GITHUB_OUTPUT"
          else
            exit 1
          fi

      - name: Post a comment about skipping this workflow
        # only for pull requests from the all-contributors bot
        if: ${{ contains(github.head_ref, 'all-contributors') && contains(matrix.os, 'ubuntu') }}
        uses: peter-evans/create-or-update-comment@v5
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          issue-number: ${{ steps.pr_number.outputs.pr_num }}
          body: >-
            Hello human reviewer! I have marked the CI build for this PR as
            passed because it has come from an `all-contributors` branch - which
            we do not want to build - but allows branch protection rules to pass.

            Please check that this PR is indeed related to the `all-contributors`
            bot. If not, the branch may need renaming so that the tests trigger
            correctly.

      - name: Checkout-repository
        # ignore pull requests from the all-contributors bot
        if: ${{ !contains(github.head_ref, 'all-contributors') }}
        uses: actions/checkout@v6

      - name: Setup Python ${{ matrix.python_version }}
        # ignore pull requests from the all-contributors bot
        if: ${{ !contains(github.head_ref, 'all-contributors') }}
        uses: actions/setup-python@v6
        with:
          python-version: ${{ matrix.python_version }}

      - name: Install dependencies
        # ignore pull requests from the all-contributors bot
        if: ${{ !contains(github.head_ref, 'all-contributors') }}
        run: make deps
        working-directory: ./book

      - name: Build the book
        # ignore pull requests from the all-contributors bot
        if: ${{ !contains(github.head_ref, 'all-contributors') }}
        working-directory: ./book
        run: make ci

      - name: Upload html output as artifact
        # ignore pull requests from the all-contributors bot
        if: contains(matrix.os, 'ubuntu') && !contains(github.head_ref, 'all-contributors')
        uses: actions/upload-artifact@v7
        with:
          name: book-html-${{ github.run_id }}
          path: ./book/website/_build/html/

  offline-link-check:
    name: Link Check
    needs: build-jb
    if: ${{ !contains(github.head_ref, 'all-contributors') }}
    runs-on: ubuntu-latest
    steps:
      # We only need the lychee config file from the repository
      - name: Checkout lychee config file from repository
        uses: actions/checkout@v6
        with:
          sparse-checkout: |
            lychee.toml
          sparse-checkout-cone-mode: false

      - name: Ensure destination folder exists
        run: |
          mkdir -p ./book/website/_build/html

      - name: Download book html files from artifact
        uses: actions/download-artifact@v8
        with:
          name: book-html-${{ github.run_id }}
          path: ./book/website/_build/html/

      - name: Check offline links
        uses: lycheeverse/lychee-action@v2.8.0
        with:
          args: --config './lychee.toml' --no-progress --offline --root-dir "$GITHUB_WORKSPACE/book/website/_build/html/" 'book/website/_build/html/**/*.html'
          fail: true
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # Use runners GitHub token to avoid rate limiting


================================================
FILE: .github/workflows/crowdin-contributors.yml
================================================
name: Crowdin Contributors Action

on:
  schedule:
    - cron: '0 0 * * 1' # 'https://crontab.guru/#0_0_*_*_1'
  # To manually run this workflow
  workflow_dispatch:

jobs:
  crowdin-contributors:

    runs-on: ubuntu-latest

    # This environment contains secrets specific to crowdin and only workflows
    # listing this environment can use them
    environment: crowdin
    steps:
      - name: Checkout
        uses: actions/checkout@v6

      - name: Generate Crowdin Contributors table
        uses: andrii-bodnar/action-crowdin-contributors@v3.2.0
        with:
          contributors_per_line: 5
          max_contributors: 10000
          image_size: 100
          min_words_contributed: 1
          include_languages: true
          placeholder_start: <!-- CROWDIN-CONTRIBUTORS-LIST:START -->
          placeholder_end: <!-- CROWDIN-CONTRIBUTORS-LIST:END -->
          crowdin_project_link: https://turingway.crowdin.com/turing-way
          files: |
            README.md
            book/website/afterword/contributors/translators.md
        env:
          CROWDIN_PROJECT_ID: 1
          CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
          CROWDIN_ORGANIZATION: turingway

      - name: Create Pull Request
        uses: peter-evans/create-pull-request@v8
        with:
          token: ${{ secrets.CROWDIN_ACTION_TOKEN }}
          title: Update Crowdin Contributors table
          body: By [action-crowdin-contributors](https://github.com/andrii-bodnar/action-crowdin-contributors) GitHub action
          commit-message: Update Crowdin Contributors table
          committer: Crowdin Bot <support+bot@crowdin.com>
          branch: crowdin-contributors/patch
          team-reviewers: |
            translation


================================================
FILE: .github/workflows/external_link_check.yml
================================================
name: External Link Check

on:
  workflow_dispatch:
  schedule:
    - cron: "0 0 * * MON"

jobs:
  external-link-check:
    name: External Link Check
    runs-on: ubuntu-latest
    steps:
      - name: Checkout-repository
        uses: actions/checkout@v6

      - name: Setup Python
        uses: actions/setup-python@v6
        with:
          python-version: "3.13"

      - name: Install dependencies
        run: make deps
        working-directory: ./book

      - name: Build Jupyter-Book
        run: make book
        working-directory: ./book

      - name: Restore lychee cache
        uses: actions/cache@v5
        with:
          path: .lycheecache
          key: cache-lychee-${{ github.sha }} # save cache using commit sha
          restore-keys: cache-lychee- # restore latest cache (not a specific commit)

      - name: Check links
        uses: lycheeverse/lychee-action@v2
        with:
          args: --config './lychee.toml' --no-progress --root-dir "$GITHUB_WORKSPACE/book/website/_build/html/" 'book/website/_build/html/**/*.html'
          fail: false
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # Use runner's GitHub token to avoid rate limiting

      - name: Concatenate Lychee output with issue header
        run: cat .github/workflows/resources/external_link_check_header.md lychee/out.md > issue_text.md

      - name: Update Issue
        uses: peter-evans/create-issue-from-file@v6
        with:
          title: Broken links
          issue-number: 3171
          content-filepath: issue_text.md
          token: ${{secrets.GITHUB_TOKEN}}
          labels: |
            infrastructure
            caretaking


================================================
FILE: .github/workflows/lorem-ipsums.yml
================================================
# Give your test a name!
name: Check for Lorem Ipsums

# Decide when to run the tests
#
# This configuration sets the test to run on pushes to main
# and on pull requests that are opened to main
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

# Set up the Continuous Integration job
jobs:
  lorem-ipsums:
    if: (github.event.pull_request) && !contains(github.head_ref, 'all-contributors')
    # Run on the latest Ubuntu distribution
    runs-on: ubuntu-latest
    # This section collects together the steps involved in running the test
    steps:
      # Checkout the repository. Relies on another GH-Action.
      - uses: actions/checkout@v6
      # Set up the Python version. Relies on another GH-Action.
      - name: Setup Python 3.13
        uses: actions/setup-python@v6
        with:
          python-version: "3.13"
      # Install Python dependencies
      - name: Install dependencies
        working-directory: ./tests
        run: |
          python -m pip install --upgrade pip
          python -m pip install -r requirements.txt
      # Run a Python script
      - name: Run Python script to check for rogue "Lorem ipsums" - Pull Request
        working-directory: ./tests
        if: github.event.pull_request
        run: |
          python lorem-ipsums.py \
          --pull-request ${{ github.event.pull_request.number }} \
          --github-token ${{ secrets.GITHUB_TOKEN }}

      - name: Run Python script to check for rogue "Lorem ipsums" - Main branch
        working-directory: ./tests
        if: github.event_name == 'push' && github.ref == 'refs/heads/main'
        run: |
          python lorem-ipsums.py


================================================
FILE: .github/workflows/no-bad-latin.yml
================================================
# Give your test a name!
name: Check for Latin Phrases

# Decide when to run the tests
#
# This configuration sets the test to run on pushes to main
# and on pull requests that are opened to main
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

# Set up the Continuous Integration job
jobs:
  latin-phrases:
    if: (github.event.pull_request) && !contains(github.head_ref, 'all-contributors')
    # Run on the latest Ubuntu distribution
    runs-on: ubuntu-latest
    # This section collects together the steps involved in running the test
    steps:
      # Checkout the repository. Relies on another GH-Action.
      - uses: actions/checkout@v6
      # Set up the Python version. Relies on another GH-Action.
      - name: Setup Python 3.13
        uses: actions/setup-python@v6
        with:
          python-version: "3.13"
      # Install Python dependencies
      - name: Install dependencies
        working-directory: ./tests
        run: |
          python -m pip install --upgrade pip
          python -m pip install -r requirements.txt
      # Run a Python script
      - name: Run Python script to check for latin phrases - Main branch
        working-directory: ./tests
        if: github.event_name == 'push' && github.ref == 'refs/heads/main'
        run: |
          python no-bad-latin.py

      - name: Run Python script to check for latin phrases - Pull Request
        working-directory: ./tests
        if: github.event.pull_request
        run: |
          python no-bad-latin.py --pull-request ${{ github.event.pull_request.number }}


================================================
FILE: .github/workflows/release-drafter.yml
================================================
name: Release Drafter

on:
  workflow_dispatch:
  push:
    branches:
      - main

jobs:
  update-release-draft:
    runs-on: ubuntu-latest
    steps:
      - name: Draft a new release
        uses: release-drafter/release-drafter@v7
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This might depend on how the github token is set up in the project as an environment variable


================================================
FILE: .github/workflows/release-workflow.yml
================================================
name: ReleaseWorkflow

on:
  workflow_dispatch:
  # schedule:
  #   # minute (0 - 59), hour (0 - 23), day of month (1 - 31), month(1 - 12 or JAN-DEC), day of week (0 - 6 or SUN-SAT)
  #   - cron: '0 0 25 */2 *'  # Do we want it to run at the start or end of every month?

jobs:
  release-workflow:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout branch
        uses: actions/checkout@v6

      - name: Install dependencies
        run: |
          python -m pip install --upgrade pip
          python -m pip install ruamel.yaml

      - name: Update CITATION.cff file
        working-directory: ./tests
        run: |
          python release_workflow.py

      - name: Validate a CITATION.cff from a subdirectory
        uses: citation-file-format/cffconvert-github-action@2.0.0
        with:
          args: "--infile ./CITATION.cff --validate"

      - name: Convert CITATION.cff to Zenodo metadata format
        uses: citation-file-format/cffconvert-github-action@2.0.0
        with:
          args: "--infile ./CITATION.cff --format zenodo --outfile ./.zenodo.json"

      - name: Commit changes and create a Pull Request
        uses: peter-evans/create-pull-request@v8
        with:
          add-paths: .zenodo.json, CITATION.cff
          commit-message: "🤖 Update citation.cff and .zenodo.json"
          title: "[automated-pr] Update citation.cff and .zenodo.json"
          branch: release-workflow-bot
          delete-branch: true
          body: |
            Update citation.cff and generate Zenodo metadata
            - Updated by changing version and date-released in Citation.cff then running cffconvert to generate new Zenodo metadata file.
          labels: |
            automated-pr-release-workflow
          author: "CI User <ci-user@github.local>"
          committer: "CI User <ci-user@github.local>"


================================================
FILE: .github/workflows/resources/external_link_check_header.md
================================================
# Broken Links

**This is an automated issue created in a weekly continuous integration job 🤖.**

This issue contains a list of links external to The Turing Way that appeared to be broken when the check was last run.

**The conversation on this issue has been locked.**
This is because the list of broken links will change whenever the job is run, so this is not a good place to discuss particular links.

## Understanding the Errors

### Locating Errors

Errors are grouped by the output html pages they appear in.

The paths of these pages after `book/website/_build/html` correspond to their source Markdown files.
For example, `book/website/_build/html/reproducible-research/vcs/vcs-workflow.html` corresponds to `book/website/reproducible-research/vcs/vcs-workflow.md`.
Broken links can be fixed in the Markdown file.

### False Negatives

The list of error **will contain false negatives**.
Some domains will interpret the link checker as a possible denial of service attack, especially if it makes multiple requests.
Others may require authentication for particular pages.
The link checker may then be unable to verify that certain links works.

If certain domains are repeatedly producing false negatives they can be ignored by adding an entry to the `exclude` list in the [Lychee configuration file](https://github.com/the-turing-way/the-turing-way/blob/main/lychee.toml).

### Link Status

Each failing link is presented with its status which is either a string like `ERR`, `TIMEOUT` or a HTTP response status code like `404`.
Mozilla has a [guide to HTTP response codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) which can help explain the codes in the list.

Here are some rules of thumb.
These are quite likely to be false negatives,

- 403
- TIMEOUT

These are quite likely to be genuine problems,

- 404
- ERR
- 50? (500, 501, 502, _etc._)


================================================
FILE: .github/workflows/test-file-size.yml
================================================
# Give your test a name!
name: TestFileSizes

# Decide when to run the tests
#
# This configuration sets the test to run on pushes to main
# and on pull requests that are opened to main
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

# Set up the Continuous Integration job
jobs:
  testfilesizes:
    # Run on the latest Ubuntu distribution
    runs-on: ubuntu-latest
    # This section collects together the steps involved in running the test
    steps:
      # Checkout the repository. Relies on another GH-Action.
      - uses: actions/checkout@v6
      # Run the script to check file sizes
      - name: Check for large files
        run: |
          ./tests/test-file-size.sh


================================================
FILE: .github/workflows/validate-all-contributorsrc.yml
================================================
name: Validate All Contributors file

on:
  push:
    branches:
      - main
  pull_request:
    paths:
      - ".all-contributorsrc"
      - "tests/validate-all-contributorsrc.py"

jobs:
  validate:
    name: Validate all-contributorsrc
    runs-on: ubuntu-latest

    steps:
      - name: Checkout-repository
        uses: actions/checkout@v6

      - name: Setup Python
        uses: actions/setup-python@v6
        with:
          python-version: "3.13"

      - name: Install dependencies
        working-directory: ./tests/
        run: pip install -r requirements.txt

      - name: Run validation script
        working-directory: ./tests/
        run: python3 validate-all-contributorsrc.py


================================================
FILE: .github/workflows/validate-dependabot.yml
================================================
name: Validate Dependabot configuration

on:
  push:
    branches:
      - main
  pull_request:
    paths:
      - ".github/dependabot.yaml"
      - "tests/validate-dependabot.py"

jobs:
  validate:
    name: Validate Dependabot configuration
    runs-on: ubuntu-latest

    steps:
      - name: Checkout-repository
        uses: actions/checkout@v6

      - name: Setup Python
        uses: actions/setup-python@v6
        with:
          python-version: "3.13"

      - name: Install dependencies
        working-directory: ./tests/
        run: pip install -r requirements.txt

      - name: Run validation script
        working-directory: ./tests/
        run: python3 validate-dependabot.py


================================================
FILE: .github/workflows/validate_citation.yml
================================================
name: Validate citation file

on:
  push:
    branches:
      - main
  pull_request:
    paths:
      - CITATION.cff

jobs:
  validate:
    name: "validate"
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6

      - name: Validate CITATION.cff
        uses: citation-file-format/cffconvert-github-action@2.0.0
        with:
          args: "--validate"


================================================
FILE: .github/workflows/validate_issue_templates.yml
================================================
name: Validate GitHub Issue templates

on:
  push:
    branches:
      - main
    pull_request:
      paths:
        - ".github/ISSUE_TEMPLATE/**"
    workflow_dispatch:

jobs:
  validate:
    name: Validate GitHub Issue templates
    runs-on: ubuntu-latest
    steps:
      - name: Checkout-repository
        uses: actions/checkout@v6

      - name: Setup Python
        uses: actions/setup-python@v6
        with:
          python-version: "3.13"

      - name: Install dependencies
        run: pipx install check-jsonschema

      - name: Validate templates
        working-directory: .github/ISSUE_TEMPLATE/
        run: |
          check-jsonschema --verbose --schemafile https://json.schemastore.org/github-issue-forms.json ./??_*.yml


================================================
FILE: .github/workflows/yamllint.yaml
================================================
name: Lint and Validate YAML files

on:
  pull_request:
    paths:
      - "**.yaml"
      - "**.yml"
  push:
    branches:
      - main

jobs:
  yamllint:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repo
        uses: actions/checkout@v6

      - name: Setup Python 3.10
        uses: actions/setup-python@v6
        with:
          python-version: "3.10"

      - name: Install yamllint via pip
        run: |
          python -m pip install yamllint

      # This command automatically reads in the .yamllint config file
      - name: Run yamllint on all files in the repo
        run: |
          yamllint -f colored .


================================================
FILE: .gitignore
================================================
# Project management files that should not be in public VC
.secrets/*

# OS dependent metadata files
.DS_Store

# Large, binary files
workshops/boost-research-reproducibility-binder/workshop-presentations/*pptx

# Compiled files
**/__pycache__/

# IDE configs
.vscode/settings.json
.Rproj.user
.idea

# Python virtual environments
venv/
env/


================================================
FILE: .yamllint
================================================
# Learn about yamllint configuration here
# https://yamllint.readthedocs.io/en/stable/configuration.html
#
# Learn about yamllint rules here
# https://yamllint.readthedocs.io/en/stable/rules.html
---
extends: relaxed
rules:
  line-length: disable


================================================
FILE: .zenodo.json
================================================
{
  "creators": [
    {
      "name": "The Turing Way Community"
    }
  ],
  "description": "This is the most recent release of the main repository of The Turing Way Book",
  "license": {
    "id": "CC-BY-4.0"
  },
  "publication_date": "2025-04-14",
  "title": "The Turing Way handbook for reproducible, ethical and collaborative research",
  "version": "1.2.3"
}


================================================
FILE: ACCESSIBILITY.md
================================================
# Accessibility Policy of The Turing Way Community

Within _The Turing Way_ community, we define accessibility practices as a set of community-wide, behavioural, social, and technical decisions that can be taken to ensure that all are welcome and are able to enter and participate in research, data-driven processes, communities and events despite any barriers for access.

While accessibility is commonly understood with respect to disability, we – meaning _The Turing Way_ community – define accessibility as giving access to everyone, with specific attention given to ensuring proper access for groups of people that encounter different barriers for participation. Barriers may be anything related to, including, and extending beyond the following: 
- Age
- Disability
- Ethnicity and race
- Family
- Language (written and/or spoken)
- Geography
- Nationality
- Religion, faith and belief
- Sex and gender
- Sexual orientation
- Socioeconomic status
- Technical or disciplinary background
- Mental health
- Digital barriers (such as connectivity, computational capacity, and design)

We recognise the complex and interlinking ways in which intersectionality affects identity, and thereby, access or inclusion within any community project like _The Turing Way_. So in this sense, our accessibility practices may overlap with practices that enable inclusion more broadly within any community.

In developing this policy, we aim to draw from the [access-centered framework](https://accesscenteredmovement.com/what-access-centered-means/) in describing access as a constant process that changes in each space with each individual. This document is a part of a broader collection of documentation across accessibility, listed below:
- [Accessibility policy](https://github.com/the-turing-way/the-turing-way/blob/main/ACCESSIBILITY.md): Our vision and guiding principles for how we practice accessibility.
- [Community Handbook Accessibility Guidelines](https://book.the-turing-way.org/community-handbook/accessibility): Practical advice to build accessibility into your contributions and activity within the community.
- Accessibility Guide: A broader discussion of accessibility and access-related practices that extend beyond The Turing Way.

Each resource (this Accessibility Policy, Community Handbook Accessibility Guidelines, and our Accessibility Guide) plays a different yet overlapping role in enabling, documenting, and sharing our evolving language around accessible and inclusive collaboration.

This policy is a work in progress, as are the practices that we employ as a community. Much like how _The Turing Way_ is always being written and rewritten, our accessibility policies and practices are constantly being updated as broader awareness grows and changes in technology are made.

## 1.1 Core Principles

These core principles are at the heart of our accessibility policy, and they extend beyond the web accessibility of our open access guides to our broader practices as a community, expanded upon in Section 2.0.

This means that questions of access are tied to how people read the guides as well as their ability to participate in the project and the community. Participation in _The Turing Way_ itself can be defined broadly, but doing so often requires navigating a number of different platforms. In all contexts, we aim to facilitate access in a broad sense through:

1. **Removing barriers**: We actively advocate for and employ tactics that seek to remove barriers for any current or future participants in our community. This may include people who have historically been limited or structurally excluded from participating due to any of the barriers listed above.
2. **Sharing openly**: We aim to draft, write, review, and edit our open access guides 
Download .txt
gitextract_nsbykdd0/

├── .all-contributorsrc
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── 01_bug_report.yml
│   │   ├── 02_edit_a_chapter.yml
│   │   ├── 03_new_chapter.yml
│   │   ├── 04_request_translation.yml
│   │   ├── 05_general.yml
│   │   └── config.yml
│   ├── PULL_REQUEST_TEMPLATE.md
│   ├── config.yml
│   ├── dependabot.yaml
│   ├── in-solidarity.yml
│   ├── release-drafter.yml
│   └── workflows/
│       ├── accessibility-alt-text-bot.yml
│       ├── ci.yml
│       ├── crowdin-contributors.yml
│       ├── external_link_check.yml
│       ├── lorem-ipsums.yml
│       ├── no-bad-latin.yml
│       ├── release-drafter.yml
│       ├── release-workflow.yml
│       ├── resources/
│       │   └── external_link_check_header.md
│       ├── test-file-size.yml
│       ├── validate-all-contributorsrc.yml
│       ├── validate-dependabot.yml
│       ├── validate_citation.yml
│       ├── validate_issue_templates.yml
│       └── yamllint.yaml
├── .gitignore
├── .yamllint
├── .zenodo.json
├── ACCESSIBILITY.md
├── CITATION.cff
├── CODEOWNERS
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── GOVERNANCE_ROLES.md
├── LICENSE.md
├── README-translated/
│   ├── README-Chinese.md
│   ├── README-Dutch.md
│   ├── README-French.md
│   ├── README-German.md
│   ├── README-Indonesian.md
│   ├── README-Italian.md
│   ├── README-Korean.md
│   ├── README-Papiamento.md
│   ├── README-Portuguese.md
│   └── README-Spanish.md
├── README.md
├── Vagrantfile
├── book/
│   ├── .gitignore
│   ├── .words.lst
│   ├── Makefile
│   ├── README.md
│   ├── figures/
│   │   ├── logo/
│   │   │   ├── .picasa.ini
│   │   │   └── site.webmanifest
│   │   ├── main-branch.kra
│   │   ├── one-branch.kra
│   │   ├── sub-branch.kra
│   │   └── two-branches.kra
│   ├── requirements.in
│   ├── requirements.txt
│   ├── templates/
│   │   ├── book-stats.csv
│   │   ├── case-study-template/
│   │   │   ├── README.md
│   │   │   ├── case-study-template.md
│   │   │   └── reflection-questions.md
│   │   ├── chapter-template/
│   │   │   ├── README.md
│   │   │   ├── chapter-content/
│   │   │   │   ├── chapter-checklist.md
│   │   │   │   ├── chapter-content.md
│   │   │   │   ├── chapter-personal-stories.md
│   │   │   │   └── chapter-resources.md
│   │   │   └── chapter-landing-page.md
│   │   └── count-chapters.sh
│   └── website/
│       ├── LICENSE.md
│       ├── afterword/
│       │   ├── afterword.md
│       │   ├── bibliography.md
│       │   ├── collaborators.md
│       │   ├── contributors/
│       │   │   ├── all-contributors.md
│       │   │   ├── profiles.md
│       │   │   └── translators.md
│       │   ├── contributors-record.md
│       │   ├── data-usage-statement.md
│       │   ├── glossary.md
│       │   ├── legal-disclaimer.md
│       │   └── subprojects.md
│       ├── analytics/
│       │   └── web-analytics.js
│       ├── collaboration/
│       │   ├── academic-industry/
│       │   │   ├── academic-industry-community.md
│       │   │   ├── academic-industry-establish.md
│       │   │   ├── case-studies/
│       │   │   │   ├── BridgeAI_IndependentScientificAdvice.md
│       │   │   │   ├── practitioners-hub-case-study.md
│       │   │   │   └── turing-roche-case-study.md
│       │   │   ├── case-study-library.md
│       │   │   ├── intro-case-studies-and-best-practices-in-academic-industry-collaboration.md
│       │   │   └── online-resources-best-practices.md
│       │   ├── academic-industry.md
│       │   ├── ambassador-schemes/
│       │   │   ├── ambassador-schemes-establish.md
│       │   │   └── ambassador-schemes-personal-story.md
│       │   ├── ambassador-schemes.md
│       │   ├── collaboration.md
│       │   ├── github-novice/
│       │   │   ├── github-novice-advanced.md
│       │   │   ├── github-novice-features.md
│       │   │   ├── github-novice-firststeps.md
│       │   │   └── github-novice-motivation.md
│       │   ├── github-novice.md
│       │   ├── leadership/
│       │   │   ├── leadership-building.md
│       │   │   ├── leadership-features.md
│       │   │   ├── leadership-opportunities.md
│       │   │   ├── leadership-story-data-librarian.md
│       │   │   └── leadership-story-hackathon.md
│       │   ├── leadership.md
│       │   ├── maintain-review/
│       │   │   ├── maintain-review-maintenance.md
│       │   │   ├── maintain-review-merge.md
│       │   │   ├── maintain-review-permissions.md
│       │   │   ├── maintain-review-resources.md
│       │   │   └── maintain-review-review.md
│       │   ├── maintain-review.md
│       │   ├── meetings-events-co-working/
│       │   │   ├── chairing.md
│       │   │   ├── event-tools.md
│       │   │   ├── hybrid-collab/
│       │   │   │   ├── hybrid-collab-challenges.md
│       │   │   │   ├── hybrid-collab-guidelines.md
│       │   │   │   └── hybrid-collab-resources.md
│       │   │   ├── hybrid-collab.md
│       │   │   ├── organising-coding-cafe.md
│       │   │   ├── organising-conference/
│       │   │   │   ├── reg-form-template.md
│       │   │   │   └── reg-forms.md
│       │   │   ├── organising-conference.md
│       │   │   ├── ppie-events/
│       │   │   │   ├── ppie-events-comms.md
│       │   │   │   ├── ppie-events-location.md
│       │   │   │   ├── ppie-events-planning.md
│       │   │   │   ├── ppie-events-resources.md
│       │   │   │   ├── ppie-events-schedules.md
│       │   │   │   ├── ppie-events-socials.md
│       │   │   │   └── ppie-events-tech.md
│       │   │   ├── ppie-events.md
│       │   │   ├── remote-collab/
│       │   │   │   ├── coworking.md
│       │   │   │   ├── event-participation.md
│       │   │   │   ├── informal-chats.md
│       │   │   │   ├── organising-remote-meetings.md
│       │   │   │   ├── remote-collab-guidelines.md
│       │   │   │   ├── remote-collab-prosandcons.md
│       │   │   │   ├── remote-collab-team.md
│       │   │   │   └── remote-collab-useful-resources.md
│       │   │   └── remote-collab.md
│       │   ├── meetings-events-co-working.md
│       │   ├── new-community/
│       │   │   ├── new-community-differences.md
│       │   │   ├── new-community-guide.md
│       │   │   ├── new-community-teamwork.md
│       │   │   └── new-community-techissues.md
│       │   ├── new-community.md
│       │   ├── oss-sustainability/
│       │   │   ├── oss-sustainability-challenges.md
│       │   │   └── oss-sustainability-examples.md
│       │   ├── research-infrastructure-roles/
│       │   │   ├── community-manager.md
│       │   │   ├── data-steward-personal-story.md
│       │   │   ├── data-steward.md
│       │   │   ├── data-wrangler.md
│       │   │   ├── ram.md
│       │   │   ├── research-community-manager-personal-story-1.md
│       │   │   ├── research-infrastructure-developer.md
│       │   │   ├── rse-personal-story.md
│       │   │   └── rse.md
│       │   ├── research-infrastructure-roles.md
│       │   ├── shared-ownership/
│       │   │   ├── shared-ownership-challenges.md
│       │   │   ├── shared-ownership-defaults.md
│       │   │   ├── shared-ownership-models.md
│       │   │   └── shared-ownership-projects.md
│       │   ├── shared-ownership.md
│       │   ├── stakeholder-engagement.md
│       │   ├── team-manual/
│       │   │   └── team-manual-on-off-boarding.md
│       │   └── team-manual.md
│       ├── communication/
│       │   ├── aa/
│       │   │   ├── aa-equitable.md
│       │   │   ├── aa-misconduct.md
│       │   │   ├── aa-overview.md
│       │   │   ├── aa-resources.md
│       │   │   ├── aa-stories-community.md
│       │   │   ├── aa-stories-interdisciplinary.md
│       │   │   ├── aa-tips.md
│       │   │   └── aa-traditions.md
│       │   ├── aa.md
│       │   ├── binder/
│       │   │   └── zero-to-binder.md
│       │   ├── binder.md
│       │   ├── blogs/
│       │   │   ├── blogs-personal-stories.md
│       │   │   └── blogs-webpage.md
│       │   ├── blogs.md
│       │   ├── citable/
│       │   │   ├── citable-cff.md
│       │   │   ├── citable-cffinit.md
│       │   │   ├── citable-cite.md
│       │   │   ├── citable-linking.md
│       │   │   ├── citable-metadata.md
│       │   │   ├── citable-orcid.md
│       │   │   ├── citable-otherscite.md
│       │   │   ├── citable-resources.md
│       │   │   ├── citable-steps.md
│       │   │   └── citable-versioning.md
│       │   ├── citable.md
│       │   ├── comms-overview/
│       │   │   ├── comms-overview-accessibly.md
│       │   │   ├── comms-overview-principles.md
│       │   │   └── comms-overview-resources.md
│       │   ├── comms-overview.md
│       │   ├── communication.md
│       │   ├── dif-articles/
│       │   │   ├── data.md
│       │   │   ├── methods.md
│       │   │   ├── micro.md
│       │   │   ├── reg.md
│       │   │   └── software.md
│       │   ├── dif-articles.md
│       │   ├── lay-summaries/
│       │   │   └── lay-summaries-personal-stories.md
│       │   ├── lay-summaries.md
│       │   ├── open/
│       │   │   ├── curriculum-development.md
│       │   │   ├── education.md
│       │   │   └── embedding-ds.md
│       │   ├── open.md
│       │   ├── os-comms/
│       │   │   ├── os-comms-channels.md
│       │   │   └── os-comms-issue-tracking.md
│       │   ├── os-comms.md
│       │   ├── peer-review/
│       │   │   ├── peer-review-code.md
│       │   │   ├── peer-review-guidance.md
│       │   │   ├── peer-review-open.md
│       │   │   ├── peer-review-overview.md
│       │   │   └── peer-review-resources.md
│       │   ├── peer-review.md
│       │   ├── personal/
│       │   │   ├── personal-cv.md
│       │   │   └── personal-website.md
│       │   ├── personal.md
│       │   ├── podcasts/
│       │   │   └── podcasts-personal-stories.md
│       │   ├── podcasts.md
│       │   ├── presentations/
│       │   │   ├── presentations-personal-stories.md
│       │   │   └── presentations-remote.md
│       │   ├── presentations.md
│       │   ├── research-objects/
│       │   │   ├── ro-concepts.md
│       │   │   └── ro-implementation.md
│       │   ├── research-objects.md
│       │   ├── social-media/
│       │   │   ├── social-media-twitter-multiple.md
│       │   │   └── social-media-twitter-tips.md
│       │   └── social-media.md
│       ├── community-handbook/
│       │   ├── accessibility/
│       │   │   ├── accessibility-alt-text.md
│       │   │   ├── accessibility-comms-platforms.md
│       │   │   ├── accessibility-event-organising.md
│       │   │   └── accessibility-policy.md
│       │   ├── accessibility.md
│       │   ├── acknowledgement/
│       │   │   ├── acknowledgement-examples.md
│       │   │   ├── acknowledgement-members.md
│       │   │   └── acknowledgement-record.md
│       │   ├── acknowledgement.md
│       │   ├── bookdash/
│       │   │   ├── bookdash-after.md
│       │   │   ├── bookdash-application.md
│       │   │   ├── bookdash-events.md
│       │   │   ├── bookdash-illustrator.md
│       │   │   ├── bookdash-logistics.md
│       │   │   └── bookdash-selection.md
│       │   ├── bookdash.md
│       │   ├── coc/
│       │   │   ├── coc-acknowledgement.md
│       │   │   ├── coc-details.md
│       │   │   ├── coc-enforcement.md
│       │   │   └── coc-reporting.md
│       │   ├── coc.md
│       │   ├── communication-channels/
│       │   │   ├── slack-start-guide.md
│       │   │   └── slack-welcome-guide.md
│       │   ├── communication-channels.md
│       │   ├── community-calls/
│       │   │   ├── calendar.md
│       │   │   ├── community-calls-collabcafe.md
│       │   │   ├── community-calls-forums.md
│       │   │   ├── community-calls-motivation.md
│       │   │   └── community-calls-working-groups.md
│       │   ├── community-calls.md
│       │   ├── community-handbook.md
│       │   ├── contributing-chapters/
│       │   │   ├── contributing-templates.md
│       │   │   └── contributing-workflow.md
│       │   ├── contributing-chapters.md
│       │   ├── contributing.md
│       │   ├── fireside-chat/
│       │   │   ├── fireside-chat-checklist.md
│       │   │   └── fireside-chat-roles.md
│       │   ├── fireside-chat.md
│       │   ├── github-gardening.md
│       │   ├── infrastructure/
│       │   │   ├── infrastructure-contributors.md
│       │   │   ├── infrastructure-dns.md
│       │   │   ├── infrastructure-external-link-check.md
│       │   │   ├── infrastructure-pathways.md
│       │   │   ├── infrastructure-plugins.md
│       │   │   ├── infrastructure-redirects.md
│       │   │   └── infrastructure-teams-as-code.md
│       │   ├── infrastructure.md
│       │   ├── local-build.md
│       │   ├── newsletters/
│       │   │   ├── newsletters-process.md
│       │   │   ├── newsletters-style.md
│       │   │   └── newsletters-template.md
│       │   ├── newsletters.md
│       │   ├── onboarding-offboarding/
│       │   │   ├── offboarding-core-team.md
│       │   │   ├── onboarding-core-team.md
│       │   │   └── onboarding-general-calls.md
│       │   ├── onboarding-offboarding.md
│       │   ├── pathways/
│       │   │   ├── pathways-creation.md
│       │   │   └── pathways-example.md
│       │   ├── pathways.md
│       │   ├── presenting.md
│       │   ├── style/
│       │   │   ├── consistency/
│       │   │   │   ├── consistency-formatting.md
│       │   │   │   ├── consistency-language.md
│       │   │   │   └── consistency-structure.md
│       │   │   ├── style-blocks.md
│       │   │   ├── style-citing.md
│       │   │   ├── style-consistency.md
│       │   │   ├── style-crossref.md
│       │   │   ├── style-custom-roles-and-directives.md
│       │   │   ├── style-figures.md
│       │   │   ├── style-glossary.md
│       │   │   ├── style-videos.md
│       │   │   └── style-writing-markdown.md
│       │   ├── style.md
│       │   ├── templates/
│       │   │   ├── template-bookdash-feedback.md
│       │   │   ├── template-bookdash-github.md
│       │   │   ├── template-bookdash-index.md
│       │   │   ├── template-bookdash-notes.md
│       │   │   ├── template-bookdash-precall.md
│       │   │   ├── template-coworking-collabcafe.md
│       │   │   ├── template-fireside-chat.md
│       │   │   ├── template-new-chapter-announcement
│       │   │   └── template-newsletter-draft.md
│       │   ├── templates.md
│       │   ├── translation/
│       │   │   ├── translation-getting-started.md
│       │   │   ├── translation-hello-crowdin.md
│       │   │   ├── translation-localisation.md
│       │   │   └── translation-workflow.md
│       │   └── translation.md
│       ├── ethical-research/
│       │   ├── activism/
│       │   │   ├── activism-case-study-google.md
│       │   │   ├── activism-env-impact.md
│       │   │   ├── activism-robodebt.md
│       │   │   ├── activism-unionisation.md
│       │   │   └── activism-whistleblowing.md
│       │   ├── activism.md
│       │   ├── cultural-change/
│       │   │   ├── alt-models-discussion.md
│       │   │   └── cc-examples.md
│       │   ├── cultural-change.md
│       │   ├── data-feminism/
│       │   │   └── data-feminism-power.md
│       │   ├── data-feminism.md
│       │   ├── data-hazards/
│       │   │   ├── dh-case-study.md
│       │   │   ├── dh-how-to-use.md
│       │   │   └── dh-intro.md
│       │   ├── data-hazards.md
│       │   ├── ethical-research.md
│       │   ├── ethics-committees.md
│       │   ├── ethics-intro.md
│       │   ├── ethics-open-source-governance.md
│       │   ├── internal-policy.md
│       │   ├── law-policy/
│       │   │   ├── law-policy-ethics.md
│       │   │   ├── law-policy-resources.md
│       │   │   └── law-policy-rights.md
│       │   ├── law-policy.md
│       │   ├── preclinical-research.md
│       │   ├── self-reflection/
│       │   │   ├── sr-positionality.md
│       │   │   ├── sr-power.md
│       │   │   ├── sr-prompts.md
│       │   │   └── sr-resources.md
│       │   ├── self-reflection.md
│       │   └── social-data.md
│       ├── foreword/
│       │   ├── background.md
│       │   ├── cite.md
│       │   ├── community.md
│       │   ├── embracing-digital-commons.md
│       │   ├── emergent-strategy.md
│       │   ├── faqs.md
│       │   ├── foreword.md
│       │   ├── governance/
│       │   │   ├── governance-roles.md
│       │   │   └── ways-of-working.md
│       │   ├── governance.md
│       │   ├── guiding-principles.md
│       │   └── navigate.md
│       ├── index.md
│       ├── myst.yml
│       ├── pathways/
│       │   ├── pathways-community-management-concepts.md
│       │   ├── pathways-community-management-operations.md
│       │   ├── pathways-data-science-without-borders.md
│       │   ├── pathways-data-stewards.md
│       │   ├── pathways-early-career-researchers.md
│       │   ├── pathways-project-leaders.md
│       │   ├── pathways-research-software-engineers.md
│       │   ├── pathways-software-citation.md
│       │   └── pathways.md
│       ├── plugins/
│       │   └── profile.mjs
│       ├── project-design/
│       │   ├── data-security/
│       │   │   ├── data-governance/
│       │   │   │   ├── bigcode_casestudy.md
│       │   │   │   └── data-gov-ml.md
│       │   │   ├── data-governance.md
│       │   │   ├── sdp/
│       │   │   │   ├── biological.md
│       │   │   │   ├── combined.md
│       │   │   │   ├── confidential.md
│       │   │   │   ├── metadata.md
│       │   │   │   ├── personal.md
│       │   │   │   └── types.md
│       │   │   ├── sdp.md
│       │   │   ├── sdpm/
│       │   │   │   ├── data-privacy-strategies.md
│       │   │   │   ├── informed.md
│       │   │   │   ├── resources.md
│       │   │   │   └── sharing-sensitive-data.md
│       │   │   ├── sdpm.md
│       │   │   └── sdpw.md
│       │   ├── data-security.md
│       │   ├── info-management/
│       │   │   ├── code-styling.md
│       │   │   └── filenaming.md
│       │   ├── info-management.md
│       │   ├── missing-data/
│       │   │   ├── missing-data-checklist-resources.md
│       │   │   ├── missing-data-methods.md
│       │   │   ├── missing-data-structured-missingness.md
│       │   │   ├── missing-data-structures.md
│       │   │   └── missing-data-visualising-missingness.md
│       │   ├── missing-data.md
│       │   ├── pd-overview/
│       │   │   ├── pd-checklist.md
│       │   │   ├── pd-overview-methods.md
│       │   │   ├── pd-overview-planning.md
│       │   │   ├── pd-overview-repro.md
│       │   │   ├── pd-overview-sharing.md
│       │   │   ├── pd-overview-version.md
│       │   │   ├── project-repo/
│       │   │   │   ├── project-repo-advanced.md
│       │   │   │   ├── project-repo-contributors.md
│       │   │   │   ├── project-repo-participation.md
│       │   │   │   ├── project-repo-readme.md
│       │   │   │   ├── project-repo-resources.md
│       │   │   │   └── project-repo-roadmapping.md
│       │   │   └── project-repo.md
│       │   ├── pd-overview.md
│       │   ├── project-design.md
│       │   ├── project-management-methodologies/
│       │   │   └── overview.md
│       │   ├── risks-of-bias/
│       │   │   ├── confounding-variables.md
│       │   │   ├── discrimination-bias.md
│       │   │   ├── identifying-risks-of-bias.md
│       │   │   └── validation-generalisability.md
│       │   ├── risks-of-bias.md
│       │   ├── sdpw/
│       │   │   ├── pd-sdp-private-learning.md
│       │   │   ├── pd-sdp-sensitive-code.md
│       │   │   ├── pd-sdp-sensitive-files.md
│       │   │   └── pd-sdp-trew.md
│       │   ├── stakeholders/
│       │   │   ├── persona/
│       │   │   │   ├── persona-contributors.md
│       │   │   │   └── persona-creation.md
│       │   │   └── persona.md
│       │   └── stakeholders.md
│       ├── references.bib
│       └── reproducible-research/
│           ├── binderhub/
│           │   ├── binderhub-build.md
│           │   ├── binderhub-compute.md
│           │   ├── binderhub-introduction.md
│           │   └── binderhub-resources.md
│           ├── binderhub.md
│           ├── case-studies/
│           │   └── case-study-statistical.md
│           ├── case-studies.md
│           ├── ci/
│           │   ├── ci-building-gh-actions.md
│           │   ├── ci-github-actions.md
│           │   ├── ci-options.md
│           │   ├── ci-practices.md
│           │   └── ci-resources.md
│           ├── ci.md
│           ├── code-documentation/
│           │   ├── code-documentation-code.md
│           │   ├── code-documentation-project.md
│           │   └── code-documentation-resources.md
│           ├── code-documentation.md
│           ├── code-quality/
│           │   ├── code-quality-naming.md
│           │   ├── code-quality-readability.md
│           │   ├── code-quality-resources.md
│           │   ├── code-quality-robust.md
│           │   ├── code-quality-style-formatting.md
│           │   └── code-quality-style.md
│           ├── code-quality.md
│           ├── code-reuse/
│           │   ├── code-reuse-details.md
│           │   ├── code-reuse-overview.md
│           │   └── code-reuse-packages.md
│           ├── code-reuse.md
│           ├── compendia.md
│           ├── licensing/
│           │   ├── licensing-checklist.md
│           │   ├── licensing-compatibility.md
│           │   ├── licensing-data.md
│           │   ├── licensing-documentation.md
│           │   ├── licensing-ethical-source.md
│           │   ├── licensing-floss.md
│           │   ├── licensing-hardware.md
│           │   ├── licensing-ip.md
│           │   ├── licensing-ml-case-studies.md
│           │   └── licensing-ml.md
│           ├── licensing.md
│           ├── make/
│           │   ├── make-appendix.md
│           │   ├── make-casestudy.md
│           │   ├── make-debugging.md
│           │   ├── make-examples.md
│           │   ├── make-resources.md
│           │   └── make-results.md
│           ├── make.md
│           ├── open/
│           │   ├── open-access.md
│           │   ├── open-checklist.md
│           │   ├── open-data.md
│           │   ├── open-hardware.md
│           │   ├── open-notebooks.md
│           │   ├── open-resources.md
│           │   ├── open-scholarship.md
│           │   └── open-source.md
│           ├── open.md
│           ├── overview/
│           │   ├── overview-barriers.md
│           │   ├── overview-benefit.md
│           │   ├── overview-definitions.md
│           │   └── overview-resources.md
│           ├── overview.md
│           ├── rdm/
│           │   ├── rdm-article.md
│           │   ├── rdm-care.md
│           │   ├── rdm-checklist.md
│           │   ├── rdm-cleaning.md
│           │   ├── rdm-data-curation.md
│           │   ├── rdm-data.md
│           │   ├── rdm-dmp.md
│           │   ├── rdm-elns.md
│           │   ├── rdm-fair.md
│           │   ├── rdm-find.md
│           │   ├── rdm-metadata.md
│           │   ├── rdm-methods.md
│           │   ├── rdm-personal.md
│           │   ├── rdm-pid.md
│           │   ├── rdm-repository.md
│           │   ├── rdm-resources.md
│           │   ├── rdm-sharing.md
│           │   ├── rdm-smp.md
│           │   ├── rdm-spreadsheets.md
│           │   ├── rdm-storage.md
│           │   ├── rdm-stories.md
│           │   └── rdm-visualisation.md
│           ├── rdm.md
│           ├── renv/
│           │   ├── renv-containers.md
│           │   ├── renv-options.md
│           │   ├── renv-package.md
│           │   ├── renv-resources.md
│           │   ├── renv-virtualmachine.md
│           │   └── renv-yaml.md
│           ├── renv.md
│           ├── reproducible-research.md
│           ├── reviewing/
│           │   ├── reviewing-checklist.md
│           │   ├── reviewing-motivation.md
│           │   ├── reviewing-recommend.md
│           │   ├── reviewing-resources.md
│           │   └── reviewing-workflow.md
│           ├── reviewing.md
│           ├── risk-assess/
│           │   ├── risk-assess-impact.md
│           │   └── risk-assess-resources.md
│           ├── risk-assess.md
│           ├── testing/
│           │   ├── testing-acceptance-regression.md
│           │   ├── testing-checklist.md
│           │   ├── testing-driven-development.md
│           │   ├── testing-exceptions.md
│           │   ├── testing-guidance.md
│           │   ├── testing-integrationtest.md
│           │   ├── testing-overview.md
│           │   ├── testing-resources.md
│           │   ├── testing-runtime.md
│           │   ├── testing-smoketest.md
│           │   ├── testing-systemtest.md
│           │   └── testing-unittest.md
│           ├── testing.md
│           ├── vcs/
│           │   ├── vcs-checklist.md
│           │   ├── vcs-data.md
│           │   ├── vcs-git-branches.md
│           │   ├── vcs-git-commit.md
│           │   ├── vcs-git-compare.md
│           │   ├── vcs-git-general.md
│           │   ├── vcs-git-in-research.md
│           │   ├── vcs-git-interactive.md
│           │   ├── vcs-git-merge.md
│           │   ├── vcs-git-summary.md
│           │   ├── vcs-git.md
│           │   ├── vcs-github.md
│           │   ├── vcs-personal-stories.md
│           │   ├── vcs-resources.md
│           │   ├── vcs-workflow-branches.md
│           │   └── vcs-workflow.md
│           └── vcs.md
├── lychee.toml
├── netlify.toml
├── release-workflow.md
├── tests/
│   ├── lorem-ipsums.py
│   ├── no-bad-latin.py
│   ├── pull_files.py
│   ├── release_workflow.py
│   ├── requirements.txt
│   ├── test-file-size.sh
│   ├── validate-all-contributorsrc.py
│   └── validate-dependabot.py
└── ways_of_working.md
Download .txt
SYMBOL INDEX (28 symbols across 7 files)

FILE: book/website/plugins/profile.mjs
  method run (line 10) | run(data) {
  method run (line 33) | run(data) {
  method run (line 56) | run(data) {
  method run (line 79) | run(data) {
  method run (line 105) | run(data) {
  method run (line 130) | run(data) {
  method run (line 210) | run(data, vfile, ctx) {
  function listItem (line 315) | function listItem(prefix, role, data) {
  function cardItem (line 329) | function cardItem(title, nodes) {

FILE: tests/lorem-ipsums.py
  function parse_args (line 11) | def parse_args():
  function remove_comments (line 32) | def remove_comments(text_string):
  function check_changed_files (line 46) | def check_changed_files(pr_num, github_token=None, bad_phrase=BAD_PHRASE):
  function check_all_files (line 79) | def check_all_files(
  function main (line 105) | def main():

FILE: tests/no-bad-latin.py
  function parse_args (line 11) | def parse_args():
  function remove_comments (line 26) | def remove_comments(text_string):
  function get_lines (line 41) | def get_lines(text_string, sub_string):
  function construct_error_message (line 56) | def construct_error_message(files_dict):
  function read_and_check_files (line 78) | def read_and_check_files(files):
  function get_all_files (line 119) | def get_all_files(directory=os.path.join(ABSOLUTE_HERE, "book", "website...
  function main (line 140) | def main():

FILE: tests/pull_files.py
  function parse_args (line 9) | def parse_args():
  function get_files_from_pr (line 30) | def get_files_from_pr(pr_num, github_token=None):
  function filter_files (line 61) | def filter_files(pr_num, github_token=None, start_phrase="book/website",...

FILE: tests/release_workflow.py
  function update_citation_file (line 16) | def update_citation_file(citation_file_path):

FILE: tests/validate-all-contributorsrc.py
  function get_schema (line 11) | def get_schema() -> dict[Any, Any]:
  function main (line 29) | def main() -> None:

FILE: tests/validate-dependabot.py
  function main (line 11) | def main() -> None:
Condensed preview — 575 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (4,819K chars).
[
  {
    "path": ".all-contributorsrc",
    "chars": 152211,
    "preview": "{\n  \"_comment\": \"This JSON file controls the behaviour of the all contributors bot. A description of the keys can be fou"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/01_bug_report.yml",
    "chars": 1927,
    "preview": "name: \"\\U0001F41B Bug report\"\ndescription: Create a report to help us repair something that is currently broken\ntitle: \""
  },
  {
    "path": ".github/ISSUE_TEMPLATE/02_edit_a_chapter.yml",
    "chars": 2180,
    "preview": "name: \"\\U0001F50D Edit a chapter\"\ndescription: An existing chapter needs to be updated\ntitle: \"[TO EDIT]: chapter/subcha"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/03_new_chapter.yml",
    "chars": 2593,
    "preview": "name: \"\\U0001F4D6 New chapter\"\ndescription: Propose a new chapter\ntitle: \"[CHAPTER]: chapter\"\nlabels: [book]\nbody:\n- typ"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/04_request_translation.yml",
    "chars": 1497,
    "preview": "name: \"\\U0001F4D1 Request Translation\"\ndescription: Propose a translation\ntitle: \"[TRANSLATION]:\"\nbody:\n  - type: markdo"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/05_general.yml",
    "chars": 918,
    "preview": "name: \"\\u2728 General\"\ndescription: Have a different idea?\nbody:\n  - type: markdown\n    attributes:\n      value: |\n     "
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "chars": 931,
    "preview": "contact_links:\n  - name: \"\\U0001F525 Suggest a Fireside Chat\"\n    url: https://github.com/the-turing-way/fireside-chats/"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "chars": 2092,
    "preview": "<!--\nPlease complete the following sections when you submit your pull request. You are encouraged to keep this top level"
  },
  {
    "path": ".github/config.yml",
    "chars": 3527,
    "preview": "# Configuration for welcome - https://github.com/behaviorbot/welcome\n\n# Configuration for new-issue-welcome - https://gi"
  },
  {
    "path": ".github/dependabot.yaml",
    "chars": 1277,
    "preview": "version: 2\nupdates:\n  # Maintain dependencies for GitHub Actions in workflow files\n  # By default, the directory to be c"
  },
  {
    "path": ".github/in-solidarity.yml",
    "chars": 128,
    "preview": "rules:\n  master:\n    level: warning\n  slave:\n    level: failure\n  whitelist:\n    level: failure\n  blacklist:\n    level: "
  },
  {
    "path": ".github/release-drafter.yml",
    "chars": 2137,
    "preview": "template: |\n  ## The Turing Way: A handbook for reproducible, ethical and collaborative research\n\n  [The Turing Way Marc"
  },
  {
    "path": ".github/workflows/accessibility-alt-text-bot.yml",
    "chars": 672,
    "preview": "name: Accessibility-alt-text-bot\non:\n  issues:\n    types: [opened, edited]\n  pull_request:\n    types: [opened, edited]\n "
  },
  {
    "path": ".github/workflows/ci.yml",
    "chars": 4173,
    "preview": "name: CI\n\n# run on pull requests to main\non:\n  pull_request:\n    branches:\n      - main\n\n# set the default shell to bash"
  },
  {
    "path": ".github/workflows/crowdin-contributors.yml",
    "chars": 1749,
    "preview": "name: Crowdin Contributors Action\n\non:\n  schedule:\n    - cron: '0 0 * * 1' # 'https://crontab.guru/#0_0_*_*_1'\n  # To ma"
  },
  {
    "path": ".github/workflows/external_link_check.yml",
    "chars": 1665,
    "preview": "name: External Link Check\n\non:\n  workflow_dispatch:\n  schedule:\n    - cron: \"0 0 * * MON\"\n\njobs:\n  external-link-check:\n"
  },
  {
    "path": ".github/workflows/lorem-ipsums.yml",
    "chars": 1671,
    "preview": "# Give your test a name!\nname: Check for Lorem Ipsums\n\n# Decide when to run the tests\n#\n# This configuration sets the te"
  },
  {
    "path": ".github/workflows/no-bad-latin.yml",
    "chars": 1592,
    "preview": "# Give your test a name!\nname: Check for Latin Phrases\n\n# Decide when to run the tests\n#\n# This configuration sets the t"
  },
  {
    "path": ".github/workflows/release-drafter.yml",
    "chars": 396,
    "preview": "name: Release Drafter\n\non:\n  workflow_dispatch:\n  push:\n    branches:\n      - main\n\njobs:\n  update-release-draft:\n    ru"
  },
  {
    "path": ".github/workflows/release-workflow.yml",
    "chars": 1843,
    "preview": "name: ReleaseWorkflow\n\non:\n  workflow_dispatch:\n  # schedule:\n  #   # minute (0 - 59), hour (0 - 23), day of month (1 - "
  },
  {
    "path": ".github/workflows/resources/external_link_check_header.md",
    "chars": 1871,
    "preview": "# Broken Links\n\n**This is an automated issue created in a weekly continuous integration job 🤖.**\n\nThis issue contains a "
  },
  {
    "path": ".github/workflows/test-file-size.yml",
    "chars": 716,
    "preview": "# Give your test a name!\nname: TestFileSizes\n\n# Decide when to run the tests\n#\n# This configuration sets the test to run"
  },
  {
    "path": ".github/workflows/validate-all-contributorsrc.yml",
    "chars": 700,
    "preview": "name: Validate All Contributors file\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    paths:\n      - \".all-co"
  },
  {
    "path": ".github/workflows/validate-dependabot.yml",
    "chars": 697,
    "preview": "name: Validate Dependabot configuration\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    paths:\n      - \".git"
  },
  {
    "path": ".github/workflows/validate_citation.yml",
    "chars": 375,
    "preview": "name: Validate citation file\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    paths:\n      - CITATION.cff\n\njo"
  },
  {
    "path": ".github/workflows/validate_issue_templates.yml",
    "chars": 743,
    "preview": "name: Validate GitHub Issue templates\n\non:\n  push:\n    branches:\n      - main\n    pull_request:\n      paths:\n        - \""
  },
  {
    "path": ".github/workflows/yamllint.yaml",
    "chars": 640,
    "preview": "name: Lint and Validate YAML files\n\non:\n  pull_request:\n    paths:\n      - \"**.yaml\"\n      - \"**.yml\"\n  push:\n    branch"
  },
  {
    "path": ".gitignore",
    "chars": 342,
    "preview": "# Project management files that should not be in public VC\n.secrets/*\n\n# OS dependent metadata files\n.DS_Store\n\n# Large,"
  },
  {
    "path": ".yamllint",
    "chars": 247,
    "preview": "# Learn about yamllint configuration here\n# https://yamllint.readthedocs.io/en/stable/configuration.html\n#\n# Learn about"
  },
  {
    "path": ".zenodo.json",
    "chars": 366,
    "preview": "{\n  \"creators\": [\n    {\n      \"name\": \"The Turing Way Community\"\n    }\n  ],\n  \"description\": \"This is the most recent re"
  },
  {
    "path": "ACCESSIBILITY.md",
    "chars": 11388,
    "preview": "# Accessibility Policy of The Turing Way Community\n\nWithin _The Turing Way_ community, we define accessibility practices"
  },
  {
    "path": "CITATION.cff",
    "chars": 722,
    "preview": "cff-version: 1.2.0\nmessage: To reference the latest version of The Turing Way, please cite it as below.\ntitle: The Turin"
  },
  {
    "path": "CODEOWNERS",
    "chars": 628,
    "preview": "# Infrastructure working group\n# Github files and workflows\n.github/ @the-turing-way/infrastructure-working-group\ntests/"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "chars": 16516,
    "preview": "# Code of Conduct\n\nWe value the participation of every member of our community and want to ensure that every contributor"
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 281,
    "preview": "# Contributing To _The Turing Way_\n\n🎉🎈🍰 **Welcome to _The Turing Way_ repository!** 🍰🎈🎉\n\n💫 _We're excited that you're he"
  },
  {
    "path": "GOVERNANCE_ROLES.md",
    "chars": 13494,
    "preview": "# Governance Roles in _The Turing Way_\n\nGovernance in *_The Turing Way_* occurs across three levels as discussed in the "
  },
  {
    "path": "LICENSE.md",
    "chars": 3803,
    "preview": "# LICENSE\n\nThe Turing Way Community makes all of their materials publicly available under open source licenses.\n\nThe pro"
  },
  {
    "path": "README-translated/README-Chinese.md",
    "chars": 125704,
    "preview": "<a href=\"https://book.the-turing-way.org/welcome.html\"><img src=\"book/figures/logo/logo.jpg?raw=true)\" width=\"180\" align"
  },
  {
    "path": "README-translated/README-Dutch.md",
    "chars": 9270,
    "preview": "# The Turing Way\n\n[![Read the book](https://img.shields.io/badge/read-the%20book-blue.svg)](https://book.the-turing-way."
  },
  {
    "path": "README-translated/README-French.md",
    "chars": 19043,
    "preview": "<a href=\"https://book.the-turing-way.org/welcome.html\"><img src=\"https://raw.githubusercontent.com/the-turing-way/the-tu"
  },
  {
    "path": "README-translated/README-German.md",
    "chars": 9162,
    "preview": "# The Turing Way\n\n[![Read the book](https://img.shields.io/badge/read-the%20book-blue.svg)](https://book.the-turing-way."
  },
  {
    "path": "README-translated/README-Indonesian.md",
    "chars": 9114,
    "preview": "# The Turing Way\n\n[![Read the book](https://img.shields.io/badge/read-the%20book-blue.svg)](https://book.the-turing-way."
  },
  {
    "path": "README-translated/README-Italian.md",
    "chars": 16178,
    "preview": "<a href=\"https://book.the-turing-way.org/welcome.html\"><img src=\"/book/figures/logo/logo.jpg?raw=true)\" width=\"180\" alig"
  },
  {
    "path": "README-translated/README-Korean.md",
    "chars": 127491,
    "preview": "<a href=\"https://book.the-turing-way.org/welcome.html\"><img src=\"book/figures/logo/logo.jpg?raw=true)\" width=\"180\" align"
  },
  {
    "path": "README-translated/README-Papiamento.md",
    "chars": 15979,
    "preview": "<a href=\"https://book.the-turing-way.org/welcome.html\"><img src=\"../book/figures/logo/logo.jpg?raw=true)\" width=\"180\" al"
  },
  {
    "path": "README-translated/README-Portuguese.md",
    "chars": 9670,
    "preview": "# The Turing Way\n\n[![Leia o livro](https://img.shields.io/badge/leia-o%20livro-blue.svg)](https://book.the-turing-way.or"
  },
  {
    "path": "README-translated/README-Spanish.md",
    "chars": 17136,
    "preview": "<a href=\"https://book.the-turing-way.org/welcome.html\"><img src=\"../book/figures/logo/logo.jpg?raw=true)\" width=\"180\" al"
  },
  {
    "path": "README.md",
    "chars": 292818,
    "preview": "<a href=\"https://book.the-turing-way.org\"><img src=\"book/figures/logo-detail-with-text.svg?raw=true)\" width=\"180\" align="
  },
  {
    "path": "Vagrantfile",
    "chars": 1513,
    "preview": "# -*- mode: ruby -*-\n# vi: set ft=ruby :\n\nVagrant.configure(\"2\") do |config|\n  # A Fedora 36 box that works with multipl"
  },
  {
    "path": "book/.gitignore",
    "chars": 1753,
    "preview": "_build/\n\nwebsite/_site\nwebsite/_build\nwebsite/.sass-cache\n\n# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod"
  },
  {
    "path": "book/.words.lst",
    "chars": 9176,
    "preview": "#==========\n# aspell checks typos in files\n# This .words.lst file was generated by aspell ignores many acronyms and name"
  },
  {
    "path": "book/Makefile",
    "chars": 1215,
    "preview": ".DEFAULT_GOAL := help\n.PHONY: help\n\nhelp:\n\t@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) \\\n\t| sed -n 's/^\\(.*\\)"
  },
  {
    "path": "book/README.md",
    "chars": 1562,
    "preview": "## The Turing Way Book\n\nThis is the README file for _The Turing Way_ book hosted online at [book.the-turing-way.org](htt"
  },
  {
    "path": "book/figures/logo/.picasa.ini",
    "chars": 28,
    "preview": "[logo.png]\nbackuphash=33410\n"
  },
  {
    "path": "book/figures/logo/site.webmanifest",
    "chars": 263,
    "preview": "{\"name\":\"\",\"short_name\":\"\",\"icons\":[{\"src\":\"/android-chrome-192x192.png\",\"sizes\":\"192x192\",\"type\":\"image/png\"},{\"src\":\"/"
  },
  {
    "path": "book/requirements.in",
    "chars": 20,
    "preview": "jupyter-book>=2.1.2\n"
  },
  {
    "path": "book/requirements.txt",
    "chars": 4424,
    "preview": "#\n# This file is autogenerated by pip-compile with Python 3.13\n# by the following command:\n#\n#    pip-compile\n#\nanyio==4"
  },
  {
    "path": "book/templates/book-stats.csv",
    "chars": 222,
    "preview": "reproducible-research; 17;      121     121     968\nreproducible-research; 17; 120\nproject-design; 12; 55\ncommunication;"
  },
  {
    "path": "book/templates/case-study-template/README.md",
    "chars": 5070,
    "preview": "# Welcome\n\nThank you for contributing to _The Turing Way_ book by writing a case study!\n\n_The Turing Way_ chapters are c"
  },
  {
    "path": "book/templates/case-study-template/case-study-template.md",
    "chars": 6401,
    "preview": "(sectioninitials-filename)=\n# Case Study Title\n\n***Please remove all the Blockquotes (sentences that start with \">\")***\n"
  },
  {
    "path": "book/templates/case-study-template/reflection-questions.md",
    "chars": 1382,
    "preview": "# Reflection Questions\n\nIn this file, we have curated some reflection questions to give you ideas on what to to think ab"
  },
  {
    "path": "book/templates/chapter-template/README.md",
    "chars": 8377,
    "preview": "# Welcome\n\nWell done on taking the first steps towards writing a chapter for _The Turing Way_  book!\n\nIn order to standa"
  },
  {
    "path": "book/templates/chapter-template/chapter-content/chapter-checklist.md",
    "chars": 1464,
    "preview": "(sectioninitials-filename)=\n# Checklist\n\n> List out the action points you want the readers to take based on the key idea"
  },
  {
    "path": "book/templates/chapter-template/chapter-content/chapter-content.md",
    "chars": 5544,
    "preview": "<!-- \nIdentify the major themes/topics that make up your chapter. \nThese will be the subchapters of your chapter.\nWrite "
  },
  {
    "path": "book/templates/chapter-template/chapter-content/chapter-personal-stories.md",
    "chars": 3655,
    "preview": "(sectioninitials-filename)=\n# Personal Stories\n\n***Please remove all the Blockquotes (sentences that start with \">\")***\n"
  },
  {
    "path": "book/templates/chapter-template/chapter-content/chapter-resources.md",
    "chars": 1609,
    "preview": "(sectioninitials-filename)=\n# Resources\n\n> Use this subchapter to\n>  - tell readers what other chapters in _The Turing W"
  },
  {
    "path": "book/templates/chapter-template/chapter-landing-page.md",
    "chars": 3033,
    "preview": "(sectioninitials-filename)=\n# Chapter Title\n\n> Labels (above headers) should follow the cross-referencing conventions de"
  },
  {
    "path": "book/templates/count-chapters.sh",
    "chars": 1411,
    "preview": "#!/bin/bash\n# run this script locally in the 'quarterly report' folder\n# Indicate the date and time for last stat genera"
  },
  {
    "path": "book/website/LICENSE.md",
    "chars": 310,
    "preview": "# License for this book\n\nAll content in this book (located in the `book/website/` folder)\nis licensed under the [Creativ"
  },
  {
    "path": "book/website/afterword/afterword.md",
    "chars": 832,
    "preview": "(aw)=\n# Afterword\n\nThe last part of _The Turing Way_ book is called **Afterword**.\nFollowing this design principle of st"
  },
  {
    "path": "book/website/afterword/bibliography.md",
    "chars": 141,
    "preview": "(aw-bibliography)=\n# Bibliography\n\n*This file consist of a complete bibliography for this book sorted alphabetically*\n\n`"
  },
  {
    "path": "book/website/afterword/collaborators.md",
    "chars": 12968,
    "preview": "(aw-collaborators)=\n# Partners and Collaborators\n\n_The Turing Way_ works in collaboration and partnership with many comm"
  },
  {
    "path": "book/website/afterword/contributors/all-contributors.md",
    "chars": 257715,
    "preview": "(contributors-record-all)=\n# All Contributors\n\n✨Using [all-contributors](https://allcontributors.org/) specification, _T"
  },
  {
    "path": "book/website/afterword/contributors/profiles.md",
    "chars": 158609,
    "preview": "(contributors-record-individual)=\n# Individual Contributors\n\nIndividual contributors are welcome to provide their detail"
  },
  {
    "path": "book/website/afterword/contributors/translators.md",
    "chars": 21277,
    "preview": "(contributors-record-translators)=\n# Translators\n\n_The Turing Way_ uses Crowdin as a platform for contributing [translat"
  },
  {
    "path": "book/website/afterword/contributors-record.md",
    "chars": 836,
    "preview": "(contributors-record)=\n# Record of Contributors\n\nContributions to _The Turing Way_ may include but are not limited to, b"
  },
  {
    "path": "book/website/afterword/data-usage-statement.md",
    "chars": 2375,
    "preview": "(data-usage)=\n# _The Turing Way_ Book Data Usage\n\nWe want to understand and optimise the use, geographical reach, and fi"
  },
  {
    "path": "book/website/afterword/glossary.md",
    "chars": 42408,
    "preview": "(aw-glossary)=\n\n# Glossary\n\n## A\n\n```{glossary}\nacceptance testing\n: A level of the software testing process where a sys"
  },
  {
    "path": "book/website/afterword/legal-disclaimer.md",
    "chars": 2250,
    "preview": "(legal-disclaimer)=\n# Legal disclaimer: The Turing Way is not legal advice!\n\n_The Turing Way_ is a lightly opinionated g"
  },
  {
    "path": "book/website/afterword/subprojects.md",
    "chars": 6793,
    "preview": "(subprojects)=\n# Working Groups, Funded Projects and Informal Initiatives\n\nThis page provides access to various group-ba"
  },
  {
    "path": "book/website/analytics/web-analytics.js",
    "chars": 697,
    "preview": "/**\n * This file contains the tracking code that allows analytics to work on The Turing Way using Matomo\n*/\n\nvar _paq = "
  },
  {
    "path": "book/website/collaboration/academic-industry/academic-industry-community.md",
    "chars": 8435,
    "preview": "(cl-academic-industry-community)=\n# Community Building in an Academic-Industry Collaboration\n\nBuilding an engaged commun"
  },
  {
    "path": "book/website/collaboration/academic-industry/academic-industry-establish.md",
    "chars": 9369,
    "preview": "(cl-academic-industry-establish)=\n# Establishing an Academic-Industry Collaboration\n\n(cl-academic-industry-establish-ini"
  },
  {
    "path": "book/website/collaboration/academic-industry/case-studies/BridgeAI_IndependentScientificAdvice.md",
    "chars": 3654,
    "preview": "(cl-bridgeai-isa-case-study)=\n# BridgeAI - Independent Scientific Advice\n\n## Overview\nIn 2023, [Innovate UK BridgeAI](ht"
  },
  {
    "path": "book/website/collaboration/academic-industry/case-studies/practitioners-hub-case-study.md",
    "chars": 6942,
    "preview": "(cl-practitioners-hub-case-study)=\n# Case Study: _The Turing Way_ Practitioners Hub \n\n```{figure} ../../../../figures/pr"
  },
  {
    "path": "book/website/collaboration/academic-industry/case-studies/turing-roche-case-study.md",
    "chars": 6938,
    "preview": "(cl-turing-roche-case-study)=  \n# Case Study: Turing-Roche Community Activities\n\n```{figure} ../../../../figures/turing-"
  },
  {
    "path": "book/website/collaboration/academic-industry/case-study-library.md",
    "chars": 2274,
    "preview": "(cl-academic-industry-case-studies)=\n# Case Studies in Academic-industry Collaboration\nThis is a library of case studies"
  },
  {
    "path": "book/website/collaboration/academic-industry/intro-case-studies-and-best-practices-in-academic-industry-collaboration.md",
    "chars": 2598,
    "preview": "(cl-academic-industry-best-practices)=\n# Case studies and best practices in industry-academia collaboration\nThe creation"
  },
  {
    "path": "book/website/collaboration/academic-industry/online-resources-best-practices.md",
    "chars": 3815,
    "preview": "(cl-academic-industry-online-resources)=\n# Online Resources\nThis document provides valuable resources for you to impleme"
  },
  {
    "path": "book/website/collaboration/academic-industry.md",
    "chars": 4058,
    "preview": "(cl-academic-industry)=\n# Academic-Industry Collaborations\n\n(cl-academic-industry-prerequisites)=\n## Prerequisites\n\n\n| P"
  },
  {
    "path": "book/website/collaboration/ambassador-schemes/ambassador-schemes-establish.md",
    "chars": 6220,
    "preview": "(cl-ambassador-schemes-establish)=\n# Establishing and Running an Ambassador Scheme \n\n(cl-ambassador-schemes-establish-se"
  },
  {
    "path": "book/website/collaboration/ambassador-schemes/ambassador-schemes-personal-story.md",
    "chars": 17244,
    "preview": "(cl-ambassador-schemes-personal-story)=  \n# Turing-Roche Community Scholar Scheme Personal Story\n\n## Introduction\n\nMy na"
  },
  {
    "path": "book/website/collaboration/ambassador-schemes.md",
    "chars": 4216,
    "preview": "(cl-ambassador-schemes)=\n# Ambassador Schemes\n\n(cl-ambassador-schemes-prerequisites)=\n## Prerequisites\n\n| Prerequisites "
  },
  {
    "path": "book/website/collaboration/collaboration.md",
    "chars": 1921,
    "preview": "(cl)=\n# Guide for Collaboration\n\n***This guide covers topics related to effective and inclusive collaboration.***\n\nData "
  },
  {
    "path": "book/website/collaboration/github-novice/github-novice-advanced.md",
    "chars": 2423,
    "preview": "(cl-github-novice-advanced)=\n# Advanced GitHub features\n## More collaboration\nGitHub makes it easy to collaborate and cr"
  },
  {
    "path": "book/website/collaboration/github-novice/github-novice-features.md",
    "chars": 3924,
    "preview": "(cl-github-novice-features)=\n# Using more GitHub features\n\nNow that your repo is set up, you are ready to add more stuff"
  },
  {
    "path": "book/website/collaboration/github-novice/github-novice-firststeps.md",
    "chars": 10975,
    "preview": "(cl-github-novice-firststeps)=\n# First steps on GitHub\n\nHere, we provide step-by-step instructions to get started with G"
  },
  {
    "path": "book/website/collaboration/github-novice/github-novice-motivation.md",
    "chars": 3235,
    "preview": "(cl-github-novice-motivation)=\n# Motivation for Using GitHub\n\nGitHub is an online web interface for collaborating, devel"
  },
  {
    "path": "book/website/collaboration/github-novice.md",
    "chars": 1536,
    "preview": "(cl-github-novice)=\n# Getting Started With GitHub\n\n## Prerequisites\n\n| Prerequisite |  Importance  |  Notes  |\n| -------"
  },
  {
    "path": "book/website/collaboration/leadership/leadership-building.md",
    "chars": 14245,
    "preview": "(cl-leadership-building)=\n# Building Healthy Leadership Skills\n\nBy healthy leadership, we mean creating an ideal environ"
  },
  {
    "path": "book/website/collaboration/leadership/leadership-features.md",
    "chars": 8776,
    "preview": "(cl-leadership-features)=\n# Important Features of Leadership\n\n```{note}\n\"A leader is anyone who takes responsibility for"
  },
  {
    "path": "book/website/collaboration/leadership/leadership-opportunities.md",
    "chars": 5962,
    "preview": "(cl-leadership-opportunities)=\n# Creating Leadership Opportunities\n\nWhile leadership opportunities can emerge, it can be"
  },
  {
    "path": "book/website/collaboration/leadership/leadership-story-data-librarian.md",
    "chars": 4207,
    "preview": "# Personal Story of Leadership by a Data Librarian\n\n## What does leadership for research infrastructure roles look like?"
  },
  {
    "path": "book/website/collaboration/leadership/leadership-story-hackathon.md",
    "chars": 3894,
    "preview": "(cl-leadership-story-hackathon)=\n# Personal Story from Running a Hackathon\n\n## Diving into Leadership: lessons from lead"
  },
  {
    "path": "book/website/collaboration/leadership.md",
    "chars": 7616,
    "preview": "(cl-leadership)=\n# Open Leadership in Data Science\n\n## Overview\n\nEvery team, every project and every collaboration has p"
  },
  {
    "path": "book/website/collaboration/maintain-review/maintain-review-maintenance.md",
    "chars": 2549,
    "preview": "(cl-maintain-review-maintenance)=\n# Project Maintenance\n\nAn open source project allows many people to make contributions"
  },
  {
    "path": "book/website/collaboration/maintain-review/maintain-review-merge.md",
    "chars": 915,
    "preview": "(cl-maintain-review-merging)=\n# Merging Contributions\nPull requests made by contributors can be approved or merged by ma"
  },
  {
    "path": "book/website/collaboration/maintain-review/maintain-review-permissions.md",
    "chars": 2185,
    "preview": "(cl-maintain-review-permissions)=\n# Ownership and Permissions\nIn any team or organisation owned project, there are diffe"
  },
  {
    "path": "book/website/collaboration/maintain-review/maintain-review-resources.md",
    "chars": 994,
    "preview": "(cl-maintain-review-resources)=\n# Resources\n\n* [Community communications for open source](https://book.the-turing-way.or"
  },
  {
    "path": "book/website/collaboration/maintain-review/maintain-review-review.md",
    "chars": 6576,
    "preview": "(cl-maintain-review-reviewing)=\n# Reviewing Contributions\n\n## Reviewing process\nIn a project or codebase, a set of chang"
  },
  {
    "path": "book/website/collaboration/maintain-review.md",
    "chars": 2365,
    "preview": "(cl-maintain-review)=\n# Maintainers and Reviewers on GitHub\n\n## Prerequisites\n\n| Prerequisite | Importance |\n| ---------"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/chairing.md",
    "chars": 9316,
    "preview": "(cl-mec-chairing)=\n# Chairing Events\n\nTo run an event smoothly, part of planning and preparation is to delegate tasks of"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/event-tools.md",
    "chars": 10173,
    "preview": "(cl-mec-event-tools)=\n# Tools for Collaboration\n\nMany free and commercial tools exist to improve people's experience of "
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/hybrid-collab/hybrid-collab-challenges.md",
    "chars": 4934,
    "preview": "(cl-mec-hybrid-collab-challenges)=\n# Challenges faced during Hybrid Collaboration\n\nCollaborating in a hybrid setting pre"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/hybrid-collab/hybrid-collab-guidelines.md",
    "chars": 9115,
    "preview": "(cl-mec-hybrid-collab-guidelines)=\n# Guidelines for Hybrid Collaboration\n\n## Chairing Hybrid Events\n- The Facilitator sh"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/hybrid-collab/hybrid-collab-resources.md",
    "chars": 1138,
    "preview": "(cl-mec-hybrid-collab-resources)=\n\n# Useful resources\n\nHere are some useful guides, tips and tutorials on how to facilit"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/hybrid-collab.md",
    "chars": 1813,
    "preview": "(cl-mec-hybrid-collab)=\n# Hybrid Collaboration\n\nHybrid collaboration is a way of working where individuals collaborate f"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/organising-coding-cafe.md",
    "chars": 24302,
    "preview": "(cl-mec-organising-coding-cafe)=\n# Organising a Programming  CAFE\n\nA programming CAFE (Code Along, Feel Empowered) is a "
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/organising-conference/reg-form-template.md",
    "chars": 8594,
    "preview": "# Template for Conference or Event Registration Form\n\nThis template includes all the different questions you might want "
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/organising-conference/reg-forms.md",
    "chars": 4999,
    "preview": "(cl-organising-conferences-reg-forms)=\n# Registration Forms\n\n(cl-organising-conferences-reg-forms-host)=\n## Where will y"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/organising-conference.md",
    "chars": 22027,
    "preview": "(cl-mec-organising-conferences)=\n# Organising a Conference\n\n*Recommendations listed in this subchapter also apply to lon"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-comms.md",
    "chars": 34519,
    "preview": "(cl-mec-ppie-events-comms)=\n# Planning Communications for PPIE Events\nHaving a good plan on how and when to communicate "
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-location.md",
    "chars": 7600,
    "preview": "(cl-mec-ppie-events-location)=\n# Location\nThis section provides guidance that is most relevant for in-person or hybrid e"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-planning.md",
    "chars": 34341,
    "preview": "(cl-mec-ppie-events-planning)=\n# Planning your Event\nFor many projects, the involvement of individuals and communities w"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-resources.md",
    "chars": 12243,
    "preview": "(cl-mec-ppie-events-resources)=\n# Resources\n\n\n(cl-mec-ppie-events-resources-learn)=\n## What to Learn Next\n\n> **Recommend"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-schedules.md",
    "chars": 31687,
    "preview": "(cl-mec-ppie-events-schedule-planning)=\n# Creating Schedules and Agendas for Inclusive Events\nThe timing and design of y"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-socials.md",
    "chars": 11341,
    "preview": "(cl-mec-ppie-events-social-and-networking-guide)=\n# Inclusive Social and Networking Events\nSocial events, dinners, and e"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events/ppie-events-tech.md",
    "chars": 9997,
    "preview": "(cl-mec-ppie-events-technology)=\n# Technology Considerations for Inclusive Events\nWhen planning an event that will be at"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/ppie-events.md",
    "chars": 6370,
    "preview": "(cl-mec-ppie-events)=\n# Hosting Events with Members of the Public\nA guide for involving members of the public at researc"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/coworking.md",
    "chars": 10986,
    "preview": "(cl-mec-remote-coworking)=\n# Organising Coworking Calls or Meetings\n\nThe concept of coworking is generally associated wi"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/event-participation.md",
    "chars": 7471,
    "preview": "(cl-mec-remote-event-participation)=\n# Participating in Remote Events\n\n## Motivation\n\nNow that you have been invited to "
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/informal-chats.md",
    "chars": 4226,
    "preview": "(cl-mec-remote-informal-chats)=\n# Informal Coffee Chats\n\nWhen a team is working remotely, they can get together at speci"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/organising-remote-meetings.md",
    "chars": 10884,
    "preview": "(cl-mec-remote-organising-meetings)=\n# Organising Remote Meetings\n\nA successful meeting in the context of research or te"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-guidelines.md",
    "chars": 6706,
    "preview": "(cl-mec-remote-collab-guidelines)=\n# Guidelines for Remote Collaboration\n\nIn this chapter, guidelines are a set of recom"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-prosandcons.md",
    "chars": 3843,
    "preview": "(cl-mec-remote-collab-prosandcons)=\n# Pros and Cons\n\nIt is needless to say that the same setting can not always work for"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-team.md",
    "chars": 2281,
    "preview": "(cl-mec-remote-collab-team)=\n# Managing Distributed Teams\n\nIn the {ref}`cl-new-community` and {ref}`Leadership in Data S"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab/remote-collab-useful-resources.md",
    "chars": 1605,
    "preview": "(cl-mec-remote-collab-useful-resources)=\n# Useful resources\n\nHere are some useful guides, papers and tutorials on how to"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working/remote-collab.md",
    "chars": 1936,
    "preview": "(cl-mec-remote-collab)=\n# Remote Collaboration\n\nRemote collaboration refers to the ability to interact and work with oth"
  },
  {
    "path": "book/website/collaboration/meetings-events-co-working.md",
    "chars": 226,
    "preview": "(cl-mec)=\n# Meetings, Events, & Co-working\n\nThis sub-chapter is about planning, organising, and participating in organis"
  },
  {
    "path": "book/website/collaboration/new-community/new-community-differences.md",
    "chars": 4285,
    "preview": "(cl-new-community-differences)=\n# Valuing Diversity and Differences\n\nWhen people collaborate with others, no matter if t"
  },
  {
    "path": "book/website/collaboration/new-community/new-community-guide.md",
    "chars": 9437,
    "preview": "(cl-new-community-guide)=\n# Guide to Planning a Community\n\nWhat if you started a project with a thought like, “I have th"
  },
  {
    "path": "book/website/collaboration/new-community/new-community-teamwork.md",
    "chars": 2665,
    "preview": "(cl-new-community-teamwork)=\n# Teamwork\nThe widespread standard in academia has been, and still is, to work individually"
  },
  {
    "path": "book/website/collaboration/new-community/new-community-techissues.md",
    "chars": 4736,
    "preview": "(cm-new-community-techissue)=\n# Addressing Technical Issues\n\nMake sure that you also have plans in place for people who "
  },
  {
    "path": "book/website/collaboration/new-community.md",
    "chars": 3371,
    "preview": "(cl-new-community)=\n# Managing a New Community and Team\n\nAs researchers, scientists and 'techies' we look for ways to us"
  },
  {
    "path": "book/website/collaboration/oss-sustainability/oss-sustainability-challenges.md",
    "chars": 4791,
    "preview": "\n\n# Sustainability of Open Source Projects\n\nEarly-stage projects often reach a point when funding has run out for a proj"
  },
  {
    "path": "book/website/collaboration/oss-sustainability/oss-sustainability-examples.md",
    "chars": 3771,
    "preview": "# Examples of Open Source Business Models\n\nOpen source has been an important theme for AI communities in academia and in"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/community-manager.md",
    "chars": 11022,
    "preview": "(cl-infrastructure-community-managers)=\n# Research Community Managers: Overview\n\nCommunity Management as a profession wa"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/data-steward-personal-story.md",
    "chars": 4989,
    "preview": "(cl-infrastructure-data-steward-personal-story)=\n# Data Steward Personal Story\n\n## Introduction\n\nMy name is [Esther Plom"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/data-steward.md",
    "chars": 8150,
    "preview": "(cl-infrastructure-data-stewards)=\n# Data Stewards: Overview\n\nData Stewards are a growing role within scientific communi"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/data-wrangler.md",
    "chars": 8131,
    "preview": "(cl-infrastructure-data-wranglers)=\n# Data Wranglers: Overview\n\nData Wranglers can be viewed as a specialised type of da"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/ram.md",
    "chars": 4235,
    "preview": "(cl-infrastructure-ram)=\n# Research Application Managers: Overview\n\n## Context and the unmet need\n\nAcademic incentives e"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/research-community-manager-personal-story-1.md",
    "chars": 7509,
    "preview": "(cl-infrastructure-research-community-manager-personal-story-1)=\n# Research Community Manager Personal Story\n\n## Introdu"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/research-infrastructure-developer.md",
    "chars": 4299,
    "preview": "(cl-infrastructure-rid)=\n# Research Infrastructure Developer: Overview\n\nResearch Infrastructure Developers (RIDs) are ex"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/rse-personal-story.md",
    "chars": 12023,
    "preview": "(cl-infrastructure-rse-personal-story)=\n# Research Software Engineering Personal Story\n\n## Introduction\n\n\nThe [Society o"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles/rse.md",
    "chars": 2893,
    "preview": "(cl-infrastructure-rse)=\n# Research Software Engineer: Overview\n\nResearch Software Engineers (RSEs) are programmers with"
  },
  {
    "path": "book/website/collaboration/research-infrastructure-roles.md",
    "chars": 5372,
    "preview": "(cl-research-infrastructure-roles)=\n# Research Infrastructure Roles: Introduction\n\n```{figure} ../../figures/researchers"
  },
  {
    "path": "book/website/collaboration/shared-ownership/shared-ownership-challenges.md",
    "chars": 2995,
    "preview": "(cl-shared-ownership-challenges)=\n# Challenges with Applying Ownership Models Retroactively\n\nWhile the project ownership"
  },
  {
    "path": "book/website/collaboration/shared-ownership/shared-ownership-defaults.md",
    "chars": 5835,
    "preview": "(cl-shared-ownership-defaults)=\n# Nudging for a Better Default\n\nResearch has shown that humans making decisions have a s"
  },
  {
    "path": "book/website/collaboration/shared-ownership/shared-ownership-models.md",
    "chars": 5570,
    "preview": "(cl-shared-ownership-models)=\n# Shared Ownership Models\n\nAt the time of writing this chapter, We have identified the fol"
  },
  {
    "path": "book/website/collaboration/shared-ownership/shared-ownership-projects.md",
    "chars": 4685,
    "preview": "(cl-shared-ownership-projects)=\n# Project Ownership\n\nBefore we unpack how a project's shared ownership affects research "
  },
  {
    "path": "book/website/collaboration/shared-ownership.md",
    "chars": 3277,
    "preview": "(cl-shared-ownership)=\n# Shared Ownership in Open Source Projects\n\nOpen source or open research movement allows anybody "
  },
  {
    "path": "book/website/collaboration/stakeholder-engagement.md",
    "chars": 16952,
    "preview": "(cl-stakeholder-engagement)=\n# Facilitating Stakeholder Engagement\n\nWhen working with stakeholders beyond your own team,"
  },
  {
    "path": "book/website/collaboration/team-manual/team-manual-on-off-boarding.md",
    "chars": 3671,
    "preview": "(cl-team-manual-on-off-boarding)=\n# On- and offboarding team members\n\nHaving clear onboarding processes ensure that grou"
  },
  {
    "path": "book/website/collaboration/team-manual.md",
    "chars": 14063,
    "preview": "(cl-team-manual)=\n# Team Manuals\n\nTeam manuals describe expectations for team members, highlight resources and provides "
  },
  {
    "path": "book/website/communication/aa/aa-equitable.md",
    "chars": 3495,
    "preview": "(cm-aa-equitable)=\n# Large and Equitable Authorships \n\nLarge collaborative projects are becoming more frequent and deali"
  },
  {
    "path": "book/website/communication/aa/aa-misconduct.md",
    "chars": 3327,
    "preview": "(cm-aa-misconduct)=\n# Types of authorship misconduct\n\nThere are various forms of authorship misconduct. \nThese reflect u"
  },
  {
    "path": "book/website/communication/aa/aa-overview.md",
    "chars": 6489,
    "preview": "(cm-aa-overview)=\n# Overview of Academic Authorship\n\nA great deal of value is placed on academic authorship because a pe"
  },
  {
    "path": "book/website/communication/aa/aa-resources.md",
    "chars": 871,
    "preview": "(cm-aa-resources)=\n# Resources: \n* American Journal of Experts [The ethics of manuscript authorship](https://www.aje.com"
  },
  {
    "path": "book/website/communication/aa/aa-stories-community.md",
    "chars": 15583,
    "preview": "(cm-aa-stories-community)=\n# Personal stories - Large Collaborative Research Community\n\n## Discussion with Remi Gau and "
  },
  {
    "path": "book/website/communication/aa/aa-stories-interdisciplinary.md",
    "chars": 8078,
    "preview": "(cm-aa-stories-interdisciplinary)=\n# Personal stories - Authorship on Interdisciplinary Projects\n\n## Federico Nanni and "
  },
  {
    "path": "book/website/communication/aa/aa-tips.md",
    "chars": 5325,
    "preview": "(cm-aa-tips)=\n# Tips for Getting Authorship Right\n\n(cm-aa-tips-who)=\n## Establish who wants to be an author\n\nIt is worth"
  },
  {
    "path": "book/website/communication/aa/aa-traditions.md",
    "chars": 6743,
    "preview": "(cm-aa-traditions)=\n# Discipline Specific Authorship Traditions\n\nWhen you speak to researchers from different discipline"
  },
  {
    "path": "book/website/communication/aa.md",
    "chars": 1646,
    "preview": "(cm-aa)=\n# Academic Authorship\n\n(cm-aa-prerequisites)=\n## Prerequisites\n\n| Prerequisite | Importance | Skill Level | Not"
  },
  {
    "path": "book/website/communication/binder/zero-to-binder.md",
    "chars": 23424,
    "preview": "(z2b)=\n# Zero-to-Binder\n\nIn this chapter, we will create a Binder project from scratch: we will first make a repository "
  },
  {
    "path": "book/website/communication/binder.md",
    "chars": 10953,
    "preview": "(binder)=\n# Binder\n\nIn this chapter, we will discuss Project Binder and mybinder.org as a means to transparently and int"
  },
  {
    "path": "book/website/communication/blogs/blogs-personal-stories.md",
    "chars": 4184,
    "preview": "(cm-blogs-personal-stories)=\n# Personal Stories - Blogs\n\n## Veronika Cheplygina: Writing a Successful Blog Series\n\n**Dr "
  },
  {
    "path": "book/website/communication/blogs/blogs-webpage.md",
    "chars": 2807,
    "preview": "(cm-blogs-webpage)=\n# Building a Webpage for Blogs\n\nMaking a website for a blog is easier than you think so don't be put"
  },
  {
    "path": "book/website/communication/blogs.md",
    "chars": 4245,
    "preview": "(cm-blogs)=\n# Blogs for Research Communication\n\nA blog is a website that contains informal articles, usually with a cent"
  },
  {
    "path": "book/website/communication/citable/citable-cff.md",
    "chars": 10063,
    "preview": "(cm-citable-cff)=\n# Software Citation with CITATION.cff\n\nThe [Citation File Format](https://citation-file-format.github."
  },
  {
    "path": "book/website/communication/citable/citable-cffinit.md",
    "chars": 5275,
    "preview": "(cm-citable-cffinit)=\n# Create a `CITATION.cff` using `cffinit`\n\n`cffinit` is a web application which helps users create"
  },
  {
    "path": "book/website/communication/citable/citable-cite.md",
    "chars": 9610,
    "preview": "(cm-citable-cite)=\n# Citing your own Research Objects\n\nWhen citing your own research objects, it is important to conside"
  },
  {
    "path": "book/website/communication/citable/citable-linking.md",
    "chars": 5207,
    "preview": "(cm-citable-linking)=\n\n# Linking Research Objects\n\nLinking your data, code and article will ensure that you receive **cr"
  },
  {
    "path": "book/website/communication/citable/citable-metadata.md",
    "chars": 13989,
    "preview": "(cm-citable-metadata)=\n\n# Connection Metadata: Creating Rich Linkages\n\nThe strategies above describe when and how to pub"
  },
  {
    "path": "book/website/communication/citable/citable-orcid.md",
    "chars": 3206,
    "preview": "(cm-citable-orcid)=\n# ORCID to Collect your Research Objects\n\nYou can use ORCID to access or sign up to services that ut"
  },
  {
    "path": "book/website/communication/citable/citable-otherscite.md",
    "chars": 5295,
    "preview": "(cm-citable-otherscite)=\n# Citing other people's Research Objects\n\nWhen citing research objects from other people/resear"
  },
  {
    "path": "book/website/communication/citable/citable-resources.md",
    "chars": 1566,
    "preview": "(cm-citable-checklist)=\n# Checklists and Resources\n\n(cm-citable-checklist-authors)=\n## Checklist For Authors\n\n- Pick out"
  },
  {
    "path": "book/website/communication/citable/citable-steps.md",
    "chars": 5419,
    "preview": "(cm-citable-steps)=\n# Steps for Making Research Objects Citable\n\nThere are many reasons why authors don't cite the data,"
  },
  {
    "path": "book/website/communication/citable/citable-versioning.md",
    "chars": 4142,
    "preview": "(cm-citable-linking-versions)=\n# Managing Versions Through PIDs\n\nResearch outputs often evolve over time: you might fix "
  },
  {
    "path": "book/website/communication/citable.md",
    "chars": 3523,
    "preview": "(cm-citable)=\n# Making Research Objects Citable\n\n## Prerequisites / recommended skill level\n\n| Prerequisite  | Importanc"
  },
  {
    "path": "book/website/communication/comms-overview/comms-overview-accessibly.md",
    "chars": 4684,
    "preview": "(cm-comms-overview-accessibly)=\n# Communicating Accessibly\n\nAccessibility of your writing or presentation is more than j"
  },
  {
    "path": "book/website/communication/comms-overview/comms-overview-principles.md",
    "chars": 1805,
    "preview": "(cm-comms-overview-principles)=\n# Principles of Communicating with Wider Audiences\n\nResearchers should consider communic"
  },
  {
    "path": "book/website/communication/comms-overview/comms-overview-resources.md",
    "chars": 5343,
    "preview": "(cm-comms-overview-resources)=\n# Resources and Recommendations\n\n(cm-comms-overview-resources-accessibility)=\n## Accessib"
  },
  {
    "path": "book/website/communication/comms-overview.md",
    "chars": 2971,
    "preview": "(cm-comms-overview)=\n# Overview of the Guide for Communication\n\nResearch projects, publications and communities are eval"
  },
  {
    "path": "book/website/communication/communication.md",
    "chars": 2318,
    "preview": "(cm)=\n# Guide for Communication\n\n***This guide covers topics related to effective communication in research.***\n\nData an"
  },
  {
    "path": "book/website/communication/dif-articles/data.md",
    "chars": 7609,
    "preview": "(cm-dif-articles-data)=\n# Data Papers\n\n(cm-dif-articles-data-what)=\n## What are Data Papers?\n\nThe purpose of a data pape"
  },
  {
    "path": "book/website/communication/dif-articles/methods.md",
    "chars": 3011,
    "preview": "(cm-dif-articles-methods)=\n# Methods Papers \n\n(cm-dif-articles-methods-what)=\n## What are Methods Papers?\n\nSimply put me"
  },
  {
    "path": "book/website/communication/dif-articles/micro.md",
    "chars": 3435,
    "preview": "\n(cm-dif-articles-micropublishing)=\n# Micropublishing\n\n(cm-dif-articles-micropublishing-what)=\n## What is Micropublishin"
  },
  {
    "path": "book/website/communication/dif-articles/reg.md",
    "chars": 9457,
    "preview": "(cm-dif-articles-registered-reports)=\n# Registered Reports\n\n(cm-dif-articles-registered-reports-what)=\n## What are Regis"
  },
  {
    "path": "book/website/communication/dif-articles/software.md",
    "chars": 4053,
    "preview": "(cm-dif-articles-software)=\n# Software Papers \n\n(cm-dif-articles-software-what)=\n## What are Software Papers?\n\nIn compar"
  },
  {
    "path": "book/website/communication/dif-articles.md",
    "chars": 3328,
    "preview": "(cm-dif-articles)=\n# Publishing Different Article Types\n\n\n```{figure} ../../figures/publishing-diff-articles.*\n---\nheigh"
  }
]

// ... and 375 more files (download for full content)

About this extraction

This page contains the full source code of the the-turing-way/the-turing-way GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 575 files (4.4 MB), approximately 1.2M tokens, and a symbol index with 28 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!