2013 Seguros Bolívar Open Barranquilla – Singles
Alejandro Falla was the defending champion but chose not to compete.
Federico Delbonis defeated Facundo Bagnis 6–3, 6–2 in the final to win the title.
Singles | |
---|---|
2013 Seguros Bolívar Open Barranquilla | |
Champion | |
Runner-up | |
Final score | 6–3, 6–2 |
Seeds
Santiago Giraldo (Second Round) Federico Delbonis (Champion) Wayne Odesnik (Quarterfinals) Jonathan Dasnières de Veigy (First Round) Diego Sebastián Schwartzman (Second Round) Alejandro González (Quarterfinals) Jorge Aguilar (Second Round) Marco Trungelliti (Quarterfinals)
Draw
Key
- Q = Qualifier
- WC = Wild Card
- LL = Lucky Loser
- Alt = Alternate
- SE = Special Exempt
- PR = Protected Ranking
- ITF = ITF entry
- JE = Junior Exempt
- w/o = Walkover
- r = Retired
- d = Defaulted
Finals
Semifinals | Final | ||||||||||||
3 | 6 | 6 | |||||||||||
6 | 2 | 4 | |||||||||||
3 | 2 | ||||||||||||
2 | 6 | 6 | |||||||||||
2 | 62 | ||||||||||||
2 | 6 | 77 | |||||||||||
Top Half
First Round | Second Round | Quarterfinals | Semifinals | ||||||||||||||||||||||||
1 | 6 | 6 | |||||||||||||||||||||||||
1 | 4 | 1 | 64 | 5 | |||||||||||||||||||||||
6 | 6 | 77 | 7 | ||||||||||||||||||||||||
4 | 2 | 6 | 6 | ||||||||||||||||||||||||
6 | 4 | 0 | 3 | 1 | |||||||||||||||||||||||
1 | 6 | 6 | 7 | 6 | |||||||||||||||||||||||
Q | 77 | 2 | 2 | 5 | 5 | 3 | |||||||||||||||||||||
5 | 63 | 6 | 6 | 3 | 6 | 6 | |||||||||||||||||||||
4 | 61 | 3 | 6 | 2 | 4 | ||||||||||||||||||||||
77 | 6 | 61 | 65 | ||||||||||||||||||||||||
3 | 6 | 6 | 77 | 77 | |||||||||||||||||||||||
WC | 6 | 3 | 3 | 6 | 3 | 6 | |||||||||||||||||||||
WC | 4 | 0r | 8 | 3 | 6 | 3 | |||||||||||||||||||||
6 | 4 | 6 | 2 | 1 | |||||||||||||||||||||||
3 | 5 | 8 | 2 | 6 | 6 | ||||||||||||||||||||||
8 | 6 | 7 |
Bottom Half
First Round | Second Round | Quarterfinals | Semifinals | ||||||||||||||||||||||||
7 | 77 | 6 | |||||||||||||||||||||||||
65 | 2 | 7 | 1 | 4 | |||||||||||||||||||||||
64 | 6 | 4 | 6 | 6 | |||||||||||||||||||||||
77 | 1 | 6 | 0 | 6 | 6 | ||||||||||||||||||||||
WC | 5 | 6 | 6 | 3 | 6 | 4 | 1 | ||||||||||||||||||||
7 | 3 | 1 | WC | 66 | 66 | ||||||||||||||||||||||
4 | 3 | 3 | 78 | 78 | |||||||||||||||||||||||
3 | 6 | 6 | 2 | 62 | |||||||||||||||||||||||
6 | 3 | 6 | 6 | 2 | 6 | 77 | |||||||||||||||||||||
Q | 6 | 3 | 2 | 6 | 7 | 6 | |||||||||||||||||||||
6 | 3 | 6 | 5 | 1 | |||||||||||||||||||||||
Q | 4 | 6 | 1 | 6 | 3 | 3 | |||||||||||||||||||||
WC | 2 | 62 | 2 | 6 | 6 | ||||||||||||||||||||||
Q | 6 | 77 | Q | 1 | 6 | 3 | |||||||||||||||||||||
PR | 3 | 1 | 2 | 6 | 3 | 6 | |||||||||||||||||||||
2 | 6 | 6 |
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.