Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increasing visibility of women scientists #1061

Open
kekoziar opened this issue Jul 27, 2023 · 5 comments
Open

Increasing visibility of women scientists #1061

kekoziar opened this issue Jul 27, 2023 · 5 comments

Comments

@kekoziar
Copy link
Contributor

kekoziar commented Jul 27, 2023

Since the list names = ['Curie', 'Darwin', 'Turing'] is redefined in Episode 5, and there's no need to retain the previous names, I suggest replacing Turing with Lovelace (representing Ada Lovelace)
e.g.

name = 'Rosalind'
for name in ['Curie', 'Darwin', 'Lovelace']:
    print(name)
print('after the loop, name is', name)
@edbennett
Copy link
Contributor

Would the intention be to use a different list of names in different episodes? I was under the impression that the names were being kept the same between the two episodes to reduce the number of different lists that learners encounter, which may (slightly) reduce cognitive load.

If the plan is to remove Turing entirely, then I would point out that this would remove representation of LGBTQ+ scientists.

@kekoziar
Copy link
Contributor Author

The intent is to increase representation of female scientists. As is evidenced by this lesson, the vast majority of my life the only female scientist people can name is Marie Curie. It'd be nice to use others. Perhaps Ada Lovelace or Sally Ride (who was an astronaut, physicist, closeted gay from the public, and the original whistle-blower on the Challenger disaster).

If anything, I'd rather replace Darwin with Sally Ride to increase both female and LGBTQ+ representation.

@ErinBecker
Copy link
Contributor

FWIW I agree with replacing Darwin with Sally Ride.

@edbennett
Copy link
Contributor

If the name list is kept consistent between the episodes that use names lists, then I would support replacing Darwin with Sally Ride as well (with or without replacing Turing with Ada Lovelace).

Do you think full names should be used rather than surnames? Lovelace would be easily searchable for the unfamiliar, but Ride less so.

@kekoziar
Copy link
Contributor Author

kekoziar commented Jul 28, 2023

If the name list is kept consistent between the episodes that use names lists, then I would support replacing Darwin with Sally Ride as well (with or without replacing Turing with Ada Lovelace).

Do you think full names should be used rather than surnames? Lovelace would be easily searchable for the unfamiliar, but Ride less so.

Yes, I was thinking about that. I don't think the extra names would make typing too onerous. ['Marie Curie', 'Alan Turing', 'Sally Ride'], then in the for loop in Episode 5 we could use Rosalind Franklin instead of only her first name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants