Mary Caroline Moorman

Mary Caroline Moorman (19 February 1905 - 21 January 1994) was a British historian and biographer.

BornMary Caroline Trevelyan
19 February 1905
Died21 January 1994
Alma materSomerville College, Oxford
GenreHistory, Biography

Life

She was born Mary Caroline Trevelyan, the daughter of the renowned Cambridge historian G. M. Trevelyan. She studied at Somerville College, Oxford. In 1930, she published William III and the Defence of Holland, 1672-44. That same year, she married John Moorman, an Anglican cleric who rose to become the Bishop of Ripon.

She is best known today for her two-volume biography of the poet William Wordsworth. The first volume came out in 1957, followed by a second volume in 1966. The latter won the James Tait Black Memorial Prize for biography. She was also closely involved with the Wordsworth Trust, serving first as secretary and then as chair of the trust. She died in 1994.[1]

Works

  • William the Third and the defence of Holland, 1672-4, London, New York Longmans, Green and Co., 1934. OCLC 5343246
  • William Wordsworth : a biography, Clarendon Press, 1957-1965. OCLC 905665522
  • George Macaulay Trevelyan : a memoir, London : H. Hamilton, 1980. ISBN 9780241103586, OCLC 905406826
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```
gollark: That's what python is doing, yes.

References

  1. Wordsworth, Jonathan. "Obituary: Mary Moorman". Retrieved November 17, 2018.

Source

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.