2013 Women's Hockey South American Championship
The 2013 Women's Hockey South American Championship was the 5th edition of the Women's South American Hockey Championship. It was held between 26 January and 2 February 2013 in Santiago, Chile.[1]
Tournament details | |||
---|---|---|---|
Host country | Chile | ||
City | Santiago | ||
Dates | January 26 – February 2 | ||
Teams | 6 | ||
Venue(s) | Club Deportivo Manquehue | ||
Final positions | |||
Champions | |||
Runner-up | |||
Third place | |||
Tournament statistics | |||
Matches played | 18 | ||
Goals scored | 143 (7.94 per match) | ||
Top scorer(s) | |||
Best player | |||
|
Argentina won the tournament for the fifth time after defeating Chile 4–0 in the final.[2] Uruguay won the bronze medal after defeating Brazil 4–1 in the third place match.[3]
Umpires
The following umpires were appointed by the Pan American Hockey Federation to officiate the tournament:[4]
Results
Pool Matches
Pos | Team | Pld | W | D | L | GF | GA | GD | Pts | Qualification |
---|---|---|---|---|---|---|---|---|---|---|
1 | 5 | 5 | 0 | 0 | 44 | 3 | +41 | 15 | Final | |
2 | 5 | 4 | 0 | 1 | 45 | 6 | +39 | 12 | ||
3 | 5 | 3 | 0 | 2 | 32 | 6 | +26 | 9 | ||
4 | 5 | 1 | 1 | 3 | 7 | 8 | −1 | 4 | ||
5 | 5 | 1 | 1 | 3 | 4 | 33 | −29 | 4 | ||
6 | 5 | 0 | 0 | 5 | 0 | 76 | −76 | 0 |
Source: panamhockey.org
Rules for classification: 1) points; 2) goal difference; 3) goals scored; 4) head-to-head result.[5]
Rules for classification: 1) points; 2) goal difference; 3) goals scored; 4) head-to-head result.[5]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Classification Matches
Fifth and sixth place
|
Third and fourth place
|
Final
|
Awards
Best Player | Topscorer | Best Goalkeeper | Fair Play |
---|---|---|---|
Statistics
Final Standings
Pos | Team | Pld | W | D | L | GF | GA | GD | Pts | Final Standing |
---|---|---|---|---|---|---|---|---|---|---|
6 | 6 | 0 | 0 | 48 | 3 | +45 | 18 | Gold Medal | ||
6 | 4 | 0 | 2 | 45 | 10 | +35 | 12 | Silver Medal | ||
6 | 4 | 0 | 2 | 36 | 7 | +29 | 12 | Bronze Medal | ||
4 | 6 | 1 | 1 | 4 | 8 | 12 | −4 | 4 | Fourth Place | |
5 | 6 | 2 | 1 | 3 | 6 | 33 | −27 | 7 | Fifth Place | |
6 | 6 | 0 | 0 | 6 | 0 | 78 | −78 | 0 | Sixth Place |
Source: panamhockey.org
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?
gollark: ```pythonimport itertoolschars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sfor x in generate(): try: print(exec(x)) except Exception as e: print(f"{e} from {x}")```
References
- "South American Championships". panamhockey.org. Retrieved 2 June 2018.
- "ARG 4–0 CHI" (PDF). Retrieved 2 June 2018.
- "URU 4–1 BRA" (PDF). Retrieved 2 June 2018.
- "Officials". panamhockey.org. Retrieved 2 June 2018.
- Regulations
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.