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 code | RSA |
NOC | South African Deaf Sports Federation |
Website | www |
in Samsun | |
Competitors | 4 in 2 sports |
Medals Ranked 35th |
|
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]
Medalists
Name | Medal | Sport | Event |
---|---|---|---|
Cornell Loubser | Swimming | Women's Butterfly 100m | |
Cornell Loubser | Swimming | Women's Butterfly 200m |
Medal table
Sport | 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
- "Deaflympics 2017 Samsun". deaflympics2017.org (in Turkish). Retrieved 2017-10-15.
- "Games | Deaflympics". www.deaflympics.com. Retrieved 2017-10-15.
- "SA team in Turkey to tackle Deaflympics | TeamSA". TeamSA. 2017-07-20. Retrieved 2017-10-15.
- "Countries | Deaflympics". www.deaflympics.com. Retrieved 2017-10-15.
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.