From 73d751590cfdfd3cc5f3a961c1307b07cb123ef1 Mon Sep 17 00:00:00 2001 From: Anuj Bahuguna Date: Wed, 4 May 2016 00:02:04 +0530 Subject: [PATCH] Adding Rita Levi-Montalcini and Claude Shannon to name generator Signed-off-by: Anuj Bahuguna "anujbahuguna.dev@gmail.com" Signed-off-by: Anuj Bahuguna --- namesgenerator/names-generator.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/namesgenerator/names-generator.go b/namesgenerator/names-generator.go index 46810df..d1b817f 100644 --- a/namesgenerator/names-generator.go +++ b/namesgenerator/names-generator.go @@ -159,6 +159,9 @@ var ( // Subrahmanyan Chandrasekhar - Astrophysicist known for his mathematical theory on different stages and evolution in structures of the stars. He has won nobel prize for physics - https://en.wikipedia.org/wiki/Subrahmanyan_Chandrasekhar "chandrasekhar", + //Claude Shannon - The father of information theory and founder of digital circuit design theory. (https://en.wikipedia.org/wiki/Claude_Shannon) + "shannon", + // Jane Colden - American botanist widely considered the first female American botanist - https://en.wikipedia.org/wiki/Jane_Colden "colden", @@ -422,6 +425,9 @@ var ( // Sally Kristen Ride was an American physicist and astronaut. She was the first American woman in space, and the youngest American astronaut. https://en.wikipedia.org/wiki/Sally_Ride "ride", + // Rita Levi-Montalcini - Won Nobel Prize in Physiology or Medicine jointly with colleague Stanley Cohen for the discovery of nerve growth factor (https://en.wikipedia.org/wiki/Rita_Levi-Montalcini) + "montalcini", + // Dennis Ritchie - co-creator of UNIX and the C programming language. - https://en.wikipedia.org/wiki/Dennis_Ritchie "ritchie",