South Africa at the 2017 Summer Deaflympics

South Africa competed in the 2017 Summer Deaflympics for the 7th consecutive time in the Summer Deaflympics since making its debut in 1993.[1]

South Africa at the
2017 Summer Deaflympics
IOC codeRSA
NOCSouth African Deaf Sports Federation
Websitewww.sadeafsport.com
in Samsun
Competitors4 in 2 sports
Medals
Ranked 35th
Gold
0
Silver
2
Bronze
0
Total
2

South Africa sent a delegation of just 4 participants in the Games including 3 swimmers and an athlete.[2][3] South African team received 2 silver medals in the competition. Cornell Loubser was the only medalist for South Africa during the event bagging 2 silver medals.[4]

Participants

Sport Men Women Total
Swimming 1 2 3
Athletics 1 0 1

Medalists

Name Medal Sport Event
Cornell Loubser  Silver Swimming Women's Butterfly 100m
Cornell Loubser  Silver Swimming Women's Butterfly 200m

Medal table

Sport  Gold  Silver  Bronze Total
Swimming 0 2 0 2
Athletics 0 0 0 0
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
gollark: Nope, that's patched.

References

  1. "Deaflympics 2017 Samsun". deaflympics2017.org (in Turkish). Retrieved 2017-10-15.
  2. "Games | Deaflympics". www.deaflympics.com. Retrieved 2017-10-15.
  3. "SA team in Turkey to tackle Deaflympics | TeamSA". TeamSA. 2017-07-20. Retrieved 2017-10-15.
  4. "Countries | Deaflympics". www.deaflympics.com. Retrieved 2017-10-15.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.