Skip to content

Instantly share code, notes, and snippets.

@code-reaper08
Created July 1, 2021 15:14
Show Gist options
  • Save code-reaper08/29d55cc2668021e57f3e8cb0059710a9 to your computer and use it in GitHub Desktop.
Save code-reaper08/29d55cc2668021e57f3e8cb0059710a9 to your computer and use it in GitHub Desktop.
Response for Gender and Country code
[
{
"id": "6",
"firstname": "Marie",
"surname": "Curie",
"born": "1867-11-07",
"died": "1934-07-04",
"bornCountry": "Russian Empire (now Poland)",
"bornCountryCode": "PL",
"bornCity": "Warsaw",
"diedCountry": "France",
"diedCountryCode": "FR",
"diedCity": "Sallanches",
"gender": "female",
"prizes": [
{
"year": "1903",
"category": "physics",
"share": "4",
"motivation": "\"in recognition of the extraordinary services they have rendered by their joint researches on the radiation phenomena discovered by Professor Henri Becquerel\"",
"affiliations": [
[]
]
},
{
"year": "1911",
"category": "chemistry",
"share": "1",
"motivation": "\"in recognition of her services to the advancement of chemistry by the discovery of the elements radium and polonium, by the isolation of radium and the study of the nature and compounds of this remarkable element\"",
"affiliations": [
{
"name": "Sorbonne University",
"city": "Paris",
"country": "France"
}
]
}
]
},
{
"id": "79",
"firstname": "Maria",
"surname": "Goeppert Mayer",
"born": "1906-06-28",
"died": "1972-02-20",
"bornCountry": "Germany (now Poland)",
"bornCountryCode": "PL",
"bornCity": "Kattowitz (now Katowice)",
"diedCountry": "USA",
"diedCountryCode": "US",
"diedCity": "San Diego, CA",
"gender": "female",
"prizes": [
{
"year": "1963",
"category": "physics",
"share": "4",
"motivation": "\"for their discoveries concerning nuclear shell structure\"",
"affiliations": [
{
"name": "University of California",
"city": "San Diego, CA",
"country": "USA"
}
]
}
]
},
{
"id": "673",
"firstname": "Wislawa",
"surname": "Szymborska",
"born": "1923-07-02",
"died": "2012-02-01",
"bornCountry": "Poland",
"bornCountryCode": "PL",
"bornCity": "Bnin (now Kórnik)",
"diedCountry": "Poland",
"diedCountryCode": "PL",
"diedCity": "Kraków",
"gender": "female",
"prizes": [
{
"year": "1996",
"category": "literature",
"share": "1",
"motivation": "\"for poetry that with ironic precision allows the historical and biological context to come to light in fragments of human reality\"",
"affiliations": [
[]
]
}
]
},
{
"id": "979",
"firstname": "Olga",
"surname": "Tokarczuk",
"born": "1962-01-29",
"died": "0000-00-00",
"bornCountry": "Poland",
"bornCountryCode": "PL",
"bornCity": "Sulechów",
"gender": "female",
"prizes": [
{
"year": "2018",
"category": "literature",
"share": "1",
"motivation": "\"for a narrative imagination that with encyclopedic passion represents the crossing of boundaries as a form of life\"",
"affiliations": [
[]
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment