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

added two spanish scientists #5447

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ class NameGenerator {
// Robert Noyce invented silicone integrated circuits and gave Silicon Valley its name. https://en.wikipedia.org/wiki/Robert_Noyce
"noyce",

// Severo Ochoa was a Spanish physician and biochemist, best known for being the winner of the 1959 Nobel Prize in Physiology or Medicine together with Arthur Kornberg for their discovery of the mechanisms in the biological synthesis of RNA and DNA. https://en.wikipedia.org/wiki/Severo_Ochoa
"ochoa",

// Pāṇini - Ancient Indian linguist and grammarian from 4th century CE who worked on the world's first formal system. https://en.wikipedia.org/wiki/P%C4%81%E1%B9%87ini#Comparison_with_modern_formal_systems
"panini",

Expand Down Expand Up @@ -700,6 +703,9 @@ class NameGenerator {
// Meghnad Saha - Indian astrophysicist best known for his development of the Saha equation, used to describe chemical and physical conditions in stars. https://en.wikipedia.org/wiki/Meghnad_Saha
"saha",

// Margarita Salas - Spanish biochemist and molecular biologist, best known for her discovery and characterisation of the Φ29 phage DNA polymerase. https://en.wikipedia.org/wiki/Margarita_Salas
"salas",

// Jean E. Sammet developed FORMAC, the first widely used computer language for symbolic manipulation of mathematical formulas. https://en.wikipedia.org/wiki/Jean_E._Sammet
"sammet",

Expand Down