Skip to content

Instantly share code, notes, and snippets.

@davidrleonard
Last active February 15, 2018 00:35
Show Gist options
  • Save davidrleonard/5d2e5cee9e323dafa188e274dd004db5 to your computer and use it in GitHub Desktop.
Save davidrleonard/5d2e5cee9e323dafa188e274dd004db5 to your computer and use it in GitHub Desktop.
A list of famous women scientists, computer scientists, engineers, mathematicians, scholars, and more formatted as JSON
[
{
"fullName" : "Diane Greene",
"firstName" : "Diane",
"lastName" : "Greene",
"fields" : "Computer Science",
"knownFor" : "CEO of VMware, Google board member",
"born" : "1955",
"birthplace": "United States"
},
{
"fullName" : "Ada Lovelace",
"firstName" : "Ada",
"lastName" : "Lovelace",
"fields" : "Computer Science, Mathematics",
"knownFor" : "Wrote the first algorithm",
"born" : "1815",
"birthplace": "England"
},
{
"fullName" : "Latanya Sweeney",
"firstName" : "Latanya",
"lastName" : "Sweeney"
},
{
"fullName" : "Ellen Ochoa",
"firstName" : "Ellen",
"lastName" : "Ochoa"
},
{
"fullName" : "Dorothy Vaughan",
"firstName" : "Dorothy",
"lastName" : "Vaughan"
},
{
"fullName" : "Fernanda Viégas",
"firstName" : "Fernanda",
"lastName" : "Viégas"
},
{
"fullName" : "Grace Hopper",
"firstName" : "Grace",
"lastName" : "Hopper"
},
{
"fullName" : "Megan Smith",
"firstName" : "Megan",
"lastName" : "Smith"
},
{
"fullName" : "Corinna Cortes",
"firstName" : "Corinna",
"lastName" : "Cortes"
},
{
"fullName" : "Marjorie Browne",
"firstName" : "Marjorie",
"lastName" : "Browne"
},
{
"fullName" : "Hedy Lamarr",
"firstName" : "Hedy",
"lastName" : "Lamarr"
},
{
"fullName" : "Evelyn Granville",
"firstName" : "Evelyn",
"lastName" : "Granville"
},
{
"fullName" : "Katherine Johnson",
"firstName" : "Katherine",
"lastName" : "Johnson"
},
{
"fullName" : "Millie Dresselhaus",
"firstName" : "Millie",
"lastName" : "Dresselhaus"
},
{
"fullName" : "Elizabeth Blackwell",
"firstName" : "Elizabeth",
"lastName" : "Blackwell"
},
{
"fullName" : "Jane Goodall",
"firstName" : "Jane",
"lastName" : "Goodall"
},
{
"fullName" : "Mae Jemison ",
"firstName" : "Mae",
"lastName" : "Jemison "
},
{
"fullName" : "Rosalind Franklin",
"firstName" : "Rosalind",
"lastName" : "Franklin"
},
{
"fullName" : "Henrietta Lacks",
"firstName" : "Henrietta",
"lastName" : "Lacks"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment