Men's Full-Contact at WAKO World Championships 2007 Coimbra -54 kg

The men's bantamweight (54 kg/118.8 lbs) Full-Contact category at the W.A.K.O. World Championships 2007 in Coimbra was the second lightest of the male Full-Contact tournaments, involving just seven fighters from two continents (Europe and Asia). Each of the matches was three rounds of two minutes each and were fought under Full-Contact rules.

As there was one too few men for a tournament designed for eight, one of the fighters had a bye through to the semi finals. The tournament champion was Kazak Miras Brimzhanov who defeated Sergiy Chezkaskyy from Ukraine in the final by unanimous decision. Defeated semi finalists Turkey's Barış Fidanoğlu (who did not record any wins) and Spain's Raúl Pandiella Gutiérrez won bronze medals.[1]

Results

Quarter Finals Semi Finals Final
   
      Barış Fidanoğlu    
Andrey Samozhikov       Sergiy Chezkaskyy D(2:1)  
Sergiy Chezkaskyy D(2:1)       Sergiy Chezkaskyy  
Raúl Pandiella Gutiérrez DQ       Miras Brimzhanov D(3:0)
T.H. Valour Singh       Raúl Pandiella Gutiérrez  
Miras Brimzhanov D(3:0)     Miras Brimzhanov D(3:0)    
Yordan Vasilev    

Key

Abbreviation Meaning
D (3:0) Decision (Unanimous)
D (2:1) Decision (Split)
KO Knockout
TKO Technical Knockout
AB Abandonment (Injury in match)
WO Walkover (No fight)
DQ Disqualification
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!

See also

References

  1. "Official WAKO results (Zip File - Click on Pools FC.pdf)". www.wakoweb.com. Archived from the original on 2011-07-26. Retrieved 2011-03-20.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.