European Universities Taekwondo Championships

European Universities Taekwondo Championships were the first organised in 2009 and are organised every two years.

The European Universities Taekwondo Championships are coordinated by the European University Sports Association along with the 18 other sports on the program of the European universities championships.[1]

Summary

Edition Year Date Location Number of Champions Ref
Countries Universities Athletes
1 2009 December 10–12 Braga, Portugal 6 31 101 Polytechnic University of Madrid [2]
2 2011 December 13–15 Braga, Portugal 16 40 Russian State University of Physical Education, Sport, Youth and Tourism [3]
3 2013 November 22–24 Moscow, Russia 13 48 130 Russian State University of Physical Education, Sport, Youth and Tourism [4]
4 2015 November 10–13 Opatija, Croatia 16 48 150 University of Minho [5]
5 2017 July 25–30 Coimbra, Portugal 14 83 157 University of Minho [6]
6 2019 August 1–3 Zagreb, Croatia 18 119 National University of Ukraine on Physical Education and Sport


gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.

References

  1. "Magazine | EUSA". www.eusa.eu. Retrieved 2019-08-15.
  2. "1st European Universities Taekwondo Championship | EUSA". www.eusa.eu. Retrieved 2019-08-15.
  3. "2nd European Universities Taekwondo Championship | EUSA". www.eusa.eu. Retrieved 2019-08-15.
  4. "3rd European Universities Taekwondo Championship | EUSA". www.eusa.eu. Retrieved 2019-08-15.
  5. "European Universities Taekwondo Championship | EUSA". www.eusa.eu. Retrieved 2019-08-15.
  6. "Results | EUSA". taekwondo2017.eusa.eu. Retrieved 2019-08-15.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.