Yukari Murata

Yukari Murata (村田 由香里, Murata Yukari, born 9 October 1981) is a Japanese individual rhythmic gymnast.

Yukari Murata
Country represented Japan
Born (1981-10-09) 9 October 1981
DisciplineRhythmic gymnastics
LevelSenior International Elite
Years on national team1998–2006

Career

She represents her nation at international competitions. She participated at the 2000 Summer Olympics in Sydney and the 2004 Summer Olympics in Athens.[1] She also competed at world championships, including at the 2005 World Rhythmic Gymnastics Championships.[2][3]

gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```

References

  1. Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Yukari Murata". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 17 April 2020.
  2. "2005 World Rhythmic Gymnastics Championships athletes – Yukari Murata". Longinestiming.com. Retrieved 27 January 2016.
  3. "Rhythmic Gymnastics Japanese Nationals 2005". GYMmedia.com. 18 February 2007. Retrieved 9 March 2017.


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