Ayana Gempei

Ayana Gempei is a Japanese freestyle wrestler. In 2018, she won one of the bronze medals in the 65 kg event at the 2018 World Wrestling Championships held in Budapest, Hungary.[1][2]

Ayana Gempei
Sport
CountryJapan
SportAmateur wrestling
Event(s)Freestyle

At the 2017 Asian Wrestling Championships held in New Delhi, India she won the silver medal in the 63 kg event.[3][4] At the 2018 World U23 Wrestling Championship held in Bucharest, Romania she won the gold medal in the 65 kg event.[2] In 2018 she also competed in the 68 kg event at the 2018 Asian Games without winning a medal; she lost her bronze medal match against Meerim Zhumanazarova of Kyrgyzstan.[5]

Major results

Year Tournament Location Result Event
2017 Asian Championships New Delhi, India 2nd Freestyle 63 kg
2018 World Championships Budapest, Hungary 3rd Freestyle 65 kg
gollark: >contacts
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```

References

  1. "2018 World Wrestling Championships Results" (PDF). United World Wrestling. Archived (PDF) from the original on 14 April 2020. Retrieved 14 April 2020.
  2. Diamond, James (16 November 2018). "Japan win three golds during night of women's wrestling at UWW Under-23 World Championships". InsideTheGames.biz. Retrieved 9 April 2020.
  3. "2017 Asian Wrestling Championships – Results Book" (PDF). United World Wrestling. Archived (PDF) from the original on 25 November 2018.
  4. Etchells, Daniel (11 May 2017). "Two gold medals for Japan as action continues at Asian Wrestling Championships". InsideTheGames.biz. Retrieved 9 April 2020.
  5. "Wrestling Results Book" (PDF). 2018 Asian Games. Archived (PDF) from the original on 3 February 2020. Retrieved 18 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.