Magali Harvey
Magali Harvey (born August 16, 1990) is a Canadian rugby union player.
Date of birth | August 16, 1990 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Place of birth | Quebec City, Quebec | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Height | 1.65 m (5 ft 5 in) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Weight | 65 kg (143 lb) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rugby union career | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Medal record
|
International play
Harvey represented Canada at the 2014 Women's Rugby World Cup.[2][3] She was named IRB Women’s Player of the Year 2014 and was the first Canadian to receive the award.[4][5]
She won a gold medal at the 2015 Pan American Games as a member of the Canadian women's rugby sevens team.[6][7]
Personal
Harvey started playing at the age of 18 and played at St. Francis Xavier University during her university career. She studied Business Administration.[10] Her father, Luc Harvey was the former Member of Parliament for the riding of Louis-Hébert in Quebec from 2006 to 2008.[11]
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?
gollark: It pretends to be "simple", but it isn't because there are bizarre special cases everywhere to make stuff appear to work.
References
- https://nationalpost.com/pmn/sports-pmn/canadian-women-open-four-game-rugby-tour-against-second-ranked-england
- Ben Kerr (June 30, 2014). "Canada's Roster Announced for Women's Rugby World Cup". lastwordonsports.com. Archived from the original on 2014-10-06. Retrieved October 2, 2014.
- Bryan Kelly (July 31, 2014). "Canada roster announced for Women's World Cup opener vs France". Rugby Canada Communications (BC Rugby.com). Archived from the original on October 6, 2014. Retrieved October 2, 2014.
- "Magali Harvey the Women's Player of the Year". IRB.com. August 17, 2014. Archived from the original on 2014-08-20. Retrieved October 2, 2014.
- Asif Hossain (August 17, 2014). "Magali Harvey named IRB Women's Player of the Year". Olympic.ca. Archived from the original on 2014-10-06. Retrieved October 2, 2014.
- "Canada's rugby sevens teams take gold". The Canadian Press. July 12, 2015. Archived from the original on July 14, 2015. Retrieved July 13, 2015.
- "Magali Harvey". Toronto2015.org. 2015 Pan American Games. Retrieved July 16, 2016.
- "Womens RWC - #WRWC2014 Dream Team revealed after fan vote". 2014-08-19. Archived from the original on 2014-08-19. Retrieved 2019-03-08.
- Davidson, Neil (2017-07-15). "Canada 'quality underdogs' for Women's Rugby World Cup". Toronto Star. Retrieved 2018-12-02.
- "Magali Harvey: s'accrocher aux anneaux". Le Soleil (in French). January 3, 2011. Retrieved July 21, 2015.
- ICI.Radio-Canada.ca, Zone Sports -. "" Je suis partie parce que je voulais disparaître " - Magali Harvey". Radio-Canada.ca (in French). Archived from the original on 2017-08-10. Retrieved 2018-09-10.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.