Myrtle McAteer

Myrtle McAteer (June 12, 1878 – October 26, 1952) was an American tennis player around the turn of the 20th century.

Myrtle McAteer
Country (sports) United States
Born(1878-06-12)June 12, 1878
Pittsburgh, USA
DiedOctober 26, 1952(1952-10-26) (aged 74)
Los Angeles, USA
Singles
Grand Slam Singles results
US OpenW (1900)
Doubles
Grand Slam Doubles results
US OpenW (1899, 1901)
Grand Slam Mixed Doubles results
US OpenF (1901)

At the U.S. National Championships (now known as the U.S. Open), McAteer won the singles title in 1900, and doubles titles in 1899 and 1901. She also was a singles finalist in 1901, a doubles finalist in 1900, and a mixed doubles finalist in 1901.

She was also the first singles champion of the storied event in Cincinnati. She knocked off future International Tennis Hall of Famer Juliette Atkinson in the singles final in 1899 to take the title. In all, she reached 10 finals in Cincinnati, and in addition to her singles title in 1899 she won singles titles in 1900 and 1904, and doubles titles in 1899, 1900, 1904 & 1905. Her other finalist appearances came in singles in 1903 and 1905, and in doubles in 1903.

At the U.S. Clay Court Championships in 1915, she was a singles quarterfinalist and a mixed doubles semifinalist.

She died in Los Angeles, California in 1952.

Grand Slam finals

Singles (1 title)

Outcome Year Championship Surface Opponent Score
Winner 1900 US National Championships Grass Edith Parker 6–2, 6–2, 6–0

Doubles (2 titles)

Outcome Year Championship Surface Partner Opponents Score
Winner 1899 US National Championships Grass Jane Craven Maud Banks
Elizabeth Rastall
6–1, 6–1, 7–5
Winner 1901 US National Championships Grass Juliette Atkinson Marion Jones
Elisabeth Moore
default

Mixed doubles (1 runner-up)

Result Year Championship Surface Partner Opponents Score
Runner-up1901U.S. ChampionshipsGrass Clyde Stevens Marion Jones
Raymond Little
4–6, 4–6, 5–7
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?

References

  • Modern Encyclopedia of Tennis, By Bud Collins
  • From Club Court to Center Court, The Evolution of Professional Tennis in Cincinnati by Phillip S. Smith (2008 Edition; ISBN 978-0-9712445-7-3)
  • Spalding Lawn Tennis Annual, 1916
  • www.ancestry.com (Her death certificate from the California Death Index says "June 1878").
  • Cincinnati Enquirer
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.