Sian Smithson

Sian Smithson (born 9 October 1982)[1] is a former field hockey player from Australia, who played as a forward.[2]

Sian Smithson
Personal information
Born (1982-10-09) 9 October 1982
Western Australia
Playing position Forward
Senior career
Years Team Apps (Gls)
2004–2011 WA Diamonds 92 (39)
National team
Years Team Apps (Gls)
2001 Australia U–21 10 (5)
2005 Australia 3 (1)

Career

AHL

Smithson made her debut in the Australian Hockey League (AHL) in 2004 as a member of the WAIS Diamonds.[3] In her debut year for the team, Smithson won a national title, scoring four goals in the Diamonds' campaign.[4] Smithson went on to represent the team until 2011, winning 5 national titles throughout her career.[5]

International hockey

Under–21

In 2001, Smithson was a member of the Australia U–21 side, the Jillaroos. She represented the team at the FIH Junior World Cup in Buenos Aires, where she won a bronze medal.[1][6]

Hockeyroos

Smithson made her senior international debut for the Hockeyroos in 2005, during a test series against Korea in Adelaide.[7][2]

International goals


Goal
Date Location Opponent Score Result Competition Ref.
112 August 2005Pines Hockey Stadium, Adelaide, Australia South Korea1–12–1Test Match[8]
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?

References

  1. "Sian Smithson". hockey.org.au. Hockey Australia. Archived from the original on 29 August 2006. Retrieved 31 May 2020.
  2. "History of the Hockeyroos". hockey.org.au. Hockey Australia. Retrieved 31 May 2020.
  3. "2003/2004 Yearbook and Annual Report" (PDF). parliament.wa.gov.au. Western Australian Institute of Sport. Retrieved 31 May 2020.
  4. "Hockey Australia Annual Report 2004–2005" (PDF). clearinghouseforsport.gov.au. Government of Australia. Retrieved 31 May 2020.
  5. "Hockey". clearinghouseforsport.gov.au. Government of Australia. Retrieved 31 May 2020.
  6. "HOCKEY JUNIOR WORLD CUP". fih.ch. International Hockey Federation. Retrieved 31 May 2020.
  7. "Hudson stars as Hockeyroos go 2-0 up". abc.net.au. ABC News. Retrieved 31 May 2020.
  8. "Hockey Australia Annual Report 2005–2006" (PDF). clearinghouseforsport.gov.au. Government of Australia. Retrieved 31 May 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.