Fix spelling error, add Noether and Euler
Signed-off-by: Jan-Gerd Tenberge <janten@gmail.com>
This commit is contained in:
parent
bece5b82a8
commit
ab31d9500e
1 changed files with 6 additions and 3 deletions
|
@ -190,6 +190,9 @@ var (
|
||||||
// Euclid invented geometry. https://en.wikipedia.org/wiki/Euclid
|
// Euclid invented geometry. https://en.wikipedia.org/wiki/Euclid
|
||||||
"euclid",
|
"euclid",
|
||||||
|
|
||||||
|
// Leonhard Euler invented large parts of modern mathematics. https://de.wikipedia.org/wiki/Leonhard_Euler
|
||||||
|
"euler",
|
||||||
|
|
||||||
// Pierre de Fermat pioneered several aspects of modern mathematics. https://en.wikipedia.org/wiki/Pierre_de_Fermat
|
// Pierre de Fermat pioneered several aspects of modern mathematics. https://en.wikipedia.org/wiki/Pierre_de_Fermat
|
||||||
"fermat",
|
"fermat",
|
||||||
|
|
||||||
|
@ -331,9 +334,6 @@ var (
|
||||||
// Johanna Mestorf - German prehistoric archaeologist and first female museum director in Germany - https://en.wikipedia.org/wiki/Johanna_Mestorf
|
// Johanna Mestorf - German prehistoric archaeologist and first female museum director in Germany - https://en.wikipedia.org/wiki/Johanna_Mestorf
|
||||||
"mestorf",
|
"mestorf",
|
||||||
|
|
||||||
// Lise Meitner was an Austrian physicist who worked on radioactivity and nuclear physics. She played a major role in the discovery of nuclear fission. https://en.wikipedia.org/wiki/Lise_Meitner
|
|
||||||
"mietner",
|
|
||||||
|
|
||||||
// Maryam Mirzakhani - an Iranian mathematician and the first woman to win the Fields Medal. https://en.wikipedia.org/wiki/Maryam_Mirzakhani
|
// Maryam Mirzakhani - an Iranian mathematician and the first woman to win the Fields Medal. https://en.wikipedia.org/wiki/Maryam_Mirzakhani
|
||||||
"mirzakhani",
|
"mirzakhani",
|
||||||
|
|
||||||
|
@ -346,6 +346,9 @@ var (
|
||||||
// Alfred Nobel - a Swedish chemist, engineer, innovator, and armaments manufacturer (inventor of dynamite) - https://en.wikipedia.org/wiki/Alfred_Nobel
|
// Alfred Nobel - a Swedish chemist, engineer, innovator, and armaments manufacturer (inventor of dynamite) - https://en.wikipedia.org/wiki/Alfred_Nobel
|
||||||
"nobel",
|
"nobel",
|
||||||
|
|
||||||
|
// Emmy Noether, German mathematician. Noether's Theorem is named after her. https://en.wikipedia.org/wiki/Emmy_Noether
|
||||||
|
"noether",
|
||||||
|
|
||||||
// Poppy Northcutt. Poppy Northcutt was the first woman to work as part of NASA’s Mission Control. http://www.businessinsider.com/poppy-northcutt-helped-apollo-astronauts-2014-12?op=1
|
// Poppy Northcutt. Poppy Northcutt was the first woman to work as part of NASA’s Mission Control. http://www.businessinsider.com/poppy-northcutt-helped-apollo-astronauts-2014-12?op=1
|
||||||
"northcutt",
|
"northcutt",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue