Ethel M. Elderton

Ethel Mary Elderton (18781954) was a British eugenics researcher who worked with Francis Galton and Karl Pearson.

Biography

Elderton was born on 31 December 1878 in Fulham, London. Her father, William Alexander Elderton was a private tutor and her mother, Sarah Isabella, née Lapidge was school headmistress. The couple had eight children, of which Elderton was the third and the eldest girl. Her eldest brother was William Palin Elderton, a statistician who worked as an actuary and became head of Equitable Life Assurance Society.[1]

Elderton was educated at Streatham High School before studying at Bedford College in London. There she was taught by Alice Lee, who was also employed by biostatistician Karl Pearson[1], and became involved in the eugenics movement. She left without completing her studies in 1890, on the death of her father, and became a school teacher.[2] In 1905 she resigned her teaching post to become Francis Galton's assistant. Subsequently she became Galton Scholar and Fellow and Assistant Professor at University College London.[3][4] She retired in 1933, and died on 5 May 1954 having never married.[1]

Writings

Elderton produced many reports, the most controversial of which argued that predisposition to alcoholism was largely inherited. She wrote Primer of Statistics in 1909 with her brother William Palin Elderton, who had also worked for Pearson. She also wrote The Relative Strength of Nurture and Nature that same year.[1]

In 1910, she published two studies A First Study of the Influence of Parental Alcoholism on the Physique and Ability of the Offspring and A Second Study of the Influence of Parental Alcoholism on the Physique and Ability of the Offspring. Then in 1914 she published a Report on the English Birthrate, Part I: England North of the Humber. Elderton helped edit Pearson's 1925 work Annals of Eugenics.[1]

gollark: `False`
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!

References

  1. Renwick, Chris (12 July 2018). "Elderton, Ethel Mary (1878–1954)". Oxford Dictionary of National Biography. Retrieved 1 June 2020.
  2. Ogilvie, Marilyn Bailey; Harvey, Joy Dorothy (2000-07-27), The biographical dictionary of women in science: pioneering lives from ancient times to the mid-20th century, Volume 1, Taylor & Francis, p. 413, ISBN 9780415920384.
  3. Pearson, Department of Statistics and colleagues' papers, Archives in London and the M25 area, retrieved 2012-03-31.
  4. Love, R. (1979). “Alice in Eugenics-Land”: Feminism and Eugenics in the scientific careers of Alice Lee and Ethel Elderton. Annals of Science, 36(2), 145–158.

Further reading

  • R. Love (1979) Alice in Eugenics Land: Feminism and Eugenics in the Scientific Careers of Alice Lee and Ethel Elderton, Annals of Science, 36, 145-158.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.